r24669 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24668‎ | r24669 | r24670 >
Date:01:05, 8 August 2007
Author:robchurch
Status:old
Tags:
Comment:
Document $wgEnableAPI and $wgEnableWriteAPI better
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2660,10 +2660,18 @@
26612661 $wgDjvuOutputExtension = 'jpg';
26622662
26632663 /**
2664 -* Enable direct access to the data API
2665 -* through api.php
2666 -*/
 2664+ * Enable the MediaWiki API for convenient access to
 2665+ * machine-readable data via api.php
 2666+ *
 2667+ * See http://www.mediawiki.org/wiki/API
 2668+ */
26672669 $wgEnableAPI = true;
 2670+
 2671+/**
 2672+ * Allow the API to be used to perform write operations
 2673+ * (page edits, rollback, etc.) when an authorised user
 2674+ * accesses it
 2675+ */
26682676 $wgEnableWriteAPI = false;
26692677
26702678 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007

Status & tagging log