Index: branches/wmf-deployment/extensions/CodeReview/ui/CodeAuthorListView.php |
— | — | @@ -10,11 +10,11 @@ |
11 | 11 | function execute() { |
12 | 12 | global $wgOut; |
13 | 13 | $authors = $this->mRepo->getAuthorList(); |
14 | | - $name = $this->mRepo->getName(); |
| 14 | + $repo = $this->mRepo->getName(); |
15 | 15 | $text = wfMsg( 'code-authors-text' ) . "\n"; |
16 | 16 | foreach ( $authors as $committer ) { |
17 | 17 | if ( $committer ) { |
18 | | - $text .= "* [[Special:Code/$name/author/$committer|$committer]]"; |
| 18 | + $text .= "* [[Special:Code/$repo/author/$committer|$committer]]"; |
19 | 19 | $user = $this->mRepo->authorWikiUser($committer); |
20 | 20 | if( $user ) { |
21 | 21 | $title = htmlspecialchars( $user->getUserPage()->getPrefixedText() ); |
Property changes on: branches/wmf-deployment/extensions/CodeReview/ui/CodeAuthorListView.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
22 | 22 | + /branches/REL1_15/phase3/extensions/CodeReview/ui/CodeAuthorListView.php:51646 |
/trunk/extensions/CodeReview/ui/CodeAuthorListView.php:56207,56209,56296,56333,56355,56463 |
/trunk/phase3/extensions/CodeReview/ui/CodeAuthorListView.php:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |