r84355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84354‎ | r84355 | r84356 >
Date:22:44, 19 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Foo. Fix r84354

/me notes save helps
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -374,9 +374,9 @@
375375 return '-';
376376 }
377377 case 'cr_path':
378 - $title = $this->mRepo->getName() . '/path';
 378+ $title = $this->mRepo->getName();
379379 if( $this->mView->mAuthor ) {
380 - $title .= '/' . $this->mView->mAuthor;
 380+ $title .= '/author/' . $this->mView->mAuthor;
381381 }
382382
383383 return Xml::openElement( 'div', array( 'title' => (string)$value ) ) .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84354Make filtering by author, then by path, remember the author...reedy22:35, 19 March 2011

Status & tagging log