jenkins-bot has submitted this change and it was merged.

Change subject: Update wikifont icon in 'More option' menu
......................................................................


Update wikifont icon in 'More option' menu

@Todo - There is no matching icon in 
https://www.mediawiki.org/wiki/Design/WikiFont
for the summarize icon, a three-bar icon is used instead

Change-Id: I17eb83bd66cac494e7a08c3957be55b99c96a6a3
---
M handlebars/compiled/flow_block_topic.handlebars.php
M handlebars/compiled/flow_block_topic_moderate_post.handlebars.php
M handlebars/compiled/flow_block_topic_moderate_topic.handlebars.php
M handlebars/compiled/flow_block_topiclist.handlebars.php
M handlebars/compiled/flow_post.handlebars.php
M handlebars/flow_post_actions.handlebars
M handlebars/flow_topic_titlebar.handlebars
7 files changed, 26 insertions(+), 26 deletions(-)

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



diff --git a/handlebars/compiled/flow_block_topic.handlebars.php 
b/handlebars/compiled/flow_block_topic.handlebars.php
index 8fdaa81..168f869 100644
--- a/handlebars/compiled/flow_block_topic.handlebars.php
+++ b/handlebars/compiled/flow_block_topic.handlebars.php
@@ -86,7 +86,7 @@
                                                <a class="flow-ui-button 
flow-ui-quiet flow-ui-thin"
                                                   
href="'.htmlentities(((is_array($in['links']['topic-history']) && 
isset($in['links']['topic-history']['url'])) ? 
$in['links']['topic-history']['url'] : null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['links']['topic-history']) && 
isset($in['links']['topic-history']['title'])) ? 
$in['links']['topic-history']['title'] : null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-article"></span>
+                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-history'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -119,7 +119,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="hide">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-hide-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -132,7 +132,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="restore">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-unhide-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -198,7 +198,7 @@
                                                   
data-flow-id="'.htmlentities(((is_array($in) && isset($in['postId'])) ? 
$in['postId'] : null), ENT_QUOTES, 'UTF-8').'"
                                                   
href="'.htmlentities(((is_array($in['actions']['close']) && 
isset($in['actions']['close']['url'])) ? $in['actions']['close']['url'] : 
null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['close']) && 
isset($in['actions']['close']['title'])) ? $in['actions']['close']['title'] : 
null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-close-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -212,7 +212,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   
href="'.htmlentities(((is_array($in['actions']['reopen']) && 
isset($in['actions']['reopen']['url'])) ? $in['actions']['reopen']['url'] : 
null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['reopen']) && 
isset($in['actions']['reopen']['title'])) ? $in['actions']['reopen']['title'] : 
null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-reopen-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -225,7 +225,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   
href="'.htmlentities(((is_array($in['actions']['summarize']) && 
isset($in['actions']['summarize']['url'])) ? $in['actions']['summarize']['url'] 
: null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['summarize']) && 
isset($in['actions']['summarize']['title'])) ? 
$in['actions']['summarize']['title'] : null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stripe-toc"></span>
                                                        '.((LCRun3::ifvar($cx, 
((is_array($in) && isset($in['summary'])) ? $in['summary'] : null))) ? '
                                                                
'.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-topic-action-resummarize-topic'),Array()), 'encq').'
                                                        ' : '
diff --git a/handlebars/compiled/flow_block_topic_moderate_post.handlebars.php 
b/handlebars/compiled/flow_block_topic_moderate_post.handlebars.php
index 7e82222..d62416c 100644
--- a/handlebars/compiled/flow_block_topic_moderate_post.handlebars.php
+++ b/handlebars/compiled/flow_block_topic_moderate_post.handlebars.php
@@ -153,7 +153,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="hide">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-hide-post'),Array()), 'encq').'
                                </a>
                        </li>
@@ -166,7 +166,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="restore">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-unhide-post'),Array()), 'encq').'
                                </a>
                        </li>
diff --git a/handlebars/compiled/flow_block_topic_moderate_topic.handlebars.php 
b/handlebars/compiled/flow_block_topic_moderate_topic.handlebars.php
index 7e82222..d62416c 100644
--- a/handlebars/compiled/flow_block_topic_moderate_topic.handlebars.php
+++ b/handlebars/compiled/flow_block_topic_moderate_topic.handlebars.php
@@ -153,7 +153,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="hide">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-hide-post'),Array()), 'encq').'
                                </a>
                        </li>
@@ -166,7 +166,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="restore">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-unhide-post'),Array()), 'encq').'
                                </a>
                        </li>
diff --git a/handlebars/compiled/flow_block_topiclist.handlebars.php 
b/handlebars/compiled/flow_block_topiclist.handlebars.php
index f7fb3d4..5fc2ad3 100644
--- a/handlebars/compiled/flow_block_topiclist.handlebars.php
+++ b/handlebars/compiled/flow_block_topiclist.handlebars.php
@@ -179,7 +179,7 @@
                                                <a class="flow-ui-button 
flow-ui-quiet flow-ui-thin"
                                                   
href="'.htmlentities(((is_array($in['links']['topic-history']) && 
isset($in['links']['topic-history']['url'])) ? 
$in['links']['topic-history']['url'] : null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['links']['topic-history']) && 
isset($in['links']['topic-history']['title'])) ? 
$in['links']['topic-history']['title'] : null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-article"></span>
+                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-history'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -212,7 +212,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="hide">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-hide-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -225,7 +225,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="restore">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-unhide-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -291,7 +291,7 @@
                                                   
