(bug 8271) Show full time and date on viewer for individual deleted revisions
authorRob Church <robchurch@users.mediawiki.org>
Sat, 23 Dec 2006 12:30:08 +0000 (12:30 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 23 Dec 2006 12:30:08 +0000 (12:30 +0000)
RELEASE-NOTES
includes/SpecialUndelete.php

index 1d3c78b..e07055d 100644 (file)
@@ -389,7 +389,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fix regression in email password resets on read-restricted sites
 * Set tabindex on fields in deletion form so you don't have to tab through
   the links in the sitenotice
-
+* (bug 8271) Show full time and date on viewer for individual deleted
+  revisions
 
 == Languages updated ==
 
index f152f64..d390ed6 100644 (file)
@@ -521,7 +521,7 @@ class UndeleteForm {
                
                $wgOut->setPagetitle( wfMsg( "undeletepage" ) );
                $wgOut->addWikiText( "(" . wfMsg( "undeleterevision",
-                       $wgLang->date( $timestamp ) ) . ")\n" );
+                       $wgLang->timeAndDate( $timestamp ) ) . ")\n" );
                
                if( !$rev ) {
                        $wgOut->addWikiText( wfMsg( 'undeleterevision-missing' ) );