mdipierro
|
7b655465bb
|
faster re.compile in validators
|
2012-09-02 12:26:16 -05:00 |
|
mdipierro
|
d322ec5690
|
fixed @//// in wiki and pep8 spacing
|
2012-08-25 11:29:11 -05:00 |
|
mdipierro
|
b2294a8a56
|
IS_EXPR_environment.patch, fixed issue 938, thanks Anthony
|
2012-08-19 10:02:29 -05:00 |
|
mdipierro
|
a608df5a29
|
removed unwanted whitespaces
|
2012-08-16 11:56:07 -05:00 |
|
mdipierro
|
e51c78763e
|
\w_ replaced with \w, thanks Osman
|
2012-08-15 09:12:55 -05:00 |
|
mdipierro
|
7219e499a0
|
fixed issue 923, thanks Martin
|
2012-08-07 19:53:42 -05:00 |
|
mdipierro
|
398155f7e8
|
fixed issue 569, translation of date-time error messages, thanks iceberg
|
2012-08-07 14:30:31 -05:00 |
|
mdipierro
|
3004345180
|
make CRYPT with salt but not key compatible with third party systems
|
2012-08-07 12:26:33 -05:00 |
|
mdipierro
|
2118955956
|
possibly fixed issue 647
|
2012-08-02 21:51:05 -05:00 |
|
mdipierro
|
5f07ba20b7
|
fixed IS_LENGTH for value==None again
|
2012-07-28 21:33:00 -05:00 |
|
mdipierro
|
89e4caa9df
|
fixed IS_LENGTH
|
2012-07-28 02:24:09 -05:00 |
|
mdipierro
|
bd00292828
|
oops sh512
|
2012-07-20 13:51:26 -05:00 |
|
mdipierro
|
ee376afa2d
|
changed CRYPT, Auth, welcome digest_alg default
|
2012-07-20 10:31:07 -05:00 |
|
mdipierro
|
a8131c2b43
|
added more CRYPT examples and doctests, fixed other doctests
|
2012-07-20 10:17:55 -05:00 |
|
mdipierro
|
6903db9d7c
|
fixed CRYPT
|
2012-07-20 08:58:13 -05:00 |
|
mdipierro
|
37055d7e08
|
smarted CRYPT, thanks Jonathan
|
2012-07-19 16:56:44 -05:00 |
|
mdipierro
|
65bb04d949
|
added a comment about md5, thanks Osman
|
2012-07-18 18:32:46 -05:00 |
|
mdipierro
|
446e170e2a
|
new syntax pbkdf2(1000,20,sha1)
|
2012-07-18 13:46:24 -05:00 |
|
mdipierro
|
a058a0ba8b
|
fixed an issue with latest CRYPT
|
2012-07-18 12:34:26 -05:00 |
|
mdipierro
|
263599e43b
|
added pbkdf2 support, simplified logic
|
2012-07-18 12:24:28 -05:00 |
|
mdipierro
|
b01f7645c8
|
more options with hmac and salt in auth, thanks Dave
|
2012-07-10 20:40:47 -05:00 |
|
mdipierro
|
5378ae2384
|
error message on Crypt exception
|
2012-07-05 10:47:10 -05:00 |
|
mdipierro
|
da94e68e53
|
fixed default algorithm with salt, requires hmac_key
|
2012-07-04 23:30:52 -05:00 |
|
mdipierro
|
f8d5bf87c1
|
Auth(...,salt=True), thanks Dave Stoll
|
2012-07-04 19:22:40 -05:00 |
|
mdipierro
|
84cb8af39a
|
IS_IN_DB distinct
|
2012-06-23 09:11:56 -05:00 |
|
Massimo Di Pierro
|
254a1b08c0
|
translate in IS_STRONG, issue 747 partially fixed
|
2012-05-02 14:12:54 -05:00 |
|
Adam Bryzak
|
b9430437a4
|
Handle empty requires list when wrapping db.table.field.requires in IS_EMPTY_OR
|
2012-04-09 23:22:15 +10:00 |
|
Massimo Di Pierro
|
ca3aebddd6
|
improved some corner cases in IS_IN_SET, thanks Fran
|
2012-04-06 09:13:07 -05:00 |
|
Massimo Di Pierro
|
82b5a0bc14
|
fixed typo in validators, thanks Johann (issue 736)
|
2012-03-28 22:19:32 -05:00 |
|
Massimo Di Pierro
|
ba93692ed4
|
fixed issue 728, bug in languages, thanks pgergo
|
2012-03-26 11:17:20 -05:00 |
|
Massimo DiPierro
|
f556c9cd8d
|
validators optionally require globals
|
2012-03-12 22:34:52 -05:00 |
|
Massimo Di Pierro
|
a8a4fee635
|
IS_IN_DB ignoring common filters, thanks tsvim
|
2012-03-01 11:02:23 -06:00 |
|
Massimo Di Pierro
|
1c808ecda2
|
accidental infinite recursion in gluon/validators.py
|
2012-02-13 10:12:28 -06:00 |
|
Massimo Di Pierro
|
cda213f38c
|
fixed issue 647, problem with is_in_db and multiple, thanks Manuele Presenti
|
2012-02-11 23:06:24 -06:00 |
|
Massimo Di Pierro
|
5ae682b703
|
possible fix for issue 637
|
2012-01-26 11:12:52 -06:00 |
|
Massimo Di Pierro
|
02bd396c03
|
another change to better support arbitrary named id fields
|
2012-01-21 16:59:44 -06:00 |
|
Massimo Di Pierro
|
4b5993b35b
|
fixed ignore_common_filters and IS_NOT_IN_DB, thanks Yair
|
2012-01-12 14:18:50 -06:00 |
|
Massimo Di Pierro
|
98b2eed268
|
fixed a problem with translation in validators, thanks niphlod
|
2012-01-12 14:04:37 -06:00 |
|
Massimo Di Pierro
|
b2849070c9
|
IS_MATCH fix, thanks Anthony
|
2011-12-25 12:24:40 -06:00 |
|
Massimo Di Pierro
|
dcd129f590
|
fixed problem with internationalization of IS_DATE_IN_RANGE and IS_DATETIME_IN_RANGE errors, issue 569
|
2011-12-19 23:15:40 -06:00 |
|
Massimo Di Pierro
|
889441f04d
|
fixed IS_STRONG error message
|
2011-12-16 09:44:48 -06:00 |
|
Massimo Di Pierro
|
d281acb421
|
fixws and 'new' button in grid query
|
2011-12-05 11:39:42 -06:00 |
|
Massimo DiPierro
|
83a54268b1
|
IS_DATE,IS_DATETIME format internationalized
|
2011-11-30 22:09:18 -06:00 |
|
Massimo Di Pierro
|
d421c1321b
|
initial commit
|
2011-11-22 23:30:42 -06:00 |
|