Francisco Ribeiro
7aafd05cbb
patched flash function to prevent XSS
2018-02-12 11:36:34 +00:00
ilvalle
009d5ce48c
fix layout, close #1828 , thanks @carpaIdea
2018-02-08 20:15:04 +01:00
mdipierro and GitHub
f4203ae4d6
Merge pull request #1833 from cccaballero/datewidget
...
Fixed welcome app date and datetime widget #1831
2018-01-07 18:36:00 -06:00
Carlos Cesar Caballero Díaz
6994cee6c9
Fixed wellcome app date and datetime widget #1831
2018-01-05 10:32:46 -05:00
mrdumpty and GitHub
c7d91108bb
Update db.py
...
Possible typo?
2017-12-07 17:10:05 +04:00
mdipierro
4f51647b2f
align login menu to right
2017-12-02 14:15:06 -06:00
mdipierro
b11d6f6498
removed share
2017-12-02 13:30:19 -06:00
mdipierro
4a2a02d1fe
fixed display of computed fields
2017-12-02 12:52:15 -06:00
mdipierro
d59e7f35ed
fixed toolbar/configuration issue
2017-11-14 00:50:44 -06:00
mdipierro
999e7b7512
fixed layout in lack of configuration
2017-11-14 00:47:40 -06:00
mdipierro
2c2c9d3aa2
moved to bootstrap4
2017-11-13 23:48:54 -06:00
mdipierro
65b3e6dda9
support for bootstrap4
2017-11-13 23:29:34 -06:00
Eric Waldman
2aa8fd22a2
Set entry animation to 'fadeIn' and provide an easy switch for 'slideDown'
2017-11-03 15:17:18 -04:00
abastardi
e880da0d0e
Fix submit button disable bug
...
When a form includes more than one submit button, after being disabled
all buttons are re-enabled with the value of the first button rather
than having their original values restored. This change iterates over
each button separately to disable and enable.
2017-08-23 11:43:40 -04:00
Andrew Willimott
4a47bb8e83
d3_graph_model fixed, no longer hardcoded for a “db” database
2017-08-02 21:47:26 +12:00
mdipierro and GitHub
c004d2c16e
Merge pull request #1678 from willimoa/issue/1674
...
Issue/1674
2017-07-10 14:17:56 -05:00
mdipierro and GitHub
c183c7b18b
Merge pull request #1666 from abastardi/ajax-uploads
...
Enable Ajax file uploads
2017-07-10 14:15:01 -05:00
mdipierro
b0a01ef720
fixed some relative imports, thanks steve.van.christen
2017-07-10 03:13:12 -05:00
Andrew Willimott
51ce3ffd36
Path to css file changed to explicitly point to admin app
2017-07-07 20:39:42 +12:00
mdipierro
5583e9cdc7
R-2.16.0b1
2017-07-05 01:37:48 -05:00
abastardi
78f3af6fc1
Use FormData when supported to allow Ajax file uploads
2017-06-21 16:29:19 -04:00
Andrew Willimott
1c747357b0
Repointed appadmin to admin/static for d3 files
2017-05-16 06:47:30 +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 and GitHub
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 and GitHub
532137bce5
Merge pull request #1594 from BuhtigithuB/improve/translations
...
Improve french translation and close #1592
2017-03-21 12:24:44 -05:00
Hardirc
a81e116274
Improve french translation and close #1592
2017-03-15 01:03:21 -04:00
Nico de Groot
f0382d646c
minor cleanup removed unused class 'navbar-ex1-collapse' see https://github.com/twbs/bootstrap/issues/10948
2017-02-26 13:21:44 +01:00
maxslimmer and GitHub
0165cfadef
get cache.disk statistics value for update and display
2017-01-04 18:03:37 -08:00
Erik Montes and GitHub
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 Darkscratch and GitHub
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
mdipierro and GitHub
77dfec9e4d
Merge pull request #1504 from vinyldarkscratch/master
...
Updated and functional version of #1420
2016-10-14 10:12:36 -05:00
mdipierro and GitHub
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
mdipierro and GitHub
763e639915
Merge pull request #1463 from niphlod/fix/1407
...
fixes #1407 , encouraging a sane default
2016-09-23 13:50:30 -05:00