Closed
Bug 5312
Opened 26 years ago
Closed 26 years ago
History date format needs to be localizable
Categories
(Core Graveyard :: RDF, defect, P3)
Core Graveyard
RDF
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: bobj, Assigned: waterson)
References
Details
(Whiteboard: DEPEND - Intl)
Currently the Manage Bookmark dialog will display something like:
History by Date
Week of March 21, 1999
Monday, March 22, 1999
We need to ensure this is localizable:
- The date string should be maintained internally in a canonical format
(e.g. seconds from mm/dd/yyyy 00:00:00 GMT) and should format for
display using the XPCom date&time APIs:
http://www.mozilla.org/projects/intl/date-time-format.html
- In different cultures, weeks start on different days (e.g., Sun,
Mon), so we cannot assume it will always start on Sunday!
- The phrase "Week of ..." must be localizable including possible
word ordering differences.
- Related to the 2 above points, is "Week of ..." really useful?
If we need something like that, maybe we should organize by Month
which is much more generic.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Summary: Bookmark date format needs to be localizable → History date format needs to be localizable
Assignee | ||
Comment 2•26 years ago
|
||
This really refers to the "history by date" folders. Updating title to reflect
that.
Assignee | ||
Comment 3•26 years ago
|
||
Moved to M7 because of more important bugs.
Updated•26 years ago
|
Whiteboard: DEPEND - Intl
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 4•26 years ago
|
||
History is generally just screwed up. Re-targeting to M8: I am supposed to be
re-writing history using MORK for this milestone.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 5•26 years ago
|
||
milestone shuffle for history stuff.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
Fixed. Dates now stored as RDF date literals, which use RJC's generic (I18n
locale-based) date formatting routines.
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•