Also adding application/x-dia-diagram to mime.{types,info}
[lhc/web/wiklou.git] / RELEASE-NOTES
index 44e43c1..2ca12bd 100644 (file)
@@ -30,6 +30,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   $wgUserNotifiedOnAllChanges
 * (bug 12860) New option $wgSitemapNamespaces allows sitemaps to be generated
   for only some namespaces
+* Removed the emailconfirmed implicit group by default. To re-add it, use:
+    $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
+  in your LocalSettings.php.
 
 === New features in 1.13 ===
 
@@ -87,6 +90,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   text from Special:UserLogin title (new message 'nav-login-createaccount')
 * Say "log in / create account" if an anonymous user can create an account,
   otherwise just "log in", consistently across skins
+* Special:Shortpages and Special:Longpages now returns pages in all content 
+  namespaces, not just NS_MAIN.
 
 === Bug fixes in 1.13 ===
 
@@ -207,6 +212,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   changeable or all unchangeable
 * Fix fatal error on calling PAGESINCATEGORY with invalid category name
 * (bug 13793) Special:Whatlinkshere filters wrong - after paginating instead of before
+* (bug 13796) Show links to parent pages even if some of them are missing
+* (bug 13816) Filter by main namespace doesn't work on WhatLinksHere
+* (bug 13822) Fatal error on some pages when calculating subpage subtitle
+* (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
+* Added 'application/x-dia-diagram' MediaWiki's known MIME types
 
 === API changes in 1.13 ===
 
@@ -255,6 +265,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13718) Return the proper continue parameter for cmsort=timestamp
 * action=login now returns the correct waiting time in the details property
 * (bug 13792) Broken titles are now silently skipped in search results.
+* (bug 13819) exturlusage paging skipped an item
+* Fixed handling of usernames containing spaces in list=block
+* (bug 13836) Fixed fatal errors resulting from combining iiprop=metadata with
+  format=xml
+* (bug 13735) Added prop=categoryinfo module
 
 === Languages updated in 1.13 ===