Commit Graph
570 Commits
Author SHA1 Message Date
Erik MontesandGitHub 4acd9f8f2b typo fix 2016-12-21 11:17:12 -08: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 e19435dbcf Prevent Firefox from loading the page "javascript:null;" 2016-11-11 18:51:38 -08:00
Vinyl DarkscratchandGitHub 0a07af55f9 Replace "#" link with "javascript:null;" 2016-11-11 03:31:10 -08: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 7615848f83 Add a fired event after the component has finished loading
Sometimes we may want to know when the component is finished with it’s
loading process entirely to trigger animations or something similar.  I
added this for my own website, and I think that others may want to use
this.  It’s a small addition, but I hope that it will be helpful to
others!
2016-10-18 18:27:37 -07: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 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
Vinyl Darkscratch a28b1e30c9 Merge remote-tracking branch 'web2py/master' 2016-10-10 20:49:54 -07:00
ilvalle c1d81a8f60 fix few app admin py3 issues, updated qdb (close #1471) 2016-10-08 12:26:04 +02:00
niphlod 39e8cfb11a fix ccache page in appadmin, thanks MDSIII
fixes the ccache page to now raise an exception if a dict is stored in
cache
2016-10-07 21:14:56 +02:00
niphlod 3a6df38d62 fixes #1407 passing a properly escaped string 2016-09-29 00:12:59 +02:00
mdipierro 78cc6d69a2 fixed web2py_ajax.html and escaping (not backward compatible fix) 2016-09-27 17:09:05 -05:00
mdipierro 4026357689 fixed undefined var in web2py.js 2016-09-27 16:49:20 -05:00
ilvalle 576aaf668d cache (and compile) parse_template in run_view_in, fix #1474 2016-09-25 10:08:26 +02:00
mdipierroandGitHub 763e639915 Merge pull request #1463 from niphlod/fix/1407
fixes #1407, encouraging a sane default
2016-09-23 13:50:30 -05:00
niphlod e5355b5b12 fixes #1407, encouraging a sane default 2016-09-22 00:34:24 +02:00
niphlod 8ddccd4139 removed leftover (be careful (BOTH contributors and mergers)) 2016-09-21 23:13:45 +02:00
Vinyl Darkscratch 808c85fdc3 Update welcome/es.py, Spanish complete! 2016-09-10 22:12:48 -07:00
Vinyl Darkscratch 9263f8c4c3 Fixed test errors
Cleaned the damage caused by a faulty script run that created a test
error as described in
https://travis-ci.org/web2py/web2py/builds/158680015
2016-09-10 22:06:14 -07:00
Vinyl Darkscratch aee0f8dbc5 Stripped unused strings from translations 2016-09-09 01:59:14 -07:00
Vinyl Darkscratch f9dce481f7 Added encoding to plural files
Added “# -*- coding: utf-8 -*-“ lines to all plural files
2016-09-09 01:09:39 -07:00
Vinyl Darkscratch 05537b9916 Language update 2016-09-09 00:43:39 -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
Vinyl Darkscratch 38f1e318cf Update translations 2016-09-09 00:17:40 -07:00
Giovanni Barillari 0528a347b3 Updated pyDAL to 16.08 2016-08-13 15:38:55 +02:00
mdipierro 6543512983 fixed another import error in appadmin 2016-08-01 04:34:33 -05:00
Richard Vézina bd47b7f80a .att() -> .prop() for setting autocomplete off 2016-07-10 12:30:22 -04:00
niphlod 955b30a871 fixes #1364 2016-06-28 21:36:59 +02:00
mdipierroandGitHub 48350664f0 Merge pull request #1369 from zvolsky/_transl_markmin
cs translation: removed unwanted '@markmin' literal from translated s…
2016-06-22 16:39:08 -05:00
ilvalle 61795bc65e enabled test_web.py in PY3 2016-06-22 19:07:58 +02:00
zvolsky 3bb0299b29 cs translation: removed unwanted '@markmin' literal from translated strings 2016-06-22 12:19:42 +02:00
ilvalle 3270d39596 py3 fixed http.to 2016-06-21 22:24:33 +02:00
ilvalle a1fd92b7f8 updated imports in tests 2016-06-02 14:28:21 +02:00
Hardirc 994f3e7ae4 Enhance welcome menu.py PEP8 2016-04-08 20:17:35 -04:00
Hardirc 1d2f74440e Enhance welcome routes.example.py PEP8 2016-04-08 20:13:58 -04:00
Hardirc 704ceec16f Enhance welcome controllers/default.py PEP8 2016-04-08 20:13:30 -04:00
Hardirc 038e25c259 Enhance welcome db.py PEP8 2016-04-08 20:05:21 -04:00
mdipierro cafba3fbe2 requires 2.14.1 2016-03-23 18:52:40 -05:00
mdipierro bd6115ad62 fixed Host header vulnerability #1196 2016-03-21 01:15:46 -05:00
mdipierro 9735477c35 requires version 2016-03-19 12:05:19 -05:00
mdipierro d5d25e8110 jquery 1.12.2 2016-03-18 20:49:19 -05:00
zvolsky 3311486b14 updated czech translation (in admin and welcome) 2016-03-10 09:35:18 +01:00
mdipierro 5e28112eda new welcome css 2016-03-02 08:47:58 -06:00
mdipierro dc5cac07e1 fixed bs3 form alignment 2016-03-01 23:39:08 -06:00
mdipierro 9a079e092f fixed typo in auth 2016-02-26 14:24:21 -06:00
mdipierro 218817753a myconf.take, myconf.get 2016-02-26 14:20:18 -06:00
mdipierro 7259f273f3 fixed some body padding in welcome 2016-02-07 00:12:33 -06:00
mdipierro 8645365f58 fixed some button style issues in grid 2016-02-07 00:10:38 -06:00
niphlod 17f1a51133 fixes #1100
now elements with data-w2p_disable are not disabled.
in addition, for non-ajax forms, disabled submit buttons are reenabled
after 5 seconds

plus reindented, refactored AND jslinted
2015-12-30 16:19:39 +01:00