(bug 26866) remove trackback user right from DefaultSettings.php
[lhc/web/wiklou.git] / RELEASE-NOTES
index 64154fb..f33f6eb 100644 (file)
@@ -62,6 +62,8 @@ PHP if you have not done so prior to upgrading MediaWiki.
   becomes "check to block logged-in users too".  The default settings remain the same.
 * Most of the field names on the Special:Block form have been changed, which will
   probably break screen-scraping bots.
+* The 'trackback' right is no longer granted to sysops by default. $wgUseTrackbacks
+  is already false by default
 
 === New features in 1.18 ===
 * Added a special page, disabled by default, that allows users with the
@@ -197,6 +199,9 @@ PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 28034) uploading file to local wiki when file exists on shared repository
   (commons) gives spurious info in the warning message
 * Usernames get lost when selecting different sorts on Special:listfiles
+* (bug 14005) editing section 0 of an existing but empty page gives no such
+  section error
+* (bug 26939) Installer does not set $wgMetaNamespace
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result
@@ -266,6 +271,16 @@ PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 27585) add pagecount to list=filearchive
 * (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks)
   is missing
+* (bug 27343) Add parseddescription to list=filearchive
+* (bug 27469) label implicit groups in list=allusers&auprop=groups/
+  list=users&usprop=groups
+* Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to
+  the general site info results
+* (bug 16288) API: consider making closure status of wikis more clear
+  with meta=siteinfo
+* (bug 27589) list=allimages&aiprop=archivename is useless
+* (bug 27586) Remove duplication of props in ApiQueryStashImageInfo
+  by using ApiQueryImageInfo
 
 === Languages updated in 1.18 ===