stable

Clone or download

Read-only

refactor: move Order helpers in tracker

Both agiledashboard and kanban depend on those helpers, so they are moved to the common denominator: tracker. No functional changes. Part of request #32645: Extract kanban from agiledashboard Change-Id: Ifc6e834927cc7e487c891625d5731dd388ebb249

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/AgileDashboardProjectResource.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +10 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementMover.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/PatchAddContentValidator.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/MilestoneResourceValidatorTest.php +1 −0 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +13 −11 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatchRepresentation.php +2 −2 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CellPatcher.php +5 −5 Go to diff View file
M plugins/taskboard/tests/unit/REST/v1/Cell/CellPatcherTest.php +2 −2 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/Rank/ArtifactsRankOrderer.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/IdsFromBodyAreNotUniqueException.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderIdOutOfBoundException.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderValidator.class.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_BindFactory.php +5 −5 Go to diff View file
R plugins/agiledashboard/tests/unit/REST/v1/Rank/ArtifactsRankOrdererTest.php Go to diff View file
R plugins/agiledashboard/tests/unit/REST/v1/OrderValidatorTest.php Go to diff View file