stable

Clone or download

Read-only

New burndown calculation

part of story request #9551 Burndown improvement Burnown calcul is now based on cache, except today value. When you changed todays remaining effort, it should retrieve the correct value. As a tracker administrator, when you edit the burndown field, the option use_cache is not availaible anymore Change-Id: I78779d998c2fbc6e539f877df9481427ba7414eb

Modified Files

Name
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +11 −31 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ComputedFieldCalculator.php +6 −32 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/IComputeValues.class.php +7 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +25 −39 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +7 −9 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +7 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.class.php +8 −101 Go to diff View file
M plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php +3 −78 Go to diff View file
M src/common/date/TimePeriod.class.php +2 −0 Go to diff View file
M src/common/date/TimePeriodWithWeekEnd.class.php +5 −0 Go to diff View file