Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767798
D3165.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3165.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3165: Configure WarnNotRecentlyUpdated extension for Agora
Attached
Detach File
Event Timeline
Log In to Comment