http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90903

Revision: 90903
Author:   reedy
Date:     2011-06-27 20:11:31 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
Followup r90902, remove old code that was supposed to be deleted

Fixup some whitespace

Modified Paths:
--------------
    trunk/extensions/CodeReview/CodeReview.i18n.php
    trunk/extensions/CodeReview/backend/CodeRevision.php
    trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js

Modified: trunk/extensions/CodeReview/CodeReview.i18n.php
===================================================================
--- trunk/extensions/CodeReview/CodeReview.i18n.php     2011-06-27 20:03:59 UTC 
(rev 90902)
+++ trunk/extensions/CodeReview/CodeReview.i18n.php     2011-06-27 20:11:31 UTC 
(rev 90903)
@@ -304,8 +304,7 @@
 * {{msg-mw|code-signoff-flag-inspected}}
 * {{msg-mw|code-signoff-flag-tested}}',
        'code-signoff-field-date' => 'Table column header: timestamp of the 
sign-off. {{Identical|Date}}',
-       'code-signoff-struckdate' => 'This is displayed in the date column for 
a struck sign-off. $1 is the timestamp of the sign-off, $2 is the timestamp of 
when it was struck.
-Struck is the past tense of verb strike (as in delete).',
+       'code-signoff-struckdate' => 'This is displayed in the date column for 
a struck sign-off. $1 is the timestamp of the sign-off, $2 is the timestamp of 
when it was struck. Struck is the past tense of verb strike (as in delete).',
        'code-pathsearch-path' => '{{Identical|Path}}',
        'code-revfilter-cr_status' => '{{Identical|Status}}',
        'code-revfilter-cr_author' => '{{Identical|Author}}',

Modified: trunk/extensions/CodeReview/backend/CodeRevision.php
===================================================================
--- trunk/extensions/CodeReview/backend/CodeRevision.php        2011-06-27 
20:03:59 UTC (rev 90902)
+++ trunk/extensions/CodeReview/backend/CodeRevision.php        2011-06-27 
20:11:31 UTC (rev 90903)
@@ -253,6 +253,7 @@
        private static function makeStateMessageKey( $key ) {
                return "code-status-$key";
        }
+
        /**
         * List of all flags a user can mark themself as having done to a 
revision
         * @return Array

Modified: trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js
===================================================================
--- trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js      
2011-06-27 20:03:59 UTC (rev 90902)
+++ trunk/extensions/CodeReview/modules/ext.codereview.tooltips.js      
2011-06-27 20:11:31 UTC (rev 90903)
@@ -43,13 +43,6 @@
                                        var status = mw.html.escape( rev.status 
);
                                        var author = mw.html.escape( rev.author 
);
 
-                                       var tip = '<div 
class="mw-codereview-status-' + status + '" style="padding:5px 8px 4px; 
margin:-5px -8px -4px;">'
-                                               + 'r' + matches[2]
-                                               + ' [' + mw.msg( 
'codereview-status-' + status ) + '] by '
-                                               + author
-                                               + ( rev['*'] ? ' - ' + text : 
'' )
-                                               + '</div>';
-
                                        var tip = '<div 
class="mw-codereview-status-' + status + '" style="padding:5px 8px 4px; 
margin:-5px -8px -4px;">';
 
                                        if ( rev[*] ) {


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

Reply via email to