Message 'rcnotefrom' - date and time separated as of request by user "Der Umherirrend...
authorPurodha B Blissenbach <purodha@users.mediawiki.org>
Mon, 1 Jun 2009 21:11:23 +0000 (21:11 +0000)
committerPurodha B Blissenbach <purodha@users.mediawiki.org>
Mon, 1 Jun 2009 21:11:23 +0000 (21:11 +0000)
http://translatewiki.net/w/i.php?title=Support&oldid=1243738#split_date_and_time

includes/specials/SpecialRecentchanges.php
languages/messages/MessagesQqq.php

index f842cba..79aba69 100644 (file)
@@ -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 ) ) . '<br />';
+                               $wgLang->timeanddate( $options['from'], true ),
+                               $wgLang->date( $options['from'], true ),
+                               $wgLang->time( $options['from'], true ) ) . '<br />';
                }
 
                # Sort data for display and make sure it's unique after we've added user data.
index 78eebc8..e044a30 100644 (file)
@@ -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]].