dev

Forked from tuleap/dev

Clone or download

Read-only

request #7385: Burndown with a big remaining effort tree issues step 1

Allowing tracker admins to choose to store past burndown data in cache. Note: this only saves their preference Change-Id: I7400428f47b23b9b148636ca4130f11f2537591a

Modified Files

Name
M plugins/tracker/db/install.sql +5 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2014/201410081156_add_burndown_table.php +46 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +34 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin.class.php +7 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Field/Burndown.class.php +0 −11 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_BurndownDao.class.php +57 −0 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/www/resources/tracker.rnc +2 −1 Go to diff View file
M plugins/tracker/www/resources/tracker.rng +8 −0 Go to diff View file