stable
Clone or download
Read-only
request #26738 Convert semantics administration to Burning Parrot As tracker administrator, go on a tracker open status open semantics administration Form is now in BP and should looks like mockup Change-Id: Ifb0931c6ffc050592a7919cd805273579b62c45a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanActionsCheckerTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.php | +2 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Status/Open/AdminPresenter.php | +49 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Status/Open/AdminPresenterBuilder.php | +84 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Status/Open/PossibleFieldsForStatusPresenter.php | +35 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Status/Open/StatusValuePresenter.php | +36 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +32 | −123 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +8 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +42 | −27 | Go to diff View file |
M | plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po | +24 | −11 | Go to diff View file |
A | plugins/tracker/templates/semantics/admin-status-open.mustache | +89 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Semantic/Status/Open/AdminPresenterBuilderTest.php | +155 | −0 | Go to diff View file |
M | plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/include/Velocity/VelocityCalculator.php | +10 | −1 | Go to diff View file |
M | plugins/velocity/include/Velocity/VelocityComputationChecker.php | +11 | −9 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.php | +3 | −2 | Go to diff View file |