Page MenuHomeDevCentral

D2270.id5725.diff
No OneTemporary

D2270.id5725.diff

diff --git a/config/Instances.php b/config/Instances.php
--- a/config/Instances.php
+++ b/config/Instances.php
@@ -12,6 +12,7 @@
"agora.nasqueron.org" => "nasqueron_wiki",
"arsmagica.espace-win.org" => "arsmagica",
+ 'cosmo.espace-win.org' => 'inidal_wiki',
"utopia.espace-win.org" => "utopia",
"www.wolfplex.org" => "wolfplexdb",
'wikis.nasqueron.org' => 'wikis',
diff --git a/config/Settings.php b/config/Settings.php
--- a/config/Settings.php
+++ b/config/Settings.php
@@ -7,6 +7,7 @@
static public function getDatabaseMap () : array {
return [
'agora' => 'nasqueron_wiki',
+ 'cosmo' => 'inidal_wiki',
'wolfplex' => 'wolfplexdb',
];
}
@@ -34,6 +35,7 @@
'wgDefaultSkin' => [
'default' => 'vector',
'agora' => 'timeless',
+ 'cosmo' => 'timeless',
// TODO: find utopia skin
],
@@ -138,6 +140,7 @@
'default' => 'Wiki',
'agora' => 'Nasqueron Agora',
'arsmagica' => 'Ars Magica',
+ 'cosmo' => 'Cosmo',
'utopia' => 'Utopia',
'wolfplex' => 'Wolfplex',
],
@@ -174,6 +177,18 @@
'deleterevision' => true,
],
],
+ 'cosmo' => [
+ '*' => [
+ // Private wiki
+ 'read' => false,
+ 'edit' => false,
+ 'createaccount' => false,
+ ],
+ 'sysop' => [
+ 'deletelogentry' => true,
+ 'deleterevision' => true,
+ ],
+ ],
'+utopia' => [
'confirmed' => [
"autoconfirmed" => true,
@@ -191,6 +206,7 @@
'default' => 'wiki',
'agora' => 'root',
'arsmagica' => 'root',
+ 'cosmo' => 'root',
],
///
@@ -247,11 +263,21 @@
'default' => true,
],
+ // This extension is already included with Scribunto.
+ 'saasUseExtensionWikiEditor' => [
+ 'default' => false,
+ 'cosmo' => true,
+ ],
+
'saasUseExtensionWolfplexMessages' => [
'default' => false,
'wolfplex' => true,
],
+ 'saasUseSkinMinervaNeue' => [
+ 'default' => true,
+ ],
+
'saasUseSkinMonoBook' => [
'default' => true,
],

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 29, 15:31 (22 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2164474
Default Alt Text
D2270.id5725.diff (2 KB)

Event Timeline