* (bug 9765) Update Polish translations
[lhc/web/wiklou.git] / RELEASE-NOTES
index de9c3c3..b3a0d18 100644 (file)
@@ -3,7 +3,7 @@
 Security reminder: MediaWiki does not require PHP's register_globals
 setting since version 1.2.0. If you have it on, turn it *off* if you can.
 
-== MediaWiki 1.10 ==
+== MediaWiki 1.11 ==
 
 THIS IS NOT A RELEASE YET.
 
@@ -30,6 +30,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   $wgAutoConfirmCount (defaulting to zero, naturally).
 * Added rate limiter for Special:Emailuser
 * Private logs can now be created using $wgLogRestrictions
+* (Bug 8590) limited HTML is now always enabled ($wgUserHtml = true).
+* Deprecated $wgUseImageResize, thumbnailing will be enabled unconditionally.
 
 == New features since 1.9 ==
 
@@ -110,11 +112,24 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9177) Installer now warns of various conditions affecting session.save_path
   which can lead to broken session storage
 * (bug 9046) Special page to list pages without language links
-* Predefined block reasons added to Special:Blockip
 * (bug 9508) Special page to list articles with the fewest revisions
 * Introduce 'FileUpload' hook; see docs/hooks.txt for more information
 * 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.
+* 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
+* Added 'MonoBookTemplateAboveColumnContent' hook; see docs/hooks.txt for more information
 
 == Bugfixes since 1.9 ==
 
@@ -313,7 +328,52 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9554) Extension-provided group name messages not used
 * (bug 9565) Translate template namespace name for Hindi (hi)
 * (bug 8599) Correct localized names of zh-variants
-
+* (bug 3366) Require skins based on SkinTemplate to override the skinname
+  property.
+* (bug 9220) Removed obsoletes functions in install-utils.inc.
+* Removed obsoletes Title::getRelatedCache and Title:touchArray
+* (bug 7285) Check MySQL username length during install
+* (bug 6910) Correct date/time formats in Vietnamese (vi)
+* (bug 9608) Correctly use ORDER BY in dumpLinks.php
+* (bug 9609) Correctly use ORDER BY in SpecialWhatlinkshere.php
+* Special:Random and Special:Randomredirect now try harder to send the user to
+  a random page, and will give an error message if none really can be found
+  instead of sending the user to the main page like they used to
+* Fix object variable used for displaying "not-patrolled" CSS class on list
+* Fixed interaction of page parameter to ImagePage with the HTML file cache
+* Fixed MIME type for SVG files, will be silently changed from image/svg 
+  to image/svg+xml after loading from the database.
+* Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump 
+  instead.
+* Fixed odd behaviour in ImagePage on DjVu thumbnailing errors
+* (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
+* (bug 9712) Use Arabic comma in date/time formats for Arabic and Farsi
+* (bug 9670) Follow redirects when render edit section links to transcluded templates.
 == Maintenance ==
 
 * New script maintenance/language/checkExtensioni18n.php used to check i18n
@@ -335,6 +395,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 ==
 
@@ -356,11 +419,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Estonian (et)
 * Basque (eu)
 * Finnish (fi)
+* Võro (fiu-vro)
 * French (fr)
 * Hebrew (he)
 * Hindi (hi)
 * Upper Sorbian (hsb)
 * Hungarian (hu)
+* Armenian (hy)
 * Indonesian (id)
 * Italian (it)
 * Japanese (ja)
@@ -375,6 +440,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Luganda (lg)
 * Limburgish (li)
 * Lithuanian (lt)
+* Latvian (lv)
 * Marathi (mr)
 * Low Saxon (nds)
 * Dutch Lower Saxon (nds-nl)
@@ -395,7 +461,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Ukrainian (uk)
 * Urdu (ur)
 * Uzbek (uz)
+* Vietnamese (vi)
 * Zealandic (zea)
+* Old Chinese / Late Middle Chinese (zh-classical)
 * Chinese (PRC) (zh-cn)
 * Chinese (Taiwan) (zh-tw)
 * Cantonese (zh-yue)
@@ -441,8 +509,9 @@ For notes on 1.9.x and older releases, see HISTORY.
 === Online documentation ===
 
 Documentation for both end-users and site administrators is currently being
-built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
-License:
+built up on MediaWiki.org, and is covered under the GNU Free Documentation
+License (except for pages that explicitly state that their contents are in
+the public domain) :
 
   http://www.mediawiki.org/wiki/Documentation