(bug 16006) Set $wgEnableWriteAPI to true by default
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 21 Oct 2008 08:27:16 +0000 (08:27 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 21 Oct 2008 08:27:16 +0000 (08:27 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 08902a9..472ed77 100644 (file)
@@ -49,6 +49,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added $wgRenderHashAppend to append some string to the parser cache and the
   sitenotice cache keys.
 * $wgRCChangedSizeThreshold is now a positive integer by default, 
+* (bug 16006) $wgEnableWriteAPI is now true by default. Authorized can perform
+  write actions using the API.
 
 === Migrated extensions ===
 The following extensions are migrated into MediaWiki 1.14:
index b1e9fef..5c56e2d 100644 (file)
@@ -3319,7 +3319,7 @@ $wgEnableAPI = true;
  * (page edits, rollback, etc.) when an authorised user
  * accesses it
  */
-$wgEnableWriteAPI = false;
+$wgEnableWriteAPI = true;
 
 /**
  * API module extensions