Commit Graph

  • 1f31b60141 Swapped heroku app for gh-pages master gitea 2016-01-24 07:38:59 +08:00
  • a83095a839 Update generated urls gh-pages gitea 2016-01-24 07:34:44 +08:00
  • 3f9bdd36f5 Update generated urls gitea 2016-01-24 07:31:07 +08:00
  • a17935df17 Added static files for gh-pages gitea 2016-01-24 07:18:45 +08:00
  • 6d39448df7 Added script to generate index.html for gh-pages gitea 2016-01-24 06:52:45 +08:00
  • 221680b25d Merge pull request #7 from wassname/master Stephen J. Fuhry 2016-01-06 20:58:01 -05:00
  • e4abb705ba added download_url gitea 2016-01-07 09:31:50 +08:00
  • f7e78b08eb Updated setup.py to new github repo 2.0.1 gitea 2016-01-07 08:53:32 +08:00
  • 5d5b7b5057 Bumped to version 2.0.1 to match readme title gitea 2016-01-07 08:49:14 +08:00
  • 07bac1fb0a Bumped to version 1.0.5 gitea 2016-01-07 08:47:08 +08:00
  • f449f2013b Added telephone field example gitea 2016-01-07 08:40:26 +08:00
  • 8499caddf7 Added html inputs, fields, and samples gitea 2016-01-07 08:32:24 +08:00
  • 80af5b7dbd Merge pull request #5 from martez81/dev Stephen J. Fuhry 2015-06-06 15:43:12 -04:00
  • 0888df17b0 Modified shadowing classes to define widget property instead of passing widget explicitly in constructor. This fixes issue with assigninig different widget by user. martez81 2015-05-30 14:14:42 -04:00
  • 2cca7f4def Merge pull request #3 from SmileyJames/master Stephen J. Fuhry 2015-03-05 08:33:29 -05:00
  • 079e8c8dc0 Fixed typo James O'Toole 2015-03-05 11:50:42 +00:00
  • 31f3917ff5 Updated README James O'Toole 2015-02-28 22:33:30 +00:00
  • dcc54d192f data trigger is now change even if the field doesn't have a validator, because some fields are validated by default James O'Toole 2015-02-26 01:49:10 +00:00
  • 6e9bbafbe1 Updated sample James O'Toole 2015-02-26 01:46:55 +00:00
  • 2eb9929216 Fixed checking is in array incorrectly James O'Toole 2015-02-26 01:24:26 +00:00
  • 04c2ef7f88 remove console logging James O'Toole 2015-02-26 01:13:51 +00:00
  • 5063f10015 Made multiple selects actually render as multiple selects James O'Toole 2015-02-25 15:59:22 +00:00
  • 71f8c99d5b Grammar correction, pointed out by fuhrysteve James O'Toole 2015-02-17 17:08:23 +00:00
  • c54a36ce7a Forgot to import json James O'Toole 2015-02-17 17:05:07 +00:00
  • 3bc3c9c971 Using json.dumps as suggested by fuhrysteve James O'Toole 2015-02-17 17:04:22 +00:00
  • b4073dda58 Removed inlist validator, because is is no longer in Parsley since 2.x, replaced with a custom valdidator James O'Toole 2015-02-17 12:32:31 +00:00
  • be67c5cf69 Fixed FileInput and TextArea not rendering kwarg attributes James O'Toole 2015-02-17 12:14:06 +00:00
  • b41c1726f2 Spelling error, _mac_addresss_kwargs => _mac_adress_kwargs James O'Toole 2015-02-17 11:48:25 +00:00
  • b77c2c40a8 Removed error, FileInput defined as function not class James O'Toole 2015-02-17 11:46:58 +00:00
  • 1378b29a2c Added support for SelectMultipleField James O'Toole 2015-02-17 06:24:21 +00:00
  • 69acc56916 Added file field James O'Toole 2015-02-16 21:21:36 +00:00
  • 87b9cf2a1d Improved data-parsley-datefield validator, fixed previous issue of '%Y-%m-%d' being matched by '1996-2-'. James O'Toole 2015-02-15 04:59:17 +00:00
  • fd8efee64b Implemented default validation for FloatField, DecimalField and IntegerField, using data-parsley-type's number and integer. James O'Toole 2015-02-15 04:47:40 +00:00
  • cc156b1f84 Implemented validation for DateField and DateTimeField, uses a custom validation script, which currently need some work. James O'Toole 2015-02-15 04:27:06 +00:00
  • 4be20fe74d Implemented the NoneOf validator, using a custom parsley validator James O'Toole 2015-02-15 02:03:37 +00:00
  • 28d1e84eaf Implemented UUID validator, regex is the same as used by WTForms James O'Toole 2015-02-15 01:48:28 +00:00
  • 830743eb6e Added forgotten import James O'Toole 2015-02-15 01:44:47 +00:00
  • 7e62b61991 Implemented MacAddress validator, regex used is the same as used by WTForms, it is EMCAScript and Python compatible James O'Toole 2015-02-15 01:43:09 +00:00
  • c6ae2ae252 Incorrect attribute corrected, data-parsley-regex should be data-parsley-pattern James O'Toole 2015-02-15 01:37:57 +00:00
  • 5008cae28f Incorrect attribute corrected, data-parsley-regex should be data-parsley-pattern James O'Toole 2015-02-15 01:31:54 +00:00
  • 9180ad23c3 Merge pull request #2 from SmileyJames/master Stephen J. Fuhry 2015-02-12 15:34:45 -05:00
  • 33232db048 Prevent parsley attributes showing in RadioField list container SmileyJames 2015-02-12 18:08:31 +00:00
  • 37410c2e18 Fixed RadioField and added support for InputRequired SmileyJames 2015-02-12 17:50:17 +00:00
  • 06d5657f0c Merge pull request #1 from SmileyJames/master Stephen J. Fuhry 2015-02-11 19:19:16 -05:00
  • 01d7e1cf02 Corrected length kwargs SmileyJames 2015-02-11 23:50:40 +00:00
  • 1137698e1a missed copypasta Stephen J. Fuhry 2014-09-01 00:54:44 +00:00
  • fcb12e3ea0 support for wtforms 2.x and upgrading to parsley 2 Stephen J. Fuhry 2014-08-31 18:22:15 +00:00
  • 9e056767bc Bumps to version 0.1.4 johannes-gehrs 2014-02-06 21:12:17 +01:00
  • 1298d3ff98 updates setup.py for wtforms 1.0.5 johannes-gehrs 2014-02-06 21:04:44 +01:00
  • 0f2b5809df updates sample for wtform 1.0.5 johannes-gehrs 2014-02-06 21:04:01 +01:00
  • 801b3ea8be Merge pull request #6 from synthsym/master Johannes Gehrs 2014-02-06 20:46:03 +01:00
  • 614217c6f4 un-update author Adam Jacobus 2014-02-05 22:35:19 +10:00
  • 8bb4374783 Change author Adam Jacobus 2014-02-05 22:32:27 +10:00
  • 7f7b10cbfb Update wtforms to 1.0.5 Adam Jacobus 2014-02-05 22:31:46 +10:00
  • c66b04d42f Update fields and validators to 1.0.5 Adam Jacobus 2014-02-05 22:30:59 +10:00
  • 36a7c176cb bumps to next version for pypi johannes-gehrs 2013-12-04 10:44:57 +01:00
  • e505e9a081 adopts the markup to new parsley version johannes-gehrs 2013-12-04 10:38:25 +01:00
  • 1bc00cf8ae Merge pull request #4 from DiscoveryHorizon/master Johannes Gehrs 2013-12-04 00:30:47 -08:00
  • 3d1e038744 Handles unlimited rangelength values Sean Brant 2013-12-03 15:18:57 -06:00
  • bc9ed5ffdc Revert "Handles unlimited range numbers" Sean Brant 2013-12-03 15:16:12 -06:00
  • 1ad8c2b071 fix in code description update parsley submodule johannes-gehrs 2013-12-03 17:53:49 +01:00
  • 87db0ed789 Merge pull request #3 from dezza/master Johannes Gehrs 2013-12-03 00:49:11 -08:00
  • 5ef767c4e1 Handles unlimited range numbers pr/4 Sean Brant 2013-12-02 16:28:16 -06:00
  • 94356633bc py3 import path fix pr/3 = 2013-11-11 23:17:01 +01:00
  • 311b3598d1 Merge branch 'master' of https://github.com/johannes-gehrs/wtforms-parsleyjs Johannes Gehrs 2013-08-31 12:59:56 +02:00
  • d3afa10e7c increases version to 0.1.2 Johannes Gehrs 2013-08-30 17:47:48 +02:00
  • 878a710651 updates docs with minor stuff Johannes Gehrs 2013-08-30 17:45:33 +02:00
  • 942e06e188 fixes #1 Johannes Gehrs 2013-08-30 17:39:40 +02:00
  • 94a7e20c25 heroku log file fixed (filename changed) Johannes Gehrs 2013-07-04 22:31:55 +02:00
  • 293cc3d294 clarifies some points in the readme Johannes Gehrs 2013-07-04 22:19:45 +02:00
  • 6fe9d493dc clarifies some points in the readme Johannes Gehrs 2013-07-04 22:17:56 +02:00
  • 2a42778b65 improves pypi description Johannes Gehrs 2013-07-01 23:58:48 +02:00
  • 5303009004 fix typo Johannes Gehrs 2013-07-01 23:54:06 +02:00
  • e0949570d5 updates README with installation info various small improvements Johannes Gehrs 2013-07-01 23:52:24 +02:00
  • 86ebd2194e updates readme Johannes Gehrs 2013-06-30 21:04:43 +02:00
  • 4f42c42798 correct submodule path mistake Johannes Gehrs 2013-06-30 20:48:33 +02:00
  • 97aab77e2b correct submodule path mistake Johannes Gehrs 2013-06-30 18:49:37 +02:00
  • f2945321c5 correct submodule path mistake Johannes Gehrs 2013-06-30 18:45:21 +02:00
  • 2eab40a87a correct submodule path mistake Johannes Gehrs 2013-06-30 18:40:41 +02:00
  • 514784fe29 moves License file Johannes Gehrs 2013-06-30 18:35:30 +02:00
  • 89cba98aee updates read me Johannes Gehrs 2013-06-30 18:15:13 +02:00
  • 4ef6267487 adds parsleyJS submodule Johannes Gehrs 2013-06-30 18:11:46 +02:00
  • 351b74fb78 updates readme with sample link Johannes Gehrs 2013-06-30 18:02:54 +02:00
  • 5c4a5af873 many improvements Johannes Gehrs 2013-06-30 17:05:16 +02:00
  • cd2c87ffa1 adds requirements.txt for pip dependency resolution Johannes Gehrs 2013-06-24 23:39:50 +02:00
  • 02073fe052 add parsley's as submodule Johannes Gehrs 2013-06-24 23:33:34 +02:00
  • 945884b973 changed structure to package Johannes Gehrs 2013-06-24 23:28:32 +02:00
  • 75053a26e6 adds license Johannes Gehrs 2013-06-24 00:33:26 +02:00
  • 0179897dc6 fixed some rendering issues with checkbox Johannes Gehrs 2013-06-24 00:20:48 +02:00
  • cb015025cf initial commit Johannes Gehrs 2013-06-23 23:52:59 +02:00