mdipierro
|
7bb465df07
|
fixed bug in cache minify, thanks Jeremy
|
2012-09-11 08:24:59 -05:00 |
|
mdipierro
|
25ca7fe6fe
|
smarter select although join/left ignore common fields
|
2012-09-10 18:26:46 -05:00 |
|
mdipierro
|
566f030902
|
stream allows for optional headers and fixed a formtyle bug, thanks Anthony
|
2012-09-10 17:29:41 -05:00 |
|
mdipierro
|
830b6f120d
|
possibly fixed dropbox_account.py, issue 991
|
2012-09-10 11:34:37 -05:00 |
|
mdipierro
|
a1559c5802
|
fixed issue 989, thanks Dominic
|
2012-09-10 07:51:45 -05:00 |
|
mdipierro
|
9453009de6
|
fixed issue 974
|
2012-09-10 07:47:52 -05:00 |
|
mdipierro
|
199aceefc1
|
fixed bug in wiki can_manage
|
2012-09-10 07:40:33 -05:00 |
|
mdipierro
|
f0aca3374f
|
upgraded pysimplesoap to revision e054a3903c1d, version 1.06c
|
2012-09-09 21:39:57 -05:00 |
|
mdipierro
|
1d4d52c9c9
|
fixed issue 974, thanks Corne
|
2012-09-09 09:49:56 -05:00 |
|
mdipierro
|
97bcdfd73a
|
fixed issue 964, thanks Jonathan
|
2012-09-09 09:20:45 -05:00 |
|
mdipierro
|
ebcd7a16a9
|
fixed a bug and replace div anchor with span anchor, as suggested by Vladyslav
|
2012-09-09 09:14:50 -05:00 |
|
mdipierro
|
d29d543e95
|
auth.wiki(render='html')
|
2012-09-08 22:22:06 -05:00 |
|
mdipierro
|
57072adc57
|
auth.wiki(render) is exposed
|
2012-09-08 20:33:24 -05:00 |
|
mdipierro
|
7265736ce2
|
possibly fixed issue 964
|
2012-09-08 19:02:19 -05:00 |
|
mdipierro
|
0534080b83
|
added caching tests and minor rewtite
|
2012-09-08 16:04:07 -05:00 |
|
mdipierro
|
edfc09c755
|
backward compatible caching options
|
2012-09-08 15:46:25 -05:00 |
|
mdipierro
|
c90a0592dd
|
better cron defaults, thanks Jonathan
|
2012-09-07 09:38:42 -05:00 |
|
mdipierro
|
1e6fa4159a
|
fixed makrmin again, note to self: always trust Valdyslav about markmin
|
2012-09-06 10:54:04 -05:00 |
|
mdipierro
|
a8bc251a94
|
compted fields visible in SQLFORM(readonly=True)
|
2012-09-06 08:59:11 -05:00 |
|
mdipierro
|
d8ba67e2e3
|
fixed issue 977, contains empty list, thanks iiijjjjiii
|
2012-09-06 08:41:23 -05:00 |
|
mdipierro
|
141bf7f0a3
|
moved the ttab_out in markmin2html before @{...}, I think this is the right thing
|
2012-09-06 08:15:29 -05:00 |
|
Massimo Di Pierro
|
b464d5a5b7
|
fixed some problems with MARKMIN, thanks Vladyslav
|
2012-09-05 16:59:46 -05:00 |
|
mdipierro
|
dd99652087
|
simplified grid console logic and style
|
2012-09-04 17:58:52 -05:00 |
|
mdipierro
|
450101be8e
|
fixed issue 976 with quoting in pg8000
|
2012-09-04 15:09:02 -05:00 |
|
mdipierro
|
fe14686586
|
fixed problem with headers in components
|
2012-09-04 15:07:09 -05:00 |
|
mdipierro
|
3a9c8d9c0f
|
fixed update with compute fields (again) and ecomponents in markmin
|
2012-09-04 14:43:38 -05:00 |
|
mdipierro
|
c16f051e5b
|
try fetchall except, back in executesql, thanks Carlos
|
2012-09-03 16:15:06 -05:00 |
|
mdipierro
|
ec1608ba19
|
executesql(fetch=False)
|
2012-09-03 14:35:01 -05:00 |
|
mdipierro
|
6cf7b7b606
|
fixed input-xlarge class issue, thanks Anthony
|
2012-09-03 08:55:54 -05:00 |
|
mdipierro
|
52a796ef92
|
faster custom_import, thanks Michele
|
2012-09-03 08:17:05 -05:00 |
|
mdipierro
|
ae2eefc6bf
|
executesql allows fields and/or colnames to be independently specfied, thanks Ahtony and Niphlod
|
2012-09-03 08:12:40 -05:00 |
|
mdipierro
|
148e099f58
|
CACHED_REGEXES_MAX_SIZE, thanks Anthony
|
2012-09-03 08:09:49 -05:00 |
|
mdipierro
|
0351f37e67
|
fixed backward compatibility issue in dal with __int__, thanks Dominic
|
2012-09-02 22:34:24 -05:00 |
|
mdipierro
|
69bac57058
|
conditional session connect only
|
2012-09-02 22:30:33 -05:00 |
|
mdipierro
|
cbcac3af70
|
routes_in = [('/welcome','/welcome',dict(web2py_disable_session = True))]
|
2012-09-02 15:09:32 -05:00 |
|
mdipierro
|
2b030a5e87
|
routes_in = (regex, value, custom_env)
|
2012-09-02 15:03:25 -05:00 |
|
mdipierro
|
8eb15627bf
|
allow navbar without define_tables, thanks Anthony
|
2012-09-02 14:52:52 -05:00 |
|
mdipierro
|
ae8bf7b60d
|
faster re.compile in validators
|
2012-09-02 12:26:16 -05:00 |
|
mdipierro
|
c292b896e3
|
conditional models with cached re.compile, thanks Anthony
|
2012-09-02 12:12:59 -05:00 |
|
mdipierro
|
f35b7283c0
|
capitalized regex in dal.py
|
2012-09-02 11:58:56 -05:00 |
|
mdipierro
|
b746581d5a
|
less regex in dal.py
|
2012-09-02 11:50:35 -05:00 |
|
mdipierro
|
d93a8d41d2
|
removed one re.compile in rewrite filter_url
|
2012-09-02 11:12:46 -05:00 |
|
mdipierro
|
e27466b8a6
|
optional re.compile of generic_patterns
|
2012-09-02 11:05:19 -05:00 |
|
mdipierro
|
0f94ac864b
|
fixed bug in language file that corrupts files on language update, thanks kverdecia2
|
2012-09-01 22:32:12 -05:00 |
|
mdipierro
|
f6b345632f
|
fixed typo, thanks Mart
|
2012-09-01 07:01:38 -05:00 |
|
mdipierro
|
5db296c542
|
R-2.0.5
|
2012-08-31 16:28:40 -05:00 |
|
mdipierro
|
eb45052021
|
scheduler validators, thanks Niphlod
|
2012-08-31 16:15:59 -05:00 |
|
mdipierro
|
5cab46f2a1
|
better timezone logic
|
2012-08-31 16:04:13 -05:00 |
|
mdipierro
|
08443a452d
|
better timezone logic
|
2012-08-31 16:00:23 -05:00 |
|
mdipierro
|
dcb934fb45
|
R-2.0.4
|
2012-08-31 15:38:37 -05:00 |
|