Add a few options that were added in the past months but seems forgotten to be added...
[lhc/web/wiklou.git] / RELEASE-NOTES
index b5ceb1d..0a49ba3 100644 (file)
@@ -257,6 +257,7 @@ The following extensions are migrated into MediaWiki 1.14:
   move log
 * Image moving is now enabled for sysops by default
 * Make "Did you mean" search feature more noticeable
+* Added "Advanced search" link to the search form
 
 === Bug fixes in 1.14 ===
 
@@ -454,9 +455,9 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 16612) Fixed "noprint" class for Modern skin print style
 * Section anchors now have an "id" attribute as well as a "name" attribute,
   even when Tidy is not used
-* (bugs 212, 16026) revision-info, revision-info-current, cannotdelete,
-  redirectedfrom, historywarning, difference, summary and subject messages now
-  use Wiki text rather than raw HTML markup
+* (bug 16026) revision-info, revision-info-current, cannotdelete,
+  redirectedfrom, historywarning and difference messages now use Wiki text
+  rather than raw HTML markup
 * (bug 13835) Fix rendering of {{filepath:Wiki.png|nowiki}}
 * (bug 16772) Special:Upload now correctly rejects files with spaces in the
   file extension (e.g. Foo. jpg).
@@ -464,7 +465,10 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 16786) Restored "redundant" links recently removed from Classic sidebar
 * (bug 16850) $wgActionPaths can have query strings now, previously, this broke
   local URLs
-
+* (bug 16376) Mention in deleteBatch.php and moveBatch.php maintenance scripts
+  that STDIN can be used for page list
+* Sanitizer::decodeCharReferences() now decodes the XHTML "'" character
+  entity (loosely related to bug 14365)
 
 === API changes in 1.14 ===