Şenol AKKAŞ and GitHub
7e5277030a
fix css validation error
2016-12-26 14:21:41 +03:00
mdipierro and GitHub
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
mdipierro and GitHub
0644df5283
Merge pull request #1549 from amerikan/patch-1
...
typo fix
2016-12-23 21:57:56 -06:00
Erik Montes and GitHub
4acd9f8f2b
typo fix
2016-12-21 11:17:12 -08:00
mdipierro
ce0c5f2d5a
Merge branch 'master' of github.com:web2py/web2py
2016-12-20 15:49:44 -06:00
mdipierro
28b0385d9b
changes to fabfile
2016-12-20 15:49:30 -06:00
mdipierro and GitHub
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
mdipierro and GitHub
aa5b40528f
Merge pull request #1546 from wish7code/master
...
Fix for #1443 - PR will enable emperor.uwsgi.service on boot
2016-12-20 15:42:10 -06:00
mdipierro and GitHub
96efc7bfce
Merge pull request #1539 from smorrison/master
...
when mkdir of missing app folders, handle broken links properly
2016-12-20 15:40:30 -06:00
mdipierro and GitHub
aa584faed6
Merge pull request #1538 from vinyldarkscratch/master
...
Add web2py componentBegin event
2016-12-20 15:39:55 -06:00
Martin Doucha
e7cab3b975
Add Auth and Crud messages when updating language files
2016-12-20 18:54:20 +01:00
wish7
867f93b634
Fix for #1443 - currently emperor.uwsgi.service is not started on boot,
...
PR will enable emperor.uwsgi.service on boot
(behaviour as in old versions of this script)
2016-12-09 17:21:04 +01:00
mdipierro
efff27ffe4
improved fabfile
2016-12-07 23:02:56 -06: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
Vinyl Darkscratch
fc0add67b5
Add web2py componentBegin event
...
Like the “w2p:componentComplete” event I added a while back, this is
another event that I use in my website, and I thought it would be
helpful to share it with others. This way, you can easily catch when a
web2py component starts loading, and write a handler for whatever
reason (in my case, determining when the user is navigating to a new
page through a smooth loading function piggybacking off of the web2py
component system)
2016-11-29 14:05:17 -08:00
Vinyl Darkscratch
3d2834c81a
Merge remote-tracking branch 'web2py/master'
2016-11-29 13:57:46 -08:00
Leonel Câmara
a23b264a37
make sudo false again
2016-11-21 19:48:41 +00:00
mdipierro
0b8ecea4dc
sudo: required, thanks Leonel
2016-11-21 10:27:16 -06:00
Leonel Câmara
79e256b1d7
require sudo
2016-11-21 15:53:10 +00:00
mdipierro and GitHub
67945c2d5c
Merge pull request #1533 from gchiesa/casv3
...
implemented base support for CASv3
2016-11-21 09:13:41 -06:00
mdipierro and GitHub
c600854f4b
Merge pull request #1532 from vinyldarkscratch/translations
...
Fix T.M() not adding to language files
2016-11-21 09:12:42 -06:00
Leonel Câmara
920ab72415
fixed _update_session_user not really updating the session
2016-11-20 20:11:45 +00:00
Leonel Câmara
757d46274e
fix bug with new login_user
2016-11-20 20:00:51 +00:00
Leonel Câmara
7b66ec0ae3
Fixes #1506
2016-11-20 19:51:51 +00:00
Leonel Câmara
bf5ec0d7cf
Fixed a long standing bug in login_user which was using 'password' instead of settings.password_field
...
Fixes #636
2016-11-20 19:38:21 +00:00
Giuseppe Chiesa
2c70a858f1
implemented base support for CASv3
2016-11-17 13:30:11 +01:00
mdipierro and GitHub
ad9ebea900
Merge pull request #1531 from vinyldarkscratch/master
...
Mobile (iOS) flash dismissal fix
2016-11-14 08:34:00 -06:00
mdipierro and GitHub
c72330f2cd
Merge pull request #1530 from BMarvi/master
...
Update extract_mysql_models.py
2016-11-14 08:33:30 -06:00
mdipierro and GitHub
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
mdipierro and GitHub
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
mdipierro and GitHub
05e28ddffd
Merge pull request #1516 from pixelbandito/grammar-uppercase-lowercase
...
Corrected use of 'lowercase' and 'uppercase' to fix #1515
2016-11-14 08:26:44 -06:00
Vinyl Darkscratch
e19435dbcf
Prevent Firefox from loading the page "javascript:null;"
2016-11-11 18:51:38 -08: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
Vinyl Darkscratch
3fed558bdd
Merge remote-tracking branch 'web2py/master' into translations
2016-11-11 15:44:21 -08:00
Vinyl Darkscratch
870d9d3e57
Fix .DS_Store ignore
2016-11-11 13:52:43 -08:00
Vinyl Darkscratch and GitHub
0a07af55f9
Replace "#" link with "javascript:null;"
2016-11-11 03:31:10 -08:00
Vinyl Darkscratch and GitHub
f7adfbde76
Replace "#" link with "javascript:null;"
2016-11-11 03:30:50 -08:00
Vinyl Darkscratch and GitHub
75c1d80824
Replace "#" link with "javascript:null;"
2016-11-11 03:30:16 -08:00
Marvi and GitHub
c64a9192d4
Update extract_mysql_models.py
2016-11-11 10:12:11 +01:00
Vinyl Darkscratch
8e79e49ae3
Mobile (iOS) fix for dismissing flashes
...
iOS devices don’t like listening to clicks on most objects. They
typically prefer a and button objects. This fix replaces the
#closeflash span with a link to “#” instead (while also inheriting
text-decoration and color styling), so that mobile (iOS) devices will
allow you to close the flash.
2016-11-10 01:19:06 -08:00
Vinyl Darkscratch
46ce04355f
Merge remote-tracking branch 'web2py/master'
2016-11-10 01:14:40 -08:00
Leonel Câmara
85c68e6876
typo
2016-11-05 16:52:42 +00:00
Leonel Câmara
d1dfc4a06a
use _compat's long
2016-11-05 16:51:54 +00:00
Leonel Câmara
02f0bdb8d3
Auth refactor, extracted many methods into a base class for more generic auth mechanisms.
...
Partially addresses #1526
Includes a solution for IS_LOWER and IS_UPPER validator problems I mentioned in #1353
2016-11-05 16:37:22 +00:00
Michele Comitini
6b1225da02
keep the _next while doing the redirect
2016-11-04 09:59:49 +01:00
Michele Comitini and GitHub
4ea31820aa
Merge pull request #1520 from michele-comitini/wrong_serializers_import
...
fix wrong import in default controller of admin app
2016-11-03 12:00:15 +01:00
Michele Comitini
8e1630843a
fix wrong import in default controller of admin app
2016-11-02 00:41:40 +01:00
Mathieu Clabaut
2d4817841f
Allow for firstname and lastname in verify_email message
2016-11-01 11:31:01 +01:00