stable

Clone or download

Read-only

Display message to inform that burndown is currently under calcul

part of story request #9551 Burndown improvement - Burndown image is not computed, and an error indicates that its under calculation - REST routes don't retrieves dots, and has the same message Unit and test REST for cache generation will be done in dedicated commits Change-Id: I8a5838550345467a90a4754097bf24e99600b5f0

Modified Files

Name
M plugins/tracker/include/REST/Artifact/BurndownRepresentation.class.php +14 −5 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +29 −9 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/BurndownCacheIsCurrentlyCalculatedException.php +28 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +17 −11 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php +19 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +1 −1 Go to diff View file
M src/common/date/TimePeriodWithoutWeekEnd.class.php +9 −0 Go to diff View file
M tests/simpletest/common/date/TimePeriodTest.php +19 −1 Go to diff View file