From: tstarling Date: Tue, 27 Mar 2012 04:23:44 +0000 (+1100) Subject: Split hashar's patchset2 into its own commit X-Git-Tag: 1.31.0-rc.0~24115 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=bcf1ca69988e2ee2a0a19f886a6eede1edb37af1;p=lhc%2Fweb%2Fwiklou.git Split hashar's patchset2 into its own commit * updated FileBackend constructor documentation * squash change 3321 (r113742) Change-Id: I6bb054ac6aaeee38a03880558c918963138330c4 --- diff --git a/includes/filerepo/backend/FileBackend.php b/includes/filerepo/backend/FileBackend.php index 67c251b91c..9d82b5e632 100644 --- a/includes/filerepo/backend/FileBackend.php +++ b/includes/filerepo/backend/FileBackend.php @@ -57,8 +57,10 @@ abstract class FileBackend { * 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. *