mdipierro and GitHub
ae2425d348
Merge pull request #2328 from manma83/remove-admin-session-query
...
remove last_query session in admin to prevent massive join when sorting tables in multiple browser tabs #2326
2020-06-13 23:10:55 -07:00
mdipierro
d3f4c70e79
fixed some problems wth widget logging, thanks Paolo Pastori
2020-06-13 23:08:06 -07:00
mdipierro
ba30988580
fixed SCRIPT(ASSIGNJS(foo=bar)), thanks Paolo Pastori
2020-06-13 23:06:38 -07:00
Mark Ma
db6a06b963
remove last_query session in admin to prevent massive join when sorting tables in multiple browser tabs #2326
2020-06-03 16:16:59 -07:00
mdipierro
7427258b90
Merge branch 'master' of github.com:web2py/web2py
2020-05-31 18:22:26 -07:00
mdipierro
1ece50a988
Better handling of quit in Mail, thanks Paolo Pastori
2020-05-31 18:22:00 -07:00
mdipierro
2720f06789
better session2trash logging
2020-05-31 18:20:05 -07:00
mdipierro and GitHub
7a7c84993f
Merge pull request #2316 from jpsteil/master
...
Proposed fix for issue 2315
2020-05-13 20:53:56 -07:00
mdipierro and GitHub
9eae04d93c
Merge pull request #2313 from nicozanf/missing_app
...
Fix errors with unwanted new app folder
2020-05-13 20:53:35 -07:00
mdipierro
777c3053e8
version 2.20.4
2020-05-02 22:05:37 -07:00
mdipierro
01270ca984
version 2.20.3
2020-05-02 21:35:30 -07:00
mdipierro
a4246c08ac
version 2.20.2
2020-05-02 19:49:56 -07:00
Jim Steil and GitHub
933e3df9d3
Proposed fix for issue 2315
2020-05-01 14:33:40 -05:00
Nico Zanferrari and GitHub
9ffce59ddb
Update shell.py
2020-04-27 10:20:11 +02:00
Nico Zanferrari and GitHub
97bb26d452
Fix errors with unwanted new app folder
...
Replying 'no' or ENTER when asked for the creation of a missing app folder was not properly managed. It gives IOError on Mac and unwanted behaviour on Win
2020-04-26 22:14:36 +02:00
mdipierro
2a39a883e8
Merge branch 'master' of github.com:web2py/web2py
2020-04-25 19:57:31 -07:00
mdipierro
bb402ff511
Make binaries
2020-04-25 19:57:01 -07:00
Ederson Peka and GitHub
3cbaa7eb5f
Converts dict_keys object to list (py3)
...
In python 3, keys() method returns a dict_keys object instead of a list. Trying to access the zero index causes an error. Converting the dict_keys object to a list is enough to make it work (and still works in python 2).
2020-04-16 20:42:07 -03:00
Fran Boon and GitHub
5490480906
Workaround Python 3.x CGI bug which causes #2262
...
Obviously the client also needs to send a Content-Disposition header for this to work
2020-04-13 16:57:36 +01:00
mdipierro and GitHub
405b0b2e68
Merge pull request #2299 from mbelletti/master
...
Fix typo harattr instead hasattr for pull request #2297
2020-04-05 18:20:03 -07:00
mdipierro and GitHub
b76bc6cc03
Merge pull request #2295 from nicozanf/master
...
fix web2py 2.19.1 compatibility with PyInstaller
2020-04-05 18:19:35 -07:00
Massimiliano Belletti
1b2d0da909
Fix typo harattr instead hasattr
2020-03-26 12:40:48 +01:00
Igor MSK and GitHub
041ec3c63c
fix Py3 encoding problem
...
Fix for python 3.6
>>>str(b'123')
>>>"b'123'"
>>>str(b'123', encoding='utf-8')
>>>"123"
2020-03-24 22:33:41 +03:00
Nico Zanferrari and GitHub
ef9e2dca1f
pyinstaller compatibility fix
...
pyinstaller with python 2 on Windows does not like it
2020-03-23 14:01:36 +01:00
Nico Zanferrari and GitHub
b4a945b3ae
hidden import needed for PyInstaller's binaries
...
an explicit 'import site' is needed for having a full functional interactive shell in the PyInstaller's binaries
2020-03-23 13:39:47 +01:00
mdipierro
fa6e9b1caf
modified fcgi, hopefully works with py3
2020-03-22 14:06:25 -07:00
mdipierro
e004215ea6
fixed 0x80000000L -> 0x80000000 for py3
2020-03-21 18:25:34 -07:00
mdipierro
4882890a3c
reverting 88ed162dae
2020-03-21 12:50:11 -07:00
mdipierro
6c4649d992
fixed issue #2217 , bs4, thanks romicasal
2020-03-21 12:40:23 -07:00
mdipierro
279858b424
fixed pysimplesoap, fixes issues #2254 , thanks pgastinger
2020-03-21 12:29:22 -07:00
mdipierro
a633bcde7d
Expose should not clear session, was a test, fixes #2257 , thanks Martin Mosbeck
2020-03-21 12:21:44 -07:00
mdipierro
88ed162dae
fixes #2262 , body decode on py3, thanks liuyigh
2020-03-21 12:18:15 -07:00
mdipierro
6aff6e1132
fixes #2271 , sqlhtml changing dict, thanks macneiln
2020-03-21 12:11:46 -07:00
mdipierro
1ed5117200
re-raise crtl+c, fixes #2292 , thanks nursix
2020-03-21 12:09:39 -07:00
mdipierro
f1dd7f0d89
updated pydal to 20200321.1
2020-03-21 11:45:36 -07:00
mdipierro and GitHub
03d633fdd8
Merge pull request #2290 from bmiklautz/typo
...
fix: typo
2020-03-15 00:31:38 -07:00
mdipierro and GitHub
42833b36b2
Merge pull request #2286 from flavour/master
...
Update PyRTF to Python 3
2020-03-15 00:31:06 -07:00
mdipierro
31422cffcd
deal with corrupted sessions in cookies, thanks Luca
2020-03-08 21:55:34 -07:00
Bernhard Miklautz
b32291469a
fix: typo
...
Fix a typo introduced in commit 7038758960 .
2020-03-04 21:53:15 +01:00
Fran Boon
e89d2bc7fa
Update PyRTF to Python 3
2020-02-12 09:54:21 +00:00
mdipierro
93ef108c0b
new pydal
2020-01-03 17:42:08 +01:00
mdipierro
382d034fdd
AuthJWT 400->401
2019-12-26 09:22:04 +01:00
mdipierro and GitHub
ee0763100b
Merge pull request #2264 from timnyborg/patch-12
...
limit widget rebuilding on form error to ListWidget
2019-12-24 06:57:17 -08:00
mdipierro and GitHub
67b033d0a8
Merge pull request #2224 from timnyborg/patch-6
...
fix error block location in radio buttons
2019-12-24 06:48:19 -08:00
dlage
2efa54a2d7
remove useless imports.
2019-12-12 18:03:10 +00:00
dlage
f5cdf17c48
fix wrong redis server host.
2019-12-12 15:07:23 +00:00
dlage
3272755fea
better structure in the redis test class.
2019-12-12 15:00:37 +00:00
dlage
022ddd49c4
fixed convertions for compatibility with Python3. Add further testing of redis sessions functions.
2019-12-12 14:37:41 +00:00
dlage
8f84b5df34
fix lambda definition.
2019-12-11 19:09:51 +00:00
dlage
981254ec61
add test_redis to gluon init.
2019-12-11 18:55:14 +00:00