Followup to r64962: Fixed watchlist parameter in API. User options watchdeletions...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 4130f2f..d6cc0ba 100644 (file)
@@ -21,6 +21,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 === Configuration changes in 1.17 ===
 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
   extensions has been removed.
+* $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
+  to new users log.
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
@@ -41,6 +43,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   changes list
 * (bug 22925) "sp-contributions-blocked-notice-anon" message now displayed when
   viewing contributions of a blocked IP address
+* (bug 22474) {{urlencode:}} now takes an optional second paramter for type of
+  escaping.
+* Special:Listfiles now supports a username parameter
 
 === Bug fixes in 1.17 ===
 * (bug 17560) Half-broken deletion moved image files to deletion archive
@@ -85,6 +90,23 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   parameter no longer makes the page displayed as being the redirect target
 * (bug 22918) Feed cache keys now use $wgRenderHashAppend
 * (bug 21916) Last-Modified header is now correct when outputting cached feed
+* (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases
+* (bug 23017) Special:Disambiguations now list pages in content namespaces
+  rather than only main namespace
+* (bug 23063) $wgMaxAnimatedGifArea is checked against the total size of all
+  frames, and $wgMaxImageArea against the size of the first frame, rather than
+  the other way around.  Both now default to 12.5 megapixels.  Also, images
+  exceeding $wgMaxImageArea can still be embedded at original size
+* (bug 23078) "All public logs" option on Special:Log is now always the first
+  item
+* (bug 16817) Group names in user rights log are now singular and in lowercase
+* Special:Preferences no longer crashes if the wiki default date formatting
+  style is not valid for the user's interface language
+* (bug 23167) Check the watch checkbox by default if the watchcreations
+  preference is set
+* Maintenance script cleanupTitles is now able to fix titles stored
+in a negative namespace (which is invalid).
+* (bug 19858) Removed obsolete <big> in interface messages.
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent
@@ -104,6 +126,9 @@ changes to languages because of MediaZilla reports.
 * Latgalian (ltg) (new)
 * Rusyn (rue) (new)
 
+* (bug 23156) Commafy and search normalization updated for Belarusian
+  (Taraškievica)
+
 == Compatibility ==
 
 MediaWiki 1.17 requires PHP 5.1 (5.2 recommended). PHP 4 is no longer