stable

Clone or download

Read-only

Add a "deprecation monitoring panel" in tracker administration

part of story #9090 have computed fields compatible with artifact links v2 A new tab is displayed in tracker administration plugin, in this tab a list of all projects/tracker which don't use fast compute for computed field is displayed Change-Id: I2e34c5304fb9b33773048cb3227cf0fb45668bd9

Modified Files

Name
M plugins/tracker/include/Tracker/Config/ConfigRouter.php +19 −7 Go to diff View file
M plugins/tracker/include/Tracker/Config/SectionsPresenter.php +13 −5 Go to diff View file
A plugins/tracker/include/Tracker/Deprecation/Dao.php +44 −0 Go to diff View file
A plugins/tracker/include/Tracker/Deprecation/DeprecatedField.php +65 −0 Go to diff View file
A plugins/tracker/include/Tracker/Deprecation/DeprecationController.php +64 −0 Go to diff View file
A plugins/tracker/include/Tracker/Deprecation/DeprecationPresenter.php +55 −0 Go to diff View file
A plugins/tracker/include/Tracker/Deprecation/DeprecationRetriever.php +68 −0 Go to diff View file
M plugins/tracker/include/autoload.php +7 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +6 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +6 −0 Go to diff View file
A plugins/tracker/templates/siteadmin-config/deprecation.mustache +44 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/emailgateway.mustache +3 −0 Go to diff View file
M plugins/tracker/templates/siteadmin-config/natures.mustache +3 −0 Go to diff View file
M plugins/tracker/www/config.php +11 −0 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/style.scss +6 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +20 −0 Go to diff View file