[MediaWiki-commits] [Gerrit] mediawiki...WikimediaMessages[master]: RCFilters: Add 'learn more' link to guided tour introducing ...

2017-09-26 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/379448 )

Change subject: RCFilters: Add 'learn more' link to guided tour introducing 
rcfilters
..


RCFilters: Add 'learn more' link to guided tour introducing rcfilters

Bug: T169613
Change-Id: I2dd93ef7080a7058f8733f444f26792bdb59a53d
---
M WikimediaMessages.hooks.php
M i18n/wikimedia/en.json
M i18n/wikimedia/qqq.json
M modules/rcfilters-intro-tour.js
M modules/rcfilters-intro-tour.less
5 files changed, 24 insertions(+), 7 deletions(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/WikimediaMessages.hooks.php b/WikimediaMessages.hooks.php
index 70ad0a5..a40a8e4 100644
--- a/WikimediaMessages.hooks.php
+++ b/WikimediaMessages.hooks.php
@@ -1363,6 +1363,7 @@
'messages' => [

'eri-rcfilters-tour-intro-welcome-title',

'eri-rcfilters-tour-intro-welcome-description',
+   'eri-rcfilters-tour-help',

'eri-rcfilters-tour-intro-welcome-no-ores-description',

'eri-rcfilters-tour-intro-preferences-description',

'eri-rcfilters-tour-intro-welcome-button',
diff --git a/i18n/wikimedia/en.json b/i18n/wikimedia/en.json
index aeaeabd..2989102 100644
--- a/i18n/wikimedia/en.json
+++ b/i18n/wikimedia/en.json
@@ -281,8 +281,9 @@
"eri-rcfilters-tour-welcome-no-ores-description": "Review edits using 
an easier and more powerful interface, additional filters, user-defined 
highlighting and other improvements.",
"eri-rcfilters-tour-welcome-button": "OK, got it",
"eri-rcfilters-tour-intro-welcome-title": "Welcome to improved Recent 
Changes filtering",
-   "eri-rcfilters-tour-intro-welcome-description": "Review edits more 
efficiently using improved tools, a new interface and the power of machine 
learning.",
-   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Review edits 
more efficiently using new filters, a more powerful interface, user-defined 
highlighting and other improvements.",
+   "eri-rcfilters-tour-intro-welcome-description": "Review edits more 
efficiently using improved tools, a new interface and the power of machine 
learning. $1",
+   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Review edits 
more efficiently using new filters, a more powerful interface, user-defined 
highlighting and other improvements. $1",
+   "eri-rcfilters-tour-help": "Learn more",
"eri-rcfilters-tour-intro-preferences-description": "Access your 
preferences any time to disable the improved version of Recent Changes.",
"eri-rcfilters-tour-intro-welcome-button": "OK, got it",
"eri-rcfilters-tour-highlight-title": "Color code your results",
diff --git a/i18n/wikimedia/qqq.json b/i18n/wikimedia/qqq.json
index 28a0e9d..ed4b25d 100644
--- a/i18n/wikimedia/qqq.json
+++ b/i18n/wikimedia/qqq.json
@@ -310,8 +310,9 @@
"eri-rcfilters-tour-welcome-no-ores-description": "Description of the 
first step of the guided tour introducing the RC filters beta feature, if 
machine learning tools are not available on the wiki.",
"eri-rcfilters-tour-welcome-button": "Text of the button to close the 
RC filters beta feature guided tour.",
"eri-rcfilters-tour-intro-welcome-title": "Title of the first step of 
the guided tour introducing the new Recent Changes filtering features.",
-   "eri-rcfilters-tour-intro-welcome-description": "Description of the 
first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are available on this wiki.",
-   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Description of 
the first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are not available on the wiki.",
+   "eri-rcfilters-tour-intro-welcome-description": "Description of the 
first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are available on this 
wiki.\n\nParameters:\n$1 - Link to the Enhanced Filters help page",
+   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Description of 
the first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are not available on the 
wiki.\n\nParameters:\n$1 - Link to the Enhanced Filters help page",
+   "eri-rcfilters-tour-help": "Text for the link to the help page of 
enhanced filters in the guided tour introducing the new Recent Changes 
filtering features",
"eri-rcfilters-tour-intro-preferences-description": "Description for 
the second step of the guided tour introducing the new Recent 

[MediaWiki-commits] [Gerrit] mediawiki...WikimediaMessages[master]: RCFilters: Add 'learn more' link to guided tour introducing ...

2017-09-20 Thread Mooeypoo (Code Review)
Mooeypoo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379448 )

Change subject: RCFilters: Add 'learn more' link to guided tour introducing 
rcfilters
..

RCFilters: Add 'learn more' link to guided tour introducing rcfilters

Bug: T169613
Change-Id: I2dd93ef7080a7058f8733f444f26792bdb59a53d
---
M WikimediaMessages.hooks.php
M i18n/wikimedia/en.json
M i18n/wikimedia/qqq.json
M modules/rcfilters-intro-tour.js
M modules/rcfilters-intro-tour.less
5 files changed, 24 insertions(+), 7 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMessages 
refs/changes/48/379448/1

diff --git a/WikimediaMessages.hooks.php b/WikimediaMessages.hooks.php
index c0392fa..d7f3c82 100644
--- a/WikimediaMessages.hooks.php
+++ b/WikimediaMessages.hooks.php
@@ -1363,6 +1363,7 @@
'messages' => [

'eri-rcfilters-tour-intro-welcome-title',

'eri-rcfilters-tour-intro-welcome-description',
+   'eri-rcfilters-tour-help',

'eri-rcfilters-tour-intro-welcome-no-ores-description',

'eri-rcfilters-tour-intro-preferences-description',

'eri-rcfilters-tour-intro-welcome-button',
diff --git a/i18n/wikimedia/en.json b/i18n/wikimedia/en.json
index 4a00e8e..d8b48f1 100644
--- a/i18n/wikimedia/en.json
+++ b/i18n/wikimedia/en.json
@@ -289,8 +289,9 @@
"eri-rcfilters-tour-welcome-no-ores-description": "Review edits using 
an easier and more powerful interface, additional filters, user-defined 
highlighting and other improvements.",
"eri-rcfilters-tour-welcome-button": "OK, got it",
"eri-rcfilters-tour-intro-welcome-title": "Welcome to improved Recent 
Changes filtering",
-   "eri-rcfilters-tour-intro-welcome-description": "Review edits more 
efficiently using improved tools, a new interface and the power of machine 
learning.",
-   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Review edits 
more efficiently using new filters, a more powerful interface, user-defined 
highlighting and and other improvements.",
+   "eri-rcfilters-tour-intro-welcome-description": "Review edits more 
efficiently using improved tools, a new interface and the power of machine 
learning. $1",
+   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Review edits 
more efficiently using new filters, a more powerful interface, user-defined 
highlighting and and other improvements. $1",
+   "eri-rcfilters-tour-help": "Learn more",
"eri-rcfilters-tour-intro-preferences-description": "Access your 
preferences any time to disable the improved version of Recent Changes.",
"eri-rcfilters-tour-intro-welcome-button": "OK, got it",
"eri-rcfilters-tour-highlight-title": "Color code your results",
diff --git a/i18n/wikimedia/qqq.json b/i18n/wikimedia/qqq.json
index a8843db..03e14c0 100644
--- a/i18n/wikimedia/qqq.json
+++ b/i18n/wikimedia/qqq.json
@@ -318,8 +318,9 @@
"eri-rcfilters-tour-welcome-no-ores-description": "Description of the 
first step of the guided tour introducing the RC filters beta feature, if 
machine learning tools are not available on the wiki.",
"eri-rcfilters-tour-welcome-button": "Text of the button to close the 
RC filters beta feature guided tour.",
"eri-rcfilters-tour-intro-welcome-title": "Title of the first step of 
the guided tour introducing the new Recent Changes filtering features.",
-   "eri-rcfilters-tour-intro-welcome-description": "Description of the 
first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are available on this wiki.",
-   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Description of 
the first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are not available on the wiki.",
+   "eri-rcfilters-tour-intro-welcome-description": "Description of the 
first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are available on this 
wiki.\n\nParameters:\n$1 - Link to the Enhanced Filters help page",
+   "eri-rcfilters-tour-intro-welcome-no-ores-description": "Description of 
the first step of the guided tour introducing the new Recent Changes filtering 
features, if machine learning tools are not available on the 
wiki.\n\nParameters:\n$1 - Link to the Enhanced Filters help page",
+   "eri-rcfilters-tour-help": "Title for the link to the help page of 
enanced filters in the guided tour introducing the new Recent Changes filtering 
features",
"eri-rcfilters-tour-intro-preferences-description": "Description for 
the second step of the guided tour