mdipierro
5583e9cdc7
R-2.16.0b1
2017-07-05 01:37:48 -05:00
Andrew Willimott
1c747357b0
Repointed appadmin to admin/static for d3 files
2017-05-16 06:47:30 +12:00
Andrew Willimott
6342bf0ddb
Consistent set of d3 js and css across admin, examples, and welcome
2017-05-15 20:12:58 +12:00
Andrew Willimott
6f256be1f1
Added databases variable check
2017-05-08 07:02:31 +12:00
Andrew Willimott
3505e372d8
Remove graphviz graph code from appadmin and design files
2017-05-08 06:40:50 +12:00
Andrew Willimott
ca5539561f
Typo delete fix for hooks() return
2017-05-04 07:17:04 +12:00
Andrew Willimott
57b554d618
Initial d3 graph commit. Add d3 to graph layout
2017-05-04 07:03:07 +12:00
mdipierro
1842a2e42c
Merge pull request #1616 from cccaballero/py3welcome
...
Fixes in generic layouts for python 3 compatibility
2017-04-28 08:11:42 -05:00
Carlos Cesar Caballero Díaz
60a6180a77
fixes in generic layouts for python 3 compatibility
2017-04-27 10:35:27 -04:00
Carlos Cesar Caballero Díaz
02d2fefc21
renamed "on_succes" option to "done" allowing multiple inputs
...
renamed "on_succes" option to "done" allowing multiple inputs,code
refactoring
2017-04-12 08:48:52 -04:00
Carlos Cesar Caballero Díaz
232598fd8d
Added on_succes and custom options for web2py ajax function
2017-04-10 12:23:34 -04:00
mdipierro
215abc9e4f
download over https for security
2017-01-30 12:46:50 -06:00
maxslimmer
46b7716b1d
get cache.disk statistics for update
2017-01-04 18:02:23 -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 Darkscratch
f7adfbde76
Replace "#" link with "javascript:null;"
2016-11-11 03:30:50 -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
mdipierro
77dfec9e4d
Merge pull request #1504 from vinyldarkscratch/master
...
Updated and functional version of #1420
2016-10-14 10:12:36 -05:00
mdipierro
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
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
d03337a737
compile views with . separator anot _ seperator
2016-09-30 11:24:55 -05: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
niphlod
e5355b5b12
fixes #1407 , encouraging a sane default
2016-09-22 00:34:24 +02: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
mdipierro
e87378b07f
allow a cllback in streamer
2016-08-16 19:12:47 -05:00
mdipierro
665e14186e
fixed issue with sessions in db on GAE
2016-07-17 04:18:56 -05:00
mdipierro
584327553c
fixed Link to Chrome extension that auto-opens error tickets #613
2016-07-11 03:30:48 -05:00
mdipierro
67b27f4daf
removed webshell
2016-07-01 01:59:12 -05:00
ilvalle
ea337e07d0
p3 fixes in applications
2016-06-28 19:58:20 +02:00
mdipierro
0b4b71ea09
Merge branch 'master' of github.com:web2py/web2py
2016-06-26 00:30:42 -05:00
mdipierro
f8f471f51f
new cheatsheet
2016-06-26 00:30:25 -05:00
ilvalle
3270d39596
py3 fixed http.to
2016-06-21 22:24:33 +02:00
mdipierro
f4a353960b
merged conflicts
2016-06-12 19:59:58 -05:00
Leonel Câmara
a9ee9a6b58
remove simplejson
2016-05-11 00:47:23 +01:00
mdipierro
ca21bb0b9a
added contributor Narendra Bhati(security)
2016-05-04 09:28:25 -05:00
mdipierro
4bd002aee9
fixed CSRF in admin enabled/disable. thanks Nerendra Bhati
2016-05-04 09:11:55 -05:00
mdipierro
6400e28a85
fixed stupid
2016-04-13 08:40:19 -05:00
carpaIdea
294c67194f
Missing <!DOCTYPE html>
...
Of course if there is not any intentional reason to turn on "quirks mode" in browsers.
https://developer.mozilla.org/en-US/docs/Web/CSS/Common_CSS_Questions#Why_doesn't_my_CSS_which_is_valid_render_correctly
https://developer.mozilla.org/it/docs/Quirks_Mode_and_Standards_Mode
2016-04-12 22:24:30 +02:00
mdipierro
83cf098c07
fixed stupid.css and impersonate
2016-04-09 10:30:31 -05:00
Richard Vézina
c3aa02b3ce
Improve welcome (web2py.com) site aesthetic
2016-04-08 15:16:58 -04:00
Richard Vézina
5cc4487d8c
Improve PEP8 download.html
2016-04-08 14:17:56 -04:00
Richard Vézina
d50e6aab6b
Improve default.py PEP8
2016-04-08 11:52:09 -04:00
mdipierro
d94e8415c7
reverted stupid
2016-04-02 14:57:36 -05:00
mdipierro
ba2be80080
updated stupic.css and suport page
2016-04-02 14:35:28 -05:00