stable

Clone or download

Read-only

SQL part is moved in a dedicated DAO

This is part of story #10047 remove users that left the company from all the groups they belong to Change-Id: I77e910df3bfc744a7ccfd99e0da900c241754d9c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +7 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +7 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/Project_SOAPServer.class.php +9 −2 Go to diff View file
M src/common/project/UGroupManager.class.php +3 −1 Go to diff View file
M src/common/project/UserRemover.php +45 −40 Go to diff View file
A src/common/project/UserRemoverDao.php +40 −0 Go to diff View file
M src/utils/import_project_xml.php +7 −1 Go to diff View file
M src/www/my/rmproject.php +6 −1 Go to diff View file
M src/www/project/admin/index.php +6 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +12 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +7 −2 Go to diff View file