Page MenuHomeDevCentral

D3165.diff
No OneTemporary

D3165.diff

diff --git a/config/Settings.php b/config/Settings.php
--- a/config/Settings.php
+++ b/config/Settings.php
@@ -265,6 +265,20 @@
],
],
+ ///
+ /// WarnNotRecentlyUpdated extension
+ ///
+
+ 'wgWarnNotRecentlyUpdatedDelay' => [
+ 'agora' => 365 * 24 * 3_600, // one year - T1893
+ ],
+
+ 'wgWarnNotRecentlyUpdatedPages' => [
+ NS_MAIN => [
+ "Operations grimoire/" => "old-NOG", // T1893
+ ],
+ ],
+
///
/// Skins and extensions to load
///
@@ -294,6 +308,11 @@
'default' => true,
],
+ 'saasUseExtensionWarnNotRecentlyUpdated' => [
+ 'default' => false,
+ 'agora' => true, // T1893
+ ],
+
// This extension is already included with Scribunto.
'saasUseExtensionWikiEditor' => [
'default' => false,

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 03:35 (20 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259453
Default Alt Text
D3165.diff (1 KB)

Event Timeline