ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Calendar first day of the week does not respect application settings (Bug #1159)
Description
The HTML5 calendar of Chrome 22 doesn't start with the day listed in the application settings. So if I set it to start on Sunday for instance, the calendar still shows up as starting on Monday.
Repro:- Set calendar to start on Sunday
- Create a new issue and pick a start/due date, notice that the calendar week doesn't start with Sunday
- Calendar starts week on Sunday
History
Updated by Felix Schäfer at 2012-12-09 04:07 pm
It seems the date input type used for this doesn't allow to set a start-of-week day, so I guess the browser shows the calendar wrt the language you are using the browser in. If this is not the case for Chrome I'd say it's a bug on their side.
Andrew, what do you think?
- Status changed from Open to Needs more information
Updated by Toshi MARUYAMA at 2012-12-09 11:42 pm
- Status changed from Needs more information to Open
Updated by Felix Schäfer at 2012-12-10 02:08 pm
Toshi: see source:/app/helpers/application_helper.rb#L920 and source:/public/javascripts/application.js#L662.
- Status changed from Open to Needs more information