Anssi Hannula
fcd9e0d5c6
Fix references with GAE in NDB mode
...
For reference types the IntegerProperty class (no matter if NDB or
not) constructor is passed the referenced table name as the first
parameter.
For non-NDB, the first parameter is 'verbose_name'. For NDB, the first
parameter is 'name'.
In NDB mode this causes the property to have a wrong identity and
therefore references fail to work properly.
The verbose_name set in non-NDB mode is relatively harmless in
comparison, but seems to be wrong as well as it does not really make
sense.
Do not pass referenced table name to the IntegerProperty constructor in
either case.
2013-12-01 23:36:25 +02:00
mdipierro
77b66d6015
fixed conflict
2013-11-30 16:50:31 -06:00
Fran Boon
ad87d196e5
Enhance encoding header of languages/*.py
2013-11-29 12:07:36 +00:00
mdipierro
64b670fd8f
fixed issue with scheduler and cache.disk introduced in 2.8.1
2013-11-28 07:50:55 -06:00
niphlod
92ab6dc635
fix issue 1780
2013-11-25 22:46:27 +01:00
mdipierro
0385ce6eb2
allow add_button(...,'javascript:')
2013-11-25 15:22:21 -06:00
ilvalle
3592dba7f5
fix issue-1789
2013-11-25 09:49:43 +01:00
mdipierro
a7defed64c
no more Tkinter is not necessary
2013-11-24 20:33:31 -06:00
mdipierro
c310627d1b
possibly fixed the PyPy testing problem
2013-11-23 21:42:09 -06:00
mdipierro
77f32a8f4b
wmv in expand all
2013-11-22 21:20:47 -06:00
mdipierro
9b8a24eeb9
fixed undefined form last commit
2013-11-22 12:14:08 -06:00
mdipierro
c87bf553f6
fixed issue 1783:Forgot password and forgot username functionality breaks when multiple usernames are created against the same email address
2013-11-22 10:50:29 -06:00
mdipierro
2361eb4a84
fixed issue 1786:Allow formargs to override grid parameters., thanks iiijjjiii
2013-11-22 10:25:22 -06:00
mdipierro
5f1caf668b
colnames in grid, thanks Niphlod, Arnon, and Paolo
2013-11-22 08:38:12 -06:00
mdipierro
78cf9df6ef
Retire the Splash Screen and Beautify GUI., thanks skyscooby
2013-11-20 09:41:04 -06:00
mdipierro
2924b20c92
Merge pull request #303 from skyscooby/master
...
Retire the Splash Screen and Beautify GUI.
2013-11-20 07:19:50 -08:00
mdipierro
f6318ae86c
Merge pull request #301 from gi0baro/issue1772
...
Issue #1772 : let the user choose uploads_in_blob with mongodb
2013-11-20 07:17:49 -08:00
Massimo
e57907de35
do not truncate on delete
2013-11-19 17:38:13 -06:00
Massimo
df2f9e7119
NDB accepts set, list and tuple, thanks Quint
2013-11-19 17:07:19 -06:00
Andrew Greenwood
23d7eb7a43
Retire the Splash Screen and Beautify GUI.
...
Lets give 5 seconds back to most users on startup by retiring the
artificial Splash Screen. Replace with a prettier server manager window.
-Makes product feel faster.
-Looks much better
-Fixes bug where two windows are created when using (-Q)
-Blocks resize on UI window.
-Window is now labeled ProgramName
2013-11-19 16:49:28 -05:00
mdipierro
6868ddeed5
fixed 1779:Query class __str__ method should cast non string values, thanks Alan
2013-11-18 15:41:32 -06:00
mdipierro
8de6bff2fb
fixed (again) issue 1774:CAS client broken when using routes.py, thanks remco.boerma
2013-11-18 15:37:52 -06:00
gi0baro
9028ec9857
Issue #1772 : let the user choose uploads_in_blob with mongodb
2013-11-18 01:02:43 +01:00
mdipierro
8696a01eda
some GAE optimization, thanks Quint
2013-11-17 13:36:35 -06:00
mdipierro
f8f91c6a6a
experiment with mongodb and belongs
2013-11-17 12:03:20 -06:00
mdipierro
97739e9e8a
in mongodb uploads_in_blob = False, because of https://code.google.com/p/web2py/issues/detail?id=1772 , thanks Alan
2013-11-17 09:32:01 -06:00
mdipierro
16b68572cd
attempt to support GAE IN operator, thanks Quint
2013-11-17 09:28:46 -06:00
mdipierro
d6e63b4d7c
simpled int to hex conversion of mongo id, thanks Alan
2013-11-17 09:21:16 -06:00
Alan Etkin
bdc214f45b
MongoDB: fixed object_id function (hex values)
2013-11-16 17:16:59 -03:00
mdipierro
a91570768e
fixed typo
2013-11-16 11:52:18 -06:00
mdipierro
d35321c6c6
improvements to GoogleAdapter, thanks Quint
2013-11-16 04:10:18 -06:00
mdipierro
e482cba237
minor dal rewrite in real_referenced
2013-11-16 03:54:30 -06:00
mdipierro
c7cf13f8ea
minor rewrite of mongoDB adapter
2013-11-16 03:39:39 -06:00
mdipierro
e0329ce59a
fixed 1771:MongoDBAdapter ILIKE and widget.autocomplete, thanks Francisco
2013-11-16 03:32:36 -06:00
mdipierro
9883590a91
Merge pull request #295 from niphlod/enhancement/mssql4
...
improved performance on mssql4
2013-11-16 01:24:55 -08:00
mdipierro
b11bdddfe2
Merge pull request #294 from timrichardson/issue/1773
...
replace write to stderr with LOGGER in failed database connection attemp...
2013-11-16 01:24:18 -08:00
mdipierro
623cd515de
Merge pull request #293 from magnunleno/patch-1
...
Adds bind capability to OpenLDAP
2013-11-16 01:23:30 -08:00
mdipierro
f53da87f6f
fixed 1774:CAS client broken when using routes.py, thanks remco.boerma
2013-11-16 03:23:03 -06:00
mdipierro
ff7ef47cc7
fix issue 1777:MongoDB: upload representation error, thanks Francisco Betancourt
2013-11-16 03:16:57 -06:00
Massimo
07f0cdadcd
memdb conflict check, thanks Luca
2013-11-14 13:29:46 -06:00
niphlod
7c8c9bc3af
improved performance on mssql4
2013-11-13 23:18:07 +01:00
mdipierro
948e0b1f43
possible to fix to memdb threading issue
2013-11-13 14:07:26 -06:00
tim
be9027f36f
replace write to stderr with LOGGER in failed database connection attempt
2013-11-13 17:42:21 +11:00
Magnun Leno
ad877b2305
Adds bind capability to OpenLDAP
...
Adds to OpenLDAP (mode=uid and mode=cn) the capability to bind to the directory with an admin account in order to search it.
2013-11-11 15:53:38 -02:00
mdipierro
fb9ad028f8
fixed problem with multiple uris and lazy tables
2013-11-11 10:16:38 -06:00
mdipierro
833694229d
Merge pull request #292 from flavour/master
...
Support HTTP Status 509
2013-11-11 07:43:56 -08:00
mdipierro
d6a8a3d410
Espanol language patches, thanks Vladyslav Kozlovskyy
2013-11-11 09:40:57 -06:00
Fran Boon
4e9d228a60
Support HTTP Status 509
...
Whilst this isn't an official RFC, it's documented on e.g. Wikipedia. http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error
2013-11-08 10:46:47 +00:00
Massimo
db0d31260e
NDB support for GAE, thanks Quint, needs testing
2013-11-07 11:16:04 -06:00
Massimo
40d5e5dfe9
fixed 1746:auth.wiki renders multi-line code as single-line, thanks Alan
2013-11-07 11:00:39 -06:00