Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
1356 |
Jun 9 at 2:46 AM
|
loudej |
Initial version of Spark view engine.
Added - binary bin/spark/spark.dll - MvcContrib.SparkViewEngine project - MvcContrib.UnitTests.SparkViewEngine unit tests - samples/MvcContrib.Samples.SparkViewEngine sample web app
The conversation leading up to this patch is at http://groups.google.com/group/mvccontrib-discuss/browse_thread/thread/7336e08bf9ea338f
Zip contains additional folders in mvccontrib bin and src, as well as a patch file which updates unittests csproj and mvccontrib sln.
|
|
Download
|
Applied Sat
|
1541 |
Sat at 10:40 AM
|
simone_b |
Adds an expression-based RedirectToAction both on the ConventionController and as an extension method.
|
|
Download
|
Applied Jun 28
|
1415 |
Jun 20 at 11:16 AM
|
alley |
Lets the ConventionControllerActionInvoker look for IRescue instead of RescueAttribute. RescueAttribute is also an IRescue ofcourse, but you can now easily create your own rescues. Even your controller can be an IRescue if you want the controller to catch it's own errors.
|
|
Download
|
Applied Jun 28
|
1353 |
Jun 7 at 2:27 AM
|
SimonCropp |
Just a proposal
Would it be possible split the core nHaml engine into its own assembly that does not reference the mvc assemblies or the other mvccontrib projects. The reasons are as follows -use nHaml without mvccontrib -be able to use nHaml on the client side. especially with the new light weight .net framework that does not include much sever functionality. -make it possible to use nHaml in castle monorail (make this project easier http://weblogs.asp.net/mirvodasergey/archive/2008/06/02/introducing-monorail-nhaml.aspx)
I have attached a first cut of this proposal. It is a zip of the full solution as i had to add files and folders and could not create a patch
Thoughts?
|
|
Download
|
Applied Jun 28
|
1433 |
Jun 25 at 4:24 PM
|
Woil |
Updates TestControllerBuilder with two functions, CreateController<T>(params object[] constructorArgs) where T : Controller and CreateIoCController<T>() where T : Controller These allow creation of controllers with the test suite that have arguments in the constructor. An example of the CreateIoCController as follows: TestControllerBuilder builder = new TestControllerBuilder(); IWindsorContainer container = //initialize windsor or whichever IoC you use DependencyResolver.InitializeWith(new WindsorDependencyResolver(container)); ProductController controller = builder.CreateIoCController<ProductController>(); //execute tests on controller
|
|
Download
|
Applied Jun 28
|
1434 |
Jun 25 at 4:39 PM
|
troydemonbreun |
(Action) PreconditionFilter -- Moved attribute into base class
|
|
Download
|
Applied Jun 20
|
1327 |
Jun 2 at 6:36 PM
|
timtas |
Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. The user also specifies:
- content (MIME) type - as attachment - file name
Also added MvcContrib.ConventionController.Binary method, which returns a BinaryResult.
Also added unit test coverage.
This provides a simplified, testable way to stream things like PDFs and other binary content to the browser.
|
|
Download
|
Applied Jun 20
|
1416 |
Jun 20 at 11:54 AM
|
simone_b |
Hello, here's a patch which fixes a test not passing on a non-english machine due to datetime formatting.
|
|
Download
|
Applied Jun 20
|
1417 |
Jun 20 at 11:55 AM
|
simone_b |
Fixes test not passing on non-english machine by making RangeValidator culture invariant.
|
|
Download
|
Applied Jun 20
|
1414 |
Jun 19 at 7:56 PM
|
alley |
Replaces patch #1408
Removes conventioncontroller and moves the necessary stuff to ConventionControllerActionInvoker Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue
|
|
Download
|