81a052f94a
Merge remote-tracking branch 'remotes/oficial/master' into patch-2
2019-12-18 16:13:59 +00:00
mdipierro
c44c2b06d3
Merge branch 'master' of github.com:web2py/web2py
2019-11-02 23:09:04 -07:00
mdipierro
eda8277fbd
removed unwanted import that breaks python3.8
2019-11-02 20:09:47 -07:00
mdipierro
21afb0933e
Merge pull request #2270 from tomodachi/freeipa_auth
...
Add support for freeIPA ldap auth
2019-10-27 21:27:40 -07:00
mdipierro
90fc9ea622
Merge pull request #2269 from bmiklautz/spawn_v2
...
Fix scheduler issue on linux related to multiprocessing
2019-10-27 21:27:04 -07:00
mdipierro
61976e7c3a
Merge pull request #2267 from nicozanf/master
...
Fix broken inframe Vimeo video
2019-10-27 21:25:20 -07:00
Mateusz Mojsiejuk
a0eac8fce7
Add support for freeIPA ldap auth
2019-10-25 15:52:11 +02:00
Bernhard Miklautz
7038758960
new [scheduler]: add parameter use_spawn
...
Add a new parameter to Scheduler to allow it to use spawn
multiprocessing method.
This is only available with python3 therefore the parameter is
ignored with python2.
2019-10-25 11:31:54 +02:00
Nico Zanferrari
77bcda3f3e
Added Python 3 binaries to the download page +typo
...
It fixes issue #2027 .
** IMPORTANT ** - before approving, you need to copy from https://github.com/nicozanf/web2py-pyinstaller to https://mdipierro.pythonanywhere.com/examples/static the files:
- web2py_win.zip
- web2py_win_py2.zip
- web2py_osx.zip
- web2py_osx_py2.zip
And also modify the procedures for the "For Testers" versions on https://mdipierro.pythonanywhere.com/examples/static , that should use the previous ones as binaries.
2019-10-23 22:41:19 +02:00
Nico Zanferrari
92bb2c2241
Added Python 3 binaries to the download page
2019-10-23 22:05:12 +02:00
Nico Zanferrari
f7b3abdc89
Fix broken inframe Vimeo video
...
It fixes Issue #2068
2019-10-22 21:54:01 +02:00
mdipierro
8f98994423
fixed validate for good
2019-10-20 22:04:11 -07:00
mdipierro
cf91145db0
made validators compliant with new dal
2019-10-20 21:48:49 -07:00
mdipierro
dce5fbb472
fixed validate maybe
2019-10-20 21:43:01 -07:00
mdipierro
40485ecd88
Merge pull request #2265 from vinyldarkscratch/patch-1
...
Add events for form upload progress
2019-10-20 21:39:50 -07:00
mdipierro
78b529bb92
Merge pull request #2263 from jicho/master
...
No redirect when url ends with #
2019-10-20 21:38:36 -07:00
mdipierro
32fc729cdc
Merge pull request #2225 from nicozanf/pyinstaller
...
Full docs for obtaining Win and Mac binaries with PyInstaller
2019-10-20 21:35:47 -07:00
Queen Vinyl Darkscratch
5bcf34aba5
Add events for form upload progress
2019-10-15 16:32:43 -07:00
jicho
e4845aeef6
No redirect when url ends with #
...
When a redirect url ends with a hash (#) the browser (Chrome) does not redirect/refreshes the browser.
This is happening with this setting:
```
form = SQLFORM.grid(
query,
client_side_delete=True
)
```
2019-10-09 09:33:18 +02:00
mdipierro
1ce316609a
Merge branch 'master' of github.com:web2py/web2py
2019-09-30 20:47:15 -07:00
mdipierro
c95b4e43d7
isostring->isoformat
2019-09-30 20:47:06 -07:00
mdipierro
501d0b8a9b
Merge pull request #2260 from timnyborg/patch-11
...
no sleep when redis_cache set to fail gracefully
2019-09-29 19:47:13 -07:00
Tim Nyborg
2b30157cce
Update redis_cache.py
...
moving logging as well
2019-09-25 11:06:23 +01:00
mdipierro
cbbf793841
Merge pull request #2259 from timnyborg/patch-8
...
correcting indentation
2019-09-21 12:00:09 -07:00
Tim Nyborg
89c392d224
correcting indentation
2019-09-17 14:48:15 +01:00
mdipierro
91fd094790
Merge branch 'master' of github.com:web2py/web2py
2019-09-09 21:13:20 -07:00
mdipierro
0f638f9cdf
possibly fixed the Redis problem, thanks Rastafarian
2019-09-09 21:13:01 -07:00
mdipierro
d84cbf8763
Merge pull request #2255 from vinyldarkscratch/patch-1
...
Don't set form in trap_form as ajax_page element
2019-09-09 20:52:15 -07:00
mdipierro
6af98ac7bc
Merge pull request #2252 from misl6/fix-user-registration-key-error
...
Fix user registration key error
2019-09-09 20:51:24 -07:00
mdipierro
f91eaa84e8
Merge pull request #2249 from timnyborg/patch-7
...
python3 compatibility for JSONRPCError
2019-09-09 20:50:47 -07:00
Queen Vinyl Darkscratch
d17572fb10
Don't set form in trap_form as ajax_page element
2019-09-05 00:02:19 -07:00
Mirko Galimberti
1dec1b4358
Checks for user availability before accessing the registration key
2019-09-02 13:50:39 +02:00
Mirko
4191d4c48c
Merge pull request #2 from web2py/master
...
Merge w/ current master
2019-09-02 13:43:56 +02:00
Tim Nyborg
75491fb273
python3 compatibility for JSONRPCError
...
Trying this again, now that I learned about gluon._compat
2019-08-23 12:25:11 +01:00
mdipierro
b7202df0b9
do not test 3.5 on bionic
2019-08-18 01:11:04 -07:00
mdipierro
529444cda7
fixed a test for Decimal serializer
2019-08-18 00:47:25 -07:00
mdipierro
12d1ca739d
reverting test 3.5
2019-08-18 00:21:31 -07:00
mdipierro
af151783c6
test
2019-08-18 00:20:24 -07:00
mdipierro
4a838c2c14
biopic web2py tests
2019-08-17 23:43:25 -07:00
mdipierro
42181ca263
Merge branch 'master' of github.com:web2py/web2py
2019-08-17 22:46:56 -07:00
mdipierro
8b55025cb3
serializing decimal as float, thanks villas
2019-08-17 22:46:31 -07:00
mdipierro
e0fc657b8e
Merge pull request #2237 from dlage/fake_migrate
...
Fake migrate
2019-08-17 21:59:28 -07:00
mdipierro
619af453a6
Merge pull request #2234 from jvanbraekel/Fix-encoding-of-pdflatex-log-file
...
Fix encoding of pdflatex log file
2019-08-17 21:58:30 -07:00
179edb659a
Load all models when using --force_migrate (same behaviour as appadmin).
2019-08-13 18:04:30 +01:00
mdipierro
019295e1d1
reverting 2c364c2079 which incorrecly assumes the scheme can only be http or https
2019-08-11 10:58:22 -07:00
mdipierro
60c68164f3
Merge pull request #2231 from dlage/patch-1
...
Force page reload with anchors
2019-08-11 10:45:37 -07:00
b4c2ee8304
Allow easily switching fake_migrate on to allow easier fixes of the database migrations
2019-07-25 17:15:19 +01:00
cb0c2e6edd
Merge remote-tracking branch 'upstream/master'
2019-07-25 17:07:24 +01:00
Dinis
3741fe4c66
initialize env with abspath
...
When running scripts, the path used is relative to the web2py root instead of the full path. This causes differences in migrations when using InDBMigrator - this causes pydal to try to repeat migrations already done.
2019-07-25 17:03:01 +01:00
jvanbraekel
37d1fca32c
Enable greek symbols support
...
Pakage was missing form the template, leading to errors when greeks characters were used
2019-07-25 11:28:37 +02:00