stable

Clone or download

Read-only

Create Scrum template during Tuleap install

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