Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
3240 |
Thu at 8:25 PM |
MarkJensen |
I have added a few things
1. A controller that can out data in various formats like json, xml and html... just like you can with RoR
2. Added a some enumerable extensions that also can be found in Prototypejs (and in RoR from what i hear)
|
|
Download
|
Being evaluated
|
3207 |
Jun 29 at 5:31 PM |
krugs525 |
Updated version of patch 3206 (Added an Html() method to Literal so that I could specify the inner HTML of a Literal (span).) Please delete 3206.
|
|
Download
|
Being evaluated
|
3206 |
Jun 29 at 5:07 PM |
krugs525 |
Added an Html() method to Literal so that I could specify the inner HTML of a Literal (span).
|
|
Download
|
Being evaluated
|
3168 |
Jun 25 at 12:57 AM |
krugs525 |
Updated patch for issue 4407: specify that an HTML element should only be selected when the value in another <select> box is a certain value
|
4407
|
Download
|
Applied Jun 27 |
3177 |
Jun 25 at 3:00 PM |
krugs525 |
Allow GridColumn<T>.Attributes() to be called multiple times. Previously any call to Attributes() would overwrite any attributes that had already been set.
|
|
Download
|
Applied Jun 27 |
3178 |
Jun 25 at 3:02 PM |
krugs525 |
Added a ColumnType property to GridColumn<T>... this is a follow-up to a previous patch I uploaded (issue 4406), taking Jeremy's suggestions into account.
|
4406
|
Download
|
Applied Jun 27 |
3176 |
Jun 25 at 2:22 PM |
krugs525 |
Created strongly typed HTML Helpers for Select<T> and MultiSelect<T>. In my project I want to add onto the HTML Helpers and I need these to be strongly typed. The non-strongly typed versions are still there.
|
|
Download
|
Applied Jun 27 |
3169 |
Jun 25 at 1:31 AM |
krugs525 |
Allow a SPAN tag to have an ID when created with <%= this.Literal() %>. I want the SPAN to have an ID because I want to reference it with JavaScript.
|
|
Download
|
Applied Jun 27 |
3080 |
Jun 16 at 10:06 AM |
bondehagen |
Added the method ObjectArrayFromArgs to support params object[] as input parameter to NVelocityExtensions.
|
|
Download
|
Applied Jun 14 |
3057 |
Jun 13 at 11:18 AM |
stevehorn |
Added extension methods to MvcContrib.TestHelpers to allow asserting Partial View rendering.
|
|
Download
|