Remove leftover from Interwiki extension merge
[lhc/web/wiklou.git] / RELEASE-NOTES
index 286f29d..d93fe42 100644 (file)
@@ -247,6 +247,16 @@ The following extensions are migrated into MediaWiki 1.14:
   avoiding the need to manually update for DST. Patch by Brad Jorsch.
 * (bug 2585) HTTP 404 return code is now given for a page view if the page
   does not exist, allowing spiders and link checkers to detect broken links.
+* Special:Log: Add 'change protection' link for unprotected pages too
+* Special:Log: Add log type specific CSS classes 'mw-logline-$logtype' to
+  'li' elements
+* (bug 16754) Making arbitrary rows of sortable tables sticky:
+  |- class="unsortable"
+* (bug 16617) Add "talk" link to list of templates in edit mode
+* Show subversion too even if a "normal" version number is available
+* (bug 16121) Add a note that a page move was without creating a redirect in the
+  move log
+* Image moving is now enabled for sysops by default
 
 === Bug fixes in 1.14 ===
 
@@ -444,12 +454,15 @@ 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
-* (bug 16026) revision-info, revision-info-current, cannotdelete,
-  redirectedfrom, historywarning and difference messages now use Wiki text
-  rather than raw HTML markup
+* (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 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).
+* Ensure that all HTML id's begin with a letter as required by XHTML standard
+* Image moving over an existing file no longer throws a database error
+* (bug 14117) Image redirects from the shared repo now show "redirected from"
 
 === API changes in 1.14 ===