Update wgStyleVersion. Follow up to r66534 and r66535
[lhc/web/wiklou.git] / RELEASE-NOTES
index 2bec08b..19a5119 100644 (file)
@@ -37,13 +37,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   research into its user experience implications.
 * Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by
   default) to configure loading of jQuery by MediaWiki
+* XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
   User:<name>/common.css and /common.js (if user css/js is enabled)
 * (bug 22748) Add anchors on Special:ListGroupRights
-* (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply
-  the names of the individual files within the gallery
+* (bug 21981) Add parameter 'showfilename' to <nowiki><gallery></nowiki> to
+  automatically apply the names of the individual files within the gallery
 * Future-proof redirection to fragments in Gecko, so things work a little nicer
   if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
 * Support git:// and mms:// protocols by default for external links
@@ -70,13 +71,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there
   is no title match in search and the user has no rights to create pages.
 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
+* (bug 18488) Added maintenance script refreshCategoryCounts.php
+* (bug 22844) Added support for WinCache object caching
 
 === Bug fixes in 1.17 ===
 * (bug 17560) Half-broken deletion moved image files to deletion archive
   without updating database
 * (bug 22666) Submitting user block form with an invalid user name no longer
   throws an error
-* (bugs 22665 and 22667) User '0' can now be unblocked and have its block
+* (bug 22665, bug 22667) User '0' can now be unblocked and have its block
   settings changed
 * (bug 22606) The body of e-mail address confirmation message is now different
   when the address changed
@@ -158,6 +161,10 @@ in a negative namespace (which is invalid).
 * (bug 23422) mp3 files can now be moved
 * (bug 23448) MediaWiki:Summary-preview is now displayed instead of
   MediaWiki:Subject-preview when previewing summary
+* (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new
+  variable {{REVISIONMONTH1}} when unpadded version is needed.
+* Special:Userrights didn't recognize user as changing his/her own rights if user did not capitalize first letter of username.
+* (bug 23507) Add styles for printing wikitables
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent
@@ -168,6 +175,10 @@ in a negative namespace (which is invalid).
 * (bug 22290) prop=revisions now outputs "comment" field even when comment
   is empty, for consistency with list=recentchanges
 * (bug 19721) API action=help should have a way to just list for a specific module
+* (bug 23458) Add support for pageid parameter to action=parse requests
+* (bug 23460) Parse action should have a section option
+* (bug 21346) Make deleted images searchable by hash
+* (bug 23461) Normalise usage of parameter names in parameter descriptions
 
 === Languages updated in 1.17 ===