https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113742

Revision: 113742
Author:   aaron
Date:     2012-03-13 18:30:34 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
[FileBackend] r113704: updated FileBackend constructor documentation

Modified Paths:
--------------
    trunk/phase3/includes/filerepo/backend/FileBackend.php

Modified: trunk/phase3/includes/filerepo/backend/FileBackend.php
===================================================================
--- trunk/phase3/includes/filerepo/backend/FileBackend.php      2012-03-13 
18:28:27 UTC (rev 113741)
+++ trunk/phase3/includes/filerepo/backend/FileBackend.php      2012-03-13 
18:30:34 UTC (rev 113742)
@@ -57,8 +57,10 @@
         *                     This should consist of alphanumberic, '-', and 
'_' characters.
         *                     This name should not be changed after use.
         *     'wikiId'      : Prefix to container names that is unique to this 
wiki.
-        *                     This should consist of alphanumberic, '-', and 
'_' characters.
+        *                     It should only consist of alphanumberic, '-', 
and '_' characters.
         *     'lockManager' : Registered name of a file lock manager to use.
+        *     'fileJournal' : File journal configuration; see 
FileJournal::factory().
+        *                     Journals simply log changes to files stored in 
the backend.
         *     'readOnly'    : Write operations are disallowed if this is a 
non-empty string.
         *                     It should be an explanation for the backend 
being read-only.
         * 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to