* (bug 7629) Fix $wgBrowserBlackList to avoid false positive on MSIE
[lhc/web/wiklou.git] / RELEASE-NOTES
index 7d74d61..d6c82fd 100644 (file)
@@ -117,10 +117,18 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Introduce 'SearchUpdate' hook; see docs/hooks.txt for more information
 * Introduce 'mywatchlist' message; used on personal menu to link to watchlist page
 * Introduce magic word {{NUMBEROFEDITS}}
-* Introduced media handlers for file-type specific operations. 
+* Introduced media handlers for file-type specific operations.
 * Improved error reporting for image thumbnailing
 * Added sharpening option for ImageMagick thumbnailing
-
+* (bug 9656) Autosummaries will be generated for deletion of pages longer than
+  500 characters
+* Predefined block reasons added to Special:Blockip
+* (bug 9196) Installer now check that zend.ze1_compatibility_mode is off
+* (bug 9697) Introduce 'InternalParseBeforeLinks' hook; see docs/hooks.txt for more information
+* 'contribsub' message changed to 'contribsub2' with two parameters to permit
+  better localization.  Change is reverse-compatible and can be ignored for
+  most wikis.
+* Adding a 'reason' field to Special:Userrights
 
 == Bugfixes since 1.9 ==
 
@@ -340,6 +348,30 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 5439) "Go" title search will now jump to shared/foreign Image: and
   MediaWiki: pages that have not been locally edited.
 * (bug 9630) Limits links in Whatlinkshere forgot about namespace filter
+* Fixed upgrade for the non-standard MySQL schemas
+* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the 
+  various problems that occur when it is on.
+* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
+* (bug 3826) Normalize some invalid cookie name characters when setting
+  up $wgCookiePrefix. Completes application of patch by Anders Kaseorg.
+* (bug 9649) Fix RTL form alignment for Special:Movepage
+* (bug 9582) Members of bot group now mark edits patrolled by default
+* (bug 9669) Fix limit ordering for rebuildrecentchanges; broken since
+  converted from 1.4 to 1.5 schema
+* (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info
+* (bug 5959) Anchors dropped from stub links
+* (bug 3348) Some additional weak password checks: password which is same
+  as username will now be rejected.
+* (bug 8602) Converted Special:Contributions to use an IndexPager. The 
+  interpretation of the offset parameter has changed, and the go parameter 
+  has been removed.
+* (bug 6204) Fixes for indentation with $wgMaxTocLevel:
+  - don't emit too many list close tags after an invisible header
+  - don't emit too many final list close tags if last header is invisible
+  - don't emit TOC when there are no visible headers
+* (bug 7629) Fix $wgBrowserBlackList to avoid false positive on MSIE
+  when certain plugins are present which alter the user agent
+
 
 == Maintenance ==
 
@@ -362,6 +394,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Restore '--norc' option for maintenance/importTextFile.php
 * Help information for maintenance/importTextFile.php now easier to read on
   consoles
+* Doxygen documentation now show the revision number of each file, generate
+  graphs using dot and include a search engine.
+
 
 == Languages updated ==
 
@@ -389,6 +424,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Hindi (hi)
 * Upper Sorbian (hsb)
 * Hungarian (hu)
+* Armenian (hy)
 * Indonesian (id)
 * Italian (it)
 * Japanese (ja)
@@ -426,6 +462,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Uzbek (uz)
 * Vietnamese (vi)
 * Zealandic (zea)
+* Old Chinese / Late Middle Chinese (zh-classical)
 * Chinese (PRC) (zh-cn)
 * Chinese (Taiwan) (zh-tw)
 * Cantonese (zh-yue)