Commit Graph

4270 Commits

Author SHA1 Message Date
Johan Englund
c06c207b68 Rewrite navbar & added sublime to gitignore 2013-08-27 14:57:10 +02:00
mdipierro
371a4780e8 fixed get_app problem on windows 2013-08-27 06:34:36 -05:00
mdipierro
300e735a38 fixed get_app problem on windows 2013-08-27 06:30:58 -05:00
mdipierro
97abd5f3b0 fixed if False in widget.py, thanks Niphlod 2013-08-26 16:57:08 -05:00
mdipierro
6b5c8aab83 fixed windows paths, thanks Niphlod 2013-08-26 06:05:25 -05:00
mdipierro
c5fa97cb2b more details in README 2013-08-25 21:23:11 -05:00
mdipierro
cb80f91a4a no echo in Makefile 2013-08-25 21:19:35 -05:00
mdipierro
6acc116341 commented scripts in setup.py, broke build 2013-08-25 20:39:32 -05:00
mdipierro
fa47b873c8 added a README file 2013-08-25 20:37:04 -05:00
mdipierro
1303b657c7 moved lots of files 2013-08-25 20:29:54 -05:00
mdipierro
63adb9a6c4 no more plugins in wizard 2013-08-25 19:35:27 -05:00
mdipierro
62840d6e40 Merge branch 'master' of github.com:web2py/web2py 2013-08-25 19:27:46 -05:00
mdipierro
de7deeddf8 Merge pull request #183 from niphlod/issue/tests
added boilerplate to be able to run tests from anywhere
2013-08-25 17:26:10 -07:00
niphlod
f5f6f365f9 added boilerplate to be able to run tests from anywhere. Added test for validate_and_insert too. 2013-08-25 18:35:29 +02:00
mdipierro
d43bea6713 fixed typo in globals, thanks Niphlod 2013-08-25 07:40:29 -05:00
mdipierro
5f9b7734b1 Merge branch 'master' of github.com:web2py/web2py 2013-08-24 16:31:22 -05:00
mdipierro
301d449147 Merge pull request #182 from rpedroso/redis-mocktable-callable
redis_session: support new session logic
2013-08-24 14:30:59 -07:00
Ricardo Pedroso
a4e0fb34c2 support new session logic 2013-08-24 15:33:41 +01:00
mdipierro
ee9ac8f267 Merge branch 'master' of github.com:web2py/web2py 2013-08-24 07:57:56 -05:00
mdipierro
1437c4d8c4 Merge pull request #181 from niphlod/issue/scheduler_namespace
fix issue with scheduler namespace. Thanks @limedrop for spotting this.
2013-08-24 05:57:29 -07:00
niphlod
cbddfb5cdf fix issue with scheduler namespace. Thanks @limedrop for spotting this. 2013-08-24 14:05:08 +02:00
mdipierro
bbd149b39f Merge branch 'master' of github.com:web2py/web2py 2013-08-24 05:19:41 -05:00
mdipierro
c9aa8020a7 Merge pull request #180 from gi0baro/issue1641
Support querying for null values in mongoDB
2013-08-24 03:19:35 -07:00
mdipierro
80279a8d8d Merge branch 'master' of github.com:web2py/web2py 2013-08-24 05:18:52 -05:00
mdipierro
ae2d800b0b Merge pull request #179 from nursix/master
Ability to send emails with empty message body.
2013-08-24 03:18:37 -07:00
mdipierro
07aa9843f3 fixed problem with get_app when app does not exist 2013-08-23 14:46:20 -05:00
mdipierro
34cd24886e fixed missing error in design when app does not exist 2013-08-23 14:37:51 -05:00
mdipierro
f17270291e removed customize it 2013-08-23 14:22:21 -05:00
gi0baro
db957fc489 Support querying for null values in mongoDB 2013-08-23 13:18:49 +02:00
Dominic König
bc03ef84fc Ability to send emails with empty message body. 2013-08-22 22:56:23 +02:00
mdipierro
5d67db3bfd fixing more bugs in new session handling 2013-08-22 04:32:47 -05: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
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
mdipierro
e332a4f441 Merge pull request #174 from niphlod/issue/restful_contenttype
figure out correctly the content-type for request.restful. Thanks @mcabo
2013-08-21 00:42:59 -07:00
mdipierro
e964ff8b6f Merge branch 'master' of github.com:web2py/web2py 2013-08-21 02:42:05 -05:00
mdipierro
e5fd451b9d Merge pull request #173 from niphlod/fix/redis_sessions
standardized keyprefix
2013-08-21 00:41:19 -07:00