aboutsummaryrefslogtreecommitdiffstats
path: root/skins/common/preview.js
Commit message (Collapse)AuthorAgeFilesLines
* Let Live Preview degrade gracefullly on IE/Mac. It's got an ActiveXObject ↵Brion Vibber2005-01-071-1/+2
| | | | | | | but it produces an error message when you try to use it, so a browser detect seems necessary. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6949
* Add experimental 'Live Preview' feature. On supported browsers, previewBrion Vibber2004-12-191-0/+44
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) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6709