Commit Graph

913 Commits

Author SHA1 Message Date
Coto
ed29811d80 rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW) 2012-09-06 16:42:35 +02:00
g1smd
0b3e34cde9 Optimise RegEx patterns, especially for UK phone numbers. 2012-09-06 16:25:53 +02:00
Jörn Zaefferer
4290ab518f Lint 2012-09-06 13:06:58 +02:00
Jörn Zaefferer
5560d13589 todo cleanup 2012-09-06 12:56:23 +02:00
Jörn Zaefferer
48a6535552 changelog update 2012-08-17 15:15:23 +02:00
Coto
64e0d00040 Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) 2012-08-14 01:30:00 -04:00
Jörn Zaefferer
1bdaca0171 Test against latest stable jQuery Core version 2012-08-09 16:46:50 +03:00
Jörn Zaefferer
92cafa825b Added croatian (HR) localization 2012-06-25 09:32:02 -07:00
Paul Jackson
93419c8d34 Existing French translations were edited and French translations for the additional methods were added. 2012-06-19 19:42:54 +02:00
Max Lynch
907467e874 Merged in changes for specifying custom error messages in data attributes 2012-05-15 17:39:40 -05:00
Max Lynch
55920f0f75 Updated UK Mobile phone number regex for new numbers. Fixes #154 2012-05-07 15:14:00 +02:00
Max Lynch
a8568232a6 Add element to success call with test. Fixes #60 2012-05-07 11:30:10 +02:00
Max Lynch
851e941a60 Fixed regex for time additional method. Fixes #131 2012-05-05 14:19:47 -05:00
Max Lynch
f0b8042233 resetForm now clears old previousValue on form elements. Fixes #312 2012-05-04 10:48:49 -05:00
Max Lynch
c3ce5b4569 Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359 2012-05-04 11:20:17 +02:00
Max Lynch
a24e58a293 Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405 2012-05-04 11:13:06 +02:00
Max Lynch
80d07b5f92 Added jQuery Mobile demo. Fixes #249 2012-05-03 12:08:53 +02:00
Jörn Zaefferer
e0ac44449c Delete duplicate and outdated demo 2012-05-02 19:21:18 +02:00
Max Lynch
9b964ee920 Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7 2012-05-02 13:16:30 +02:00
Max Lynch
278d3f3b3e Added US zip code support and test. Fixes #90 2012-04-29 20:34:18 +02:00
Max Lynch
c41f2f616d Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244 2012-04-28 16:58:34 +02:00
Max Lynch
43d963b4ec Removed number stripping from stripHtml. Fixes #2 2012-04-28 16:48:05 +02:00
Max Lynch
7cc01adbd1 Fixed invalid count on invalid to valid remote validation. Fixes #286 2012-04-28 16:41:28 +02:00
Jörn Zaefferer
f037939682 Add link to file_input to demo index 2012-04-28 16:31:24 +02:00
Max Lynch
b475b483f5 Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369 2012-04-22 23:37:01 -05:00
Max Lynch
aca144b5eb Disables blur event when onfocusout is set to false. Test added. 2012-04-20 15:11:34 +02:00
Max Lynch
58930870c6 Fixed value issue for radio buttons and checkboxes. Fixes #363 2012-04-20 15:09:15 +02:00
Max Lynch
5c2ecd1b76 Added test for rangeWords and fixed regex and bounds in method. Fixes #308 2012-04-20 15:04:57 +02:00
Max Lynch
ea25fe11e5 Fixed TinyMCE Demo and added link on demo page. Fixes #382 2012-04-20 14:51:53 +02:00
Max Lynch
dfbf95b825 Changed localization message for min/max. Fixes #273 2012-04-20 14:50:12 +02:00
Max Lynch
a436634fe8 Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217 2012-04-18 00:14:33 +02:00
Max Lynch
02b10a6568 Fixed delegate bug for dynamic-totals demo. Fixes #51 2012-04-18 00:11:53 +02:00
Synchro
be37b6aba8 Fix incorrect message for alphanumeric validator 2012-04-17 11:21:56 +02:00
Max Lynch
f1f97e5947 Removed incorrect false check on required attribute 2012-04-04 13:32:12 -05:00
Jörn Zaefferer
ba717554b1 Update to QUnit 1.5.0 2012-04-04 19:14:31 +02:00
Max Lynch
e036239746 required attribute fix for non-html5 browsers. Fixes #301 2012-04-04 19:01:56 +02:00
Jörn Zaefferer
1539feb1a2 Use equal assertion, not equal 2012-04-03 18:44:10 +02:00
Jörn Zaefferer
8f8792fd86 Fix whitespace and formatting in additional-methods and tests 2012-04-03 16:24:45 +02:00
Nathan Long
78a739f7c5 Added methods "require_from_group" and "skip_or_fill_minimum" 2012-04-03 16:15:04 +02:00
Markus Nilsson
79c5245532 Use correct iso code for swedish
Fixes #18
2012-04-03 15:48:45 +02:00
Max Lynch
3da0e8e02e Updated demo HTML files to use HTML5 doctype 2012-04-03 12:00:29 +02:00
Max Lynch
f2d525c919 Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41 2012-04-03 12:00:03 +02:00
Max Lynch
e30b3aab02 Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116 2012-04-02 15:04:56 +02:00
Max Lynch
1bbf7a636f Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9 2012-04-02 14:55:56 +02:00
Jörn Zaefferer
a0a0cb8c69 Fix bad double quote in test fixtures 2012-03-29 22:23:51 +02:00
Max Lynch
85b719b8d3 Fix maxWords method to include the upper bound, not exclude it. Fixes #284 2012-03-29 21:40:19 +02:00
fbuchinger
f2f8bcf2fc Fixed grammar error in german range validator message. Fixes #315 2012-03-29 19:27:59 +02:00
Başar Aykut
bafc78671a Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280 2012-03-29 19:20:50 +02:00
Max Lynch
d8210bf098 Merge pull request #298 from anroots/master
Estonian localization
2012-03-29 08:34:56 -07:00
Jörn Zaefferer
9a4d711888 Update to latest grunt 2012-03-29 13:08:21 +02:00