Commit Graph

5269 Commits

Author SHA1 Message Date
niphlod 9539cc7542 make pymysql usable inside web2py 2016-10-01 00:15:47 +02:00
mdipierro 92ca527426 Merge pull request #1481 from ilvalle/compileapp_refactor
minor compileapp refactor
2016-09-30 17:15:18 -05:00
mdipierro 91b616d1cf Merge pull request #1482 from niphlod/fix/1407_and_T_v2
fixes #1407 passing a properly escaped string
2016-09-30 17:14:45 -05:00
mdipierro 590a505c54 upgraded PyMysql to 0.7.9, thanks niphlod 2016-09-30 16:02:40 -05:00
mdipierro a867a65ebe syncing pydal 16.09 2016-09-30 13:55:48 -05:00
mdipierro b19c3419ec do not cache normal views because of dependencies 2016-09-30 13:54:37 -05:00
mdipierro d03337a737 compile views with . separator anot _ seperator 2016-09-30 11:24:55 -05:00
mdipierro a1154a6f42 reverted 28db54d0e8 changes to compileapp.py 2016-09-30 09:59:08 -05:00
niphlod 3a6df38d62 fixes #1407 passing a properly escaped string 2016-09-29 00:12:59 +02:00
ilvalle a31cf09dd3 minor compileapp refactor 2016-09-28 21:49:24 +02:00
mdipierro 28db54d0e8 Merge pull request #1470 from ilvalle/compileapp_getcfs
cache (and compile) views, models and controllers
2016-09-27 16:36:32 -05:00
mdipierro 6be68eb8ab Merge pull request #1469 from niphlod/fix/1069
fixes #1069, untangles the js, modernizes the approach
2016-09-27 16:36:02 -05:00
mdipierro b9a606103e Merge pull request #1468 from niphlod/fix/the_new_pydal
here here, we can update pydal in the wait for a new release soon
2016-09-27 16:35:13 -05:00
mdipierro 9e80654d2b Merge pull request #1466 from niphlod/fix/system_tests
fix launching system_tests without coverage
2016-09-27 16:34:50 -05:00
ilvalle 4468355d01 fix py3 xmlrpc imports, close #1473 2016-09-25 10:43:42 +02:00
ilvalle b4acfd0724 removed unnecessary env clone for _view_environment 2016-09-25 10:11:47 +02:00
ilvalle 576aaf668d cache (and compile) parse_template in run_view_in, fix #1474 2016-09-25 10:08:26 +02:00
niphlod 9978e63621 fixes #1069, untangles the js, modernizes the approach
plus, avoids hitting the backend for each and every keypress...
2016-09-23 23:45:00 +02:00
niphlod 54da251e46 here here 2016-09-23 21:17:43 +02:00
niphlod 55f929bab4 fix launching system_tests without coverage 2016-09-23 20:52:30 +02:00
mdipierro 0e4ff55306 Merge pull request #1461 from niphlod/fix/1310
fixes #1310 and improves upon ideas shared on #1450
2016-09-23 13:52:08 -05:00
mdipierro 62d14cca14 Merge pull request #1465 from niphlod/fix/1190
fixes #1190
2016-09-23 13:51:54 -05:00
niphlod 4f0a2eb80b fixes #1190 2016-09-22 01:55:53 +02:00
niphlod e5dcdb074f fixes #1310 and improves upon ideas shared on #1450 2016-09-22 00:01:22 +02:00
niphlod 40d6a72b90 fixes #1455 2016-09-21 22:35:04 +02:00
mdipierro 075f493332 Merge pull request #1454 from niphlod/fix/1449
fixes #1449
2016-09-21 09:52:55 -05:00
mdipierro ae88d2f297 Merge pull request #1453 from niphlod/fix/1452
fixes #1452
2016-09-21 09:52:46 -05:00
mdipierro 0225b68d81 Merge pull request #1450 from ilvalle/getcfs_compiled
caching read_pyc
2016-09-21 09:52:32 -05:00
niphlod 25e8f4aef1 fixes #1449
codename "he who late imports by default makes everybody's life a misery
for no speedup at all"
2016-09-19 21:33:01 +02:00
niphlod 790593228f fixes #1452 2016-09-19 20:41:41 +02:00
ilvalle 352c93bc86 added getcfs for run_view_in 2016-09-16 20:19:38 +02:00
ilvalle 897e2ab95d caching read_pyc for controllers and models 2016-09-16 16:28:20 +02:00
abastardi c0742190f0 Avoid folder creation race condition 2016-09-12 09:55:33 -04:00
mdipierro 0d646fa5e7 Merge pull request #1446 from ilvalle/fix_xmlescape
fix py3.5 xmlescape with bytes
2016-09-11 09:45:07 -05:00
mdipierro d96fe2907e Merge pull request #1445 from vinyldarkscratch/translations
Translations and related improvements
2016-09-11 09:44:49 -05:00
ilvalle 1623328678 fix missing to_unicode import, close #1442 2016-09-09 21:13:27 +02:00
ilvalle 2ec0c0b535 fix py3.5 xmlescape with bytes 2016-09-09 16:29:55 +02:00
Vinyl Darkscratch 2140eced79 Fixing a consistency error when updating T.M() translations 2016-09-09 01:26:41 -07:00
Vinyl Darkscratch 24d1eea554 Support for custom 503 responses
Added support for a custom 503 (temporary maintenance) page based upon
the DISABLED file in an app folder
2016-09-09 00:23:33 -07:00
niphlod d1d765455f fixes #1439 2016-08-31 02:04:45 +02:00
niphlod a1e1bf3500 fix sys.path dance part #2 and scheduler tests for py3 2016-08-31 01:47:42 +02:00
niphlod 1bf499e3be first step towards dropping sys.path dance 2016-08-29 23:01:22 +02:00
mdipierro 59315c874d Merge pull request #1431 from ShySec/fix_add_membership
fixed auth.add_membership succeeding with invalid group_id/user_id
2016-08-25 00:12:51 -05:00
mdipierro c63dbf6045 Merge pull request #1429 from ShySec/websocket_compare
use constant-time comparison to verify websocket hmac
2016-08-25 00:12:33 -05:00
mdipierro 82714f31ad Merge pull request #1430 from ShySec/static_path_match
fixed "/app/static" throwing AttributeError instead of HTTP(404)
2016-08-25 00:11:17 -05:00
mdipierro 0cdf3bd832 Merge pull request #1428 from ShySec/pad_update
secure_dumps/secure_loads/pad update
2016-08-25 00:10:53 -05:00
mdipierro 93054a2dca pydal v16.08 2016-08-25 00:09:29 -05:00
kelson 3bed4eee8c fixed deprecated assertRaisesRegexp
added additional coverage tests
2016-08-17 18:27:44 -04:00
kelson 2b0166a8de add_membership unittests 2016-08-17 18:14:39 -04:00
kelson fe058bf817 fixed auth.add_membership succeeding with invalid group_id/user_id 2016-08-17 17:17:34 -04:00