Commit Graph

4427 Commits

Author SHA1 Message Date
mdipierro bf89d42c00 Merge pull request #203 from lucadealfaro/master
Update validators.py
2013-09-07 18:47:32 -07: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 b0f6f29de5 Merge pull request #202 from niphlod/enhancement/working_status
streamlined the "working..." status handling and added an example
2013-09-07 07:22:14 -07:00
niphlod a6baead531 streamlined the "working..." status handling and added an example 2013-09-07 15:34:03 +02:00
mdipierro 31a5e28f9a some cleanup 2013-09-06 16:29:20 -05:00
mdipierro 173d669206 fixed makefile for new folder structure 2013-09-06 16:19:20 -05:00
mdipierro d129539e62 fixed routes.pattern.example.py 2013-09-06 15:38:01 -05:00
mdipierro 58e02c6f24 fixed prefix in markmin ...:cite 2013-09-06 15:35:27 -05:00
mdipierro 6203fcb852 moved settings.cfg to admin 2013-09-06 15:18:17 -05:00
mdipierro 62b59a023d fixed merge 2013-09-06 14:45:52 -05:00
mdipierro faeecbfc94 renamed routes.patterns.example.py and routes.parametric.example.py files 2013-09-06 14:33:24 -05:00
mdipierro 7f11ec177a reverting last patch 2013-09-06 14:21:23 -05:00
mdipierro ceae454386 Merge pull request #199 from pyner/master
download static file via http
2013-09-06 12:00:35 -07: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
mdipierro b885f7e2b6 Merge pull request #200 from michele-comitini/lazy_tables_recursion_fix_3
Lazy tables recursion fix 3
2013-09-06 11:52:37 -07: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
Michele Comitini f96f89b14d Merge ssh://github.com/web2py/web2py 2013-09-06 05:01:33 +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 def5ba3d4f Merge pull request #198 from niphlod/enhancement/double_submission
help preventing double submissions for normal forms too.
2013-09-05 12:24:53 -07: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
Michele Comitini 59c3c981d3 Merge ssh://github.com/web2py/web2py 2013-09-05 11:17:43 +02:00
Samuel 1b91e746ca download file via http 2013-09-04 16:57:04 -05:00
mdipierro f171777da5 fixed problem with handlers in zip 2013-09-04 16:33:37 -05:00
mdipierro 5b32e3e2a9 fixed problem with missing .py in zip 2013-09-04 16:30:14 -05:00
mdipierro 832a603939 fixed problem with missing .py in zip 2013-09-04 16:27:42 -05:00
niphlod 79bd1d2e24 help preventing double submissions for normal forms too. Helps with issue #1644 2013-09-04 23:22:41 +02:00
spametki 44aa9483a4 Cast keys recursively including iterables (issue 1639 syntax error) 2013-09-04 16:19:59 -03:00
mdipierro cbcc9bc8ff Merge branch 'master' of github.com:web2py/web2py 2013-09-03 20:37:28 -05:00
mdipierro a9d20cf3b4 Merge pull request #195 from niphlod/enhancement/datetime_js_widgets
attach datetime/date/time validators only on events
2013-09-03 18:37:11 -07:00
spametki af202868bc Merge branch 'dictionary-db-defs'
Tries to fix issue 1639
2013-09-03 19:41:48 -03:00
niphlod cd30382c0e attach datetime/date/time validators only on events 2013-09-03 20:52:25 +02:00
Massimo e724e13564 fixed cron deadlock on windows, thanks Helko Besemann 2013-09-03 11:53:18 -05:00
Massimo fd000fe35b preventing un-necessary fetch, thans Anthony and Villas 2013-09-03 09:53:42 -05:00
mdipierro 099e02fe64 fixed issue 1507, menu links problems with mobile user agent, thanks Paolo Valleri 2013-09-02 20:43:10 -05:00
mdipierro 6a1d83b2f4 Merge pull request #194 from alfonsodg/master
Fixing some typos inside tests and unneeded modules
2013-09-02 18:37:49 -07:00
mdipierro 74cb6c3de6 backported safe_eval to python 2.5 2013-09-02 20:33:19 -05:00
mdipierro 31904d58bd backported safe_eval to python 2.5 2013-09-02 20:30:30 -05:00
Alfonso de la Guarda Reyes a51d087797 Fixing some typos inside tests and unneeded modules 2013-09-02 19:32:26 -05:00
spametki b5039a5a6e Switched table definition order at test_dal.py 2013-09-01 19:16:45 -03:00
spametki a634ff7954 Applied patch for issue 1639 2013-09-01 18:13:51 -03:00
mdipierro 0b501612ad fixed issue 813:archive table current_record field label is translated by default 2013-09-01 14:14:20 -05:00
mdipierro 9729005fff better import errors (issue 1368) 2013-09-01 13:35:17 -05:00
mdipierro ca85afeb2f fixed issue 1342:MySQL, self-reference, and null values 2013-09-01 13:12:30 -05:00
mdipierro b7f46c969f multiple renderers for wiki (issue 1298), thanks Alan and sorry this took forever 2013-09-01 12:44:02 -05:00