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
mdipierro
d5d25e8110
jquery 1.12.2
2016-03-18 20:49:19 -05: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
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
ilvalle
d883e3d84e
added w2p_target attribute in form to control the output destination
2015-11-14 12:03:20 +01:00
niphlod
12f848c899
fixes #1083
2015-10-19 21:50:34 +02:00
niphlod
827e663ac4
better list: widget
2015-09-21 22:18:18 +02:00
niphlod
46f081c45c
fixes #1068
...
threw in also a better list:string widget repr for bs3
Updated also the bootswatch theme because something was wrong
2015-09-21 21:38:28 +02:00
mdipierro
b47511c896
token default = web2py_uuid
2015-09-20 14:07:01 -05:00
mdipierro
9190191c7a
changed the default BS3 theme
2015-08-23 10:07:32 -05:00
mdipierro
7761219cba
jquery 1.11.3, bootstrap 3.3.5
2015-08-07 02:10:27 -05:00
mdipierro
d6146c9c5d
no more text shadow in buttons, was horrible
2015-07-01 12:18:10 -05:00
mdipierro
cdbf48f09b
fixed margin-top in welcome
2015-06-29 13:03:23 -05:00
niphlod
d61c372c95
fix display of checkboxes in search form of grid
2015-06-11 21:54:21 +02:00
mdipierro
8e3925820c
allow disabling of confirmation in js delete
2015-05-02 23:16:05 -05:00
niphlod
6a3bd509e0
bootstrap 3.3.4 is out.
2015-03-25 21:25:29 +01:00
mdipierro
8de4fbf38f
margin right
2015-03-18 18:32:10 -05:00
mdipierro
dbe3951507
fixed checboxes and radio widgets
2015-03-18 18:28:38 -05:00
mdipierro
f9212bc75e
removed api collections json, fixed spilling list:string widget
2015-03-18 18:19:15 -05:00
niphlod
0086f7d28a
first iteration on bs3 cleanup
2015-03-18 23:11:55 +01:00
mdipierro
d7e96ac114
fixed some style/layout issues, thanks Niphlod
2015-03-17 16:52:33 -05:00
mdipierro
2ff0f299da
add remove static welcome files
2015-03-17 13:02:11 -05:00
mdipierro
dcaa103b8d
restored some files that got corrupted in bs3->bs2, thanks Niphlod
2015-03-17 11:57:41 -05:00
mdipierro
61ccfa2b72
welcome3 is standard (but not final)
2015-03-16 21:44:45 -05:00
mdipierro
bbb47ba075
Merge pull request #830 from BuhtigithuB/master
...
Fix click popagation to both new and actual tab when CTRL+Click
2015-03-05 16:26:36 -06:00
BuhtigithuB
1554987e62
Fix click popagation to both new and actual tab when CTRL+Click
...
This solved the issue #829
2015-03-03 10:16:25 -05:00
Leonel Câmara
8f07005965
Fixed issue 819
...
The problem was that it was only checking for button to use html instead of val, what you need is to only use val if it it's an input and use html for everything else.
2015-02-25 13:26:29 +00:00
Leonel Câmara
5eb2d7b9ee
minor (removed extra space)
2015-02-05 09:34:37 +00:00
Leonel Câmara
53a774827e
made w2p:enable-with follow the same style as w2p_disable_with
...
Fixed a bug in enableElement where val was being used for button elements instead of html.
2015-02-05 09:32:11 +00: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
3738f7dc7a
reverted to bs2 for an early release
2014-08-26 14:29:15 -05:00
mdipierro
715cc484d4
removed legacy files
2014-08-14 16:23:48 -05:00
mdipierro
cbad6c712c
upgraded to bs 3.2.0
2014-08-09 02:16:27 -05:00
mdipierro
bb13d6b729
fixed some bugs and another bs2->bs3 attempt
2014-08-09 01:52:09 -05:00
mdipierro
e9ed69e7a9
fixing a mess
2014-08-09 01:02:58 -05:00
mdipierro
6e8e95eb3e
jquery.js 1.11.1
2014-06-30 09:57:29 -05:00
mdipierro
0be4f73102
no more analytics.min.js
2014-06-30 09:55:13 -05:00
mdipierro
29ca1872b0
GAE should use 2.7, not 2.5
2014-03-29 17:28:45 -05:00
mdipierro
29042f08a1
back to bs2
2014-03-02 17:17:21 -06:00
mdipierro
1e9872c015
welcome more bootstrap3 compliant, thanks Paolo Caruccio
2014-02-27 09:33:26 -06:00