stable

Clone or download

Read-only

[feature] Add information about GitLab usage in Done semantic

This is part of story #21418 close artifacts with Done semantic The information is displayed in the description of the semantic. Change-Id: I4248f1f5563f03109cf098737cff0a9ef52ce756

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +18 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +6 −52 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +21 −0 Go to diff View file
M plugins/gitlab/site-content/fr_FR/LC_MESSAGES/tuleap-gitlab.po +6 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php +12 −3 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneIntroPresenter.php +14 −2 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneUsedExternalService.php +48 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneUsedExternalServiceEvent.php +60 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +48 −0 Go to diff View file
R plugins/agiledashboard/templates/semantic/done-admin.mustache Go to diff View file
R plugins/agiledashboard/templates/semantic/done-intro.mustache Go to diff View file