Add a few options that were added in the past months but seems forgotten to be added...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 4422e99..0a49ba3 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:
@@ -238,6 +242,22 @@ The following extensions are migrated into MediaWiki 1.14:
 * 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
+* 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"
+* 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
+* Make "Did you mean" search feature more noticeable
+* Added "Advanced search" link to the search form
 
 === Bug fixes in 1.14 ===
 
@@ -419,9 +439,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
@@ -438,6 +455,20 @@ 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
+* (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).
+* Image moving over an existing file no longer throws a database error
+* (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 "&apos;" character
+  entity (loosely related to bug 14365)
 
 === API changes in 1.14 ===