From: Bryan Tong Minh Date: Tue, 21 Oct 2008 08:27:16 +0000 (+0000) Subject: (bug 16006) Set $wgEnableWriteAPI to true by default X-Git-Tag: 1.31.0-rc.0~44661 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=c62aa90505c76ce741a114f5b92297101b19badb;p=lhc%2Fweb%2Fwiklou.git (bug 16006) Set $wgEnableWriteAPI to true by default --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 08902a927c..472ed77273 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b1e9fef98e..5c56e2d26e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3319,7 +3319,7 @@ $wgEnableAPI = true; * (page edits, rollback, etc.) when an authorised user * accesses it */ -$wgEnableWriteAPI = false; +$wgEnableWriteAPI = true; /** * API module extensions