r50072 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50071‎ | r50072 | r50073 >
Date:12:22, 30 April 2009
Author:jojo
Status:ok
Tags:
Comment:
added note to set $wgEnableWriteAPI to true for MW <= 1.13
Modified paths:
  • /trunk/extensions/Collection/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/README.txt
@@ -208,6 +208,13 @@
209209
210210 Default for both variables is null, i.e. the popup is deactivated.
211211
 212+* If you want to let users save their collections as wiki pages, make sure
 213+ $wgEnableWriteAPI is set to true, i.e. put this line in your LocalSettings.php::
 214+
 215+ $wgEnableWriteAPI = true;
 216+
 217+ (This is the default for MediaWiki >= 1.14.)
 218+
212219 * As the current collection of articles is stored in the session, the session
213220 timeout should be set to some sensible value (at least a few hours, maybe
214221 one day). Adjust session.cookie_lifetime and session.gc_maxlifetime in your

Status & tagging log