Give image <gallery>s fluid width
[lhc/web/wiklou.git] / RELEASE-NOTES
index c426f78..83bbf7b 100644 (file)
@@ -41,8 +41,6 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   which causes Vector to render the variants drop-down menu with a label
   showing the current variant name. This is off by default, pending further
   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.
 * Added $wgSQLMode for setting database SQL modes - either performance (null)
   or other reasons (such as enabling stricter checks)
@@ -88,6 +86,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
 * $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS
 * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed
   with $wgPasswordSender
+* Sysops now have the "suppressredirect" right by default
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
@@ -210,6 +209,11 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
 * When viewing a redirect, the redirect arrow and redirection target are both
   wrapped in a div that has the class "redirectMsg" so that the redirection
   arrow can be customized with CSS
+* (bug 21911) Hard coded limit for long page warning removed. New message
+  [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
+  Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw
+  number of the textsize in Byte
+* (bug 3276) Give image <gallery>s fluid width
 
 === Bug fixes in 1.17 ===
 * (bug 17560) Half-broken deletion moved image files to deletion archive
@@ -434,6 +438,9 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   $wgFixDoubleRedirects is set to false.
 * Fixed PHP warnings when updating a broken MySQL database.
 * (bug 26023) Corrected deleteBacth.php's documentation
+* (bug 25451) Improved datetime representation in 32 bit php >= 5.2.
+* Show "skin does not exist error" only when the skin is inputted in the wrong
+  case.
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.
@@ -529,6 +536,11 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   $wgDisableCounters enabled
 * (bug 25987) prop=info&inprop=watched now also works for missing pages
 * (bug 26006) prop=langlinks now allows obtaining full URL
+* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook
+* (bug 26089) add block expiration to blockinfo
+* (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the 
+  file is a multi-page file
+* (bug 10268) Added linktodiffs parameter on action=feedwatchlist
 
 === Languages updated in 1.17 ===