Commit Graph
4199 Commits
Author SHA1 Message Date
mdipierro 849177e09f adding pydal 15.03.20 2015-03-20 14:18:37 -05:00
mdipierro f1547486c0 fixed attachment on GAE 2015-03-20 13:34:43 -05:00
mdipierro 72d7b571de Merge pull request #860 from BuhtigithuB/pep8-newcron-py
Improve PEP8 gluon/newcron.py
2015-03-20 13:23:09 -05:00
mdipierro 3f6835f300 fixed issue #757, rss2 with weird chars (again) 2015-03-20 11:36:24 -05:00
mdipierro 133db9e3bb fixed issue #757, rss2 with weird chars 2015-03-20 11:18:18 -05:00
mdipierro daf371466a fixed issue #789, callable next 2015-03-20 11:05:15 -05:00
mdipierro 2a865a6f3e Merge pull request #859 from BuhtigithuB/pep8-myregex-py
Improve PEP8 gluon/myregex.py
2015-03-20 10:47:50 -05:00
mdipierro a56c1f37ed no more DAL and pyDAL 2015-03-20 09:11:24 -05:00
mdipierro 29b58ff70c added DAL serilization test 2015-03-20 01:35:55 -05:00
mdipierro 65b80d115a allow serialization of dal.py/DAL 2015-03-20 01:28:10 -05:00
mdipierro 385d47c5f0 Merge pull request #857 from gi0baro/pickle-issues
Removed representation utils from `_default_validators` method
2015-03-19 22:21:26 -05:00
mdipierro ce6b60c416 Merge pull request #856 from BuhtigithuB/pep8-main-py
Improve PEP8 gluon/main.py
2015-03-19 22:20:35 -05:00
gi0baro caa1976510 Removed representation utils from _default_validators method 2015-03-20 01:41:24 +01:00
mdipierro 023ee43245 minor changes to scrips and contrib 2015-03-19 12:22:21 -05:00
mdipierro a5097cdbc7 Merge pull request #853 from BuhtigithuB/pep8-languages-py
Improve PEP8 gluon/languages.py
2015-03-19 11:56:06 -05:00
mdipierro f9212bc75e removed api collections json, fixed spilling list:string widget 2015-03-18 18:19:15 -05:00
mdipierro 058d6863a6 Merge pull request #854 from niphlod/fix/bs3
first iteration on bs3 cleanup
2015-03-18 18:13:21 -05:00
niphlod cec0f8a0cf fix app packaging 2015-03-19 00:04:24 +01:00
niphlod 0086f7d28a first iteration on bs3 cleanup 2015-03-18 23:11:55 +01:00
mdipierro b9cd4ffc58 moved to latest dal 2015-03-16 21:41:04 -05:00
mdipierro 6ecc147d8c reverted changes to html.py 2015-03-16 18:03:37 -05:00
mdipierro 7bfa85fa10 Merge branch 'master' of github.com:web2py/web2py 2015-03-16 00:56:33 -05:00
mdipierro 1cd78a5c6d Merge pull request #852 from BuhtigithuB/BuhtigithuB-patch-1
unittest for gluon/utils.py  compare()
2015-03-16 00:56:08 -05:00
mdipierro 6386a80588 Merge pull request #851 from BuhtigithuB/pep8-http-py
Pep8 http py
2015-03-16 00:55:27 -05:00
BuhtigithuB 0094a323d7 test_simple_hash() 2015-03-15 21:07:21 -04:00
BuhtigithuB 901236765f forget to importe compare 2015-03-15 20:21:52 -04:00
BuhtigithuB 05daa164ac unittest test compare() 2015-03-15 20:07:24 -04:00
mdipierro 6f72641459 fixed problem with URL('') 2015-03-15 14:41:09 -05:00
mdipierro 198fbf9f59 allow URL('') 2015-03-15 14:32:29 -05:00
gi0baro 652f0316f9 Reverting 9dba971 reference change on pydal 2015-03-13 16:46:40 +01:00
mdipierro eecce3dd8f faster update_groups 2015-03-12 23:09:19 -05:00
mdipierro 9dba971d3d fixed db.Table and db.Field 2015-03-12 19:49:32 -05:00
mdipierro 60b3b19ede another small bs3 fix 2015-03-12 17:25:15 -05:00
mdipierro ed5ac272a5 some more changes to welcome3 2015-03-12 09:35:28 -05:00
mdipierro 4d63e79fb5 Merge pull request #846 from niphlod/enhancement/repr_cache
caches recursive selects for references
2015-03-11 18:31:30 -05:00
mdipierro 6f2e8de998 Merge pull request #841 from kirsn/master
Issue 794: sep = separator or current.response.form_label_separator
2015-03-11 18:28:55 -05:00
mdipierro a5e4cbeaf7 Merge pull request #840 from BuhtigithuB/pep8-globals-py
Improve PEP8 globals.py
2015-03-11 18:28:40 -05:00
mdipierro 664a59f46c minor simplifications 2015-03-10 23:11:04 -05:00
mdipierro 3948132817 better bootstrap3 2015-03-10 23:07:00 -05:00
mdipierro a2060eedce improved static/js/web2py-bootstrap3.js 2015-03-10 22:18:42 -05:00
niphlod d1ec005924 caches recursive selects for references
Why didn't we think before ? References are lazy, but when asked 
for representation why should we fetch the same referenced record
over and over ?

NB: the code caches only represent() fetching records from tables, that
are the only idempotent represent() calls out there. We could cache
every representation only asking for every represent() call to be 
idempotent. As I feel there will be someone returning random values,
I left it out.

I'll make a PR soon for pyDAL to fix the same behaviour.
2015-03-11 00:48:51 +01:00
mdipierro 46e0dcebf2 welcome3 2015-03-10 13:42:58 -05:00
mdipierro 3f9f8db62c another README revision 2015-03-09 12:56:29 -05:00
mdipierro 0f300cf845 fixed readme 2015-03-09 11:57:09 -05:00
Kiran Subbaraman 0839cf9dd2 issues/747
closes issue issues#747
2015-03-08 22:44:15 +05:30
Hardirc 8ac3191e33 Improve PEP8 gluon/newcron.py 2015-03-06 22:14:10 -05:00
Hardirc 0546e9b396 Improve PEP8 gluon/myregex.py 2015-03-06 22:12:56 -05:00
Hardirc 29c0eb6bac Improve PEP8 gluon/main.py 2015-03-06 22:11:31 -05:00
Hardirc f227397ccf Improve PEP8 gluon/languages.py 2015-03-06 22:08:50 -05:00
Hardirc df6fc812e3 Improve PEP8 http.py 2015-03-06 22:06:37 -05:00