stable

Clone or download

Read-only

Merge commit 'refs/changes/56/5456/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #8956: User used during the import is member and admin of each imported project Change-Id: I04f230ffdf101df4dad75cd7e47dd0758b4861c5

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −0 Go to diff View file
M src/common/dao/UserGroupDao.class.php +13 −0 Go to diff View file
M src/common/project/ProjectUGroup.class.php +2 −1 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +31 −4 Go to diff View file
M src/utils/import_project_xml.php +1 −0 Go to diff View file
M tests/integration/ProjectImportTest.php +1 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +2 −1 Go to diff View file
M tests/simpletest/common/project/UGroupTest.php +3 −2 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +3 −2 Go to diff View file