stable

Clone or download

Read-only

Convert semantic contributor administration into BP

request #26738 Convert semantics administration to Burning Parrot As tracker administrator, go on a tracker Contributor semantic administration Form is now in BP and should looks like mockup Change-Id: I2087a2e555f816743052a31c3e95e4f33ad33626

Modified Files

Name
A plugins/tracker/include/Tracker/Semantic/Contributor/AdminPresenter.php +44 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Contributor/AdminPresenterBuilder.php +55 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Contributor/PossibleFieldsForContributorPresenter.php +33 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php +15 −54 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +27 −31 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +19 −23 Go to diff View file
A plugins/tracker/templates/semantics/admin-contributor.mustache +65 −0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Semantic/Contributor/AdminPresenterBuilderTest.php +127 −0 Go to diff View file