Commit Graph

505 Commits

Author SHA1 Message Date
Michele Comitini b095213626 Merge branch 'master' of github.com:web2py/web2py 2012-05-22 00:03:14 +02:00
Massimo DiPierro ba6ba5342a better setup-web2py-nginx-uwsgi-ubuntu.sh, issue 816, thanks Orsomannaro 2012-05-21 16:50:03 -05:00
Massimo DiPierro 3f18d032e9 fixed bug in smartdict, thanks Jonathan 2012-05-21 10:08:44 -05:00
Massimo DiPierro 0e0c655355 db(db.a)._update(name=db(db.b.a==db.a.id).nested_select(db.b.id)) 2012-05-21 09:55:05 -05:00
Massimo Di Pierro 5522e8d9ea parse_as_rest returns count, thaks Joseph Piron 2012-05-20 10:09:41 -05:00
Massimo Di Pierro 1173f292fa {{super}} equals '' if no parent 2012-05-19 22:35:12 -05:00
Massimo DiPierro cb485d320a fixed 5th parameter of menu does not work on mobiles, issue 805, thanks mweissen 2012-05-19 10:11:55 -05:00
Massimo DiPierro 6d70560c69 use applescript to force slash screen on to, thanks Marc 2012-05-19 10:09:38 -05:00
Massimo DiPierro 6775f89c2e fixed logging issue (807), thanks Marc 2012-05-19 10:07:56 -05:00
Massimo Di Pierro 2d48af247d db.table.field.avg(), issue 803, thanks Ato 2012-05-17 18:14:19 -05:00
Massimo Di Pierro b6a415a37c fixed bug in last commit, thanks Harkirat 2012-05-17 17:52:27 -05:00
Massimo Di Pierro 05ee1e90ca get or create key now defaults to sha512 asn should have all along, thanks Harkirat 2012-05-17 15:56:19 -05:00
Massimo Di Pierro c1f10fe9cf mail.settings.login can be None,False,0,'' 2012-05-17 10:54:17 -05:00
Massimo Di Pierro 92d4aa3362 no more class='' but class=None, thanks Jonathan 2012-05-17 09:55:50 -05:00
Massimo DiPierro a2cc167d68 disabled copied of logging.conf again, problem with python 2.5 2012-05-16 18:23:18 -05:00
Massimo DiPierro 0be0644424 fixed issue 799, thanks hi21alt 2012-05-16 16:52:09 -05:00
Massimo DiPierro dc0f5f5821 Sybase Adapter 2012-05-16 16:45:10 -05:00
Michele Comitini aeeab4e669 Merge branch 'master' of github.com:web2py/web2py 2012-05-16 22:40:38 +02:00
Massimo DiPierro 8514d670a4 restored copy of logging, works today 2012-05-16 11:15:56 -05:00
Michele Comitini ec0c6d7059 Simplify the https check logic using request.is_https which is smarter. 2012-05-15 22:38:43 +02:00
Massimo Di Pierro 66b9b8c1ad removed copy of logging.conf because default logging.example.conf breaks web2py. 2012-05-15 09:06:31 -05:00
Massimo Di Pierro 01642b64bd improved csv does not require id field, issue 795, thanks Dominic Koenig 2012-05-14 14:28:35 -05:00
Massimo Di Pierro 6d43756297 sys.exit of error on run_system_tests 2012-05-14 14:27:27 -05:00
Massimo Di Pierro aad6f4947f sys.exit(1) of error on run_system_tests 2012-05-14 14:26:34 -05:00
Massimo DiPierro 8a20930acd added comment in Makefile 2012-05-11 21:56:17 -05:00
Massimo DiPierro dc05ac732d README.markdown 2012-05-11 21:52:26 -05:00
Massimo DiPierro 98c7bd14d4 Create default logging.conf if it doesn't exist, thanks Marc 2012-05-11 17:41:25 -05:00
Massimo Di Pierro e2820aa32a another mongodb improvement 2012-05-11 14:52:21 -05:00
Massimo Di Pierro 24f5f4ead1 2.00.0 release candidate 2012-05-11 08:30:51 -05:00
Massimo Di Pierro c11b526891 fixed bug in recent widget commit, thanks Gyuris 2012-05-11 08:28:24 -05:00
Massimo Di Pierro 750dbccb79 Display import errors in the GUI as well as the terminal, issue 789, thanks Marc 2012-05-11 08:26:53 -05:00
Massimo Di Pierro f35e026854 better teradata adapter, thanks Andrew Willimott 2012-05-11 08:23:00 -05:00
Massimo Di Pierro f1021e25b8 better teradata adapter, thanks Andrew Willimott 2012-05-11 08:14:57 -05:00
Massimo Di Pierro ce4c0740dd make commit runs tests, let's try.... 2012-05-10 22:36:06 -05:00
Massimo Di Pierro 0478a4ee54 gracefully handle if a server is already running on the selected port, thanks Marc 2012-05-10 22:30:45 -05:00
Massimo Di Pierro 6b337dec48 fixed rocket ssl issue 787 2012-05-10 22:29:12 -05:00
Massimo Di Pierro a9aff39cd8 -S a/c/f, issue 786, thanks Carlos Galindo 2012-05-10 22:24:43 -05:00
Massimo Di Pierro 61f0db4876 https instead of http on initial startup with certificates, issue 783, thanks shivakumar. 2012-05-10 22:22:27 -05:00
Massimo DiPierro e8563209cc web2py.py --run_system_tests, thanks Marc Abramowitz 2012-05-10 18:20:24 -05:00
Massimo DiPierro 81528a31b5 added contrib/imageutils, thanks Bruno and Villas 2012-05-10 18:02:12 -05:00
Massimo DiPierro f3996a7703 better translation interface, thanks Daniel González Zaballos 2012-05-10 16:30:37 -05:00
Massimo Di Pierro a2ade9094c anothr attempt to fix mongodb adapter 2012-05-10 15:12:29 -05:00
Massimo Di Pierro 25038d5398 fixed mongo select? perhaps 2012-05-10 08:19:21 -05:00
Massimo Di Pierro 1a5512b3bf fixed another typo in recent mongodb commit 2012-05-07 17:40:26 -05:00
Massimo Di Pierro 934e403fae fixed typo in previous commit 2012-05-07 17:36:10 -05:00
Massimo Di Pierro 3222d1325a mongodb fix? 2012-05-07 15:27:32 -05:00
Massimo Di Pierro 2beb15f997 reverted change to LI(name) in MENU 2012-05-07 12:18:42 -05:00
Massimo Di Pierro 7e7e953a68 fixed bug introduced recently when non-GAE, thanks Dominic Koenig 2012-05-07 08:15:47 -05:00
Massimo Di Pierro 83c06dc9a0 better scheduler docs, thanks Michael 2012-05-06 17:32:27 -05:00
Massimo Di Pierro 079764bfce preserve exception in custom_import, thanks Mike Amy 2012-05-06 17:29:58 -05:00