mdipierro and GitHub
9b99d8ae6c
Merge pull request #1876 from leonelcamara/bs4checkboxes
...
Update bootstrap from a v4-alpha version to the latest release
2018-03-20 16:54:14 -05:00
mdipierro and GitHub
3174990c95
Merge pull request #1850 from maxcrystal/master
...
gluon/shell.py PY3 fix
2018-03-20 16:52:49 -05:00
mdipierro
a679210649
fixed aws email
2018-03-20 09:14:05 -05:00
mdipierro
f0e939db3a
Merge branch 'master' of github.com:web2py/web2py
2018-03-15 17:14:50 -05:00
mdipierro
2752aba471
allow sending raw emails with server='aws'
2018-03-15 17:14:00 -05:00
Leonel Câmara
b4673384e5
Update bootstrap from a v4-alpha version to the latest release
...
Fixed welcome to work with the new release
Fixed checkboxes and radiobuttons in bs4 formstyle
2018-03-07 14:07:09 +00:00
mdipierro and GitHub
f6d2f8a2a1
Merge pull request #1871 from masia5/drop_pg8000_tests
...
Drop pg8000 tests
2018-03-06 23:40:11 -06:00
mdipierro
49204ab24d
Merge branch 'master' of github.com:web2py/web2py
2018-03-05 15:17:34 -06:00
mdipierro
8575b6bf2b
checkpoint
2018-03-05 15:17:28 -06:00
Leonel Câmara
dfa6703420
test IS_EMPTY_OR with a list and tuple
2018-02-26 19:59:21 +00:00
Leonel Câmara
32e17d4ab2
fix config for coverage 4.5 changes
2018-02-26 18:47:59 +00:00
masia5 and GitHub
8d2fa09ef7
Drop pg8000 tests, close #1742
2018-02-25 07:25:50 +01:00
maxcrystal and GitHub
9cc7cf32e6
Merge pull request #3 from web2py/master
...
Repo update
2018-02-25 09:23:02 +03:00
mdipierro
2bcd0c2f10
no more pg8000
2018-02-24 20:59:51 -06:00
mdipierro
da2f027501
testing revert in pydal
2018-02-24 19:25:30 -06:00
mdipierro
7877220057
testing ac8dffff06a001c4f7f3ac970c3bea3077a4308c
2018-02-24 18:13:04 -06:00
mdipierro
0c465b27a4
testing 13ad4087a74fd5f7af8060ad9a58e7f74e69edf0
2018-02-24 18:05:03 -06:00
mdipierro
b26184b010
testing 53a5cb2c2c9f6087984bf727e0efcaf297150e6d
2018-02-24 17:58:45 -06:00
mdipierro
d83d3535be
testing ccc4d4c7f8e9bfb285597d266489e169ecadbbfa
2018-02-24 17:50:10 -06:00
mdipierro
82a4d0b600
testing
2018-02-24 17:42:22 -06:00
mdipierro
a037537497
reverted to stable pydal
2018-02-24 13:35:45 -06:00
mdipierro
fa99620240
cannot promise forms will not changes, removed form tests
2018-02-24 13:23:09 -06:00
mdipierro and GitHub
ee19a48521
Merge pull request #1858 from daniellibonati/dlibonati-bootstrap4_inline_fix
...
Added row class to form-group so form becomes inline in Bootstrap v4
2018-02-24 12:58:47 -06:00
mdipierro
9c6df11459
font-awesome
2018-02-24 12:31:33 -06:00
mdipierro
ee4eb3f15a
Merge branch 'master' of github.com:web2py/web2py
2018-02-24 11:56:57 -06:00
maxcrystal and GitHub
ad6fd70de1
Merge pull request #2 from web2py/master
...
Repo update
2018-02-24 20:10:05 +03:00
mdipierro and GitHub
a0cdad2ddf
Merge pull request #1870 from ilvalle/fix_rocket_py3_bytes
...
fix PY3 rocket with bytes stream
2018-02-24 11:02:42 -06:00
mdipierro and GitHub
c17d6bb5d1
Merge pull request #1855 from ilvalle/fix_reload_py3
...
fix missing reload py3
2018-02-24 10:59:03 -06:00
mdipierro and GitHub
61b5343f66
Merge pull request #1852 from ilvalle/fix_languages_py3
...
fix py3 languages decode
2018-02-24 10:57:17 -06:00
ilvalle
164a271ca8
fix PY3 rocket with bytes stream. ref web2py/pydal#516
2018-02-23 19:43:34 +01:00
ilvalle
fa31a6b61b
Added test for T used in HTML tags, fix language encode(), close #1856
2018-02-12 21:13:19 +01:00
maxcrystal and GitHub
adb85d3061
Merge pull request #1 from web2py/master
...
Merge from web2py
2018-02-11 08:18:09 +03:00
Daniel Libonati
79ba8cb6e4
Added row class to form-group so form becomes inline in Bootstrap v4
2018-02-10 22:07:01 -03:00
ilvalle
c3355b7457
fix missing reload py3, close #1760
2018-02-09 20:56:16 +01:00
ilvalle
44e27bf65f
fix py3 languages decode added tests. close #1848 , thanks @bjquinn
2018-02-09 20:46:00 +01:00
mdipierro and GitHub
1d489d0fde
Merge pull request #1846 from ilvalle/fix_scheduler_async_py37
...
fix py37 conflict due to async definition in scheduler
2018-02-09 12:27:49 -06:00
mdipierro and GitHub
f161cc4f3b
Merge pull request #1845 from ilvalle/fix_urllib_urlencode
...
fix few py3 urllib.urlencode
2018-02-09 12:27:29 -06:00
mdipierro and GitHub
9e02a768cd
Merge pull request #1844 from ilvalle/fix_STYLE_py3
...
fix py3 STYLE and SCRIPT tags
2018-02-09 12:27:01 -06:00
maxcrystal
e02d5e2a60
PY3 fix
2018-02-07 23:46:44 +03:00
ilvalle
d1efc8b55d
fix py37 conflict due to async definition in scheduler
2018-02-04 10:02:14 +01:00
ilvalle
ad3c69155b
fix few urllib.urlencode, close #1841
2018-02-04 09:58:16 +01:00
ilvalle
421aec162a
fix py3 STYLE and SCRIPT tags, close #1835
2018-02-04 09:41:57 +01:00
Tim Nyborg and GitHub
072311fd2c
Revert
...
Committed in error
2018-02-02 11:23:48 +00:00
Tim Nyborg and GitHub
5dcbae0b37
Update saml2_auth.py
...
Pass along any _next url var as part of the outstanding queries, so web2py will know where to send the user once they come back from singing on.
Useful if the SAML auth is part of a CAS, because otherwise the user is sent from the CAS consumer -> CAS -> SSO -> CAS, and is never returned to the consumer application
2018-02-02 11:03:04 +00:00
Tim Nyborg and GitHub
76f3384aae
Allow choosing a saml entityid
...
Allows you to pick an entityid when using federation XML data or an MDQ with many entries. Pysaml2's MDQ metadata is loaded lazily, after you provide a key, so it's necessary to pass the entityid as a key
2018-02-01 14:04:47 +00:00
mdipierro
f9606fabde
Merge branch 'master' of github.com:web2py/web2py
2018-01-12 17:07:07 -06:00
mdipierro and GitHub
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 and GitHub
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 and GitHub
699513b961
Merge pull request #1824 from ilvalle/fix_urllib
...
Fix py3 urllib quote_plus
2018-01-07 18:34:42 -06:00
ilvalle
b7b16da08f
Added the web2py_disable_garbage_collect option to avoid garbage collect
2018-01-07 18:53:33 +01:00