0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't use Number constructor for number conversion More... over 14 years ago
Fix min/max val validators to work only for numbers, and make them work correctly More... over 14 years ago
Don't rely on the errors object when all we care about is in the messages collection More... over 14 years ago
Check selectedIndex >= 0 before accessing options collection for select elements More... over 14 years ago
Add german error messages, courtesy of Matthias Zeis More... over 14 years ago
Fix wrong parameter in max-val error message (thanks to Matthias Zeis for spotting it) More... over 14 years ago
Catch exception in builder when no ls is available - makes it possible to run rake tasks on Windows boxes More... over 14 years ago
Don't fail when select has no options More... over 14 years ago
Don't assume that form is set in reporting extension
cjo
More... over 14 years ago
Regexp validator should be built-in
cjo
More... over 14 years ago
Update builder and test suite app to use Juicer correctly
cjo
More... over 14 years ago
Update test run instructions
cjo
More... over 14 years ago
The HTML form element should be optional in v2.Form so the validation logic can be hooked in anywhere (i.e., by calling form.validate() from a custom submit handler, or other event handler)
cjo
More... over 14 years ago
Custom regexp validator
cjo
More... over 14 years ago
Typo. =) More... over 14 years ago
Added Swedish translation of error messages: errors.sv.js More... over 14 years ago
Merge branch 'master' of git://github.com/lucaspirola/validatious into lucaspirola/master More... over 14 years ago
added portuguese translation file;
lucaspirola
as Lucas Pirola
More... over 14 years ago
Fixed oTidyBrowser bug in Firefox/Firebug More... about 15 years ago
Added support for button element More... over 15 years ago
Added a TODO item More... over 15 years ago
Renamed and ignored distribution folder. New name is pkg More... over 15 years ago
Cleaned up file More... over 15 years ago
Refactored builder to use Juicer for building distribution files More... over 15 years ago
Cleaned up Rakefile More... over 15 years ago
Ported test backend from PHP to Ruby using Sinatra More... over 15 years ago
Added dependency declarations in preparation for using Juicer for dependency resolving More... over 15 years ago
Updated version number in v2 object Added scrollTo method to MooTools Element object Changed a test that tripped on MooTools Element.getElements when looking for v2.InputElement.getElements Whitespace change in test file More... over 15 years ago
Added test case for mootools integration More... over 15 years ago
Removed unused interfaces, added mootools bridge More... over 15 years ago