stable
Clone or download
Read-only
This changeset introduces a new route (/taskboard/:project-name/:id) that is only accessible by typing the url in the browser. Every milestone accessible to the current user that has a cardwall can be reached through this url (:id is the id of the milestone). In other cases: 404. Part of story #13729: have taskboard empty state Change-Id: I938cf019bfd0f66478b663a9b84133c5900046b7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −1 | Go to diff View file |
A | plugins/taskboard/include/Routing/MilestoneExtractor.php | +96 | −0 | Go to diff View file |
A | plugins/taskboard/include/Routing/TaskboardController.php | +66 | −0 | Go to diff View file |
M | plugins/taskboard/include/taskboardPlugin.php | +37 | −0 | Go to diff View file |
A | plugins/taskboard/phpunit/.simpletest_skip | +0 | −0 | Go to diff View file |
A | plugins/taskboard/phpunit/Routing/MilestoneExtractorTest.php | +205 | −0 | Go to diff View file |
A | plugins/taskboard/phpunit/bootstrap.php | +21 | −0 | Go to diff View file |
M | plugins/taskboard/site-content/fr_FR/LC_MESSAGES/tuleap-taskboard.po | +11 | −1 | Go to diff View file |
A | plugins/taskboard/templates/taskboard.mustache | +3 | −0 | Go to diff View file |