mdipierro
665e14186e
fixed issue with sessions in db on GAE
2016-07-17 04:18:56 -05:00
mdipierro
67b27f4daf
removed webshell
2016-07-01 01:59:12 -05:00
mdipierro
f8f471f51f
new cheatsheet
2016-06-26 00:30:25 -05:00
mdipierro
f4a353960b
merged conflicts
2016-06-12 19:59:58 -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
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
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
Leonel Câmara
d0f6ef4783
made stuff prettier
...
added myself to the contributor list :P
2016-03-31 00:29:28 +01:00
mdipierro
197b018534
fixed stupid.css again
2016-03-26 17:54:11 -05:00
mdipierro
46dc83a1bb
synced to latest stupid.css
2016-03-25 23:57:13 -05:00
mdipierro
e6fad4f007
fixed default validators
2016-03-19 17:00:35 -05:00
mdipierro
d5d25e8110
jquery 1.12.2
2016-03-18 20:49:19 -05:00
mdipierro
86c70df1e7
updated style and spacing
2016-03-18 20:47:59 -05:00
mdipierro
702e7cbea2
added missing file
2016-03-09 11:50:48 -06:00
mdipierro
db223dc70a
examples in stupid.css
2016-03-09 09:24:47 -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
mdipierro
dd180019a1
Merge pull request #1118 from matclab/readonly-label
...
Add readonly class to labels of readonly fields and set padding to 0
2015-12-04 10:43:17 -06:00
Mathieu Clabaut
864dbe73f2
Add readonly class to labels of readonly fields and set padding to 0
...
This allow for readonly fields content to be vertical aligned with their label
2015-12-04 15:29:45 +01:00
ilvalle
d883e3d84e
added w2p_target attribute in form to control the output destination
2015-11-14 12:03:20 +01:00
mdipierro
7761219cba
jquery 1.11.3, bootstrap 3.3.5
2015-08-07 02:10:27 -05:00
mdipierro
8e3925820c
allow disabling of confirmation in js delete
2015-05-02 23:16:05 -05:00
mdipierro
70b0d67345
R-2.10.1
2015-03-31 14:57:40 -05:00
niphlod
a6b50dcdcd
streamline behaviour of component (trapped) forms with multiple submit buttons
...
this is because jquery can't know what button was pressed when the
submit event is triggered. We circumvent it adding an hidden field before
triggering the submission
BTW: don't know why the commit seems huge. I just changed a bit the trap_form
function to handle the corner case and streamlined what disableElement,
enableElement, disableFormElements, enableFormElements do,
along with formInputClickSelector
2014-11-08 23:04:58 +01:00
mdipierro
8804a9ed77
Merge pull request #524 from niphlod/js/speed
...
Waiting for a sane "prefixing", a much more efficient way to find errors
2014-10-16 16:12:05 -05:00
niphlod
b43ef65eb1
while we wait for a sane "prefixing", use a much more efficient way to find errors
...
This comes from an unfortunate choice of naming conventions and the fact that
manage errors gets called even on the full document on page load.
I had a table full of .error-"classed" elements and it took nearly 30 seconds for that
snippet to hide and fade them in. We should definitevely prefix every css class with
something that won't clash with everything else.
2014-10-16 21:08:55 +02:00
niphlod
15fe54bdca
refactor main_hook to a function
2014-10-14 23:42:41 +02:00
niphlod
db68a2a10e
fixes issue 1985
...
plus made a pass to jsbeautifier for improved reading
plus fixed an annoying trailing comma that could cause issues with IE >= 8
2014-09-25 22:49:40 +02:00
mdipierro
0120ad5b95
upgraded simplejson
2014-09-14 16:37:09 -05:00
ilvalle
7fa8f1fa08
fix web2py.js with show_if and grid
2014-09-05 16:17:36 +02:00
mdipierro
33fcfe2736
links to new videos
2014-08-30 21:33:27 -05:00
niphlod
0c30bc5d7d
few "fashion" tweaks plus sphinx over epydoc docs
2014-04-08 23:03:15 +02:00
mdipierro
29ca1872b0
GAE should use 2.7, not 2.5
2014-03-29 17:28:45 -05:00
mdipierro
ae0749d6b8
reverted some bs3 changes
2014-03-03 08:13:37 -06:00
mdipierro
1e9872c015
welcome more bootstrap3 compliant, thanks Paolo Caruccio
2014-02-27 09:33:26 -06:00
mdipierro
2b428c7eb9
fixed navbar menu
2014-02-23 22:42:26 -06:00
mdipierro
6d6a4d3d33
rearranged markmin.html
2014-01-07 02:00:52 -06:00
ilvalle
d72d5c64e2
fix issue 1825
2013-12-19 09:52:38 +01:00
ilvalle
2d669a50b2
Manage w2p:enable-with in order to reuse form
2013-12-13 12:09:52 +01:00
ilvalle
371f97e050
invalidate function in web2py.js
2013-12-11 15:50:19 +01:00
niphlod
b0b2fd7804
fixed naming bug. Thanks @Peter Govers for the patch
2013-12-10 21:08:39 +01:00
Massimo
e6f84c45b9
fixed 1756:scripts/sessions2trash.py doesn't work with 'separate=True', thanks Paolo Valleri
2013-11-07 10:25:29 -06:00
mdipierro
3defd7d7b1
fixed issue 1763 user of arrows in numerical fields
2013-11-06 11:11:01 -06:00
mdipierro
643e945540
fixed web2py.js for trapped non-self-submitting forms, thanks Vinicius
2013-11-06 10:30:41 -06:00
niphlod
a6223cc319
fixes issue 1753, web2py.js doesn't set the disabled state for inputs with name
2013-10-31 21:10:37 +01:00
niphlod
22dd63d77b
bumped bootstrap to 2.3.2
2013-10-21 23:17:07 +02:00
mdipierro
06ca5e6857
grid refcator patch for ajax, thanks Niphlod
2013-10-05 08:52:45 -05:00
mdipierro
89971d1cb5
revised markmin.html, thanks Vladyslav
2013-09-25 19:54:42 -05:00