1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #139 from elkdanger/master More... almost 14 years ago
Fix compilation of projects within Dev11 environment. More... almost 14 years ago
Fix formatting and remove compilation warning More... almost 14 years ago
Merge pull request #132 from jimmygilles/master More... almost 14 years ago
Merge pull request #130 from strygo/master More... almost 14 years ago
Merge branch 'master' of github.com:mwe/scriptsharp More... almost 14 years ago
#166 - added scriptname attributes for jquery defferd methods in jQuery.cs More... almost 14 years ago
#166 - Added .mkd extension support More... almost 14 years ago
Renamed from jQueryValidation.cs More... about 14 years ago
Renamed jQueryValidation to jQueryValidationObject to keep inline with other plugin naming conventions More... about 14 years ago
jQueryValidation now inherits from jQueryObject to support Plugin<T> pattern. Methods are non-static and have removed redundant parameters More... about 14 years ago
Added types for messages and validation rules More... about 14 years ago
Added xml documentation for jQueryValidation More... about 14 years ago
Added classes for managing validation methods and messages More... about 14 years ago
ToObject should not take a generic type as its parameter type - the return type is of only importance More... about 14 years ago
ModelToObject should not take the same generic type as its parameter type - it is the return type that is important More... about 14 years ago
Added methods to Knockout.Mapping to unwrap a view model to a plain javascript object, including a generic implementation. More... about 14 years ago
Reverted jQueryObject change for this branch More... about 14 years ago
Added a generic overload for ToObject More... about 14 years ago
Revert "Moved toJS() and toJSON() from KnockoutMapping to Knockout to reflect actual API" More... about 14 years ago
Reverted jQuery change from branch More... about 14 years ago
Added type to represent validation methods More... about 14 years ago
Added support for rules and validation methods More... about 14 years ago
Merge branch 'Validator' of https://github.com/elkdanger/scriptsharp into Validator More... about 14 years ago
Added delegate for handling custom validation methods. More... about 14 years ago
Added static Validator methods and associated types More... about 14 years ago
Added jQuery.Validation project back into the solution after moving More... about 14 years ago
Moved jQuery.Validation library folder into the correct location, to match convention More... about 14 years ago
Added instance methods to Validator More... about 14 years ago
Added types for jQueryValidation, Validator and ValidationOptions More... about 14 years ago