r61209 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61208‎ | r61209 | r61210 >
Date:19:05, 18 January 2010
Author:ialex
Status:ok
Tags:
Comment:
* (bug 21936) When a revision has been patrolled, there's now a link back to the article
* Break lines at 80 chars in RELEASE-NOTES
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Article.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2152,7 +2152,7 @@
21532153
21542154 # Inform the user
21552155 $wgOut->setPageTitle( wfMsg( 'markedaspatrolled' ) );
2156 - $wgOut->addWikiMsg( 'markedaspatrolledtext' );
 2156+ $wgOut->addWikiMsg( 'markedaspatrolledtext', $rc->getTitle()->getPrefixedText() );
21572157 $wgOut->returnToMain( false, $return );
21582158 }
21592159
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3413,7 +3413,7 @@
34143414 'markaspatrolledlink' => '[$1]', # do not translate or duplicate this message to other languages
34153415 'markaspatrolledtext' => 'Mark this page as patrolled',
34163416 'markedaspatrolled' => 'Marked as patrolled',
3417 -'markedaspatrolledtext' => 'The selected revision has been marked as patrolled.',
 3417+'markedaspatrolledtext' => 'The selected revision of [[:$1]] has been marked as patrolled.',
34183418 'rcpatroldisabled' => 'Recent changes patrol disabled',
34193419 'rcpatroldisabledtext' => 'The recent changes patrol feature is currently disabled.',
34203420 'markedaspatrollederror' => 'Cannot mark as patrolled',
Index: trunk/phase3/RELEASE-NOTES
@@ -300,11 +300,15 @@
301301 * (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now
302302 stops normal output
303303 * Send new password e-mail in users preference language
304 -* LanguageConverter now support nested using of manual convert syntax like "-{-{}-}-"
 304+* LanguageConverter now support nested using of manual convert syntax like
 305+ "-{-{}-}-"
305306 * (bug 16281) Show copyright system message on special pages
306307 * Upload license preview now uses the API instead of action=ajax
307308 * (bug 7346) Add <guid> to RSS to avoid duplicates
308 -* (bug 19996) Added new hooks for Special:Search, which allow to further restrict/expand it.
 309+* (bug 19996) Added new hooks for Special:Search, which allow to further
 310+ restrict/expand it.
 311+* (bug 21936) When a revision has been patrolled, there's now a link back to the
 312+ article
309313
310314 === Bug fixes in 1.16 ===
311315

Status & tagging log