stable
Clone or download
Read-only
Part of request #9932: Have a Scrum template after a fresh install Install a Tuleap (eg. build_and_run script). Once logged in, you should see a "Scrum template" in site admin ยป project templates. If you create a project based on this template, then you should have a fully functional project. Git, Trackers and Agile dashboard(scrum) services are activated. No need to "start scrum", no need to configure something. Change-Id: I3fd406f9d9c242ebd17d57823d686c074066a7fb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/autoload.php | +3 | โ2 | Go to diff View file |
M | src/common/autoload.php | +3 | โ2 | Go to diff View file |
A | src/common/xml/ProjectXMLMerger.php | +41 | โ0 | Go to diff View file |
A | tests/simpletest/common/xml/ProjectXMLMergerTest.php | +55 | โ0 | Go to diff View file |
A | tests/simpletest/common/xml/_fixtures/expected.xml | +3 | โ0 | Go to diff View file |
A | tests/simpletest/common/xml/_fixtures/source1.xml | +3 | โ0 | Go to diff View file |
A | tests/simpletest/common/xml/_fixtures/source2.xml | +5 | โ0 | Go to diff View file |
M | tools/setup.sh | +9 | โ0 | Go to diff View file |
A | tools/utils/setup_templates/create_scrum.sh | +43 | โ0 | Go to diff View file |
A | tools/utils/setup_templates/merge_xml_files.php | +24 | โ0 | Go to diff View file |
A | tools/utils/setup_templates/scrum/mapping.csv | +0 | โ0 | Go to diff View file |
A | tools/utils/setup_templates/scrum/project.xml | +16 | โ0 | Go to diff View file |
A | tools/utils/setup_templates/scrum/users.xml | +2 | โ0 | Go to diff View file |