stable

Clone or download

Read-only

Merge commit 'refs/changes/65/4065/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7857: creating a new "closed" item throws 409 when re-ordering in backlog Change-Id: I5368f5bc1afd957f33c9c1f56d1bb84b62a6ff78

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +53 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php +55 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantBacklogStrategy.class.php +19 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php +44 −0 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInOpenAndUnplannedBacklogItemsException.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactIsNotInOpenAndUnassignedBacklogItemsException.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +26 −30 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +97 −0 Go to diff View file