Last modified: 2012-08-26 21:03:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30459, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28459 - Internationalize block times in Special:BlockList
Internationalize block times in Special:BlockList
Status: NEW
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: i18n
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-07 14:48 UTC by Purodha Blissenbach
Modified: 2012-08-26 21:03 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Purodha Blissenbach 2011-04-07 14:48:50 UTC
In SpecialBlockList.php we hve

                        case 'ipb_timestamp':
                                $formatted = $wgLang->timeanddate( $value );
                                break;

I suggest to use a localizeable message format with parameters timeanddate, time, date here instead of the fixed time-comma-date format for added flexibility. The current format is at least unusual for some languages.
Comment 1 Bawolff (Brian Wolff) 2011-04-07 15:07:53 UTC
If the current format is unusual for some languages, shouldn't they override the timeanddate function to make it go into the usual format (Or do I misunderstand). $wgLang->timeanddate should format based on current language.
Comment 2 db [inactive,noenotif] 2011-04-09 09:14:16 UTC
User lang is right here.

Check your $dateFormats in Messages*.php and specifiy a better format for "* both" to fix the time-comma-date format on all pages.
Comment 3 Nemo 2012-08-26 21:03:09 UTC
Protection has same problem: bug 21127.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links