mdipierro
|
d06a1a68a0
|
allow export/import of db models, issue 1316 (experimental), thanks Alan
|
2013-02-03 09:11:13 -06:00 |
|
mdipierro
|
a6d4e2340e
|
reverted last change, better to use wiki.menu
|
2013-02-01 21:24:30 -06:00 |
|
mdipierro
|
ecdd7f6733
|
fixed menus in auth.wiki()
|
2013-02-01 21:16:21 -06:00 |
|
mdipierro
|
ef06262393
|
returning more info from auth.wiki, thanks Paolo
|
2013-01-30 12:48:08 -06:00 |
|
mdipierro
|
0328ed49b9
|
fixed mssql3 groupby/orderby issue, thanks Niphlod.
|
2013-01-30 12:30:23 -06:00 |
|
mdipierro
|
0719af011b
|
operator serilization in DAL, thanks Alan
|
2013-01-30 09:45:00 -06:00 |
|
mdipierro
|
14bd35e348
|
fixed issue 1306 rendering of width in markmin, thanks dickschrauwen
|
2013-01-30 09:41:41 -06:00 |
|
mdipierro
|
8740fea7c1
|
allow multiple left joins in grid
|
2013-01-30 09:29:49 -06:00 |
|
Massimo
|
698286dbe0
|
Query/Set enhancements for client/service apps, thanks Alan
|
2013-01-29 16:25:10 -06:00 |
|
mdipierro
|
d238b5e86d
|
Row.__delitem__
|
2013-01-28 20:48:02 -06:00 |
|
Marcin Wielgoszewski
|
d16b5899e8
|
never use secret key as an initialization vector
|
2013-01-27 12:47:19 -05:00 |
|
Marcin Wielgoszewski
|
76b035b800
|
actually use the constant-time compare function in secure_loads
|
2013-01-27 12:23:42 -05:00 |
|
Massimo
|
147b2d889d
|
db.as_json/as_xml thanks Alan (This is tentative and experimental)
|
2013-01-25 15:36:23 -06:00 |
|
Massimo
|
ca330a99e2
|
issue 1302, support for expressions in CONTAINS, thanks Paolo
|
2013-01-25 15:29:04 -06:00 |
|
Michele Comitini
|
2eeb1e74b2
|
gluon/tools.py: correct error codes for Jsonrpc-2.0 exceptions.
gluon/contrib/login_methods/oauth20_account.py: removed dead code.
|
2013-01-25 21:41:14 +01:00 |
|
Massimo
|
356643d509
|
check whether pgsql supports json fields, thanks Alan
|
2013-01-24 10:51:44 -06:00 |
|
Michele Comitini
|
9a957c907a
|
merge with upstream
|
2013-01-24 02:10:16 +01:00 |
|
Michele Comitini
|
d97ef82bb7
|
removed need for globals
|
2013-01-24 02:06:19 +01:00 |
|
Michele Comitini
|
a751c0e03a
|
Compliance with rfc6749. Added backward compatibility with Facebook custom implementation. Simpler and faster flow.
|
2013-01-24 02:04:01 +01:00 |
|
Michele Comitini
|
2db2737e86
|
Updated to rfc6749. Added backward compatibility to match facebook implementation. Simpler flow.
|
2013-01-23 12:43:27 +01:00 |
|
Jonathan Bohren
|
c4483b4587
|
Switching message type for auto-generated forms
|
2013-01-22 00:00:46 -05:00 |
|
mdipierro
|
a443631f11
|
fixed IS_JSON, thanks Alan
|
2013-01-21 16:42:42 -06:00 |
|
mdipierro
|
d15f13dcbd
|
Adapter.native_json
|
2013-01-21 14:13:05 -06:00 |
|
mdipierro
|
1518cbd16e
|
fixed json odd behavior
|
2013-01-21 14:05:45 -06:00 |
|
mdipierro
|
65cd2233f3
|
fixed tkMessageBox problem, thanks Bruno
|
2013-01-21 08:39:44 -06:00 |
|
mdipierro
|
8ac1a8cc05
|
json-rpc2 support, thanks Michele
|
2013-01-21 08:36:00 -06:00 |
|
mdipierro
|
1d15871a69
|
fixed incorrect template validator in wiki, thanks Alan
|
2013-01-20 21:36:02 -06:00 |
|
mdipierro
|
35e7f4265b
|
allows modifiers in parse_as _rest, thanks Denes
|
2013-01-20 21:24:07 -06:00 |
|
mdipierro
|
bb0be8a523
|
attempt to fix issue 1296, ipv6 header parsing
|
2013-01-20 14:51:53 -06:00 |
|
mdipierro
|
c214999e27
|
fixed issue 1294, thanks Vincent Chevrier
|
2013-01-20 14:48:45 -06:00 |
|
mdipierro
|
9e1ce571e4
|
fixed issue with multiple string expressions in select
|
2013-01-20 14:22:59 -06:00 |
|
mdipierro
|
2b968814c5
|
fixed previous commit error
|
2013-01-20 14:13:43 -06:00 |
|
Michele Comitini
|
8abff891c3
|
Added batch (serial) processing
|
2013-01-20 15:36:17 +01:00 |
|
Michele Comitini
|
e8189636b3
|
again correct management of null id: avoid returning None by sending empty string.
|
2013-01-20 00:14:02 +01:00 |
|
Michele Comitini
|
795886d2f2
|
again correct management of null id.
|
2013-01-20 00:07:12 +01:00 |
|
Michele Comitini
|
d17f3bedd3
|
correct management of null id.
|
2013-01-20 00:03:22 +01:00 |
|
Michele Comitini
|
9311e7c94f
|
fixed comment for jsonrpc-2.0 example.
|
2013-01-19 23:54:02 +01:00 |
|
Michele Comitini
|
10193dd014
|
forward compatibility with jsonrpc-2.0 for @service.jsonrpc annotation.
|
2013-01-19 23:51:30 +01:00 |
|
Michele Comitini
|
bc44bb0fe9
|
Merge github.com:web2py/web2py
|
2013-01-19 23:27:58 +01:00 |
|
Michele Comitini
|
e980c5d762
|
Merge github.com:web2py/web2py
|
2013-01-19 18:33:13 +01:00 |
|
Michele Comitini
|
6a497b3894
|
jsonrpc 2.0 added to services.
|
2013-01-19 18:32:17 +01:00 |
|
Massimo
|
317d910cd3
|
.vtt in contenttype, thanks Magnitus
|
2013-01-18 10:01:01 -06:00 |
|
Massimo
|
6248fb89b3
|
.vtt in contenttype, thanks Magnitus
|
2013-01-18 10:01:01 -06:00 |
|
Massimo
|
51f5e40b37
|
fatch IMAP inbox size in dal, thanks Alan
|
2013-01-18 09:20:30 -06:00 |
|
Massimo
|
ad048a8d5b
|
fatch IMAP inbox size in dal, thanks Alan
|
2013-01-18 09:20:30 -06:00 |
|
Massimo
|
7b4a0515be
|
fixed issue 1291, casting to string for like operator, thanks Dominic
|
2013-01-18 09:14:19 -06:00 |
|
Massimo
|
3d9d9448aa
|
fixed issue 1291, casting to string for like operator, thanks Dominic
|
2013-01-18 09:14:19 -06:00 |
|
Massimo
|
e90000545b
|
highligthing wiki menu items, 1290, thanks Paolo
|
2013-01-18 09:09:21 -06:00 |
|
Massimo
|
dc248dbbde
|
highligthing wiki menu items, 1290, thanks Paolo
|
2013-01-18 09:09:21 -06:00 |
|
Massimo
|
ea01ec0f0e
|
fixed issue 1289, fixed wiki templates, thanks Alan
|
2013-01-18 09:05:39 -06:00 |
|