
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
Merge
|
| 2.4.x Status: |
None
|
|
Until now, schedule presentation is not internationalized and not user preferences-dependent. In some countries weeks start on Monday and not on Sunday. We have solved this modifying CalendarUtil in order to take into consideration Locale and Time Zone user preferences and also CalendarAction to be able to build weeks, months and years according to these preferences.
We also have changed chef_calendar_viewDay.vm, chef_calendar_viewMonth.vm, chef_calendar_viewYear.vm and chef_calendar_viewWeek.vm.
I attach a zip file with the java and vm modified files and the diff file so that changes can be commited as soon as possible.
|
|
Description
|
Until now, schedule presentation is not internationalized and not user preferences-dependent. In some countries weeks start on Monday and not on Sunday. We have solved this modifying CalendarUtil in order to take into consideration Locale and Time Zone user preferences and also CalendarAction to be able to build weeks, months and years according to these preferences.
We also have changed chef_calendar_viewDay.vm, chef_calendar_viewMonth.vm, chef_calendar_viewYear.vm and chef_calendar_viewWeek.vm.
I attach a zip file with the java and vm modified files and the diff file so that changes can be commited as soon as possible. |
Show » |
|
QA Instructions:
With a language preference of English (US):
1 Verify day, week, month, year, list view of calendar (week starts on Sunday)
2. Verify printing the same views
With a European language preference (e.g. French, Spanish)
1 Verify day, week, month, year, list view of calendar (week starts on Monday)
2. Verify printing the same views