Add experimental 'Live Preview' feature. On supported browsers, preview
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 19 Dec 2004 02:36:04 +0000 (02:36 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 19 Dec 2004 02:36:04 +0000 (02:36 +0000)
commitc05eeb66755f74272b4a5f82acc6caaeafc0fb54
treec951f70b06a4e5a41026edc31d17fd9eca568f5e
parent67c82a607ac0c2d30f4fc852ca77538b7050d26a
Add experimental 'Live Preview' feature. On supported browsers, preview
can be loaded via JavaScript so it doesn't disturb the surrounding page
as badly. It's also lighter on the server, as it doesn't require skin
rendering. (On short pages with Turck cache, this saves 50% of apache
time!)

Disabled by default, as it's incomplete: interlanguage and category links
aren't displayed, and there are likely other problems.

Nonsupporting browsers or JS off fall back gracefully to form submission.
Tested: Safari 1.2.4, Firefox 1.0, MSIE/Win 6.0 (XPSP2)
RELEASE-NOTES
includes/DefaultSettings.php
includes/EditPage.php
skins/common/preview.js [new file with mode: 0644]