Commit Graph

5269 Commits

Author SHA1 Message Date
Massimo f78e172eda fixed issue 1673, propagation for format in archive tables 2013-09-20 12:47:15 -05:00
mdipierro bd452f90b2 session._fixup_before_save 2013-09-20 08:36:52 -05:00
mdipierro 2b1f150f02 relaxed REST conditions 2013-09-19 22:18:45 -05:00
mdipierro e7a9457249 fixed problem with widget and list:string 2013-09-19 22:03:37 -05:00
mdipierro d3ab2e73d5 support for driver mysql.connector, thank you Josiel Santos 2013-09-19 21:44:12 -05:00
mdipierro 860f40ca63 added support for 3letter language files, issue 1680, thanks Fran 2013-09-19 21:33:31 -05:00
mdipierro 59a7db56a4 fixed major problem with persistance of session.flash 2013-09-19 20:51:11 -05:00
mdipierro 01e5107a96 possible fix to issues 1682, REST and DELETE 2013-09-19 18:33:27 -05:00
mdipierro 8765dbbe0f an attempt to fix 1685 2013-09-19 18:26:35 -05:00
mdipierro d125b0b95b expires can be str or datetime 2013-09-19 18:03:35 -05:00
mdipierro 1d2fc4b8f5 simpler logic in parse POST but not functional difference 2013-09-19 17:47:29 -05:00
mpranjic 4cd4ff2c5e startswith, endswith and contains for upload fields 2013-09-19 10:58:23 +02:00
mdipierro cfe825f94a Merge pull request #213 from spametki/master
Fix imap insert multipart detection
2013-09-18 08:05:05 -07:00
mdipierro 53e79915fa skip virtual fields on AttributeError 2013-09-18 08:29:31 -05:00
mdipierro 2516bb59a1 fixed issue 1679:auth.navbar() duplicates first link if mode is 'default', thanks wkl 2013-09-16 08:55:43 -05:00
mdipierro 4556a355a2 fixed a problem with CRYPT password length 2013-09-15 11:46:46 -05:00
mdipierro 7dafb07438 added a extra level of protection for long passwords, even if IS_LENGTH validator is missing 2013-09-15 09:40:15 -05:00
spametki 921cd46c10 Fix imap insert multipart detection 2013-09-14 16:03:41 -03:00
mdipierro 10a69f4338 removed circular import for validators 2013-09-13 17:14:47 -05:00
mdipierro 7bc603f380 fixed Pointless to set session.flash before session.renew, thanks nursix 2013-09-13 15:41:58 -05:00
mdipierro 6c1cc6fc96 tabs -> spaces 2013-09-13 15:39:39 -05:00
mdipierro ed9def985e R-2.6.1 2013-09-12 17:08:52 -05:00
mdipierro be57c3ab5b conditional renew sessions on login/logout 2013-09-12 16:31:41 -05:00
Michele Comitini 53bca4e178 Allow raising a custom Service.JsonRpcException inside a jsonrpc2 action. 2013-09-11 18:01:37 +02:00
niphlod 5951ce2aef fixed redis_session.py, thanks @Giovanni for pointing 2013-09-09 21:32:26 +02:00
mdipierro 69d5fb1d64 fixed link in toolbar, issue 1670 2013-09-09 14:17:25 -05:00
mdipierro dfaf3a6667 Merge pull request #206 from nursix/master
Add 'set' to serializable types in Query.as_dict
2013-09-09 10:53:26 -07:00
mdipierro fa08fd6703 Merge pull request #204 from niphlod/issue/1640
grid search widget always use ISO format for date(time) fields
2013-09-09 10:51:44 -07:00
Dominic König 01c0d14396 Add 'set' to serializable types in Query.as_dict 2013-09-09 14:59:29 +02:00
mdipierro 2a0f481b42 updated changelog for 2.6.1 2013-09-08 21:36:42 -05:00
niphlod 4089001d99 grid search widget always use ISO format for date(time) fields 2013-09-08 18:27:37 +02:00
mdipierro 30f01a2e79 removed unwanted print statement, thanks Luca 2013-09-07 22:05:01 -05:00
mdipierro aacbb5cef8 reverted previous patch 2013-09-07 21:01:30 -05:00
Luca de Alfaro fae29bf0e1 Update validators.py
Updated the IS_DATETIME validator; otherwise it would fail when creating a new record with SQLFORM, for dates that have an empty default.
2013-09-07 16:57:17 -07:00
mdipierro 31a5e28f9a some cleanup 2013-09-06 16:29:20 -05:00
mdipierro 58e02c6f24 fixed prefix in markmin ...:cite 2013-09-06 15:35:27 -05:00
mdipierro 62b59a023d fixed merge 2013-09-06 14:45:52 -05:00
mdipierro cd7dd52002 Merge pull request #201 from michele-comitini/table_init_speedups
little speedup for table init
2013-09-06 11:58:58 -07:00
mdipierro 82950a621c Lazy tables recursion fix 3, thanks Michele and Anthony 2013-09-06 13:55:34 -05:00
Michele Comitini af073a2af1 little speedup for table init 2013-09-06 15:15:34 +02:00
Michele Comitini 59c758368a try to reduce recursion in Row.__getitem__ 2013-09-06 14:48:09 +02:00
Michele Comitini 69ef29bc2d trying to fix some speed issues 2013-09-06 05:56:17 +02:00
Michele Comitini 2baa1af264 fix for recursive selects on lazy tables 2013-09-06 05:09:34 +02:00
mdipierro fceb9a57ce auth.crsf_prevention = False 2013-09-05 17:26:40 -05:00
mdipierro 3bb31b1f09 auth.crsf_on = False 2013-09-05 17:23:53 -05:00
mdipierro dbf2202630 Merge pull request #197 from spametki/master
DAL dict parameters (issue 1639). Fixed tests (again)
2013-09-05 12:24:01 -07:00
mdipierro 11d0c28f91 toolbar and ajax fix patch 2013-09-05 09:48:40 -05:00
spametki 44aa9483a4 Cast keys recursively including iterables (issue 1639 syntax error) 2013-09-04 16:19:59 -03:00
spametki af202868bc Merge branch 'dictionary-db-defs'
Tries to fix issue 1639
2013-09-03 19:41:48 -03:00
Massimo e724e13564 fixed cron deadlock on windows, thanks Helko Besemann 2013-09-03 11:53:18 -05:00