Opened 19 years ago

Last modified 15 years ago

#1061 closed defect

Start week day on calendar — at Version 7

Reported by: antoni.aloy@… Owned by: nobody
Component: Internationalization Version: dev
Severity: minor Keywords: i18n-fixed
Cc: Triage Stage: Fixed on a branch
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Gary Wilson)

I thinks this is an issue of internationalization.
The calendar widget starts the week on Sunday but in some countries (Spain for example) the week starts on Monday. On the other hand I haven't seen any way to change the date display format on the admin application, it displays 2005-12-14 instead of 14-12-2005 or 14/12/2005 which would be the default locale for Spain.

Change History (7)

comment:1 by anonymous, 19 years ago

milestone: Version 0.92
Severity: normalmajor
Type: enhancementdefect

comment:2 by hugo, 19 years ago

milestone: Version 0.92
Severity: majornormal

This is more a problem of localization than internationalization, but could be fixed easily by adding a WEEK_STARTS_MONDAY switch to the config and to use that in the calendar code (by passing it from the view function to the javascript that draws the calendar).

comment:3 by Adrian Holovaty, 18 years ago

priority: normallowest
Severity: normalminor

comment:4 by asmodai@…, 18 years ago

I can name already three countries where the first day of the week is: Saturday, Sunday, and Monday. So that WEEK_STARTS_MONDAY switch needs to be a bit more configurable than that.

comment:5 by Simon G. <dev@…>, 18 years ago

Triage Stage: UnreviewedDesign decision needed

comment:6 by f, 17 years ago

Component: Admin interfaceHTTP handling
Keywords: SUNDAY added
Needs documentation: set
Patch needs improvement: set
Resolution: fixed
Status: newclosed
Triage Stage: Design decision neededAccepted

comment:7 by Gary Wilson, 17 years ago

Component: HTTP handlingAdmin interface
Description: modified (diff)
Keywords: SUNDAY removed
Needs documentation: unset
Patch needs improvement: unset
Resolution: fixed
Status: closedreopened

reverting spam.

Note: See TracTickets for help on using tickets.
Back to Top