Page MenuHomeDevCentral

D3165.id8074.diff
No OneTemporary

D3165.id8074.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
Tue, Oct 1, 00:22 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2167421
Default Alt Text
D3165.id8074.diff (1 KB)

Event Timeline