stable
Clone or download
Read-only
Merge commit 'refs/changes/67/14967/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13379: Adding a non-project member to the project administrators does not update the project member group Change-Id: I422248bd484122dbb9d83e6f1ef35b96f9622160
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/project_ownership/include/ProjectOwner/XMLProjectImportUserCreatorProjectOwnerCleaner.php | +56 | −0 | Go to diff View file |
M | plugins/project_ownership/include/project_ownershipPlugin.class.php | +20 | −1 | Go to diff View file |
A | plugins/project_ownership/phpunit/ProjectOwner/XMLProjectImportUserCreatorProjectOwnerCleanerTest.php | +89 | −0 | Go to diff View file |
A | src/common/Project/Admin/ProjectUGroup/NotProjectAdministratorUGroup.php | +34 | −0 | Go to diff View file |
A | src/common/Project/Admin/ProjectUGroup/ProjectImportCleanupUserCreatorFromAdministrators.php | +65 | −0 | Go to diff View file |
M | src/common/Project/ProjectUGroup.php | +24 | −93 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +6 | −2 | Go to diff View file |
A | tests/phpunit/common/Project/Admin/ProjectUGroup/ProjectImportCleanupUserCreatorFromAdministratorsTest.php | +54 | −0 | Go to diff View file |
M | tests/simpletest/common/Project/UGroupTest.php | +11 | −58 | Go to diff View file |