[MediaWiki-commits] [Gerrit] mediawiki...Flow[wmf/1.28.0-wmf.17]: Followup I7ad9dd5b436: Truncate title in item label

2016-08-30 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Followup I7ad9dd5b436: Truncate title in item label
..


Followup I7ad9dd5b436: Truncate title in item label

Bug: T132975
Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
(cherry picked from commit 33e5b79c852946833c89cf6de907a16770f502bf)
---
M includes/Notifications/FlowPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/Notifications/FlowPresentationModel.php 
b/includes/Notifications/FlowPresentationModel.php
index c510f98..873a751 100644
--- a/includes/Notifications/FlowPresentationModel.php
+++ b/includes/Notifications/FlowPresentationModel.php
@@ -210,7 +210,7 @@
$link['label'] = $this
->msg( 'notification-dynamic-actions-flow-' . $type . 
'-unwatch' )
->params(
-   $title->getPrefixedText(),
+   $stringPageTitle,
$title->getFullURL( $query )
)
->parse();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.28.0-wmf.17
Gerrit-Owner: Catrope 
Gerrit-Reviewer: Catrope 
Gerrit-Reviewer: Mooeypoo 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...Flow[wmf/1.28.0-wmf.17]: Followup I7ad9dd5b436: Truncate title in item label

2016-08-30 Thread Catrope (Code Review)
Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/307633

Change subject: Followup I7ad9dd5b436: Truncate title in item label
..

Followup I7ad9dd5b436: Truncate title in item label

Bug: T132975
Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
(cherry picked from commit 33e5b79c852946833c89cf6de907a16770f502bf)
---
M includes/Notifications/FlowPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/33/307633/1

diff --git a/includes/Notifications/FlowPresentationModel.php 
b/includes/Notifications/FlowPresentationModel.php
index c510f98..873a751 100644
--- a/includes/Notifications/FlowPresentationModel.php
+++ b/includes/Notifications/FlowPresentationModel.php
@@ -210,7 +210,7 @@
$link['label'] = $this
->msg( 'notification-dynamic-actions-flow-' . $type . 
'-unwatch' )
->params(
-   $title->getPrefixedText(),
+   $stringPageTitle,
$title->getFullURL( $query )
)
->parse();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fc3ec881fdf04e5f6d95f5a87bb62eb04df3086
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.28.0-wmf.17
Gerrit-Owner: Catrope 
Gerrit-Reviewer: Mooeypoo 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits