stable

Clone or download

Read-only

Remove direct usage of account_add_user_obj_to_group

This is needed before re-implement this method Part of story #13490 have a consistent management of project & groups members. Change-Id: Ida1ff7cbeae534f98981e97dfa1907176443bfae

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −0 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +3 −0 Go to diff View file
M src/common/Project/Admin/ProjectMembers/ProjectMembersController.php +4 −3 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +10 −7 Go to diff View file
M src/common/Project/UGroupManager.class.php +22 −4 Go to diff View file
M src/common/Request/RouteCollector.php +9 −5 Go to diff View file
M src/common/User/UserImport.class.php +12 −13 Go to diff View file
M src/www/include/account.php +33 −10 Go to diff View file
M src/www/project/admin/userimport.php +12 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +1 −0 Go to diff View file
M tests/phpunit/common/Project/ProjectXMLImporterTest.php +2 −0 Go to diff View file
M tests/simpletest/common/User/UserImportTest.php +3 −1 Go to diff View file