stable
Clone or download
Read-only
part of request #39352 Program add to top backlog post-action should ignore Teams No functional change. Why? "A plan" can be a map or a strategy, or a verb "to plan". Since we deal with the data necessary in order "to plan" features in program increments, we rename it to "plan configuration". The data is not "a plan". Change-Id: I97cd8f949962b1e4f54bbf3da1dd8d4307ed8b1b
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/program_management/include/Adapter/Program/Plan/PlanDao.php | Go to diff View file | ||
M | plugins/program_management/include/Adapter/XML/ProgramManagementConfigXMLImporter.php | +5 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramUserGroupCollection.php | +5 | −5 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Plan/CreatePlan.php | Go to diff View file | ||
R | plugins/program_management/include/Domain/Program/Plan/NewPlan.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Plan/PlanConfiguration.php | +2 | −2 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Plan/PlanChange.php | Go to diff View file | ||
R | plugins/program_management/include/Domain/Program/Plan/PlanCreator.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Plan/PlanInheritanceHandler.php | +1 | −1 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Plan/RetrievePlan.php | Go to diff View file | ||
R | plugins/program_management/include/Domain/Program/Plan/SavePlan.php | Go to diff View file | ||
M | plugins/program_management/include/REST/v1/IterationResource.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +6 | −6 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +12 | −12 | Go to diff View file |
R | plugins/program_management/tests/integration/Adapter/Program/Plan/PlanDaoTest.php | Go to diff View file | ||
M | plugins/program_management/tests/unit/Adapter/Events/TrackersDuplicatedHandlerTest.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/XML/ProgramManagementConfigXMLImporterTest.php | +3 | −3 | Go to diff View file |
R | plugins/program_management/tests/unit/Domain/Program/Plan/PlanChangeTest.php | Go to diff View file | ||
R | plugins/program_management/tests/unit/Domain/Program/Plan/PlanCreatorTest.php | Go to diff View file | ||
R | plugins/program_management/tests/unit/Tests/Stub/CreatePlanStub.php | Go to diff View file | ||
R | plugins/program_management/tests/unit/Tests/Stub/Program/Plan/RetrievePlanStub.php | Go to diff View file | ||
R | plugins/program_management/tests/unit/Tests/Stub/SavePlanStub.php | Go to diff View file |