Page MenuHomePhabricator

Time in Enhanced ChangesList lacking localisation
Closed, ResolvedPublic

Description

The time of day in RecentChanges and Watchlist will be rendered in ContentLang independant of the language set in the preferences. There's no reason to do so, as the dates in the same list are rendered in the user's language.

The relevant line of code seems to be line 550 in ChangesList.php, which is:

$time = $wgContLang->time( $rc_timestamp, true, true );

but which should be:

$time = $wgLang->time( $rc_timestamp, true, true );

Thanks


Version: unspecified
Severity: minor

Details

Reference
bz18377

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:31 PM
bzimport set Reference to bz18377.
bzimport added a subscriber: Unknown Object (MLST).