Localization update.
[lhc/web/wiklou.git] / RELEASE-NOTES
index 93af1d6..f5f53fb 100644 (file)
@@ -34,6 +34,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 === New features in 1.14 ===
 
+* New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and 
+  'Special:ListUsers/GROUP/USER', in addition to the older syntax 
+  'Special:ListUsers/GROUP' where GROUP is a valid group name.
+* Configurable er-namespace and per-page notices for the edit form, 
+  respectively MediaWiki:Editnotice-# where # is the namespace number, and
+  MediaWiki:Editnotice-#-PAGENAME where # is the page's namespace number and 
+  PAGENAME is the page name minus the namespace prefix.
 * (bug 8068) New __INDEX__ and __NOINDEX__ magic words allow user control of
   search engine indexing on a per-article basis.
 * Handheld stylesheet options
@@ -55,7 +62,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   the main page to be customized
 * Added $wgDisableTitleConversion to disabling the conversion for all pages on
   the wiki
-* Added 'noconvertlink' toogle that can be set per user preferences, also
+* Added 'noconvertlink' toggle that can be set per user preferences, also
   added 'convertlink=no|yes' on GET requests whether have the link titles
   being converted or not
 * (bug 14921) Special:Contributions/: add user name to <title>
@@ -66,6 +73,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   templates to work with that hook.
 * (bug 14929) removeUnusedAccounts.php now supports 'ignore-touched' and
   'ignore-groups'. Patch by Louperivois
+* (bug 15127) Work around minor display glitch in Opera.
+* By default, reject file uploads that look like ZIP files, to avoid the 
+  so-called GIFAR vulnerability.
+* (bug 15141) Give ability to only list protected pages with the cascading
+  option enabled on Special:ProtectedPages
+* (bug 15157) Special:Watchlist has the same options as Special:Watchlist:
+  Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection
 
 === Bug fixes in 1.14 ===
 
@@ -87,19 +101,25 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   Patch by Max Semenik.
 * (bug 15055) Talk page notifications no longer attempt to send mail when
   user's e-mail address is invalid or unconfirmed
-* (bug 12370) Add throttle on password attempts. Defaults to max 5 attempts in 5 minutes.
-* (bug 15016) 'Templates used on this page' list in view source should be wrapped
-  in a div with class "templatesUsed"
+* (bug 12370) Add throttle on password attempts. Defaults to max 5 attempts in 5
+  minutes.
+* (bug 15016) 'Templates used on this page' list in view source should be
+  wrapped in a div with class "templatesUsed"
 * (bug 14868) Setting $wgFeedDiffCutoff to 0 now disables generation of the diff
   entirely, not just the display of it.
 * (bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which
   allows having the unprefixed page title as the default category sortkey
-* (bug 15079) Add class="ns-talk" / "ns-subject" to <body>. Also added ns-special to
-  special pages.
+* (bug 15079) Add class="ns-talk" / "ns-subject" to <body>. Also added
+  ns-special to special pages.
 * (bug 15052) Skins should add their name as a class in <body>
 * (bug 14165, bug 14294) Wikimedia specific configuration in convertGrammar()
   for several languages was removed. The settings have been put in extension
   WikimediaMessages. Patch for Czech by Danny B.
+* (bug 15101) Displaying only bots edits in Special:Recentchanges now works
+  again
+* (bug 13770) Fixed incorrect detection of PHP's DOM module
+* (bug 14790) Export of category pages when using Category: prefix now actually
+  gives results
 
 === API changes in 1.14 ===