[go: up one dir, main page]

Page MenuHomePhabricator
Authored By
sbassett
Jul 24 2023, 7:30 PM
Size
812 B
Referenced Files
None
Subscribers
None

T340221-rev2.patch

From 0c4742e76d1ff5d1ec0a47489bf2c12d300a17fe Mon Sep 17 00:00:00 2001
From: Maryum Styles <mstyles@wikimedia.org>
Date: Wed, 12 Jul 2023 16:11:18 -0700
Subject: [PATCH] MainConfigSchema: update RawHtmlMessages
adding raw html messages from skin.php to better escape html
Bug: T340221
---
includes/MainConfigSchema.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/includes/MainConfigSchema.php b/includes/MainConfigSchema.php
index fa4df1efcf1..9efdd32055d 100644
--- a/includes/MainConfigSchema.php
+++ b/includes/MainConfigSchema.php
@@ -4893,6 +4893,8 @@ class MainConfigSchema {
'copyright',
'history_copyright',
'googlesearch',
+ 'youhavenewmessagesmanyusers',
+ 'youhavenewmessages',
],
'type' => 'list',
'items' => [ 'type' => 'string', ],
--
2.39.2 (Apple Git-143)

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10928426
Default Alt Text
T340221-rev2.patch (812 B)

Event Timeline