stable

Clone or download

Read-only

Send an event to know which plugins are using semantic progress

part of: story #20919 define progress of artifacts How to test: - Go to the administration of a tracker - Go to the tab semantic --> The description of the semantic progress shows which plugins are using the semantic, and which will use it in the futur. - Click on the pencil to edit the semantic --> The same message is displayed below the "under construction" notice Change-Id: I874daafc3241b20d453675b1c6056b91b769f23a

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +9 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +4 −1 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +9 −0 Go to diff View file
M plugins/roadmap/site-content/fr_FR/LC_MESSAGES/tuleap-roadmap.po +4 −1 Go to diff View file
R plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressAdminPresenter.php Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Progress/Administration/SemanticProgressIntroductionPresenter.php +43 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Progress/Events/GetSemanticProgressUsageEvent.php +92 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgress.php +37 −5 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +23 −0 Go to diff View file
M plugins/tracker/templates/semantic-progress/semantic-progress-admin.mustache +3 −0 Go to diff View file
A plugins/tracker/templates/semantic-progress/semantic-progress-introduction.mustache +6 −0 Go to diff View file
A plugins/tracker/tests/Tuleap/Tracker/Semantic/Progress/Events/GetSemanticProgressUsageTest.php +91 −0 Go to diff View file