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
|
991f07909c
|
VERSION?
|
2013-08-07 09:03:05 -05: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
|
db9ff09ae7
|
scripts/import_static.py
|
2013-08-06 17:17:29 -05:00 |
|
mdipierro
|
44670d8bb4
|
scripts/import_static.py
|
2013-08-06 12:51:36 -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
|
1caea9313a
|
ITJP in support
|
2013-08-05 10:38:17 -05:00 |
|
mdipierro
|
b41b278535
|
Merge pull request #162 from szimszon/master
The disabled_with message should be translatable
|
2013-08-05 05:39:43 -07:00 |
|
szimszon
|
58d8328899
|
disable_with message should be translatable
|
2013-08-05 13:16:29 +02:00 |
|
szimszon
|
ee102fbfe8
|
disable_with message should be translatable
|
2013-08-05 13:14:52 +02:00 |
|
mdipierro
|
9db6ebf4f6
|
new pbkdf2_ctypes.py, works on Mac, thanks Michele
|
2013-08-05 02:34:03 -05:00 |
|
mdipierro
|
fbf3a20918
|
in view/layout, response.files.insert instead of append
|
2013-08-04 17:01:17 -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 |
|
mdipierro
|
51a7496f2e
|
Merge pull request #155 from rpedroso/dal-break-typo
fix typo in dal.py
|
2013-08-03 00:47:17 -07:00 |
|
mdipierro
|
8526722ac8
|
Merge pull request #154 from gokceneraslan/master
Fix form validators in admin application.
|
2013-08-03 00:46:24 -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 |
|
Gökçen Eraslan
|
275cc3bfb4
|
Fix form validators in admin application.
|
2013-08-01 17:50:01 +03: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
|
d3c723666a
|
Merge pull request #150 from niphlod/enhancement/roadmap
added roadmap in the community docs section
|
2013-07-31 23:54:41 -07: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 |
|
niphlod
|
0e4aa6a395
|
added roadmap in the community docs section
|
2013-07-31 21:48:06 +02: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 |
|