From: Purodha B Blissenbach Date: Mon, 1 Jun 2009 21:11:23 +0000 (+0000) Subject: Message 'rcnotefrom' - date and time separated as of request by user "Der Umherirrend... X-Git-Tag: 1.31.0-rc.0~41553 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=a4688918814fda30b06b2b7fb10773471049c21e;p=lhc%2Fweb%2Fwiklou.git Message 'rcnotefrom' - date and time separated as of request by user "Der Umherirrende" at http://translatewiki.net/w/i.php?title=Support&oldid=1243738#split_date_and_time --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index f842cbae4f..79aba690bf 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -623,7 +623,9 @@ class SpecialRecentChanges extends SpecialPage { if( $options['from'] ) { $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ), $wgLang->formatNum( $options['limit'] ), - $wgLang->timeanddate( $options['from'], true ) ) . '
'; + $wgLang->timeanddate( $options['from'], true ), + $wgLang->date( $options['from'], true ), + $wgLang->time( $options['from'], true ) ) . '
'; } # Sort data for display and make sure it's unique after we've added user data. diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 78eebc83db..e044a30464 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1229,7 +1229,9 @@ This action allows editing of all of the "user rights", not just the rights of t 'rcnotefrom' => 'This message is displayed at [[Special:RecentChanges]] when viewing recentchanges from some specific time. Parameter $1 is the maximum number of changes that are displayed. -Parameter $2 is a date and time.', +Parameter $2 is a date and time. +Parameter $3 is a date. +Parameter $4 is a time.', 'rclistfrom' => 'Used on [[Special:RecentChanges]]. Parameter $1 is a date.', 'rcshowhideminor' => 'Option text in [[Special:RecentChanges]]', 'rcshowhidebots' => "Option text in [[Special:RecentChanges]]. $1 is the 'show/hide' command, with the text taken from either [[Mediawiki:Show]] or [[Mediawiki:Hide]].