stable
Clone or download
Read-only
This is part of story #10061: new project admin homepage and navigation How to test: - When you don't change any value in the form and submit, there should not longer be an error Feedback. Instead there should be a Feedback "Update successful" (unless there is a DB error). Change-Id: I7f8c63e2afc100f101c35ef063a4adceaa719199
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +2 | −2 | Go to diff View file |
M | site-content/tuleap-core.pot | +1 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −6 | Go to diff View file |
D | src/common/project/Admin/ProjectDetails/CannotCreateProjectDescriptionException.php | +0 | −31 | Go to diff View file |
D | src/common/project/Admin/ProjectDetails/CannotDeleteProjectDescriptionException.php | +0 | −31 | Go to diff View file |
D | src/common/project/Admin/ProjectDetails/CannotUpdateProjectDescriptionException.php | +0 | −31 | Go to diff View file |
R | src/common/project/Hierarchy/HierarchyManagerNoChangeException.class.php | Go to diff View file | ||
M | src/common/project/Admin/ProjectDetails/ProjectDetailsController.php | +41 | −74 | Go to diff View file |
M | src/common/project/Admin/ProjectDetails/ProjectDetailsDAO.php | +1 | −3 | Go to diff View file |
M | src/common/project/Hierarchy/HierarchyManager.class.php | +10 | −18 | Go to diff View file |
M | tests/simpletest/common/project/Hierarchy/HierarchyManagerTest.php | +3 | −21 | Go to diff View file |