https://www.mediawiki.org/wiki/Special:Code/MediaWiki/110070

Revision: 110070
Author:   gregchiasson
Date:     2012-01-26 19:56:12 +0000 (Thu, 26 Jan 2012)
Log Message:
-----------
ATF5 - fix issues from r109258 (not calling text() on messages) - one of the 
messages is gone, so that's been removed from here and from the english 
translation (it was never in the qqq translation to begin with), and the other 
is going through text() (cant use plain because it has a plural in it). The 
comment about the date issue was resolved as part of the changes to date 
display in r110068

Modified Paths:
--------------
    trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php
    trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php

Modified: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php
===================================================================
--- trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php       
2012-01-26 19:41:50 UTC (rev 110069)
+++ trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php       
2012-01-26 19:56:12 UTC (rev 110070)
@@ -71,7 +71,6 @@
        'articlefeedbackv5-special-filter-label-before' => 'Showing:',
        'articlefeedbackv5-special-filter-label-after' => '',
        'articlefeedbackv5-special-showing' => '{{PLURAL:$1|1 feedback post|$1 
feedback posts }} on this article',
-       'articlefeedbackv5-comment-link' => 'Permalink',
        'articleFeedbackv5-comment-ago'  => '$1 ago',
        'articlefeedbackv5-updates-since' => '{{PLURAL:$1|1 edit|$1 edits}} 
since post',
        'articlefeedbackv5-special-more' => 'Show more posts',

Modified: 
trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
===================================================================
--- trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php 
2012-01-26 19:41:50 UTC (rev 110069)
+++ trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php 
2012-01-26 19:56:12 UTC (rev 110070)
@@ -322,7 +322,7 @@
                if( $record[0]->age > 0 ) {
                        $details .=  Linker::link(
                                Title::newFromText( $record[0]->page_title ),
-                               wfMessage( 'articlefeedbackv5-updates-since',  
$record[0]->age ), 
+                               wfMessage( 'articlefeedbackv5-updates-since',  
$record[0]->age )->text(), 
                                array(),
                                array(
                                        'action' => 'historysubmit',


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to