Details
Details
- Reviewers
 dereckson - Maniphest Tasks
 - T2140: Migrate Wolfplex wiki tables on a dedicated database
 - Commits
 - rSAASMW0b8696781fd8: Allow to set a wiki in read-only mode
 
Lock Wolfplex wiki
Diff Detail
Diff Detail
- Repository
 - rSAASMW SaaS MediaWiki
 - Lint
 Lint Not Applicable - Unit
 Tests Not Applicable 
Event Timeline
| config/CommonSettings.php | ||
|---|---|---|
| 93 | Actually, we receive the array as defined in Settings.php The method need to return an array of the settings for all wikis. For example for URL: Array
(
    [wgArticlePath] => Array
        (
            [default] => /wiki/$1
            [nasqueron_wiki] => /$1
            [arsmagica] => /$1
            [inidal_wiki] => /$1
        )
    [wgScriptPath] => Array
        (
            [default] => /w
            [nasqueron_wiki] => 
            [arsmagica] => 
            [inidal_wiki] => 
        )
)Alternatively, fixGroupPermissions-like logic can be used here to avoid redefine default cache values.  | |