Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-09Create separate CodeAnalysis configuration.davidmatson
2012-10-31Make defined constants consistent between build.cmd and Visual Studio.davidmatson
2012-09-15Fix issue 280: Multiple DisplayModes - Caching error, will show wrong Viewmarcind
2012-09-06Enable FxCop v11, clean up new violations, renumber old rules to new numbersbradwilson
2012-08-27Changing the coding guideline for generic and non-generic types with the same...youssefm
2012-08-26Remove multiline string constants in unit tests and resourcesbradwilson
2012-08-23Added a blank Url.Action() for use when you want to get the current action in...Nick Berardi
2012-08-17Re-enable StyleCop when running in command line builds.marcind
2012-08-15Issue# 112 Remove miscellaneous source files in src root folder.harrisonbrock
2012-08-14Added html5 color input template. Closes #87Andre Azevedo
2012-07-24Update copyright noticesbradwilson
2012-07-14Convert to built-in NuGet package restorebradwilson
2012-07-13Remove unused non-public product code.roncain
2012-07-12Remove unnecessary FxCop suppressionsroncain
2012-06-14MVC does not observe exceptions from action methods that return Task<TResult>youssefm
2012-06-05If an MVC AsyncResultWrapper encounters a timeout, it should set IsCompleted ...levib
2012-06-02StyleCop fixbradwilson
2012-06-02Issue 128: ValueProviderResult can't handle int to decimal conversionsbradwilson
2012-05-31Issue 123: Fix unobtrusive validation attributes in TextAreaFor when using ne...marcind
2012-05-31Limit the recursive depth of model bindinglevib
2012-05-31 Accommodate 4.5 change to ContentDisposition.ToString()roncain
2012-05-30add support for new .net 4.5 validation attributes.raghuramn
2012-05-25Client-side validation for DateTime with [DataType(DataType.Time)] should not...bradwilson
2012-05-25420317: Remove Obsolete SecurityUtil from Webpages and MVCphenning
2012-05-24Add a check to MVC's GlobalFilterCollection to reject filter instances that d...marcind
2012-05-18Adding unobtrusive JavaScript files to System.Web.Mvcbradwilson
2012-05-09Add new HttpRouteUrl method to MVC's UrlHelper to recognize WebAPI routesyoussefm
2012-05-03Fixed RouteCollectionExtensions.MapRoute to work when defaults and constraint...Patrick McDonald
2012-04-07Added copyright headers and License.txtbradwilson
2012-04-07Responding to customer and partner feedback re: the Anti-XSRF helpers.levib
2012-04-03added PATCH (issue #3) and OPTIONS (issue #6) as a valid HttpVerb and created...Khalid Abuhakmeh
2012-04-03Added HttpHeadAttribute to MVC as a fix for issue #5Nick Berardi
2012-03-28Add HTML5 input type support for telphone, url, dates, times, numbers and email.Miguel de Icaza
2012-03-28386159/386164: Review all double-check locksbradwilson
2012-03-27383115/383116: Faster model binding prefix handlingbradwilson
2012-03-21Removed System.Web.Http.Commonbradwilson
2012-03-17Added ValueProviderUtilTest to Web API, and re-enabled disabled ValueProvider...bradwilson
2012-03-11Initial revision.bradwilson