r113742 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113741‎ | r113742 | r113743 >
Date:18:30, 13 March 2012
Author:aaron
Status:reverted
Tags:gerritmigration 
Comment:
[FileBackend] r113704: updated FileBackend constructor documentation
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/FileBackend.php
@@ -57,8 +57,10 @@
5858 * This should consist of alphanumberic, '-', and '_' characters.
5959 * This name should not be changed after use.
6060 * 'wikiId' : Prefix to container names that is unique to this wiki.
61 - * This should consist of alphanumberic, '-', and '_' characters.
 61+ * It should only consist of alphanumberic, '-', and '_' characters.
6262 * 'lockManager' : Registered name of a file lock manager to use.
 63+ * 'fileJournal' : File journal configuration; see FileJournal::factory().
 64+ * Journals simply log changes to files stored in the backend.
6365 * 'readOnly' : Write operations are disallowed if this is a non-empty string.
6466 * It should be an explanation for the backend being read-only.
6567 *

Follow-up revisions

RevisionCommit summaryAuthorDate
r114335Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893......catrope00:16, 21 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113704[FileBackend]...aaron01:46, 13 March 2012

Status & tagging log