stable

Clone or download

Read-only

feat: introduce CCE administration page

Go to tracker ยป admin ยป workflow ยป custom code execution. You should see a page, not very useful yet. If you try to access this page as a project member, or on a deleted tracker, then you are rejected. Part of story #35093: execute custom code as artifact post action Change-Id: Ib107142b577a90faafc037b3bbab0197539c13a0

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +1 โˆ’1 Go to diff View file
A plugins/tracker/include/Tracker/Workflow/WorkflowMenuItemCollection.php +49 โˆ’0 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuPresenterBuilder.php +37 โˆ’27 Go to diff View file
A plugins/tracker/tests/unit/Stub/Tracker/DisplayTrackerLayoutStub.php +48 โˆ’0 Go to diff View file
A plugins/tracker/tests/unit/Tracker/Workflow/WorkflowMenuPresenterBuilderTest.php +54 โˆ’0 Go to diff View file
A plugins/tracker_cce/include/TrackerCCE/Administration/AdministrationController.php +84 โˆ’0 Go to diff View file
A plugins/tracker_cce/include/TrackerCCE/Administration/administration.mustache +14 โˆ’0 Go to diff View file
M plugins/tracker_cce/include/tracker_ccePlugin.php +29 โˆ’0 Go to diff View file
M plugins/tracker_cce/site-content/fr_FR/LC_MESSAGES/tuleap-tracker_cce.po +8 โˆ’2 Go to diff View file
M plugins/tracker_cce/site-content/pt_BR/LC_MESSAGES/tuleap-tracker_cce.po +6 โˆ’0 Go to diff View file
A plugins/tracker_cce/tests/unit/TrackerCCE/Administration/AdministrationControllerTest.php +97 โˆ’0 Go to diff View file