| Project: | ProjectPier |
| Version: | 0.8.5.0-Beta1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Jump to:
Description
Calendar View of Milestones is one day off. For instance if the Milestone is for Friday May 7th 2010 the calendar displays it in the cell for Saturday May 7th 2010. May 7th is actually a Friday. This may have something to do with another issue. The time/date alerts for Milestones are not correctly calculating. I will submit a separate issue for this also. If a Milestone is for Friday May 7th. The alert on Wednesday May 5th says there is 1 day left, instead of 2.
Hi!
I've change the translation template for my languge
./language/de_de/general.php
in this way:
'dow 1' => 'Sonntag',
'dow 2' => 'Montag',
'dow 3' => 'Dienstag',
'dow 4' => 'Mittwoch',
'dow 5' => 'Donnerstag',
'dow 6' => 'Freitag',
'dow 7' => 'Samstag',
than in line 32 of
./application/views/milestone/calendar.php
$firstDayOfWeek = 2; // configurable?
it fix the weekday asignement problem for me.
greetz
mil
http://www.projectpier.org/node/1223