CodePlexProject Hosting for Open Source Software
Clone URL: https://hg.codeplex.com/forks/shayneva/betteractionabsolute Url.ActionAbsolute checks to see if the url already starts with "http", in which case it does nothing.
Clone URL: https://hg.codeplex.com/forks/drbernhard/bettershouldmapto A more complete approach on the ShouldMapTo<> function.
Clone URL: https://hg.codeplex.com/forks/shayneva/bettershouldmaptourl Allows passing an optional "currentUrl" parameter, so that it can be passed to TestControllerBuilder.RawUrl so that TestHelperController.Request.Url is mocked for scenarios where this is required, ie. absolute routing.
Clone URL: https://hg.codeplex.com/forks/shaddix/capitalainareas There must be web.config file in Areas folder for portable areas to work. Under linux/mono "Areas" folder must start with a capital "A"
Clone URL: https://hg.codeplex.com/forks/danmalcolm/fluenthtml Fixing an issue with applying ModelState in checkbox list and allowing outer tag of checkboxlist and radiobuttonlist to be specified
Clone URL: https://hg.codeplex.com/forks/erikschierboom/improvedattributeextensions Provide overloads for IsDecoratedWith and GetAttribute to allow support for inherited attributes.
Clone URL: https://hg.codeplex.com/forks/nikmd23/jsonpactionresult Providing the community a handy ActionResult for dealing with JSONP requests.
Clone URL: https://hg.codeplex.com/forks/mehfuzh/justmockproxy Like RhinoMocksProxy and RhinoMocksFactory , creating a fork to include similar using JustMock
Clone URL: https://hg.codeplex.com/forks/tnederveld/mvccontrib Used to view and submit fixes for issues relating to the MvcContrib project.
Clone URL: https://hg.codeplex.com/forks/patrickmcdonald/mvcroutefixforareas Enhance MvcRoute to works with areas
Clone URL: https://hg.codeplex.com/forks/leroyatcodeplex/mycontributions Unfortunately necessary since the GitHub repo is no longer maintained...
Clone URL: https://hg.codeplex.com/forks/shayneva/omitroutevalueswhenoptional When generating urls, don't add route value when the associated action method parameter is optional and the value is not provided or is the same as the default value.
Clone URL: https://hg.codeplex.com/forks/shayneva/outboundurlbugfix Support for ExpressionType.New
Clone URL: https://hg.codeplex.com/forks/shayneva/outboundurlroutevalueoverloads Two overloads for OutBoundUrl.Of() that accept route values instead of an action expression.
Clone URL: https://hg.codeplex.com/forks/rockon1119/portableareamapbugfix Fix for Item # 7116
Clone URL: https://hg.codeplex.com/forks/rdumont/rdumontmvccontrib My contribs to MvcContrib
Clone URL: https://hg.codeplex.com/forks/rroesler/rroeslerpatches1 My fixes for issues 7177 7164 7163 7158 7154 Added Links.Views and Links.Actions Added settings ExtendBaseClass Added settings TimestampedURL Added AnonymousObjectToHtmlAttributes calls Added extra checks on Area
Clone URL: https://hg.codeplex.com/forks/patridge/shouldmaptooptionalfuncparams Getting ShouldMapTo to support action methods with optional function parameters (not optional route parameters). Need to allow null route data value when comparing to an optional method parameter.
Clone URL: https://hg.codeplex.com/forks/chebureg/t4mvcupdate added RedirectToActionPermanent method, CreateRoute method now also accepts RouteValueDictionary as parameter for defaults and constraints
Clone URL: https://hg.codeplex.com/forks/raspar/testcontrollerbuilder Adding the Cookie Collection to the TestControllerBuilder.
Clone URL: https://hg.codeplex.com/forks/ericbock/watin2dependency Updating the Watin Test Helpers to reference Watin 2
Clone URL: https://hg.codeplex.com/forks/purekrome/webabstractionsforaspnetmvc My ideas for some Web Abstractions for ASP.NET MVC. Mainly :- 1. Restful ActionResult's for action methods 2. Querystring and BasicAuthentication, per action method or controller 3. Simple web site settings class.
Clone URL: https://hg.codeplex.com/forks/alxey/acbranch Alexey Chabunin's branch
Clone URL: https://hg.codeplex.com/forks/chrispfarrell/addunobtrusivemarkup Adding MVC3 Unobtrusive Markup
Clone URL: https://hg.codeplex.com/forks/ajepst/ajepstmvccontrib