r82574 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82573‎ | r82574 | r82575 >
Date:21:12, 21 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Fixup comment linking in CodeReview from /comments

Seemingly broken by some change to the special page functions or something.

Oh well
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeCommentsListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeCommentsListView.php
@@ -81,7 +81,7 @@
8282 switch( $name ) {
8383 case 'cc_rev_id':
8484 return $this->mView->skin->link(
85 - SpecialPage::getTitleFor( 'Code', $this->mRepo->getName() . '/' . $value . '#code-comments' ),
 85+ SpecialPage::getSafeTitleFor( 'Code', $this->mRepo->getName() . '/' . $value . '#code-comments' ),
8686 htmlspecialchars( $value ) );
8787 case 'cr_status':
8888 return $this->mView->skin->link(

Follow-up revisions

RevisionCommit summaryAuthorDate
r826781.17wmf1: MFT r82473, r82572, r82574, r82601, r82608, r82654catrope16:34, 23 February 2011
r85027MFT various extension fixes: r81713, r81742, r81743, r81908, r81966, r81969, ...demon18:23, 30 March 2011

Status & tagging log