Commit Graph

  • 0996fc4cf2 Bump post-release version Jörn Zaefferer 2013-02-04 12:24:04 +01:00
  • 8caa0b7480 Release 1.11.0 1.11.0 Jörn Zaefferer 2013-02-04 12:22:06 +01:00
  • b84db8398e Readme update Jörn Zaefferer 2013-02-04 12:17:34 +01:00
  • 69831a08cf Remove clearing as numbers of min, max and range rules. Fixes #455. Closes gh-528. Alexander I. Zaytsev 2012-11-29 19:12:45 +13:00
  • a047634196 Revert back to checking for name attribute only when debug flag is set. Never throw an exception here. Fixes #621 Jörn Zaefferer 2013-02-04 12:02:27 +01:00
  • 856cec06b8 Update pre-existing labels - fixes #430 closes gh-436 Nick Williams 2012-05-29 22:24:08 +01:00
  • 07fdf0c95c Add a min-height to test container for jQuery-git compat Jörn Zaefferer 2013-01-31 01:14:20 +01:00
  • 70687768e2 Fix line endings. Very late follow-up to ab74256 Jörn Zaefferer 2013-01-31 01:02:06 +01:00
  • d974246d23 Testsuite now has 1.6.x as minimum jQuery version, so remove older versions Jörn Zaefferer 2013-01-31 00:57:24 +01:00
  • 22edeaf28f Improve error handling when no element is missing its name attribute. Still need to set debug flag to see exception. Jörn Zaefferer 2013-01-31 00:44:34 +01:00
  • fddd3b70dc Remove old build cruft Jörn Zaefferer 2013-01-31 00:32:43 +01:00
  • 0d394a7418 Updated coding style Robert 2013-01-29 15:07:40 +02:00
  • b5cd04e327 Lint test files Jörn Zaefferer 2013-01-31 00:28:13 +01:00
  • 2b1b2563c5 Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614 Jörn Zaefferer 2013-01-31 00:12:32 +01:00
  • 7763d4572d Include pledige counter in readme Jörn Zaefferer 2013-01-30 23:44:39 +01:00
  • e3106d3892 Use 1.9.0 in demo/index, replace old jQuery version with 'version switcher' Jörn Zaefferer 2013-01-30 23:19:47 +01:00
  • 0681cc06c5 Added jQuery 1.9 to the project. Closes gh-613 John-Philip Johansson 2013-01-30 08:35:55 +01:00
  • ab74256e54 Add basic gitattributes file. Closes gh-612 Nick Schonning 2012-11-23 08:32:19 -05:00
  • 72345a461e Fix mimetype regex juadielon 2013-01-24 17:35:42 +10:00
  • 315189301a Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery). Jörn Zaefferer 2013-01-22 22:21:43 +01:00
  • 4fe282c4bd Hebrew messages: Removed dots at end of sentences - Fixes gh-568 Yoav Ram 2012-12-13 10:40:44 +02:00
  • 65403a3269 French translation for require_from_group validation. Fixes gh-573. Pat Heard 2012-12-17 15:19:36 -05:00
  • b82d8cc1db Allow groups to be an array or a string - Fixes #479 IamDavidovich 2012-08-15 13:58:57 +10:00
  • 696452f636 Whitespace Jörn Zaefferer 2012-12-10 12:41:08 +01:00
  • 2fbe406995 Removed spaces with multiple MIME types Michael Phillips 2012-12-06 17:52:02 -05:00
  • 3d02806333 Whitespace/indent fixes Jörn Zaefferer 2012-11-26 13:50:28 +01:00
  • 238965c74f All tabs for localizations Nick Schonning 2012-11-15 18:46:01 -05:00
  • acc96f9e17 Some minor cleanups of things flagged by static analyser in PHPStorm Synchro 2012-09-12 19:37:16 +02:00
  • e4f3a87493 Fix some date validations, JS syntax errors. Synchro 2012-11-26 11:48:24 +01:00
  • 6df33a8ccc Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties. Max Lynch 2012-05-15 17:34:22 -05:00
  • 5ec962ebb6 Update dependencies: Remove old jQuery versions, include new ones. Update QUnit and Form plugin. Jörn Zaefferer 2012-11-23 14:26:56 +01:00
  • 948c7cedcd Added sftp as a valid url-pattern Mischa Sameli 2012-07-11 11:42:48 +03:00
  • 58cff9d795 Add contributing.md, should help land PRs a little faster Jörn Zaefferer 2012-11-23 13:06:56 +01:00
  • 710b17ceb3 Add Malay (my) localization Jörn Zaefferer 2012-11-18 22:51:58 +01:00
  • 4fe2bb7908 Update localization/messages_hu.js mrextreme 2012-11-14 13:26:06 +00:00
  • 78859d9e75 Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9 mlwalt 2012-11-09 10:38:47 +00:00
  • f221f68a47 JSHint additional-methods.js and add to grunt Nick Schonning 2012-10-23 22:05:16 -04:00
  • 5c7b4e9fc3 Adding config for Travis CI build nschonni 2012-09-12 23:19:01 -04:00
  • f8ea5d9e7b Add localizations to grunt lint, cleanup localization files. Nick Schonning 2012-10-23 16:59:48 -04:00
  • b0b014d898 Localization: Fixed typo in finnish translation Joakim Antman 2012-10-22 08:47:12 +03:00
  • 7061614b3c Fix RTM demo to show invalid icon when going from valid back to invalid Jörn Zaefferer 2012-10-14 09:32:58 -04:00
  • 61e7816a9c Fixed premature return in remote function which prevented ajax call from being made in case an input was entered too quickly. Ensures remote validation always validates the newest value. Pierre-Antoine Passet 2012-10-04 15:28:14 +02:00
  • 5934f4d450 Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field. Jörn Zaefferer 2012-10-03 18:41:25 +02:00
  • 64e806b462 Bump post release version Jörn Zaefferer 2012-09-07 13:15:08 +02:00
  • ec9c676972 Release 1.10.0 1.10.0 Jörn Zaefferer 2012-09-07 13:14:24 +02:00
  • 2be709e3de Temp: Add pledgie links Jörn Zaefferer 2012-09-06 20:41:09 +02:00
  • 6cfaab08d9 Corrected French strings for nowhitespace, phoneUS, phoneUK and mobileUK based upon community feedback. Paul Jackson 2012-07-30 12:47:45 -04:00
  • 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) Coto 2012-08-18 16:09:43 -04:00
  • 0b3e34cde9 Optimise RegEx patterns, especially for UK phone numbers. g1smd 2012-07-30 08:33:45 +00:00
  • 4290ab518f Lint Jörn Zaefferer 2012-09-06 13:06:58 +02:00
  • 5560d13589 todo cleanup Jörn Zaefferer 2012-09-06 12:56:23 +02:00
  • 48a6535552 changelog update Jörn Zaefferer 2012-08-17 15:15:23 +02:00
  • 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) Coto 2012-08-14 01:30:00 -04:00
  • 1bdaca0171 Test against latest stable jQuery Core version Jörn Zaefferer 2012-08-09 16:46:50 +03:00
  • 92cafa825b Added croatian (HR) localization Jörn Zaefferer 2012-06-25 09:32:02 -07:00
  • 93419c8d34 Existing French translations were edited and French translations for the additional methods were added. Paul Jackson 2012-06-19 13:20:11 -03:00
  • 907467e874 Merged in changes for specifying custom error messages in data attributes Max Lynch 2012-05-15 17:34:22 -05:00
  • 55920f0f75 Updated UK Mobile phone number regex for new numbers. Fixes #154 Max Lynch 2012-05-05 14:35:38 -05:00
  • a8568232a6 Add element to success call with test. Fixes #60 Max Lynch 2012-05-05 13:21:12 -05:00
  • 851e941a60 Fixed regex for time additional method. Fixes #131 Max Lynch 2012-05-05 14:19:47 -05:00
  • f0b8042233 resetForm now clears old previousValue on form elements. Fixes #312 Max Lynch 2012-05-04 10:48:49 -05:00
  • c3ce5b4569 Added checkbox test to require_from_group and changed require_from_group to use elementValue. Fixes #359 Max Lynch 2012-04-17 11:08:41 -05:00
  • a24e58a293 Fixed dataFilter response issues in jQuery 1.5.2+. Fixes #405 Max Lynch 2012-05-03 16:50:33 -05:00
  • 80d07b5f92 Added jQuery Mobile demo. Fixes #249 Max Lynch 2012-04-19 19:35:46 -05:00
  • e0ac44449c Delete duplicate and outdated demo Jörn Zaefferer 2012-05-02 19:21:18 +02:00
  • 9b964ee920 Deoptimize findByName for correctness. Fixes #82 - $.validator.prototype.findByName breaks in IE7 Max Lynch 2012-04-25 09:08:51 -05:00
  • 278d3f3b3e Added US zip code support and test. Fixes #90 Max Lynch 2012-04-25 08:59:06 -05:00
  • c41f2f616d Changed lastElement to lastActive in keyup, skip validation on tab or empty element. Fixes #244 Max Lynch 2012-04-24 15:17:21 -05:00
  • 43d963b4ec Removed number stripping from stripHtml. Fixes #2 Max Lynch 2012-04-24 14:41:11 -05:00
  • 7cc01adbd1 Fixed invalid count on invalid to valid remote validation. Fixes #286 Max Lynch 2012-04-24 13:39:19 -05:00
  • f037939682 Add link to file_input to demo index Jörn Zaefferer 2012-04-28 16:31:24 +02:00
  • b475b483f5 Moved old accept method to extension additional-method, added new accept method to handle standard browser mimetype filtering. Fixes #287 and supersedes #369 Max Lynch 2012-04-22 23:29:47 -05:00
  • aca144b5eb Disables blur event when onfocusout is set to false. Test added. Max Lynch 2012-04-17 10:00:58 -05:00
  • 58930870c6 Fixed value issue for radio buttons and checkboxes. Fixes #363 Max Lynch 2012-04-10 14:02:25 -05:00
  • 5c2ecd1b76 Added test for rangeWords and fixed regex and bounds in method. Fixes #308 Max Lynch 2012-04-18 18:57:30 -05:00
  • ea25fe11e5 Fixed TinyMCE Demo and added link on demo page. Fixes #382 Max Lynch 2012-04-19 08:55:19 -05:00
  • dfbf95b825 Changed localization message for min/max. Fixes #273 Max Lynch 2012-04-19 09:04:14 -05:00
  • a436634fe8 Added pseudo selector for text input types to fix issue with default empty type attribute. Added tests and some test markup. Fixes #217 Max Lynch 2012-04-10 23:18:58 -05:00
  • 02b10a6568 Fixed delegate bug for dynamic-totals demo. Fixes #51 Max Lynch 2012-04-17 12:19:38 -05:00
  • be37b6aba8 Fix incorrect message for alphanumeric validator Synchro 2012-04-17 11:21:56 +02:00
  • f1f97e5947 Removed incorrect false check on required attribute Max Lynch 2012-04-04 13:32:12 -05:00
  • ba717554b1 Update to QUnit 1.5.0 Jörn Zaefferer 2012-04-04 19:14:31 +02:00
  • e036239746 required attribute fix for non-html5 browsers. Fixes #301 Max Lynch 2012-04-04 11:43:10 -05:00
  • 1539feb1a2 Use equal assertion, not equal Jörn Zaefferer 2012-04-03 18:44:10 +02:00
  • 8f8792fd86 Fix whitespace and formatting in additional-methods and tests Jörn Zaefferer 2012-04-03 16:24:45 +02:00
  • 78a739f7c5 Added methods "require_from_group" and "skip_or_fill_minimum" Nathan Long 2011-06-27 17:01:30 -04:00
  • 79c5245532 Use correct iso code for swedish Markus Nilsson 2012-04-03 15:48:45 +02:00
  • 3da0e8e02e Updated demo HTML files to use HTML5 doctype Max Lynch 2012-04-02 13:50:12 -05:00
  • f2d525c919 Fixed regex issue for decimals without leading zeroes. Added new methods test. Fixes #41 Max Lynch 2012-04-02 13:33:40 -05:00
  • e30b3aab02 Introduce a elementValue method that normalizes only string values (don't touch array value of multi-select). Fixes #116 Max Lynch 2012-03-28 16:37:46 -05:00
  • 1bbf7a636f Support for dynamically added submit buttons, and updated test case. Uses validateDelegate. Code from PR #9 Max Lynch 2012-03-31 16:22:24 -05:00
  • a0a0cb8c69 Fix bad double quote in test fixtures Jörn Zaefferer 2012-03-29 22:23:51 +02:00
  • 85b719b8d3 Fix maxWords method to include the upper bound, not exclude it. Fixes #284 Max Lynch 2012-03-29 11:08:01 -05:00
  • f2f8bcf2fc Fixed grammar error in german range validator message. Fixes #315 fbuchinger 2012-02-08 11:41:40 +01:00
  • bafc78671a Fixed handling of multiple class names for errorClass option. Test by Max Lynch. Fixes #280 Başar Aykut 2011-12-09 14:04:45 +02:00
  • d8210bf098 Merge pull request #298 from anroots/master Max Lynch 2012-03-29 08:34:56 -07:00
  • 9a4d711888 Update to latest grunt Jörn Zaefferer 2012-03-29 13:08:21 +02:00
  • 8d9fa303a4 Fix jQuery.format usage, should be $.validator.format. Fixes #329 Jörn Zaefferer 2012-03-06 10:47:43 +01:00
  • bab8e84d75 Rewrite zip task to basic task, extracting the file list and zip file name. Jörn Zaefferer 2012-03-02 15:07:10 +01:00
  • 9feeed5c8f Add release task to grunt.js, using custom zip task. Currently breaks due to a bug in zipstream (#5). Jörn Zaefferer 2012-02-29 14:14:08 +01:00