Commit Graph
4957 Commits
Author SHA1 Message Date
mdipierroandGitHub b2e03c9dee Merge pull request #1540 from ilvalle/fix_ipaddress
Replaced ipaddr with ipaddress.py (backported from py3)
2016-12-23 21:58:13 -06:00
mdipierroandGitHub ac9bccb9a2 Merge pull request #1548 from nextghost/languages
Include Auth and Crud messages in language file updates
2016-12-20 15:42:38 -06:00
Martin Doucha e7cab3b975 Add Auth and Crud messages when updating language files 2016-12-20 18:54:20 +01:00
ilvalle 637579f531 replaced ipaddr with ipaddress.py (backported from py3) 2016-12-03 08:42:35 +01:00
sean 52fe4407b8 when mkdir of missing app folders, handle broken links properly 2016-12-01 10:29:23 -05:00
mdipierroandGitHub 67945c2d5c Merge pull request #1533 from gchiesa/casv3
implemented base support for CASv3
2016-11-21 09:13:41 -06:00
mdipierroandGitHub c600854f4b Merge pull request #1532 from vinyldarkscratch/translations
Fix T.M() not adding to language files
2016-11-21 09:12:42 -06:00
Giuseppe Chiesa 2c70a858f1 implemented base support for CASv3 2016-11-17 13:30:11 +01:00
mdipierroandGitHub 091d9c74b0 Merge pull request #1525 from michele-comitini/confirm_registration_redirect_fix
keep the _next while doing the redirect
2016-11-14 08:27:39 -06:00
mdipierroandGitHub bebdbd9d5e Merge pull request #1519 from matclab/fix/1518
Allow for firstname and lastname in verify_email message
2016-11-14 08:27:10 -06:00
Vinyl Darkscratch 90ee6f3754 Add three-quote support on markmin 2016-11-11 15:51:01 -08:00
Vinyl Darkscratch d51ea90e18 Code fix to allow adding markmin translations
Playing with this file made me realize that the quotes defining the
strings themselves are added to the regex searches, and that my
previous addition caused invalid syntax.  So, I decided to fix this by
placing the first quote before the markmin decorator.  (Triple quotes
won’t work, however…)
2016-11-11 15:49:28 -08:00
Michele Comitini 6b1225da02 keep the _next while doing the redirect 2016-11-04 09:59:49 +01:00
Mathieu Clabaut 2d4817841f Allow for firstname and lastname in verify_email message 2016-11-01 11:31:01 +01:00
Chris Garcia 4226b6d0e1 Corrected use of 'lowercase' and 'uppercase' to fix #1515 2016-10-28 15:23:18 -05:00
mdipierroandGitHub 77dfec9e4d Merge pull request #1504 from vinyldarkscratch/master
Updated and functional version of #1420
2016-10-14 10:12:36 -05:00
mdipierroandGitHub 77968b5034 Merge pull request #1502 from matclab/issue_1500
Allow cookie to contains several '='
2016-10-14 10:12:05 -05:00
mdipierroandGitHub f9a41875e6 Merge pull request #1499 from ilvalle/fix-app-admin
fix few app admin py3 issues, updated qdb (close #1471)
2016-10-14 10:11:36 -05:00
mdipierroandGitHub bc7232456e Merge pull request #1498 from niphlod/fix/1491
fixes #1491
2016-10-14 10:10:16 -05:00
mdipierroandGitHub d15d0e69cc Merge pull request #1497 from niphlod/fix/1489
fixes #1489
2016-10-14 10:09:25 -05:00
mdipierroandGitHub 94d449630d Merge pull request #1496 from niphlod/fix/1493
fixes #1493 (at @abastardi's bidding)
2016-10-14 10:09:05 -05:00
Vinyl Darkscratch 63c494c24d Fixed accidental module-to-import swap 2016-10-10 20:59:31 -07:00
Vinyl Darkscratch f8d62423e5 Update custom 503 page code to be less...idiotic 2016-10-10 20:53:21 -07:00
Vinyl Darkscratch a28b1e30c9 Merge remote-tracking branch 'web2py/master' 2016-10-10 20:49:54 -07:00
Mathieu Clabaut 3f96c521f3 Allow cookie to contains several '='
close #1500
2016-10-09 21:48:10 +02:00
ilvalle c1d81a8f60 fix few app admin py3 issues, updated qdb (close #1471) 2016-10-08 12:26:04 +02:00
niphlod 87489f3363 fixes #1491 2016-10-07 22:43:06 +02:00
niphlod 8efd0cb01f fixes #1489 2016-10-07 21:23:00 +02:00
niphlod 555f2ad040 fixes #1493 (at @abastardi's bidding) 2016-10-07 21:20:10 +02:00
Richard Vézina 77c0384f79 Make pass test_login_bare() and little other improvements 2016-10-05 12:41:47 -04:00
mdipierroandGitHub 1877f49730 Merge pull request #1490 from niphlod/fix/1485
fixes #1485, thanks @abastardi once again
2016-10-04 19:40:11 -05:00
mdipierro a9d3d31417 merged with niphlod 2016-10-03 17:42:39 -05:00
niphlod b9c1b4d62b fixes #1485, thanks @abastardi once again 2016-10-04 00:40:29 +02:00
niphlod bcc237ead8 removing pycrypto hard dep 2016-10-04 00:11:54 +02:00
niphlod 15769857cb 1st trial 2016-10-03 22:16:55 +02:00
mdipierroandGitHub 4f68c418f8 Merge pull request #1486 from niphlod/fix/1484
fixes #1484, thanks @abastardi
2016-10-03 14:48:53 -05:00
mdipierroandGitHub 99c3e06589 Merge pull request #1483 from niphlod/fix/pymysql_local_imports
make pymysql usable inside web2py
2016-10-03 14:48:30 -05:00
niphlod b7219ba2fd fixes #1484, thanks @abastardi 2016-10-03 21:09:27 +02:00
niphlod 9539cc7542 make pymysql usable inside web2py 2016-10-01 00:15:47 +02:00
mdipierroandGitHub 92ca527426 Merge pull request #1481 from ilvalle/compileapp_refactor
minor compileapp refactor
2016-09-30 17:15:18 -05:00
mdipierroandGitHub 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
mdipierroandGitHub 28db54d0e8 Merge pull request #1470 from ilvalle/compileapp_getcfs
cache (and compile) views, models and controllers
2016-09-27 16:36:32 -05:00
mdipierroandGitHub 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