data-flow-id="'.htmlentities(((is_array($in) && isset($in['postId'])) ? 
$in['postId'] : null), ENT_QUOTES, 'UTF-8').'"
                                                   
href="'.htmlentities(((is_array($in['actions']['close']) && 
isset($in['actions']['close']['url'])) ? $in['actions']['close']['url'] : 
null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['close']) && 
isset($in['actions']['close']['title'])) ? $in['actions']['close']['title'] : 
null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-close-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -305,7 +305,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   
href="'.htmlentities(((is_array($in['actions']['reopen']) && 
isset($in['actions']['reopen']['url'])) ? $in['actions']['reopen']['url'] : 
null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['reopen']) && 
isset($in['actions']['reopen']['title'])) ? $in['actions']['reopen']['title'] : 
null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        '.LCRun3::ch($cx, 
'l10n', Array(Array('flow-topic-action-reopen-topic'),Array()), 'encq').'
                                                </a>
                                        </li>
@@ -318,7 +318,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   
href="'.htmlentities(((is_array($in['actions']['summarize']) && 
isset($in['actions']['summarize']['url'])) ? $in['actions']['summarize']['url'] 
: null), ENT_QUOTES, 'UTF-8').'"
                                                   
title="'.htmlentities(((is_array($in['actions']['summarize']) && 
isset($in['actions']['summarize']['title'])) ? 
$in['actions']['summarize']['title'] : null), ENT_QUOTES, 'UTF-8').'">
-                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stripe-toc"></span>
                                                        '.((LCRun3::ifvar($cx, 
((is_array($in) && isset($in['summary'])) ? $in['summary'] : null))) ? '
                                                                
'.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-topic-action-resummarize-topic'),Array()), 'encq').'
                                                        ' : '
diff --git a/handlebars/compiled/flow_post.handlebars.php 
b/handlebars/compiled/flow_post.handlebars.php
index 3767a7c..2fa6c77 100644
--- a/handlebars/compiled/flow_post.handlebars.php
+++ b/handlebars/compiled/flow_post.handlebars.php
@@ -123,7 +123,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="hide">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-hide-post'),Array()), 'encq').'
                                </a>
                        </li>
@@ -136,7 +136,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="restore">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        '.LCRun3::ch($cx, 'l10n', 
Array(Array('flow-post-action-unhide-post'),Array()), 'encq').'
                                </a>
                        </li>
diff --git a/handlebars/flow_post_actions.handlebars 
b/handlebars/flow_post_actions.handlebars
index 63c7b8a..dcf8e83 100644
--- a/handlebars/flow_post_actions.handlebars
+++ b/handlebars/flow_post_actions.handlebars
@@ -29,7 +29,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="hide">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        {{l10n "flow-post-action-hide-post"}}
                                </a>
                        </li>
@@ -42,7 +42,7 @@
                                   
data-flow-interactive-handler="moderationDialog"
                                   data-template="flow_moderate_post"
                                   data-role="restore">
-                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                        {{l10n "flow-post-action-unhide-post"}}
                                </a>
                        </li>
diff --git a/handlebars/flow_topic_titlebar.handlebars 
b/handlebars/flow_topic_titlebar.handlebars
index f730ddd..ddba991 100644
--- a/handlebars/flow_topic_titlebar.handlebars
+++ b/handlebars/flow_topic_titlebar.handlebars
@@ -22,7 +22,7 @@
                                                <a class="flow-ui-button 
flow-ui-quiet flow-ui-thin"
                                                   
href="{{links.topic-history.url}}"
                                                   
title="{{links.topic-history.title}}">
-                                                       <span class="wikiglyph 
wikiglyph-article"></span>
+                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
                                                        {{l10n 
"flow-topic-action-history"}}
                                                </a>
                                        </li>
@@ -55,7 +55,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="hide">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        {{l10n 
"flow-topic-action-hide-topic"}}
                                                </a>
                                        </li>
@@ -68,7 +68,7 @@
                                                   
data-flow-interactive-handler="moderationDialog"
                                                   
data-template="flow_moderate_topic"
                                                   data-role="restore">
-                                                       <span class="wikiglyph 
wikiglyph-eye-lid"></span>
+                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
                                                        {{l10n 
"flow-topic-action-unhide-topic"}}
                                                </a>
                                        </li>
@@ -134,7 +134,7 @@
                                                   data-flow-id="{{postId}}"
                                                   href="{{actions.close.url}}"
                                                   
title="{{actions.close.title}}">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        {{l10n 
"flow-topic-action-close-topic"}}
                                                </a>
                                        </li>
@@ -148,7 +148,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   href="{{actions.reopen.url}}"
                                                   
title="{{actions.reopen.title}}">
-                                                       <span class="wikiglyph 
wikiglyph-clock"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stop"></span>
                                                        {{l10n 
"flow-topic-action-reopen-topic"}}
                                                </a>
                                        </li>
@@ -161,7 +161,7 @@
                                                   data-flow-api-target="< 
.flow-topic-titlebar .flow-topic-summary-container"
                                                   
href="{{actions.summarize.url}}"
                                                   
title="{{actions.summarize.title}}">
-                                                       <span class="wikiglyph 
wikiglyph-flag"></span>
+                                                       <span class="wikiglyph 
wikiglyph-stripe-toc"></span>
                                                        {{#if summary}}
                                                                {{l10n 
"flow-topic-action-resummarize-topic"}}
                                                        {{else}}

-- 
To view, visit https://gerrit.wikimedia.org/r/146352
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I17eb83bd66cac494e7a08c3957be55b99c96a6a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to