jenkins-bot has submitted this change and it was merged.
Change subject: Remove old, now unused mention flyout messages
......................................................................
Remove old, now unused mention flyout messages
These are no longer used in the interface, 'notification-header-mention'
and 'notification-header-mention-nosection' are used instead.
Change-Id: I08ffe47cf7932637b77f43f6ec374272b5e3ca3e
---
M Echo.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 0 insertions(+), 6 deletions(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
diff --git a/Echo.php b/Echo.php
index 879691e..7e38a40 100644
--- a/Echo.php
+++ b/Echo.php
@@ -383,8 +383,6 @@
'formatter-class' => 'EchoMentionFormatter',
'title-message' => 'notification-mention',
'title-params' => array( 'agent', 'subject-anchor', 'title',
'section-title', 'main-title-text' ),
- 'flyout-message' => 'notification-mention-flyout',
- 'flyout-params' => array( 'agent', 'subject-anchor', 'title',
'section-title', 'main-title-text' ),
'email-subject-message' => 'notification-mention-email-subject',
'email-subject-params' => array( 'agent' ),
'email-body-batch-message' =>
'notification-mention-email-batch-body',
diff --git a/i18n/en.json b/i18n/en.json
index 36ec384..43c97b7 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -68,10 +68,8 @@
"notification-add-talkpage-topic-yours2": "[[User:$1|$1]]
{{GENDER:$1|sent}} you a message: \"[[$3#$2|$2]]\".",
"notification-add-comment-yours2": "[[User:$1|$1]]
{{GENDER:$1|commented}} on \"[[$3#$2|$2]]\" on your talk page.",
"notification-mention": "[[User:$1|$1]] {{GENDER:$1|mentioned}} you on
the $5 talk page in \"[[:$3#$2|$4]]\".",
- "notification-mention-flyout": "$1 {{GENDER:$1|mentioned}} you on the
$5 talk page in \"[[:$3#$2|$4]]\".",
"notification-header-mention": "$1 {{GENDER:$2|mentioned}} you on the
$3 talk page in \"$4\".",
"notification-mention-nosection": "[[User:$1|$1]]
{{GENDER:$1|mentioned}} you on the [[:$3|$2 talk page]].",
- "notification-mention-nosection-flyout": "$1 {{GENDER:$1|mentioned}}
you on the [[:$3|$2 talk page]].",
"notification-header-mention-nosection": "$1 {{GENDER:$2|mentioned}}
you on the [[:$4|$3 talk page]].",
"notification-user-rights": "Your user rights
[[Special:Log/rights/$1|were {{GENDER:$1|changed}}]] by [[User:$1|$1]]. $2.
[[Special:ListGroupRights|Learn more]]",
"notification-header-user-rights": "Your user rights were
{{GENDER:$2|changed}} by $1. $3. [[Special:ListGroupRights|Learn more]]",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index aa39baf..b66dfcb 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -89,10 +89,8 @@
"notification-add-talkpage-topic-yours2": "Parameters:\n* $1 - a
username, plain text. Can be used for GENDER.\n* $2 - a page section\n* $3 - a
page title",
"notification-add-comment-yours2": "Parameters:\n* $1 - a username,
plain text; can be used for GENDER\n* $2 - discussion name\n* $3 - link to user
talk page\nSee also:\n* {{msg-mw|Notification-add-comment2}}",
"notification-mention": "Format for displaying notifications of a
comment in a specific section including a link to another user's user
page.\n\nParameters:\n* $1 - the username of the person who edited, plain text.
Can be used for GENDER\n* $2 - the section title of the discussion\n* $3 - the
page title of the discussion\n* $4 - the raw section title text\n* $5 - the
title text without namespace (a page title in any namespace)",
- "notification-mention-flyout": "Flyout-specific format for displaying
notifications of a comment in a specific section.\nParameters:\n* $1 - the
username of the person who mentioned you, plain text. Can be used for
GENDER.\n* $2 - the section title of the discussion\n* $3 - the page title of
the discussion\n* $4 - the raw section title text\n* $5 - the title text
without namespace (a page title in any namespace)",
"notification-header-mention": "Header text for a notification when you
are mentioned by another user.\n* $1 is that user's name (not suitable for
GENDER).\n* $2 is the user's name for use in GENDER.\n* $3 is the name of the
page without namespace they were mentioned in.\n* $4 is a link to the section
they were mentioned in.",
"notification-mention-nosection": "Format for displaying notifications
of a comment including a link to another user's user page. Parameters:\n* $1 -
the username of the person who edited, plain text. Can be used for GENDER\n* $2
- the title text without namespace (a page title in any namespace)\n* $3 - the
page title of the discussion",
- "notification-mention-nosection-flyout": "Flyout-specific format for
displaying notifications of a comment.\nParameters:\n* $1 - the username of the
person who edited, plain text. Can be used for GENDER\n* $2 - the title text
without namespace (a page title in any namespace)\n* $3 - the page title of the
discussion",
"notification-header-mention-nosection": "Header text for a
notification when you are mentioned by another user, but not in a section of a
page.\n* $1 is that user's name (not suitable for GENDER).\n* $2 is the user's
name for use in GENDER.\n* $3 is the name of the page without namespace they
were mentioned in.\n* $4 is the full page name, for use in a link.",
"notification-user-rights": "Format for displaying notifications of a
user right change in notification page.\n\nParameters:\n* $1 - the username of
the person who made the user right change. Can be used for GENDER support.\n*
$2 - a semicolon separated list of {{msg-mw|Notification-user-rights-add}},
{{msg-mw|Notification-user-rights-remove}}",
"notification-header-user-rights": "Format for displaying notifications
of a user right change in notification flyout. Parameters:\n* $1 - the
username of the person who made the user right change, formatted for display.
Cannot be used for GENDER\n* $2 - the raw username of the person who made the
user rights change, can be used for GENDER support\n* $3 - a semicolon
separated list of {{msg-mw|notification-user-rights-add}},
{{msg-mw|notification-user-rights-remove}}",
--
To view, visit https://gerrit.wikimedia.org/r/253492
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I08ffe47cf7932637b77f43f6ec374272b5e3ca3e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits