ilvalle
61795bc65e
enabled test_web.py in PY3
2016-06-22 19:07:58 +02:00
ilvalle
476db87335
updated pysimplesoap to current master
2016-06-21 21:25:30 +02:00
ilvalle
d9c7953147
updated user_agent_parser to 1.7.8, fix webclient
2016-06-19 11:49:16 +02:00
mdipierro and GitHub
338ca6ba5c
Merge pull request #1361 from ilvalle/py3_fixes_step2
...
few py3 fixes
2016-06-18 07:48:39 -05:00
ilvalle
2aeb063890
enabled test_appadmin, fix markmin2html, fix main.py
2016-06-15 20:17:58 +02:00
ilvalle
a27f6f88ef
fix serializers, websocket_messaging
2016-06-13 20:20:49 +02:00
ilvalle
180ada57da
fix request.json, close #1337
2016-06-13 18:00:14 +02:00
ilvalle
1f013d76f3
minor few fix
2016-06-10 14:14:40 +02:00
ilvalle
3103226686
revert fcgi changes
2016-06-10 14:14:39 +02:00
ilvalle
fd850ab46f
fix validators, updated gluon/contrib/ipaddr
2016-06-07 19:50:49 +02:00
ilvalle
71ba0e515f
updated portalocker, few py3 syntax/import fix
2016-06-04 14:07:42 +02:00
ilvalle
dcd24cf88c
Updated fpdf to the last version (py3 compatible), fix contrib/appconfig
2016-06-04 09:23:31 +02:00
ilvalle
97eb013831
fix test_html and test_template for py3
2016-06-03 11:46:32 +02:00
ilvalle
a1fd92b7f8
updated imports in tests
2016-06-02 14:28:21 +02:00
ilvalle
01bab81432
manually adapt few imports
2016-06-01 20:16:30 +02:00
ilvalle
48e10a3793
running libfuturize.fixes.fix_print_with_import
2016-05-30 21:23:40 +02:00
ilvalle
36ca754c77
running libfuturize.fixes.fix_raise
2016-05-30 18:03:48 +02:00
ilvalle
d74413bc16
running lib2to3.fixes.fix_methodattrs
2016-05-30 18:03:48 +02:00
ilvalle
02e0cd187a
running lib2to3.fixes.fix_has_key
2016-05-29 08:31:20 +02:00
ilvalle
9588ba690c
running lib2to3.fixes.fix_tuple_params
2016-05-29 08:31:20 +02:00
ilvalle
a5599f3eab
running lib2to3.fixes.fix_idioms
2016-05-29 08:31:20 +02:00
ilvalle
8074927191
running lib2to3.fixes.fix_renames
2016-05-29 08:31:19 +02:00
ilvalle
35900da19b
running lib2to3.fixes.fix_except
2016-05-29 08:31:19 +02:00
ilvalle
14830e8906
running lib2to3.fixes.fix_standarderror
2016-05-29 08:31:19 +02:00
ilvalle
d22222ebea
running lib2to3.fixes.fix_reduce
2016-05-29 08:31:19 +02:00
ilvalle
ec8ea53917
running lib2to3.fixes.fix_apply
2016-05-29 07:45:46 +02:00
Oscar Fonts
62f49d0f57
Added catalan plural rules
2016-05-12 16:14:01 +02:00
Leonel Câmara
87a3de22d7
remove ordereddict
2016-05-11 01:03:04 +01:00
Leonel Câmara
a9ee9a6b58
remove simplejson
2016-05-11 00:47:23 +01:00
mdipierro
c9f11c068c
Merge pull request #1322 from ShySec/oneall_optimization
...
simplified oneall dname handling
2016-05-09 00:05:06 -05:00
kelson
822e68ac16
simplified oneall dname handling
2016-05-06 16:10:19 -04:00
niphlod
c6d4fb8f38
sync with main scheduler
2016-05-05 21:36:51 +02:00
Richard Vézina
4fa8b3ed67
Update markdown2.py 2.2.4 -> 2.3.1 (latest release)
2016-04-15 12:33:04 -04:00
Hardirc
409c973dc4
Enhance markmin2pdf.py PEP8
2016-04-10 09:36:06 -04:00
Hardirc
59a194842d
Enhance markmin2latex.py PEP8
2016-04-10 09:34:29 -04:00
Hardirc
e48e47beb2
Enhance markmin2html.py contrib PEP8
2016-04-08 22:12:43 -04:00
Leonel Câmara
778cc3902b
Update imageutils.py
...
missing comma
2016-03-25 12:45:33 +00:00
mdipierro
6ed204301d
ok dropped backward compatibility in redis_*.py
2016-03-24 12:08:43 -05:00
mdipierro
4c5664f701
backward compatible syntax for redis
2016-03-23 19:14:37 -05:00
mdipierro
bd6115ad62
fixed Host header vulnerability #1196
2016-03-21 01:15:46 -05:00
mdipierro
b6d923753a
Merge pull request #1228 from cvaroqui/master
...
LDAP auth login method enhancements
2016-03-18 20:33:56 -05:00
Christophe Varoqui
5817a1893b
LDAP auth login method enhancements
...
1/
Allow user to pass a group mapping in manage_groups=True mode.
A group mapping is a structure like:
{
"ldap_grp1": ["web2py_grp1", "web2py_grp2"],
"ldap_grp2": ["ldap_grp2", "web2py_grp3"],
}
After fetching the ldap user's ldap groups, the list entries are
translated, before janitoring the auth_group and auth_membership
tables.
2/
Allow to define a callback to execute if the auth_group or
auth_membership tables are changed.
Typical use-case are cache flushing and app-driven replication.
2016-03-18 21:24:08 +01:00
Richard Vézina
aa2e302936
Update feedparser.py 5.1.3 -> 5.2.1
2016-03-18 12:04:27 -04:00
niphlod
1b15b0c6dc
fixes just docstrings about usage
2016-03-14 23:32:53 +01:00
niphlod
038d0d17a4
fixes the same bugs reported in #1191 for the "standard" scheduler
2016-03-10 00:01:39 +01:00
Boris Aramis Aguilar Rodríguez
8058dc2ce6
Update imageutils.py
...
Adding a padding statement into imageutils, the goal is to allow a padding transparent/white border on pictures when being resized in different aspect ratio.
2016-03-01 20:24:28 -06:00
mdipierro
218817753a
myconf.take, myconf.get
2016-02-26 14:20:18 -06:00
preactive
f79b38a335
Update ldap_auth.py
...
In regards to comments in:
https://github.com/BuhtigithuB/web2py/commit/0036d9c45bdf476d858fa00dd69e854c4623858b
And:
https://github.com/web2py/web2py/issues/1178
2016-02-04 13:41:49 -08:00
mdipierro
7aff79ca57
Merge pull request #1172 from dmatic/master
...
Fixed error with oneall login when login provider doesn't send user's full name
2016-01-29 22:20:51 -06:00
Dragan Matic
2cb55b52e9
fixed error with oneall login when login provider doesn't send full name
2016-01-17 22:45:38 +01:00