stable
Clone or download
Read-only
Burndown always ask cache generation when timezone is different from server timezone
request #9741 When user timezone is different from timezone server burndown always ask cache generation On a server create an artifact with a current burndown, access it with a user on GMT timezone, bunrdown shouldn't be always under generation Then display burndown with two users on different timezone, both users should see the same burndown Change-Id: Ie7fbe126a6100a765cb8d04d465cd00a06bf5eea
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +6 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/include/TimezoneRetriever.php | +36 | −0 | Go to diff View file |
M | src/www/include/pre.php | +3 | −6 | Go to diff View file |
M | tests/simpletest/common/date/TimePeriodTest.php | +2 | −2 | Go to diff View file |