Commit Graph

7053 Commits

Author SHA1 Message Date
Hardirc 574266a6ae Merge remote-tracking branch 'upstream/master' 2015-03-12 02:33:11 -04: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 8ac3f204fa inverted messages 2015-03-11 00:53:19 -05:00
mdipierro 9b3a9a32e4 reduced space in forms 2015-03-11 00:42:01 -05:00
mdipierro 71aac68c20 fixed whitespaces in welcome3 2015-03-11 00:35:24 -05:00
mdipierro ae48f471d0 minor flash styling 2015-03-11 00:23:43 -05:00
mdipierro d4ebb5462b simpled code in index.html 2015-03-11 00:12:54 -05:00
mdipierro 3e3fdbd06a image header only on index 2015-03-10 23:58:44 -05:00
mdipierro 915c5a71d8 bold buttons, no shadow 2015-03-10 23:56:34 -05:00
mdipierro 62fa6a8a78 example of image 2015-03-10 23:44:46 -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 ac24ce446e minor changes to welcome3 2015-03-10 13:47:53 -05: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 219fb3e9cc another README revision 2015-03-09 12:55:10 -05:00
mdipierro 037d652b0b listed packages under README 2015-03-09 12:28:10 -05:00
mdipierro 4d6c9f62f0 fixed typo in readme 2015-03-09 12:10:47 -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
mdipierro 0c60f05e62 Merge pull request #839 from BuhtigithuB/pep8fileutils-py
PEP8 fileutils py
2015-03-07 12:34:19 -06:00
Hardirc f296376f5c Improve PEP8 gluon/storage.py 2015-03-06 22:28:13 -05:00
Hardirc 4296105942 Improve PEP8 gluon/sqlhtml.py 2015-03-06 22:27:21 -05:00
Hardirc 86880ea080 Improve PEP8 gluon/shell.py 2015-03-06 22:25:03 -05:00
Hardirc 01832d729f Improve PEP8 gluon/settings.py 2015-03-06 22:24:02 -05:00
Hardirc 3e19e3d0db Improve PEP8 gluon/scheduler.py 2015-03-06 22:22:00 -05:00
Hardirc 6bbc75df2e Improve PEP8 gluon/rocket.py 2015-03-06 22:20:22 -05:00
Hardirc af62288832 Improve PEP8 gluon/rewrite.py 2015-03-06 22:19:09 -05:00
Hardirc d00667e804 Improve PEP8 gluon/recfile.py 2015-03-06 22:15:42 -05:00
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
Hardirc 362e6dbad2 Improve PEP8 gluon/html.py 2015-03-06 22:04:46 -05:00
Hardirc bf7bb17f8d Improve PEP8 globals.py 2015-03-06 21:54:41 -05:00
Hardirc 8f6d2342ac Improve PEP8 gluon/fileutils.py 2015-03-06 21:16:55 -05:00
Hardirc 8608f78e6b Improve PEP8 gluon/fileutils.py 2015-03-06 20:57:01 -05:00
Hardirc 3d0a0dfa78 Fix single double quote for triple double quote docstring 2015-03-06 20:39:30 -05:00
mdipierro b00a16ffa3 added some more consulting companies 2015-03-06 11:32:49 -06:00
mdipierro a5145340fb Merge pull request #831 from niphlod/fix/827
fix docs at the top to honor correctly expiration when used in models
2015-03-05 16:26:45 -06:00
mdipierro bbb47ba075 Merge pull request #830 from BuhtigithuB/master
Fix click popagation to both new and actual tab when CTRL+Click
2015-03-05 16:26:36 -06:00
mdipierro 262c99ce33 Merge pull request #828 from niphlod/fix/656
fixes #656
2015-03-05 16:26:03 -06:00
mdipierro 91873f9ed4 Merge branch 'gi0baro-master' 2015-03-05 16:25:31 -06:00
mdipierro 0f5a59627b Merge branch 'master' of https://github.com/gi0baro/web2py into gi0baro-master 2015-03-05 16:25:19 -06:00
niphlod c4a703eb84 fix docs at the top to honor correctly expiration when used in models
Thanks @KabluBR  for spotting it
2015-03-03 20:30:40 +01:00