mdipierro
|
be57c3ab5b
|
conditional renew sessions on login/logout
|
2013-09-12 16:31:41 -05:00 |
|
mdipierro
|
809a004a60
|
no more scripts/cleanup.py
|
2013-09-11 22:38:52 -05:00 |
|
mdipierro
|
6129805194
|
removed dbsession2trash.py since functionality duplicated in session2trash.py
|
2013-09-11 14:59:47 -05:00 |
|
mdipierro
|
06475f2050
|
adding scripts/cleanup.py to remove all sessions and errors
|
2013-09-11 12:15:03 -05:00 |
|
mdipierro
|
b6f8f9be75
|
Merge branch 'master' of github.com:web2py/web2py
|
2013-09-11 11:22:21 -05:00 |
|
mdipierro
|
cc524592c4
|
Merge pull request #209 from michele-comitini/custom_jsonrpcexception
Allow raising a custom Service.JsonRpcException inside a jsonrpc2 action
|
2013-09-11 09:22:04 -07:00 |
|
Michele Comitini
|
53bca4e178
|
Allow raising a custom Service.JsonRpcException inside a jsonrpc2 action.
|
2013-09-11 18:01:37 +02:00 |
|
mdipierro
|
e060b2936f
|
new CHANGELOG, thanks Niphlod
|
2013-09-10 15:30:02 -05:00 |
|
Massimo
|
deb0e89240
|
merged pull 27, thanks Niphlod
|
2013-09-09 17:08:16 -05:00 |
|
niphlod
|
5951ce2aef
|
fixed redis_session.py, thanks @Giovanni for pointing
|
2013-09-09 21:32:26 +02:00 |
|
mdipierro
|
16b95b8132
|
fixed wrong validation of record_id in globals
|
2013-09-09 14:28:58 -05:00 |
|
mdipierro
|
69d5fb1d64
|
fixed link in toolbar, issue 1670
|
2013-09-09 14:17:25 -05:00 |
|
mdipierro
|
dfaf3a6667
|
Merge pull request #206 from nursix/master
Add 'set' to serializable types in Query.as_dict
|
2013-09-09 10:53:26 -07:00 |
|
mdipierro
|
0a3b594446
|
Merge pull request #205 from ilvalle/web2py.js
More control over the destination container of a web2py_ajax call
|
2013-09-09 10:52:39 -07:00 |
|
mdipierro
|
fa08fd6703
|
Merge pull request #204 from niphlod/issue/1640
grid search widget always use ISO format for date(time) fields
|
2013-09-09 10:51:44 -07:00 |
|
Dominic König
|
01c0d14396
|
Add 'set' to serializable types in Query.as_dict
|
2013-09-09 14:59:29 +02:00 |
|
ilvalle
|
5176890ff3
|
updated web2py.js for all apps (examples and admin)
|
2013-09-09 08:43:07 +02:00 |
|
ilvalle
|
029915f2f9
|
Container target is now part of the event fired by ajax_page
|
2013-09-09 08:35:24 +02:00 |
|
mdipierro
|
2a0f481b42
|
updated changelog for 2.6.1
|
2013-09-08 21:36:42 -05:00 |
|
niphlod
|
4089001d99
|
grid search widget always use ISO format for date(time) fields
|
2013-09-08 18:27:37 +02:00 |
|
mdipierro
|
30f01a2e79
|
removed unwanted print statement, thanks Luca
|
2013-09-07 22:05:01 -05:00 |
|
mdipierro
|
aacbb5cef8
|
reverted previous patch
|
2013-09-07 21:01:30 -05:00 |
|
mdipierro
|
bf89d42c00
|
Merge pull request #203 from lucadealfaro/master
Update validators.py
|
2013-09-07 18:47:32 -07:00 |
|
Luca de Alfaro
|
fae29bf0e1
|
Update validators.py
Updated the IS_DATETIME validator; otherwise it would fail when creating a new record with SQLFORM, for dates that have an empty default.
|
2013-09-07 16:57:17 -07:00 |
|
mdipierro
|
b0f6f29de5
|
Merge pull request #202 from niphlod/enhancement/working_status
streamlined the "working..." status handling and added an example
|
2013-09-07 07:22:14 -07:00 |
|
niphlod
|
a6baead531
|
streamlined the "working..." status handling and added an example
|
2013-09-07 15:34:03 +02:00 |
|
mdipierro
|
31a5e28f9a
|
some cleanup
|
2013-09-06 16:29:20 -05:00 |
|
mdipierro
|
173d669206
|
fixed makefile for new folder structure
|
2013-09-06 16:19:20 -05:00 |
|
mdipierro
|
d129539e62
|
fixed routes.pattern.example.py
|
2013-09-06 15:38:01 -05:00 |
|
mdipierro
|
58e02c6f24
|
fixed prefix in markmin ...:cite
|
2013-09-06 15:35:27 -05:00 |
|
mdipierro
|
6203fcb852
|
moved settings.cfg to admin
|
2013-09-06 15:18:17 -05:00 |
|
mdipierro
|
62b59a023d
|
fixed merge
|
2013-09-06 14:45:52 -05:00 |
|
mdipierro
|
faeecbfc94
|
renamed routes.patterns.example.py and routes.parametric.example.py files
|
2013-09-06 14:33:24 -05:00 |
|
mdipierro
|
7f11ec177a
|
reverting last patch
|
2013-09-06 14:21:23 -05:00 |
|
mdipierro
|
ceae454386
|
Merge pull request #199 from pyner/master
download static file via http
|
2013-09-06 12:00:35 -07:00 |
|
mdipierro
|
cd7dd52002
|
Merge pull request #201 from michele-comitini/table_init_speedups
little speedup for table init
|
2013-09-06 11:58:58 -07:00 |
|
mdipierro
|
82950a621c
|
Lazy tables recursion fix 3, thanks Michele and Anthony
|
2013-09-06 13:55:34 -05:00 |
|
mdipierro
|
b885f7e2b6
|
Merge pull request #200 from michele-comitini/lazy_tables_recursion_fix_3
Lazy tables recursion fix 3
|
2013-09-06 11:52:37 -07:00 |
|
Michele Comitini
|
af073a2af1
|
little speedup for table init
|
2013-09-06 15:15:34 +02:00 |
|
Michele Comitini
|
59c758368a
|
try to reduce recursion in Row.__getitem__
|
2013-09-06 14:48:09 +02:00 |
|
Michele Comitini
|
69ef29bc2d
|
trying to fix some speed issues
|
2013-09-06 05:56:17 +02:00 |
|
Michele Comitini
|
2baa1af264
|
fix for recursive selects on lazy tables
|
2013-09-06 05:09:34 +02:00 |
|
Michele Comitini
|
f96f89b14d
|
Merge ssh://github.com/web2py/web2py
|
2013-09-06 05:01:33 +02:00 |
|
mdipierro
|
fceb9a57ce
|
auth.crsf_prevention = False
|
2013-09-05 17:26:40 -05:00 |
|
mdipierro
|
3bb31b1f09
|
auth.crsf_on = False
|
2013-09-05 17:23:53 -05:00 |
|
mdipierro
|
def5ba3d4f
|
Merge pull request #198 from niphlod/enhancement/double_submission
help preventing double submissions for normal forms too.
|
2013-09-05 12:24:53 -07:00 |
|
mdipierro
|
dbf2202630
|
Merge pull request #197 from spametki/master
DAL dict parameters (issue 1639). Fixed tests (again)
|
2013-09-05 12:24:01 -07:00 |
|
mdipierro
|
11d0c28f91
|
toolbar and ajax fix patch
|
2013-09-05 09:48:40 -05:00 |
|
Michele Comitini
|
59c3c981d3
|
Merge ssh://github.com/web2py/web2py
|
2013-09-05 11:17:43 +02:00 |
|
Samuel
|
1b91e746ca
|
download file via http
|
2013-09-04 16:57:04 -05:00 |
|