stable

Clone or download

Read-only

Enable and disable types per project

This is part of story #10736 administrate artifact links type at project level All custom types could be enabled/disabled. Only the system type _is_child could be enabled/disabled regarding the hierarchy (could be disabled only if no hierarchy set in project) For now, others system types provided by other plugins are not updatable, and the changes done in this page are not taken into account in the tracker service. Change-Id: I6f52c7faed6425338088cd71b5565392c32258d0

Modified Files

Name
M plugins/tracker/db/install.sql +8 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2017/201710201025_add_unused_artifact_link_type_table.php +52 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Admin/ArtifactLinksUsageDao.php +38 −0 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdminController.php +108 −4 Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdminPresenter.php +20 −0 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Dao.class.php +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +13 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +18 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +18 −0 Go to diff View file
M plugins/tracker/templates/global-admin.mustache +21 −13 Go to diff View file
M plugins/tracker/www/scripts/global-admin.js +1 −1 Go to diff View file