ilvalle
44e27bf65f
fix py3 languages decode added tests. close #1848 , thanks @bjquinn
2018-02-09 20:46:00 +01:00
mdipierro
623f3b9947
Merge pull request #1834 from ilvalle/avoid_garbage_collect
...
Added the web2py_disable_garbage_collect option to avoid garbage collect
2018-01-12 17:06:05 -06:00
mdipierro
f4203ae4d6
Merge pull request #1833 from cccaballero/datewidget
...
Fixed welcome app date and datetime widget #1831
2018-01-07 18:36:00 -06:00
mdipierro
089359f3ea
Merge pull request #1832 from roaldatwork/cas_provider_py_compatibilty
...
made cas_provider response py3 compatible
2018-01-07 18:35:34 -06:00
mdipierro
8c9cfff578
Merge pull request #1826 from roaldatwork/p3_admin_translator
...
made sorting of translation keys py3 safe
2018-01-07 18:35:10 -06:00
mdipierro
699513b961
Merge pull request #1824 from ilvalle/fix_urllib
...
Fix py3 urllib quote_plus
2018-01-07 18:34:42 -06:00
mdipierro
b1a9b67c54
Merge pull request #1823 from skz169/skz169-patch-fix-pip
...
Fix dependencies in setup.py
2018-01-07 18:34:11 -06:00
mdipierro
8fe4d860a1
Merge pull request #1821 from mrdumpty/patch-1
...
Update db.py
2018-01-07 18:33:56 -06:00
ilvalle
b7b16da08f
Added the web2py_disable_garbage_collect option to avoid garbage collect
2018-01-07 18:53:33 +01:00
Carlos Cesar Caballero Díaz
6994cee6c9
Fixed wellcome app date and datetime widget #1831
2018-01-05 10:32:46 -05:00
Roald Osinga
9bf8ca9c3b
made cas_provider response py3 compatible
2018-01-05 11:49:20 +01:00
Roald Osinga
35a1f6f342
made sorting of translation keys py3 safe
2017-12-13 11:10:08 +01:00
ilvalle
f048e45494
removed pycrypto dep
2017-12-12 20:38:56 +01:00
ilvalle
cfdda257ed
testing py36 on windows
2017-12-12 20:21:54 +01:00
ilvalle
dca4639b85
fix urllib quote_plus, close #1822
2017-12-12 19:23:19 +01:00
Sergei K
4ecdc2bc73
Update setup.py
2017-12-11 19:59:28 +05:00
mrdumpty
c7d91108bb
Update db.py
...
Possible typo?
2017-12-07 17:10:05 +04:00
mdipierro
4f51647b2f
align login menu to right
2017-12-02 14:15:06 -06:00
mdipierro
79b877f6b4
create forms should not display default values for readonly fields (third attempt)
2017-12-02 13:52:20 -06:00
mdipierro
553b7cf51a
create forms should not display default values for readonly fields
2017-12-02 13:46:22 -06:00
mdipierro
20411ce45f
create forms should not display default values for readonly fields
2017-12-02 13:37:42 -06:00
mdipierro
b11d6f6498
removed share
2017-12-02 13:30:19 -06:00
mdipierro
44c3c3b0e4
Merge branch 'master' of github.com:web2py/web2py
2017-12-02 13:03:13 -06:00
mdipierro
e9dcac4ecd
Merge pull request #1818 from ilvalle/py3.6dev
...
fix include_meta for py35, added tests
2017-12-02 13:01:12 -06:00
mdipierro
4a2a02d1fe
fixed display of computed fields
2017-12-02 12:52:15 -06:00
ilvalle
622b29366a
fix include_meta for py35, added tests. close #1816
2017-12-02 11:03:46 +01:00
mdipierro
130e37d708
Merge pull request #1814 from vinyldarkscratch/patch-1
...
Fix update_languages script (use application folder)
2017-11-22 14:51:19 -06:00
mdipierro
160ec9b044
Merge pull request #1811 from timnyborg/master
...
Update SQLFORM deleted = False if readonly
2017-11-22 14:50:39 -06:00
mdipierro
ee8c401020
Merge pull request #1807 from abastardi/janrain-fix
...
Fix Janrain due to change in behavior
2017-11-22 14:50:30 -06:00
mdipierro
c8a7943e8f
Merge pull request #1806 from leonelcamara/patch-12
...
Update list of TLDs
2017-11-22 14:50:21 -06:00
Vinyl Darkscratch
7bbf6b93f3
Actually skip the default language
2017-11-20 13:02:32 -08:00
Vinyl Darkscratch
3410810c1c
Fix update_languages script (use application folder)
...
Admittedly after preparing this script for others to use, I kind of forgot to test it... Whoops! This is an update that should fix the script and make Gluon happy. Instead of taking the languages folder, it takes the application folder, to help resolve conflicts with Gluon. The script was also originally configured to run with the language folder being the current working directory, and as such, the changes to the language files would never be saved.
2017-11-20 12:54:07 -08:00
ilvalle
26081782c8
testing development environments
2017-11-18 12:44:46 +01:00
Tim Nyborg
b732ab6d53
Update SQLFORM deleted = False if readonly
...
fixes the following syntax:
form = SQLFORM(table, record, readonly=readonly, deletable=True)
form.process()
if form.deleted:
pass
elif form.accepted:
pass
2017-11-17 16:53:27 +00:00
abastardi
071622b9d9
Fix Janrain due to change in behavior
...
Janrain has started providing the login token via a POST request
in addition to including it in the query string. This results
in request.vars.token being a list containing two copies of the
token, which breaks the web2py code. This change keeps just a single
copy of the token.
2017-11-15 14:52:19 -05:00
Leonel Câmara
fd0f169a55
Update list of TLDs
2017-11-14 18:20:13 +00:00
mdipierro
c9fd0fd71e
fixed test because of layout change
R-2.16.1
2017-11-14 00:55:59 -06:00
mdipierro
d59e7f35ed
fixed toolbar/configuration issue
2017-11-14 00:50:44 -06:00
mdipierro
999e7b7512
fixed layout in lack of configuration
2017-11-14 00:47:40 -06:00
mdipierro
7035398681
2.16.1
2017-11-13 23:50:20 -06:00
mdipierro
2c2c9d3aa2
moved to bootstrap4
2017-11-13 23:48:54 -06:00
mdipierro
65b3e6dda9
support for bootstrap4
2017-11-13 23:29:34 -06:00
mdipierro
d424e5d317
Merge pull request #1610 from geomapdev/dal-enhancements
...
handle reference fields for keyed tables
2017-11-13 21:24:07 -06:00
mdipierro
a1417df67c
Merge branch 'master' of github.com:web2py/web2py
2017-11-13 21:15:04 -06:00
mdipierro
551c19bcaf
Merge pull request #1761 from josedesoto/issue/update_role_on_update_profile
...
Update groups on edit profile
2017-11-13 21:14:02 -06:00
mdipierro
8aa07760d2
Merge pull request #1803 from leonelcamara/patch-10
...
Fix #1715
2017-11-13 21:13:06 -06:00
mdipierro
8bd8db5edc
Merge pull request #1804 from leonelcamara/patch-11
...
Update supported python versions
2017-11-13 21:12:36 -06:00
mdipierro
7c1fb6643e
fllowing pydal v17.11
2017-11-13 21:12:06 -06:00
Leonel Câmara
e44a12eaf8
Update supported python versions
2017-11-13 22:40:37 +00:00
Leonel Câmara
12253ab757
Fix #1715
2017-11-13 15:31:05 +00:00