Defect #7097
closedStarting day of week cannot be set to Saturday
100%
Description
Starting day of week is Saturday in some countries, Iran for one, but the drop down list in settings page only has Sunday and Monday.
It would be nice to be able to set starting day of week to Saturday independent of current locale of Redmine.
Files
Related issues
Updated by Ebrahim Mohammadi over 13 years ago
- File redmine-saturday.diff redmine-saturday.diff added
- Status changed from New to Resolved
- % Done changed from 0 to 100
This tiny patch adds Saturday to choices of first day of week.
May somebody review and merge it?
Updated by Etienne Massip over 13 years ago
- Status changed from Resolved to New
- Target version set to Candidate for next minor release
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Resolved
- Target version changed from Candidate for next minor release to 1.1.3
- Resolution set to Fixed
Patch with additional fixes and tests committed in r5228.
Updated by Etienne Massip over 13 years ago
- Status changed from Resolved to New
Was looking at #7218 when I realized the code at source:trunk/app/models/query.rb#L625 needs to be fixed to handle date filter "This week" properly according to the present issue.
Updated by Jean-Philippe Lang over 13 years ago
- Target version changed from 1.1.3 to 1.2.0
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
Etienne Massip wrote:
Was looking at #7218 when I realized the code at source:trunk/app/models/query.rb#L625 needs to be fixed to handle date filter "This week" properly according to the present issue.
Fixed in r5596.
Updated by Toshi MARUYAMA over 10 years ago
- Has duplicate Feature #2884: No way to configure start of week day added