Fix.
[lhc/web/wiklou.git] / RELEASE-NOTES
index d7f6c99..fcf3a40 100644 (file)
@@ -21,21 +21,30 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 === Configuration changes in 1.13 ===
 
 * New option $wgFeed can be set false to turn off syndication feeds
-* (bug 13137) Allow setting 'editprotected' right separately from 'protect',
-  so groups may optionally edit protected pages without being able to protect
-  pages themselves
 
 === New features in 1.13 ===
 
-* __HIDDENCAT__ on a category page causes the category to be hidden on the 
+* __HIDDENCAT__ on a category page causes the category to be hidden on the
   article page.
-* Don't show edit permissions errors on a red link click, just redirect to the 
-  article. This is so that readers who don't know what a red link is aren't 
+* Don't show edit permissions errors on a red link click, just redirect to the
+  article. This is so that readers who don't know what a red link is aren't
   confused when they are told they are range-blocked.
 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
   image syntax output.
 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
   pre-fills the section title field.
+* (bug 13112) Added Special:RelatedChanges alias to Special:Recentchangeslinked
+* (bug 13130) Moved edit token and autosummary fields above edit tools to
+  reduce broken form submissions
+* Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
+  redirects to the redirect table
+* Add links to page and file deletion forms to edit predefined delete reasons 
+* (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
+* (bug 2815) Search results for media now use thumb instead of text extract
+* When a page doesn't exist, the tab should say "create", not "edit"
+* (bug 12882) Added a span with class "patrollink" arround "Mark as patrolled"
+  link on diffs
+* Magic word formatnum can now take raw suffix to undo formatting
 
 === Bug fixes in 1.13 ===
 
@@ -48,14 +57,58 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
 * (bug 13022) Fix upload from URL on PHP 5.0.x
 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
+* (bug 12723) OpenSearch description name now uses more compact language code
+  to avoid passing the length limit as often, is customizable per site via
+  'opensearch-desc' message.
+* (bug 13135) Special:Userrights now passes IDs through form submission
+  to allow functionality on not-quite-right usernames
+* (bug 12575) Prevent duplicate patrol log entries from being created
+* (bug 13174) __HIDDENCAT__ now applies only to category pages
+* (bug 13031) Add links to user pages in e-mail form
+* (bug 13147) Description for categoriespagetext (used in Special:Categories) reworded
+* (bug 11561) Fix fatal error when calling action=revert to non-image page
+* (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
+  maintenance/cleanupSpam.php
+* All skins should have the "mediawiki" class on the body element
+* (bug 13019) Message cache for some extensions not loaded at time of editing
+* (bug 13247) Prettified ISBN links
+* maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
+* (bug 13110) Don't show "Permission error" page if the edit is already rolled
+  back when using rollback
+* (bug 13012) Use content messages for block options when generating the
+  recentchanges entry
+* (bug 13274) Change links for messages to ucfirst
+* (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
+  autocomment-prefix)
+* Parse MediaWiki message translations with a correct language setting on preview
+* (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
+  case-insensitive names.
+* Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
+* (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
+* (bug 10721) Duplicate section anchors with differing case now disambiguated
+  for Internet Explorer's sake and standards compliance
+* (bug 13298) Tighter limits on Special:Newpages limits when embedding
+* Email subject in content language instead of sending user's UI language
+* (bug 13251) Allow maintenance rebuild scripts to work with Postgres
+* (bug 2084) Fixed incorrect regex to match redirects
+* (bug 3131) Manually-specified upload destination filename is no longer
+  overwritten by browsing for a file after you wrote it.
+* (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
+  'generated-sidebar'.
 
 === API changes in 1.13 ===
 
 * Fixing main page display in meta=siteinfo
-* (bug 13128) Add patrolled flag to list=recentchanges
+* (bug 13128) Added patrolled flag to list=recentchanges
 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
-* (bug 13154) Introducing subpages flag to meta=siteinfo&siprop=namespaces
-* (bug 13157) Adding ucuserprefix parameter to list=usercontibs
+* (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
+* (bug 13157) Added ucuserprefix parameter to list=usercontibs
+* (bug 12394) Added rctitles parameter to list=recentchanges, making rcid retrieval easier
+* (bug 13218) Fix inclusion of " character in hyperlinks
+* Added watch and unwatch parameters to action=delete and action=move
+* Added action=edit
+* (bug 11401) Added xmldoublequote to xml formatter
+* Added rvsection parameter to prop=revisions to allow fetching the content of a certain section only
 
 === Languages updated in 1.13 ===
 
@@ -91,6 +144,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Croatian (hr)
 * Upper Sorbian (hsb)
 * Hungarian (hu)
+* Indonesian (id)
 * Eastern Canadian (Unified Canadian Aboriginal Syllabics) (ike-cans)
 * Icelandic (is)
 * Italian (it)
@@ -134,6 +188,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Wolof (wo)
 * Mingrelian (xmf)
 * Yiddish (yi)
+* Cantonese (yue)
+* Old Chinese / Late Time Chinese (zh-classical)
+* Chinese (Simplified) (zh-hans)
+* Chinese (Traditional) (zh-hant)
 
 == Compatibility ==