Reverse removal of Live Preview in r59446, with the following changes:
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 9 Feb 2010 07:39:09 +0000 (07:39 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 9 Feb 2010 07:39:09 +0000 (07:39 +0000)
commit83d7e6137329d24cb1f895865d83151d60313f17
tree0b80368baffa5635a6baa2e9dfaffec114edeb20
parentded091380b86e7ac6f51ad988381ab3c9f1ea4fe
Reverse removal of Live Preview in r59446, with the following changes:
* Make Live Preview entirely JS-based. It requires no modification of the HTML.
* Replace annoying slideDown with less annoying fadeIn().
* Ensure that elements not supposed to be shown are not, in fact, shown by fadeIn().
* Remove some redundant lines of code.
* Make compatible with the current jQuery usage in MediaWiki.
includes/EditPage.php
includes/Preferences.php
skins/common/preview.js [new file with mode: 0644]