Last modified: 2005-09-19 13:30:10 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 T5505, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3505 - No need to use . in time function (LanguageEt.php), '.' will do
No need to use . in time function (LanguageEt.php), '.' will do
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
PC Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-09-19 11:06 UTC by Klaus-Eduard Runnel
Modified: 2005-09-19 13:30 UTC (History)
0 users

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


Attachments
Patch to fix minor bug in time() function (202 bytes, patch)
2005-09-19 11:11 UTC, Klaus-Eduard Runnel
Details

Description Klaus-Eduard Runnel 2005-09-19 11:06:38 UTC
Due to my naivety, a previous patch to LanguageEt.php forced using HTML-escapes
(.) instead of period in time string returned by time(). No need for that,
no need for returning formatNum($t), just $t is fine.

Proposed patch soon follows.
Comment 1 Klaus-Eduard Runnel 2005-09-19 11:11:03 UTC
Created attachment 900 [details]
Patch to fix minor bug in time() function

additional note: using . is not entirely harmless either -- date
information looks ugly when comparing edits. Signatures also look bad on later
editing.
Comment 2 Niklas Laxström 2005-09-19 13:30:10 UTC
Committed to HEAD.

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


Navigation
Links