r45575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45574‎ | r45575 | r45576 >
Date:19:31, 8 January 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Added status link in repo list
Modified paths:
  • /trunk/extensions/CodeReview/CodeRepoListView.php (modified) (history)
  • /trunk/extensions/CodeReview/CodeReview.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.i18n.php
@@ -21,6 +21,7 @@
2222 'code-load-diff'=> 'Loading diff…',
2323 'code-notes' => 'review notes',
2424 'code-authors' => 'authors',
 25+ 'code-status' => 'status',
2526 'code-tags' => 'tags',
2627 'code-authors-text' => 'Below is a list of repo authors in order of recent commits.',
2728 'code-author-haslink' => 'This author is linked to the wiki user $1',
Index: trunk/extensions/CodeReview/CodeRepoListView.php
@@ -21,6 +21,7 @@
2222 public static function getNavItem( $name ) {
2323 $text = "'''[[Special:Code/$name|$name]]''' (";
2424 $text .= "[[Special:Code/$name/comments|".wfMsgHtml( 'code-notes' )."]]";
 25+ $text .= " | [[Special:Code/$name/status|".wfMsgHtml( 'code-status' )."]]";
2526 $text .= " | [[Special:Code/$name/tag|".wfMsgHtml( 'code-tags' )."]]";
2627 $text .= " | [[Special:Code/$name/author|".wfMsgHtml( 'code-authors' )."]]";
2728 $text .= ")";

Comments

#Comment by Bryan (talk | contribs)   13:22, 11 January 2009

For more flexibility we might as well make this whole line a new message:

$1 (notes" | status | tags | author)

#Comment by Nikerabbit (talk | contribs)   13:40, 11 January 2009

Would be pain to keep it up-to-date wrt. site customisations vs. translations.

Status & tagging log