* (bug 21936) When a revision has been patrolled, there's now a link back to the...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 18 Jan 2010 19:05:41 +0000 (19:05 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 18 Jan 2010 19:05:41 +0000 (19:05 +0000)
* Break lines at 80 chars in RELEASE-NOTES

RELEASE-NOTES
includes/Article.php
languages/messages/MessagesEn.php

index 7bec1e2..13fa883 100644 (file)
@@ -300,11 +300,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now
   stops normal output
 * Send new password e-mail in users preference language
-* LanguageConverter now support nested using of manual convert syntax like "-{-{}-}-"
+* LanguageConverter now support nested using of manual convert syntax like
+  "-{-{}-}-"
 * (bug 16281) Show copyright system message on special pages
 * Upload license preview now uses the API instead of action=ajax
 * (bug 7346) Add <guid> to RSS to avoid duplicates
-* (bug 19996) Added new hooks for Special:Search, which allow to further restrict/expand it.
+* (bug 19996) Added new hooks for Special:Search, which allow to further
+  restrict/expand it.
+* (bug 21936) When a revision has been patrolled, there's now a link back to the
+  article
 
 === Bug fixes in 1.16 ===
 
index b47a906..d747706 100644 (file)
@@ -2152,7 +2152,7 @@ class Article {
 
                # Inform the user
                $wgOut->setPageTitle( wfMsg( 'markedaspatrolled' ) );
-               $wgOut->addWikiMsg( 'markedaspatrolledtext' );
+               $wgOut->addWikiMsg( 'markedaspatrolledtext', $rc->getTitle()->getPrefixedText() );
                $wgOut->returnToMain( false, $return );
        }
 
index 0d14c32..4528507 100644 (file)
@@ -3413,7 +3413,7 @@ please see math/README to configure.',
 'markaspatrolledlink'                 => '[$1]', # do not translate or duplicate this message to other languages
 'markaspatrolledtext'                 => 'Mark this page as patrolled',
 'markedaspatrolled'                   => 'Marked as patrolled',
-'markedaspatrolledtext'               => 'The selected revision has been marked as patrolled.',
+'markedaspatrolledtext'               => 'The selected revision of [[:$1]] has been marked as patrolled.',
 'rcpatroldisabled'                    => 'Recent changes patrol disabled',
 'rcpatroldisabledtext'                => 'The recent changes patrol feature is currently disabled.',
 'markedaspatrollederror'              => 'Cannot mark as patrolled',