r74081 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74080‎ | r74081 | r74082 >
Date:17:46, 1 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Add trailing newline to CodeAuthorListView

Tweak message in CR, to mention that author list may be cached
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.i18n.php (modified) (history)
  • /trunk/extensions/CodeReview/ui/CodeAuthorListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.i18n.php
@@ -31,7 +31,7 @@
3232 'code-authors' => 'authors',
3333 'code-status' => 'states',
3434 'code-tags' => 'tags',
35 - 'code-authors-text' => 'Below is a list of repo authors in order of commit name. Local wiki accounts are shown in parentheses.',
 35+ 'code-authors-text' => 'Below is a list of repo authors in order of commit name. Local wiki accounts are shown in parentheses. Data may be cached.',
3636 'code-author-haslink' => 'This author is linked to the wiki user $1',
3737 'code-author-orphan' => 'This author has no link with a wiki account',
3838 'code-author-dolink' => 'Link this author to a wiki user:',
Index: trunk/extensions/CodeReview/ui/CodeAuthorListView.php
@@ -39,4 +39,4 @@
4040
4141 $wgOut->addHTML( '</table>' );
4242 }
43 -}
\ No newline at end of file
 43+}

Status & tagging log