https://bugzilla.wikimedia.org/show_bug.cgi?id=41267
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Sam Reed (reedy) <[email protected]> 2012-10-22 16:50:43 UTC --- In the 1.20 release-notes: * Live preview functionality has been improved and moved into the 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module has been removed. Looking at core, the only usage of 'mediawiki.action.edit.preview' is in the resource definition Original commit: https://github.com/mediawiki/core/commit/4d4bfc27a1bedf6b0d1670707ac812fe36fe85ad EditPage.php now: if ( $wgUser->getOption( 'uselivepreview', false ) ) { $wgOut->addModules( 'mediawiki.legacy.preview' ); } It got killed by https://github.com/mediawiki/core/commit/bb51a58e575b13eb8b6c496482f7066a7081f676 https://gerrit.wikimedia.org/r/29339 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
