Last modified: 2006-11-28 19:02:49 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 T8329, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6329 - Date/Time settings on Frisian wikis do not conform to fy usage.
Date/Time settings on Frisian wikis do not conform to fy usage.
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://fy.wiktionary.org
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-16 18:36 UTC by aliter
Modified: 2006-11-28 19:02 UTC (History)
1 user (show)

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


Attachments
proposed patch (please check) (651 bytes, patch)
2006-11-28 18:08 UTC, Dirk Beetstra
Details

Description aliter 2006-06-16 18:36:31 UTC
The Frisian Wikipedia, Wiktionary, and WikiBooks all have "18.36, jun 16, 2006
(UTC)"-style, but ought to have "16 jun 2006, 18.36".
Comment 1 aliter 2006-06-16 18:38:19 UTC
Let me try to add the three URL-s, as it seems that's another thing Mediazilla
can't handle:
http://fy.wiktionary.org
http:://fy.wikipedia.org
http://fy.wikibooks.org
Comment 2 aliter 2006-06-17 17:22:20 UTC
(In reply to comment #1)
> Let me try to add the three URL-s, as it seems that's another thing Mediazilla
> can't handle:
Nope, that doesn't work either; they are recognized as URLs, but are interpreted
as relative addresses. (No longer visible, I originally entered all three URL-s
space-separated) in the URL-field.) Fortunately, someone helped to get at least
one URL usable. With the typo removed, the orther two are:

http://fy.wikipedia.org
http://fy.wikibooks.org
Comment 3 aliter 2006-07-17 22:16:20 UTC
OK, we're now back to "18.36, 16 jun 2006", I guess that's the version I did
before I realized I didn't have to follow the English that closely.
Well, it looks weird, with the time at the wrong end, but at least it's readable
again.
Comment 4 Niklas Laxström 2006-11-28 17:16:11 UTC
Should all of the following be changed?

'mdy both' => 'H.i, M j, Y',
'dmy both' => 'H.i, j M Y',
'ymd both' => 'H.i, Y M j',
Comment 5 Dirk Beetstra 2006-11-28 18:08:04 UTC
Created attachment 2789 [details]
proposed patch (please check)

I would say that the array should be (2 mei 1971, 12:34):

$dateFormats = array(
	'mdy time' => 'H.i',
	'mdy date' => 'j M Y',
	'mdy both' => 'j M Y, H.i',

	'dmy time' => 'H.i',
	'dmy date' => 'j M Y',
	'dmy both' => 'j M Y, H.i',

	'ymd time' => 'H.i',
	'ymd date' => 'j M Y',
	'ymd both' => 'j M Y, H.i',	
);
Comment 6 Niklas Laxström 2006-11-28 19:02:49 UTC
Made r17981 per discussion with Dirk Beetstra.

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


Navigation
Links