mediawiki.action.edit.preview: Fire "wikipage.content" mw.hook
[lhc/web/wiklou.git] / RELEASE-NOTES-1.22
index 1d5ccae..318f592 100644 (file)
@@ -222,6 +222,8 @@ production.
 * (bug 13438) Special:MIMESearch no longer an expensive special page.
 * (bug 48342) Fixed a fatal error when $wgValidateAllHtml is set to true and
   the function apache_request_headers() function is not available.
+* (bug 33399) LivePreview: Re-run wikipage content handlers
+  (jquery.makeCollapsible, jquery.tablesorter) after preview content is loaded.
 
 === API changes in 1.22 ===
 * (bug 25553) The JSON output formatter now leaves forward slashes unescaped
@@ -349,6 +351,8 @@ changes to languages because of Bugzilla reports.
 * (bug 50785) A "null edit", that is, a save action in which no changes to the
   page text are made and no revision recorded, will no longer send refreshLinks
   jobs to the job table to update pages which use the edited page as a template.
+* The LivePreviewPrepare and LivePreviewDone events triggered on "jQuery( mw )"
+  have been deprecated in favour of using mw.hook.
 
 == Compatibility ==