mdipierro
1bb4117cbd
Merge pull request #950 from cassiobotaro/master
...
Fix List behaviour and added new feature
2015-05-03 10:27:46 -05:00
mdipierro
1394942feb
removed reference to python 2.5
2015-05-03 10:09:07 -05:00
mdipierro
9b12459a82
Merge branch 'master' of github.com:web2py/web2py
2015-05-02 23:16:12 -05:00
mdipierro
8e3925820c
allow disabling of confirmation in js delete
2015-05-02 23:16:05 -05:00
mdipierro
279d71d4cd
Merge pull request #936 from niphlod/enhancement/919
...
added newer Recaptcha2 class to deal with v2.0. Fixes #919
2015-05-02 23:07:36 -05:00
mdipierro
54b385b321
grid(user_cursor=False) by default because it is broken
2015-04-26 17:16:19 -05:00
mdipierro
df039e734c
2.10.4 stable
2015-04-26 10:10:18 -05:00
mdipierro
58533954dc
R-2.10.4
R-2.10.4
2015-04-26 09:07:07 -05:00
mdipierro
236dc4b943
fixed submodule tracking
2015-04-26 09:04:55 -05:00
mdipierro
6612fd1cfe
told git to track the right submodule branch
2015-04-26 08:50:16 -05:00
mdipierro
520950ba74
track track 15.03-maintenance (19/04/15)
2015-04-26 08:44:45 -05:00
mdipierro
e943aa9c25
minor compatibility fix in ldap_auth
2015-04-26 08:39:47 -05:00
mdipierro
756aec7206
Merge pull request #944 from stephenrauch/ldap_auth-fix-nosql
...
Fix ldap_auth for NoSQL databases
2015-04-26 08:29:26 -05:00
mdipierro
970e2ed35c
Merge pull request #939 from smorrison/slack_webhook_support
...
add support for reporting web2py errors via slack.com
2015-04-26 08:29:00 -05:00
mdipierro
1388c39636
Merge pull request #935 from niphlod/docs/dal
...
extend underline for proper sphinx formatting
2015-04-26 08:27:48 -05:00
mdipierro
6e84737924
Merge pull request #934 from niphlod/fix/931
...
fixes #931 . Thanks @butsyk for spotting the bug
2015-04-26 08:27:35 -05:00
stephenrauch
0ad50630f2
Fix ldap_auth for NoSQL databases
...
Unroll query with join to two queries when working with DB's which don't
support joins.
2015-04-24 11:02:18 -07:00
Sean Morrison
f42ee15f5f
add support for reporting web2py errors via slack.com
2015-04-22 19:00:21 -05:00
niphlod
77f154a56b
added newer Recaptcha2 class to deal with v2.0. Fixes #919
...
Improvements over the "old" v1.0
- behaves well also without javascript
- use_ssl is redundant, v2.0 works only in https mode
- ajax is not useful anymore as the newer API is a lot easier
Adjusted also the addrow() method that was missing newer formstyles.
2015-04-22 00:10:05 +02:00
niphlod
2b0bfba649
extend underline for proper sphinx formatting
2015-04-21 23:59:07 +02:00
niphlod
9f1edf267d
fixes #931 . Thanks @butsyk for spotting the bug
2015-04-21 21:59:42 +02:00
mdipierro
f3bda9ad02
changed version
2015-04-20 18:02:17 -05:00
mdipierro
f8afc76263
Merge pull request #930 from gi0baro/master
...
pydal -> track 15.03-maintenance (20/04/15)
2015-04-20 10:39:29 -05:00
gi0baro
65b4aaf842
pydal -> track 15.03-maintenance (20/04/15)
2015-04-20 17:29:22 +02:00
mdipierro
1b729cfbfc
Merge pull request #928 from niphlod/fix/920
...
small typo. Fixes #920
2015-04-19 15:32:28 -05:00
mdipierro
1aa5f30091
Merge pull request #926 from niphlod/enhancement/web2py_on_iis
...
added web.config to deploy web2py on IIS
2015-04-19 15:32:11 -05:00
mdipierro
b17174c04c
Merge pull request #925 from gi0baro/master
...
pydal -> track 15.03-maintenance (19/04/15)
2015-04-19 15:31:41 -05:00
niphlod
ac80adc9b4
small typo. Fixes #920
2015-04-19 19:49:25 +02:00
niphlod
888fa3dfc8
added setup script
2015-04-19 19:00:59 +02:00
niphlod
f3d815e84b
added web.config to deploy web2py on IIS
2015-04-19 15:51:17 +02:00
gi0baro
9915fdf093
pydal -> track 15.03-maintenance (19/04/15)
2015-04-19 14:45:19 +02:00
mdipierro
ef8f802df9
R-2.10.4.beta
2015-04-18 15:44:04 -05:00
mdipierro
f7bf1020df
reverted gluon/packages/dal
R-2.10.4.beta
2015-04-18 15:28:12 -05:00
mdipierro
75b8ceb022
Merge pull request #923 from gi0baro/validators
...
Fix serializers injection over new pydal
2015-04-18 15:17:06 -05:00
mdipierro
b4f3784136
Merge pull request #922 from dokime7/patch-7
...
Fix crash with list:reference field
2015-04-18 15:16:25 -05:00
mdipierro
f1297bb827
Merge pull request #918 from niphlod/enhancement/anyserver
...
added waitress to anyserver
2015-04-18 15:15:02 -05:00
mdipierro
435ebeaae4
more consulting companies
2015-04-18 15:13:03 -05:00
gi0baro
537045082c
Updated dal test due to new serializers
2015-04-18 15:08:39 +02:00
gi0baro
4bea52a7b5
Fix serializers injection over new pydal
2015-04-18 15:04:01 +02:00
Jeremie Dokime
33295e516f
Fix crash with list:reference field
...
When using validate_and_update() or validate_and_insert() on a table with a list:reference field, the request crashes after timeout with:
File "web2py/gluon/globals.py", line 270, in body
raise HTTP(400, "Bad Request - HTTP body is incomplete")
The request crashes because there is an hidden exception with the isinstance function:
isinstance() arg 2 must be a class, type, or tuple of classes and types
When no using GAE, the GoogleDatastoreAdapter variable is None, so isinstance crash.
See the last line of pydal/adapters/__init__.py
This is a regression intruduced after the v2.9.12.
2015-04-18 02:15:45 +02:00
mdipierro
f33ccf3366
experimental fix for represent
2015-04-16 16:53:12 -05:00
niphlod
0784680c90
added waitress to anyserver
2015-04-15 23:55:44 +02:00
mdipierro
e940228eaf
Merge pull request #912 from ilvalle/sqlcustomtype
...
extend sqlcustomform to support widget/represent
2015-04-15 13:01:50 -05:00
mdipierro
50769a627a
Merge pull request #916 from gi0baro/issue-904
...
Fixes #904
2015-04-15 13:01:19 -05:00
mdipierro
e68ecaa131
Merge pull request #915 from BuhtigithuB/update/gluon-contrib-pypyodbc
...
Update gluon/contrib/pypyodbc.py 1.3.0 -> 1.3.3
2015-04-15 13:01:01 -05:00
gi0baro
95e6e8577b
Fixes #904
2015-04-14 15:25:26 +02:00
Hardirc
19c83d4ad6
Update gluon/contrib/pypyodbc.py 1.3.0 -> 1.3.3
2015-04-13 18:43:48 -04:00
ilvalle
9c92bd1050
extend sqlcustomform to support widget/represent (possible fix to web2py/pydal#127 )
2015-04-12 21:04:05 +02:00
mdipierro
b3b95ccf5f
Merge pull request #906 from niphlod/fix/895
...
file is already open at this point... fixes #895
2015-04-08 23:24:16 -05:00
niphlod
cefa30841b
file is already open at this point... fixes #895
2015-04-08 21:47:04 +02:00