jvanbraekel and GitHub
251314ceb8
Only return get_vars after a failing login
...
Since the redirect is a GET action, there is no reason to return post vars from the failing attempt.
2019-07-24 09:43:03 +02:00
jvanbraekel and GitHub
a23a068d40
Add utf-8 encoding in latex log opening
...
By default, open use ascii encoding leading to crash when non ascii caracters are present . Fix it by enforcing UTF-8 encoding
2019-07-23 15:52:21 +02:00
jvanbraekel and GitHub
726d664292
Merge pull request #3 from web2py/master
...
merge web2py master changes
2019-07-23 15:38:15 +02:00
mdipierro and GitHub
2c364c2079
Merge pull request #2233 from rayluo/patch-1
...
Better https detection
2019-07-23 00:28:17 -07:00
Ray Luo and GitHub
8faa5e2a82
Better https detection
...
Switch to request.is_https which provides better https detection
2019-07-22 23:41:23 -07:00
Dinis and GitHub
6fddca4e4f
Force page reload with anchors
...
Force page to reload even when the location contains anchors, while using "web2py-redirect-location".
Otherwise, when the location is the same and the url has an anchor it won't redirect.
2019-07-17 15:18:44 +01:00
mdipierro
0557fe9c58
sync
2019-07-15 22:02:57 -07:00
mdipierro and GitHub
5945edebfd
Merge pull request #2230 from bjones1/master
...
Allow specification of server's encoding in webclient.
2019-07-15 22:00:33 -07:00
mdipierro and GitHub
558afd886c
Merge pull request #2229 from leonelcamara/patch-32
...
__lt__ and __gt__ for lazyT
2019-07-15 22:00:13 -07:00
mdipierro and GitHub
1bc8ea6838
Merge pull request #2227 from nicozanf/bookfix
...
fix for py 3.6+ compatibility
2019-07-15 21:59:56 -07:00
mdipierro and GitHub
24d970a943
Merge pull request #2223 from gonguinguen/patch-6
...
Added followlinks=True when calling listdir
2019-07-15 21:58:06 -07:00
mdipierro and GitHub
e66dda8641
Merge pull request #2222 from gonguinguen/patch-5
...
Added followlinks argument to listdir
2019-07-15 21:57:36 -07:00
mdipierro and GitHub
320a28d564
Merge pull request #2216 from web-py/patch-3
...
Update fa.py
2019-07-15 21:57:12 -07:00
Bryan A. Jones
9db1c6b0b0
Allow specification of server's encoding in webclient.
2019-07-12 10:23:53 -05:00
Leonel Câmara and GitHub
f307fe7d56
__lt__ and __gt__ for lazyT
...
Fixes #2228
2019-07-10 12:25:40 +01:00
Nico Zanferrari and GitHub
f845497479
fix for py 3.6+ compatibility
...
py 3.6+ gives errors and need more escapes - I've tested the patch on the full web2py book's latex output and it's backward compatible with 2.7. For technical details see https://bugs.python.org/issue28450 :
"Deprecated since version 3.5, will be removed in version 3.6: Unknown escapes consist of '\' and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6"
2019-07-07 00:55:39 +02:00
Nico Zanferrari and GitHub
ab257031b5
Modified fake site.py from PyInstaller - for PY3
2019-07-01 22:51:25 +02:00
Nico Zanferrari and GitHub
64c66000fa
Modified fake site.py from PyInstaller - for PY2
2019-07-01 22:50:37 +02:00
Nico Zanferrari and GitHub
c247e740a2
full docs
2019-07-01 22:49:09 +02:00
Nico Zanferrari and GitHub
3fe797ce60
full docs
2019-07-01 22:42:27 +02:00
Dinis and GitHub
f1f65275f7
Merge pull request #1 from web2py/master
...
Refresh master
2019-06-19 14:20:22 +01:00
Lisandro and GitHub
2989beae02
Added followlinks=True when calling listdir
...
In order to solve the issue #2221 , I've added followlinks=True when calling listdir() from functions compile_views(), compile_models() and compile_controllers()
2019-06-07 19:24:59 -03:00
Lisandro and GitHub
2a7b16d61f
Added followlinks argument to listdir
...
The followlinks argument is then used by the function when it calls os.walk(path...
Notice the "followlinks" argument of os.walk() is False by default, so this change won't make any difference. Every actual call to listdir() function won't need to be changed.
This change is needed to resolve issue #2221
2019-06-07 19:21:10 -03:00
mdipierro
14c1b3e400
fixed typo
2019-06-06 22:39:38 -07:00
mdipierro
8823cde350
simpler populate
2019-06-06 21:52:20 -07:00
mdipierro
3e09add351
submit->Submit, thanks Paolo Pastori
2019-06-06 21:28:56 -07:00
mdipierro
7385904f97
--force_migrate and --cron_threads, thanks Paolo Pastori
2019-06-06 21:23:31 -07:00
web-py and GitHub
c82f0ba619
Update fa.py
...
edit plural-forms for persian agian
2019-06-02 16:07:58 +04:30
mdipierro and GitHub
409a499dd0
Merge pull request #2215 from yamandu/pt_br_translation
...
Better Brazilian Portuguese translation
2019-06-01 11:37:17 -07:00
mdipierro and GitHub
9d52f5498e
Merge pull request #2214 from yamandu/issue2179
...
Issue2179
2019-06-01 11:36:52 -07:00
mdipierro and GitHub
0fe9d0aa34
Merge pull request #2213 from web-py/patch-2
...
create fa.py
2019-06-01 11:36:06 -07:00
mdipierro
89a4da0594
better scheduler logic to prevent deadlocks, thanks Paolo Pastori
2019-06-01 11:34:58 -07:00
mdipierro
f2e95d1bb6
no need to create folders in shell
2019-06-01 11:31:27 -07:00
Carlos Costa
273ebb9a70
Better Brazilian Portuguese translation
...
Including SQLFORM.grid, auth and other strings.
2019-05-31 12:04:32 -03:00
Carlos Costa
1bfffc4f12
issue #2179
...
fixing tab size setting that breaks the editor configuration
2019-05-31 11:20:39 -03:00
Carlos José da Costa and GitHub
6d7900be82
Merge pull request #1 from web2py/master
...
Sync with original
2019-05-31 10:28:05 -03:00
Ankidroid-net and GitHub
dadf363122
create fa.py
...
Hello. I intend to prepare a Persian translation of the Web 2 Pie and provide a good source for Persian speakers.
2019-05-26 17:20:25 +04:30
mdipierro
ce25d8dc31
description % should not be escaped, reverting
2019-05-25 01:01:32 -07:00
mdipierro
1c5b2d7fce
chmod a-x, thanks Paolo
2019-05-25 00:30:34 -07:00
mdipierro and GitHub
9b831a64c0
Merge pull request #2159 from nicozanf/master
...
Change binary scripts to use PyInstaller with PY3
2019-05-25 00:24:16 -07:00
mdipierro and GitHub
e6e92b43c9
Merge pull request #2212 from gonguinguen/patch-4
...
solves #2211
2019-05-25 00:21:44 -07:00
mdipierro and GitHub
c02ee6a5c0
Merge pull request #2210 from timnyborg/patch-5
...
prevent open redirects with no protocol specified
2019-05-25 00:21:20 -07:00
mdipierro and GitHub
22f95677d9
Merge pull request #2208 from dlage/fix-missing-folders-in-script
...
Refactor methods from gluon/admin to gluon/fileutils
2019-05-25 00:20:52 -07:00
mdipierro and GitHub
4fd44ff682
Merge pull request #2207 from dlage/migrator-pr
...
Migrator - add a command line option to ensure that all tables are migrated
2019-05-25 00:20:21 -07:00
mdipierro and GitHub
da253f7ba8
Merge pull request #2202 from bmiklautz/shell_controller
...
fix: controller function invocation via shell
2019-05-25 00:18:55 -07:00
mdipierro and GitHub
a24926ad6f
Merge pull request #2199 from timnyborg/patch-4
...
correct SAML authorization request binding
2019-05-25 00:18:27 -07:00
dlage
c6837a9e73
Merge branch 'master' into migrator-pr
2019-05-23 14:32:24 +01:00
dlage
a65234478c
Merge branch 'master' into fix-missing-folders-in-script
2019-05-23 14:32:04 +01:00
mdipierro
94af61e732
better cron limits number of threads, thanks P.Pastori
2019-05-22 21:44:42 -07:00
Lisandro and GitHub
bd892556e1
solves #2211
...
The change I propose solves issue #2211
I hope this is the correct approach.
2019-05-20 11:58:42 -03:00