Commit Graph

4299 Commits

Author SHA1 Message Date
mdipierro b13c2cf6e3 possibly solved issue 1617? thanks fredcy 2013-08-30 17:38:51 +02:00
mdipierro a122215b41 new attempt at fixing session but commented test which fails 2013-08-30 17:38:51 +02:00
mdipierro 5ebf93e453 fixed memdb(Client()) problem 2013-08-30 17:38:51 +02:00
mdipierro 4d46477bee support for content-type .xslm, thanks Niphlod 2013-08-30 17:38:51 +02:00
Johan Englund 49ff414c5c Rewrite navbar & added sublime to gitignore 2013-08-30 17:38:50 +02:00
mdipierro 44f5c0c824 exists to isdir, thanks Niphlod 2013-08-30 17:38:50 +02:00
mdipierro 9aee01df62 updated Makefile 2013-08-30 17:38:50 +02:00
mdipierro 13c782eaa6 handlers check for 'applications' folder 2013-08-30 17:38:50 +02:00
mdipierro 72b3092ef6 moved handlers 2013-08-30 17:38:50 +02:00
mdipierro 03942ba38f allow conditional templates, although no compilation, thanks Anthony 2013-08-30 17:38:50 +02:00
mdipierro c997192277 another possible solution to issue 1524, without monkey patching 2013-08-30 17:38:50 +02:00
mdipierro aebb331fe7 monkey_patched_pickle 2013-08-30 17:38:50 +02:00
mdipierro dafbc17826 fixed get_app problem on windows 2013-08-30 17:38:50 +02:00
mdipierro cc3da8a50e fixed get_app problem on windows 2013-08-30 17:38:50 +02:00
mdipierro 137b4ed75a fixed if False in widget.py, thanks Niphlod 2013-08-30 17:38:49 +02:00
mdipierro a6a678bf4a fixed windows paths, thanks Niphlod 2013-08-30 17:38:49 +02:00
mdipierro 1d83daa068 more details in README 2013-08-30 17:38:49 +02:00
mdipierro 0bf787ae5e no echo in Makefile 2013-08-30 17:38:49 +02:00
mdipierro d70a13e412 commented scripts in setup.py, broke build 2013-08-30 17:38:49 +02:00
mdipierro 8dc8c49dec added a README file 2013-08-30 17:38:49 +02:00
mdipierro cd704f74bb moved lots of files 2013-08-30 17:38:49 +02:00
mdipierro f18b264ca1 no more plugins in wizard 2013-08-30 17:38:49 +02:00
niphlod 5bdfbc98dd added boilerplate to be able to run tests from anywhere. Added test for validate_and_insert too. 2013-08-30 17:38:49 +02:00
mdipierro 52c8629f4b fixed typo in globals, thanks Niphlod 2013-08-30 17:38:49 +02:00
Ricardo Pedroso 92fc9a6dce support new session logic 2013-08-30 17:38:48 +02:00
niphlod 02d616aaa3 fix issue with scheduler namespace. Thanks @limedrop for spotting this. 2013-08-30 17:38:48 +02:00
gi0baro 5cef463dcf Support querying for null values in mongoDB 2013-08-30 17:38:48 +02:00
Dominic König e7ce778121 Ability to send emails with empty message body. 2013-08-30 17:38:48 +02:00
mdipierro 667009318e fixed problem with get_app when app does not exist 2013-08-30 17:38:48 +02:00
mdipierro 838a1ffc82 fixed missing error in design when app does not exist 2013-08-30 17:38:48 +02:00
mdipierro 4ce6d03d89 removed customize it 2013-08-30 17:38:48 +02:00
mdipierro 24c9f999e1 fixing more bugs in new session handling 2013-08-30 17:38:48 +02:00
Michele Comitini 21b1b0fa48 Merge ssh://github.com/web2py/web2py 2013-08-22 11:09:03 +02:00
mdipierro 1d14949e17 fixed latest mdmdb problem? 2013-08-22 03:46:59 -05:00
mdipierro 18601c4f72 solved problems with auth and cookie expire 2013-08-22 02:38:49 -05:00
mdipierro 9d9190584e fixed Encoding problem in 'format' from define_table on GAE, thanks Juan 2013-08-22 02:32:00 -05:00
mdipierro 7936ab8ef9 fixed env['QUERY_STRING'], thanks Anthony 2013-08-22 02:19:34 -05:00
mdipierro 93b9b4dfbe trying to trigget travis.... 2013-08-21 17:27:48 -05:00
mdipierro 5b120cd64f Merge pull request #176 from mcabo/patch-1
Update dal.py
2013-08-21 15:24:08 -07:00
mdipierro f0bcef14b0 reverted issue 1639:DAL, define_table and Field unpacked serialized attributes 2013-08-21 17:23:11 -05:00
mdipierro fc8690a146 Merge pull request #177 from michele-comitini/session_id_fix
session id null on cookieless client.
2013-08-21 05:14:57 -07:00
Michele Comitini 6a297d854b error on partition usage fixed 2013-08-21 12:56:49 +02:00
Michele Comitini c9d69c0219 session id null on cookieless client. 2013-08-21 12:17:12 +02:00
mdipierro d162499e73 pdfinvoice 2013-08-21 05:07:53 -05:00
mdipierro 70a8284cb5 fixed issue 1643:grid - export HTML - missing charset=UTF-8, problems with non-ASCII-chars; proposal, thanks Martin 2013-08-21 04:39:55 -05:00
Michele Comitini 9228204722 Merge ssh://github.com/web2py/web2py 2013-08-21 11:37:13 +02:00
mdipierro d1525cf6ec adapter.connect = None after adapter.close_connection 2013-08-21 04:29:39 -05:00
mcabo cef7d64d97 Update dal.py
I think It will be useful to update the table contents and to validate the data previously.

On the other hand, I think there is something weird in the update_or_insert definition (Class table) because it is not working properly on data updating.
2013-08-21 11:13:10 +02:00
mdipierro 4f1d6e6f31 fixed possible memdb issue with table(id), thanks Luca 2013-08-21 02:54:23 -05:00
mdipierro f3ac3a8740 Merge pull request #175 from niphlod/enhancement/admin_python_version
fix for issue 1642
2013-08-21 00:44:24 -07:00