stable

Clone or download

Read-only

Tracker admins can ask to refresh the cache of a specific burnup chart

This can be useful if the configuration of trackers of the artifacts used somewhere in burnup hierarchy has been modified and the previously cached values are not considered has accurate anymore. This is part of story #10670: a BurnUp chart based on Done stories Change-Id: I3533f25805a6abd8cafa49c94620c7c690fa302e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +18 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php +1 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheGenerator.php +5 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/FormElement/FormElementController.php +60 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +16 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +15 −0 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +11 −0 Go to diff View file
A plugins/agiledashboard/templates/formelement/burnup-cache-generation-modal.mustache +21 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +2 −2 Go to diff View file
M plugins/tracker/www/themes/default/css/print.scss +1 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +1 −1 Go to diff View file