Commit Graph

5269 Commits

Author SHA1 Message Date
mdipierro aeb15317e0 smarted BELONGS, thanks Jonathan 2013-08-09 11:05:52 -05:00
mdipierro 9c1702f5c3 richer structure in DISABLED 2013-08-09 04:49:10 -05:00
mdipierro a3222f601a richer structure in DISABLED 2013-08-09 04:39:01 -05:00
mdipierro c6a3a8f61a fixed Issue 1569:Add auth.register_bare, thanks Alan 2013-08-09 03:38:52 -05:00
mdipierro 08214d72d9 simplified upload logic 2013-08-08 14:20:28 -05:00
mdipierro 182192857f settings.is_source 2013-08-08 03:25:10 -05:00
mdipierro 856b6d658e allow passing args and vars to shell, thanks Jonathan 2013-08-07 18:03:36 -05:00
mdipierro 146d83583d Merge pull request #163 from niphlod/issue/grid_and_groupby
fixed issue with grid and groupby
2013-08-07 07:30:48 -07:00
mdipierro 8e81e44b24 alternative solution to issue 1610, thanks Alan 2013-08-07 08:53:05 -05:00
niphlod ad2f177592 fixed issue with grid and groupby 2013-08-07 15:39:54 +02:00
mdipierro ae4d9dab10 fixed issue 1618:markmin problem with blockquote 2013-08-07 07:47:45 -05:00
mdipierro 237ace5f7f minor edits in dal 2013-08-07 07:29:02 -05:00
mdipierro 438e198e53 no more self.next in Auth, thanks Niphlod 2013-08-07 07:04:05 -05:00
mdipierro 90069aacda fixed(?) count(*) problem in grid 2013-08-07 04:14:18 -05:00
mdipierro a7828d7904 fixed issue 1612, thanks gi0baro 2013-08-06 08:58:21 -05:00
mdipierro 7d0bda7e87 group_by_value feature on DAL, that will allow more then 1 field for the grouping, thanks Yair 2013-08-06 06:57:19 -05:00
mdipierro b0e9140508 web3py backport of lazy get_vars,post_vars and vars, thanks Niphlod (may need more testing) 2013-08-06 06:46:07 -05:00
mdipierro 349aa6c0a5 no more editable, create, etc, on groupby in grid 2013-08-06 05:12:56 -05:00
mdipierro 7220c78581 fixed bug about lazy WSGI middleware, thanks Anthony 2013-08-06 01:59:11 -05:00
mdipierro 9db6ebf4f6 new pbkdf2_ctypes.py, works on Mac, thanks Michele 2013-08-05 02:34:03 -05:00
mdipierro 773d07b3dc Merge pull request #160 from niphlod/enhancement/1611
fixed issue 1611 (scheduler's migrate should follow Auth's migrate behaviour)
2013-08-04 14:35:51 -07:00
mdipierro 8be4d06245 Merge pull request #159 from niphlod/issue/mysql_wiki
fixed bug with Mysql. Thanks @Adi for reporting.
2013-08-04 14:35:05 -07:00
niphlod ae567462d3 fixed issue 1611 (scheduler's migrate should follow Auth's migrate behaviour) 2013-08-04 20:56:52 +02:00
mdipierro 5eacefb581 issue 1612:mongodb adapter does raw blob data, thanks Alan 2013-08-04 12:53:17 -05:00
niphlod 2c81a44fab fixed bug with Mysql. Thanks @Adi for reporting. 2013-08-03 17:55:50 +02:00
mdipierro 2c622a7f62 Merge pull request #158 from niphlod/fix/scheduler_sys_path
fix issue with sys.path.
2013-08-03 00:49:22 -07:00
mdipierro 7e67f495e0 Merge pull request #157 from niphlod/issue/orderby_limitby_groupby
fixed bug introduced with commit "no more removal of ORDERBY in MSSQL"
2013-08-03 00:48:11 -07:00
niphlod 6cb91ab60d fix issue with sys.path. Now the path looks like 'root/gluon', 'root/site-packages', 'root' like in a normal web request 2013-08-03 02:46:59 +02:00
niphlod c0600a9e2e fixed bug introduced with commit: df4d8a5238 2013-08-02 21:14:00 +02:00
Ricardo Pedroso 99d73e03a5 fix typo in dal.py 2013-08-02 15:54:48 +01:00
mdipierro eb2c0e6ca1 added better handling of missing library, thanks Michele 2013-08-01 08:23:24 -05:00
mdipierro df4d8a5238 no more removal of ORDER BY in MSSQL 2013-08-01 02:49:27 -05:00
mdipierro a2566ef7ab call to build_parsemap() on __init__ instead of at every select(), thanks Niphlod 2013-08-01 02:00:08 -05:00
mdipierro f8362986c7 Merge pull request #149 from michele-comitini/oauth1_timeout_fix
oauth1 timeout. pbkdf2_ctypes repository reference in docstring
2013-07-31 23:53:29 -07:00
mdipierro 8a011cf3ac table.field.referent, table._references 2013-07-31 11:45:14 -05:00
mdipierro ab9a35b541 table.field.referent 2013-07-31 11:25:15 -05:00
Michele Comitini 8fb1a954ba oauth1 timeout. pbkdf2_ctypes repository reference in docstring 2013-07-30 23:32:47 +02:00
mdipierro 26c8fcd5b3 catched attributeerror 2013-07-30 09:12:22 -05:00
mdipierro 487cfc1cf7 Merge pull request #148 from michele-comitini/pbkdf2_ctypes
[READ BEFORE APPLYING] pbkdf2 implemented ctypes wrapper around OpenSSL native implementation.
2013-07-30 06:59:48 -07:00
Michele Comitini 60792d943f pbkdf2_ctypes updated from upstream 2013-07-29 18:59:40 +02:00
mdipierro 0019dad19c fixed problem with alias and record versioning 2013-07-29 07:51:36 -05:00
mdipierro abeb4541fe better autocomplete in web2pu shell 2013-07-28 05:47:36 -05:00
Michele Comitini c4c331d645 pbkdf2 implemented ctypes wrapper around OpenSSL native implementation: 6x speedup 2013-07-27 16:34:09 +02:00
mdipierro 18bed27bae Merge pull request #147 from mpranjic/masterfix
fixed auth_event logging
2013-07-27 04:58:24 -07:00
mdipierro 30a570538b fixed linked tables again 2013-07-27 06:47:25 -05:00
mdipierro 6faacfbf36 fixed issue 1607:NamedTemporaryFile broke GAE, thanks Alan 2013-07-26 15:56:03 -05:00
mpranjic 215cefd1e0 fixed auth_event logging 2013-07-26 10:35:36 +02:00
mdipierro 6aa0ff50b2 fixed bug in sqlform.grid 2013-07-26 03:03:49 -05:00
mdipierro 61f5522661 fixed issue 1604:After web2py Upgrade, int status codes are no longer respected, thanks cfhowes 2013-07-25 05:14:54 -05:00
mdipierro ccdbb9a588 fixed issue 1605:mongodb select fails with long limitby, thanks Alan 2013-07-25 05:12:29 -05:00