stable
Clone or download
Read-only
Part of story #12160 - Suspended is the new Holding How to test: - A project status cannot be set to "incomplete" - You can't filter a project list on status = "incomplete" Edge case: - Projects with invalid status are not displayed in the project list --> you are asked to do the necessary Change-Id: I3a7f99938bab3ee768e0abdd9b6b680b9aff79bd
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +0 | −3 | Go to diff View file |
M | site-content/en_US/include/include.tab | +2 | −4 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +9 | −1 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +0 | −3 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +2 | −4 | Go to diff View file |
M | site-content/tuleap-core.pot | +6 | −0 | Go to diff View file |
M | src/common/admin/AdminSidebarPresenter.php | +1 | −2 | Go to diff View file |
M | src/common/admin/Admin_ProjectListExporter.class.php | +0 | −3 | Go to diff View file |
M | src/common/project/Admin/ProjectDetailsPresenter.php | +20 | −7 | Go to diff View file |
M | src/common/project/Admin/ProjectListResultsPresenterBuilder.php | +26 | −10 | Go to diff View file |
M | src/common/project/Admin/ProjectListSearchFieldsPresenterBuilder.php | +0 | −1 | Go to diff View file |
M | src/common/project/Group.class.php | +2 | −2 | Go to diff View file |
M | src/common/project/Project.class.php | +0 | −6 | Go to diff View file |
M | src/common/project/ProjectManager.class.php | +1 | −2 | Go to diff View file |
M | src/common/project/ProjectStatusMapper.php | +0 | −2 | Go to diff View file |
M | src/common/project/REST/v1/ProjectResource.class.php | +1 | −1 | Go to diff View file |
A | src/db/mysql/updates/2018/201810171300_migrate_projects_with_invalid_statuses_to_suspended.php | +43 | −0 | Go to diff View file |
M | src/templates/admin/projects/project-info.mustache | +4 | −0 | Go to diff View file |
M | src/utils/underworld-root/db_project_cleanup.pl | +1 | −6 | Go to diff View file |