stable
Clone or download
Read-only
part of story #8283 Enhance project creation user experience How to test: create a new project from url project/new: => you should have new tuleap templates displayed: kanban, agile alm and issue tracking => you should be able to create new projects using them at template please note: => do not try to validate what templates are doing, they are in a WIP state Change-Id: Iad5a5dd6b380a300c61972542bccacd7f38c1f15
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +26 | −0 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectPostRepresentation.php | +1 | −1 | Go to diff View file |
A | src/common/Project/Registration/Template/AgileALMTemplate.php | +124 | −0 | Go to diff View file |
A | src/common/Project/Registration/Template/IssuesTemplate.php | +125 | −0 | Go to diff View file |
A | src/common/Project/Registration/Template/KanbanTemplate.php | +125 | −0 | Go to diff View file |
M | src/common/Project/Registration/Template/TemplateFactory.php | +3 | −0 | Go to diff View file |
A | src/glyphs/agile_alm.svg | +8 | −0 | Go to diff View file |
A | src/glyphs/issues.svg | +7 | −0 | Go to diff View file |
A | src/glyphs/kanban.svg | +3 | −0 | Go to diff View file |
M | src/glyphs/scrum.svg | +2 | −4 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss | +13 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/Registration/Template/TemplateFactoryTest.php | +4 | −1 | Go to diff View file |
A | tools/utils/setup_templates/agile_alm/agile_alm_template.xml | +2757 | −0 | Go to diff View file |
A | tools/utils/setup_templates/agile_alm/project.xml | +14 | −0 | Go to diff View file |
A | tools/utils/setup_templates/agile_alm/testmanagement.xml | +2 | −0 | Go to diff View file |
A | tools/utils/setup_templates/agile_alm/users.xml | +2 | −0 | Go to diff View file |
A | tools/utils/setup_templates/issues/issue_template.xml | +549 | −0 | Go to diff View file |
A | tools/utils/setup_templates/issues/project.xml | +19 | −0 | Go to diff View file |
A | tools/utils/setup_templates/issues/users.xml | +2 | −0 | Go to diff View file |
A | tools/utils/setup_templates/kanban/kanban_template.xml | +1844 | −0 | Go to diff View file |
A | tools/utils/setup_templates/kanban/project.xml | +10 | −0 | Go to diff View file |
A | tools/utils/setup_templates/kanban/users.xml | +2 | −0 | Go to diff View file |