* Special:Log: Add 'change protection' link for unprotected pages too
[lhc/web/wiklou.git] / RELEASE-NOTES
index bc5c640..c65a521 100644 (file)
@@ -68,6 +68,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   and should still be used in code meant to be compatible with v1.13 or older.
 * MediaWiki can be forced to use private IPs forwarded by a proxy server by
   using $wgUsePrivateIPs.
+* The 'BeforeWatchlist' hook has been removed due to internal changes in
+  Special:Watchlist. 'SpecialWatchlistQuery' should now be used by extensions
+  to customize the watchlist database query.
+
 
 === Migrated extensions ===
 The following extensions are migrated into MediaWiki 1.14:
@@ -235,6 +239,15 @@ The following extensions are migrated into MediaWiki 1.14:
 * Add a 'change block' link to Special:IPBlockList and Special:Log
 * (bug 16459) Use native getElementsByClassName where possible, for better
   performance in modern browsers
+* Enable \cancel and \cancelto in texvc (recompile required)
+* Added 'UserCryptPassword' and 'UserComparePasswords' hooks to allow extensions to implement
+  their own password hashing methods.
+* (bug 16760) Add CSS-class to action links of Special:Log
+* (bug 505) Time zones can now be specified by location in user preferences,
+  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
 
 === Bug fixes in 1.14 ===
 
@@ -416,9 +429,6 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 5506) Links to files on foreign repositories are now shown consistently
   as bluelinks e.g. in logs and edit summaries
 * (bug 16623) Add missing </p> tag in Special:LockDB
-* (bug 1941) Explicitly tell browsers to use a monospaced font for textareas.
-  Safari apparently defaults to a proportional font, which can make editing
-  pages with preformatted text difficult
 * (bug 15849) Special:Movepage now throws a more specific error when trying to 
   move a title to an interwiki target
 * (bug 16638) 8-bit URL fallback encoding now set on additional languages using
@@ -427,6 +437,20 @@ The following extensions are migrated into MediaWiki 1.14:
   DB environments when $wgDBserver isn't set.
 * (bug 3691) Aspect ratio from viewBox attribute is now preserved for SVG
   images which do not specify width and height attributes.
+* (bug 15027) Internet domain names and IP addresses can now be indexed and
+  searched sensibly with the default MySQL search backend.
+* (bug 11733) Fixed parameter validation in importTextFile.php
+* (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages
+  for clarity over "previous/next"
+* (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 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).
 
 === API changes in 1.14 ===
 
@@ -533,7 +557,10 @@ The following extensions are migrated into MediaWiki 1.14:
   property for hidden categories
 * New siprop parameter of 'extensions' to list all installed extensions
 * (bug 16672) Include canonical namespace name in
-  meta=siteinfo&siprop=namespaces. 
+  meta=siteinfo&siprop=namespaces.
+* (bug 16726) siprop=namespacealiases should also list localized aliases
+* (bug 16730) Added apprfiltercascade parameter to list=allpages to filter
+  cascade-protected pages
 
 === Languages updated in 1.14 ===