stable

Clone or download

Read-only

Merge commit 'refs/changes/73/30073/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fix request #35490 Disallow deactivation of Tracker service when dependant services are in use

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +7 −0 Go to diff View file
M plugins/kanban/include/kanbanPlugin.php +7 −0 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +7 −0 Go to diff View file
A plugins/tracker/include/Tracker/Events/CollectTrackerDependantServices.php +43 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +40 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +14 −0 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +10 −0 Go to diff View file
A src/common/Project/Event/ProjectServiceBeforeDeactivation.php +84 −0 Go to diff View file
M src/common/Project/ServiceManager.class.php +11 −2 Go to diff View file