mediawiki-extensions-WikiEd.../modules
Trevor Parscal 96052d0d97 (bug 34885) Fixes issue where old toolbar was killed, even when the new toolbar was incompatible
Instead of wiping the old toolbar out on the server side we now just wrap the old toolbar in a div that has an inline style that prevents it from being displayed. This is only done when the toolbar is enabled. When the toolbar code runs on the client, if the toolbar ends up being incompatible, the old toolbar's wrapping div is shown. This avoids the side-effect of the old toolbar showing up momentarily while the new toolbar loads. It's a dirty hack, but we explored this extensively and it's the least evil way we could come up with that worked consistently.

Change-Id: I6fefadea4dbd01b96a0b95c50bc9ef526144dc3c
2012-04-17 15:19:20 -07:00
..
images More image compression for extensions 2012-03-01 02:24:49 +00:00
contentCollector.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
ext.wikiEditor.css Add resize: vertical; to the textarea's css so that browsers like firefox and chrome won't allow horizontal resizing resulting in WikiEditor background showing. 2012-02-15 06:06:27 +00:00
ext.wikiEditor.dialogs.js 1. Re-introduces check if the browser supports the dialogs, which was removed for no apparent reason in r74276. 2011-02-25 00:01:57 +00:00
ext.wikiEditor.highlight.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.preview.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
ext.wikiEditor.previewDialog.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.publish.js Extension:WikiEditor Code quality, JSHint validation and JSPERF 2011-06-06 23:18:13 +00:00
ext.wikiEditor.templateEditor.js Bug #29106: Patch from Michael M. to address JS legacy globals in wikiEditor 2011-06-26 19:25:27 +00:00
ext.wikiEditor.templates.js Bug #29106: Patch from Michael M. to address JS legacy globals in wikiEditor 2011-06-26 19:25:27 +00:00
ext.wikiEditor.tests.toolbar.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
ext.wikiEditor.toc.js * Moved ResourceLoader modules into the ext.* space - this is the convention that should be followed in the future 2010-09-20 20:06:18 +00:00
ext.wikiEditor.toolbar.hideSig.js WikiEditor: Fix bug where ext.wikiEditor would load and wrap the textarea even if the toolbar was disabled. This has been reported to me on IRC but I'm not aware of any bug report in BZ 2011-09-29 19:04:54 +00:00
ext.wikiEditor.toolbar.js (bug 34885) Fixes issue where old toolbar was killed, even when the new toolbar was incompatible 2012-04-17 15:19:20 -07:00
jquery.wikiEditor.css Removed ad-hoc rtl rules - CSSJanus out of the box is doing just fine. 2011-01-12 00:06:57 +00:00
jquery.wikiEditor.dialogs.config.css Fix jumping of textbox in link-dialog. This happened when the link was being checked and the too large spinner image pushed the field down 2011-04-21 08:59:13 +00:00
jquery.wikiEditor.dialogs.config.js Followup r96944: rename "Replace next" button to "Replace" cause that's what it does now 2011-10-31 08:38:35 +00:00
jquery.wikiEditor.dialogs.css Moved one rule back. 2010-09-16 21:44:43 +00:00
jquery.wikiEditor.dialogs.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.highlight.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.html Followup r79570: fix the image paths up for real 2011-01-04 12:03:41 +00:00
jquery.wikiEditor.iframe.js Swap 2011-10-26 03:49:06 +00:00
jquery.wikiEditor.js Swap 2011-10-26 03:49:06 +00:00
jquery.wikiEditor.preview.css Lots of refactoring. This still does not work! But it's getting close. 2010-09-15 22:40:50 +00:00
jquery.wikiEditor.preview.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.previewDialog.css Added embed tags to CSS image URLs 2010-09-16 22:57:22 +00:00
jquery.wikiEditor.previewDialog.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.publish.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.templateEditor.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.templates.js Copied over all the resources needed to make WikiEditor stand on it's own two feet. Lots more to do as far as organizing and fleshing out the extensions's PHP bits. 2010-09-15 03:08:35 +00:00
jquery.wikiEditor.toc.css Removed ad-hoc rtl rules - CSSJanus out of the box is doing just fine. 2011-01-12 00:06:57 +00:00
jquery.wikiEditor.toc.js * bump version to 0.3.1 2011-09-13 08:56:32 +00:00
jquery.wikiEditor.toolbar.config.js Merge "Don't escape $, not needed in JS" 2012-04-17 21:30:41 +00:00
jquery.wikiEditor.toolbar.css RTL fix for special characters insertion links. 2012-03-29 10:10:23 +02:00
jquery.wikiEditor.toolbar.js Add a configuration variable for disabling tracking clicks on the toolbar buttons 2012-02-23 22:29:37 +00:00