stable
Clone or download
Read-only
The template name is also displayed in site admin, project admin and statistics. Part of story #8283: Enhance project creation user experience Change-Id: I631f23089fa744de092922a83c9113bb068453df
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/include/Statistics_ServicesUsageDao.class.php | +4 | −2 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php | +9 | −8 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetails/ProjectDetailsPresenter.php | +21 | −2 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetailsPresenter.php | +20 | −5 | Go to diff View file |
M | src/common/Project/REST/v1/RestProjectCreator.php | +10 | −6 | Go to diff View file |
A | src/common/Project/Registration/Template/TemplateDao.php | +43 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +27 | −2 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +5 | −0 | Go to diff View file |
A | src/db/mysql/updates/2019/201911281504_add_project_template_xml_table.php | +48 | −0 | Go to diff View file |
M | src/templates/admin/projects/project-info.mustache | +5 | −2 | Go to diff View file |
M | src/templates/project/project-details.mustache | +6 | −1 | Go to diff View file |
M | src/www/project/admin/editgroupinfo.php | +3 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectDetails/ProjectDetailsControllerTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectXMLImporterTest.php | +0 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +14 | −3 | Go to diff View file |
M | tests/phpunit/common/Project/Registration/Template/TemplateFactoryTest.php | +1 | −0 | Go to diff View file |