Leonel Câmara
2a33c0faff
Changed URL validation to use urlparse instead of regex for spliting the URL
...
Enabled test_is_url in Python 3 since it is now passing
This might be one of the last fixes to #1353
Fixes #1598
2017-06-07 04:59:03 +01:00
Leonel Câmara
376c12a225
Fixes #1628
2017-06-05 23:35:41 +01:00
mdipierro and GitHub
7769917102
Merge pull request #1637 from timrichardson/issues/1636
...
fix to #1636 : sqlgrid left= (left outer join) fails because db._adapt…
2017-06-05 11:48:33 -05:00
mdipierro and GitHub
30c28ad44c
Merge pull request #1630 from ilvalle/fix_1629
...
fix web debugger
2017-06-05 11:41:25 -05:00
mdipierro and GitHub
f1ef95e15f
Merge pull request #1625 from Scimonster/master
...
Fix #1624 -- Unicode in XML sanitizing causes error
2017-06-05 11:39:52 -05:00
mdipierro and GitHub
da6688360d
Merge pull request #1623 from ilvalle/fix_tag_py3
...
fix TAG helper on PY3
2017-06-05 11:39:15 -05:00
Tim Richardson
f30c31a8a2
fix to #1636 : sqlgrid left= (left outer join) fails because db._adapter.tables() now returns dict (previously a table)
2017-06-01 16:53:04 +10:00
ilvalle
f76437703b
fix web debugger, close #1629
2017-05-13 08:26:09 +02:00
Scimonster
49bf14e79a
Fix #1624 -- Unicode in XML sanitizing causes error
...
Add unit test for it
2017-05-07 14:32:52 +03:00
ilvalle
cf1ea98217
fix TAG helper on PY3, updated web2pyHTMLParser
2017-05-06 08:51:58 +02:00
mdipierro and GitHub
1f4a490a84
Merge pull request #1620 from ilvalle/issue_1618
...
fix cron with py3, added initial tests, close #1618
2017-05-03 23:57:12 -05:00
mdipierro and GitHub
baa129f871
Merge pull request #1527 from leonelcamara/authapi2
...
Auth refactor
2017-05-01 09:13:18 -05:00
ilvalle
90e606dcfd
fix cron with py3, added initial tests, close #1618
2017-05-01 15:31:37 +02:00
mdipierro and GitHub
c9b6b0faf8
Merge pull request #1607 from sugizo/fix_memcache_appadmin
...
appadmin can use ccache with cache.ram = cache.disk = cache.memcache
2017-04-28 08:09:17 -05:00
mdipierro and GitHub
496112c4fe
Merge pull request #1604 from ilvalle/fix_1570
...
prevent is_empty from stripping whitespaces, close #1570
2017-04-28 08:07:20 -05:00
mdipierro and GitHub
a186f5c51f
Merge pull request #1603 from ilvalle/fix_1582_internazionalized_domain_names
...
fix IS_EMAIL for internationalized domain names
2017-04-28 08:05:30 -05:00
mdipierro and GitHub
fef43cd053
Merge pull request #1602 from leonelcamara/fix_webclientforget
...
Create a CookieJar on __init__ instead of creating a new one each post
2017-04-28 08:04:56 -05:00
mdipierro and GitHub
ab41cd94ec
Merge pull request #1601 from leonelcamara/port_dialog
...
Make web2pyDialog Python 3 compatible
2017-04-28 08:04:06 -05:00
mdipierro
9ab7ed0029
catching errors in python3 in custom_import
2017-04-28 08:01:20 -05:00
sugizo
ab537242c4
appadmin can use ccache with cache.ram = cache.disk = cache.memcache
2017-04-13 06:31:40 +07:00
ilvalle
7a69e087f7
prevent is_empty from stripping whitespaces, close #1570
2017-04-06 20:48:12 +02:00
ilvalle
6da3a9d8fd
fix is_email with internationalized Domain Names, close #1582
2017-04-05 22:16:21 +02:00
Leonel Câmara
fe0f506efc
Create a CookieJar on __init__ instead of creating a new one each post
...
Fixes #1505
2017-04-03 19:54:06 +01:00
Leonel Câmara
140023e920
Make web2pyDialog Python 3 compatible
...
checks "port web2pyDialog" in #1353
2017-03-31 12:04:55 +01:00
mdipierro
ad43249f61
Merge branch 'master' of github.com:web2py/web2py
2017-03-21 12:28:14 -05:00
mdipierro
e5121876db
Merge branch 'py36' of https://github.com/ilvalle/web2py into ilvalle-py36
2017-03-21 12:27:11 -05:00
mdipierro and GitHub
35f7caa2f0
Merge pull request #1591 from cccaballero/master
...
Some fixes on ldap_auth
2017-03-21 12:24:05 -05:00
mdipierro and GitHub
b2f221bbaa
Merge pull request #1566 from BrenBarn/flexserve
...
Add FlexibleService, which allows @service-style methods with varargs
2017-03-21 12:18:09 -05:00
mdipierro
868d6f6369
Merge branch 'master' of github.com:web2py/web2py
2017-03-21 12:06:11 -05:00
mdipierro and GitHub
0e1831bcc7
Merge pull request #1581 from nextghost/pydal-17.01
...
Update SQLTABLE for API changes in PyDAL 17.01
2017-03-21 12:06:00 -05:00
mdipierro
dda808ebda
pydal 17.03
2017-03-21 12:05:47 -05:00
mdipierro
f31c9002f7
reverted pydal 16.11
2017-03-21 00:42:02 -05:00
mdipierro
6354fbedf8
commented a test
2017-03-21 00:24:17 -05:00
mdipierro
cc11a14ce3
commented a test
2017-03-21 00:21:21 -05:00
mdipierro
2fa9597cd8
added debug info
2017-03-21 00:04:55 -05:00
mdipierro
c9d656ea45
added logging, thanks gi0baro
2017-03-20 18:06:23 -05:00
mdipierro
1eec01b830
pydal 17.03
2017-03-20 16:21:05 -05:00
mdipierro
c10983b191
Merge branch 'master' of github.com:web2py/web2py
2017-03-20 16:15:31 -05:00
mdipierro
975ab7b923
SQLFORM.grid(showblobs=True)
2017-03-20 16:15:18 -05:00
Carlos Cesar Caballero Díaz
34f2825a49
fix ldap_auth logging info not shown
2017-03-14 13:09:29 -04:00
Carlos Cesar Caballero Díaz
7dec909254
fixed group mapping on ldap auth
2017-03-14 13:00:32 -04:00
ilvalle
ca9198a26e
updated to latest dal
2017-03-07 21:11:05 +01:00
ilvalle
ad421e42c6
added tests for py36
2017-03-06 21:35:23 +01:00
Martin Doucha
6954988851
Update SQLTABLE for API changes in PyDAL 17.01
2017-02-28 22:12:54 +01:00
BrenBarn
86a2c529b9
Change to modify Service instead of adding FlexibleService
2017-01-31 14:13:43 -08:00
BrenBarn
55592e7c6e
Add FlexibleService, which allows @service-style methods that accept varargs
2017-01-31 11:48:28 -08:00
mdipierro and GitHub
16f60d5cff
Merge pull request #1565 from kristjanvalur/master
...
Update compileapp.py
2017-01-30 12:48:37 -06:00
mdipierro and GitHub
930370ee91
Merge pull request #1562 from richboss/dev_urandom
...
don't write to /dev/urandom on Windows platforms
2017-01-30 12:47:50 -06:00
mdipierro
215abc9e4f
download over https for security
2017-01-30 12:46:50 -06:00
Kristján Valur Jónsson and GitHub
b6e5e16526
Update compileapp.py
...
The "current" may have been altered by the controller. This is the case for admin/controllers/shell.py, in callback(), where a new shell environment is created (from gluon/shell)
If this happens, the incorrect "response" is being referenced and the output of the controller is lost.
2017-01-25 20:10:03 +00:00