mediawiki-extensions-Visual.../modules/ve/init/mw/styles
Timo Tijhof 95742d65f6 Save dialog: Various clean up.
Drop "-down" class in favour of :active CSS pseudo-class.
* http://kimblim.dk/css-tests/selectors/
* http://www.quirksmode.org/css/contents.html
* http://caniuse.com/#search=css%202.1

Rename methods consistently to enableFoo and disableFoo.

Use mw.notify instead of mw.util.jsMessage (the latter takes a
string of html and parses it, instead of taking text).
Also, jsMessage is obsolete (legacy wrapper around mw.notify).

Rename slide-main to slide-save in preparation of other slides
and introduction of multi-step save dialog.

Re-introduce "disabled" state (not css, but actual state) so that
pressing "Show changes" multiple times will not spawn multiple
async operations. The save function guards against this by keeping
a static property in the internal helper method, but there are
still some operations happening between the button and that method
this should be guarded in the UI instead. Follows-up I67819168.

Change-Id: Idf0331377e6be814ccae853228d6159b4ad5a159
2012-12-11 23:13:54 +01:00
..
images Added saving "spinner" icon to save dialog 2012-08-17 16:10:14 -07:00
ve.init.mw.ViewPageTarget-apex.css Improved icons 2012-08-31 13:23:04 -07:00
ve.init.mw.ViewPageTarget-monobook.css Fixed font-size issues for monobook integration 2012-11-05 13:32:06 -08:00
ve.init.mw.ViewPageTarget-vector-hd.css Improved icons 2012-08-31 13:23:04 -07:00
ve.init.mw.ViewPageTarget-vector.css Improved icons 2012-08-31 13:23:04 -07:00
ve.init.mw.ViewPageTarget.css Save dialog: Various clean up. 2012-12-11 23:13:54 +01:00
ve.init.mw.ViewPageTarget.Icons-raster.css (bug 42654) Implement Show changes in Save dialog. 2012-12-08 02:26:24 +01:00
ve.init.mw.ViewPageTarget.Icons-vector.css (bug 42654) Implement Show changes in Save dialog. 2012-12-08 02:26:24 +01:00