stable

Clone or download

Read-only

Merge commit 'refs/changes/04/28604/2' of ssh://gerrit.tuleap.net:29418/tuleap

# By Yannis ROSSETTO # Via Yannis ROSSETTO * ssh://gerrit.tuleap.net:29418/tuleap: Close request #31949 Adding / removing a project administrator must be logged

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M src/common/Project/Admin/History/GetHistoryKeyLabel.php +6 −0 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/MemberRemovalController.php +3 −2 Go to diff View file
M src/common/Project/ProjectUGroup.php +6 −8 Go to diff View file
M src/common/Project/ProjectXMLImporter.class.php +1 −1 Go to diff View file
M src/common/Project/Project_SOAPServer.class.php +1 −1 Go to diff View file
M src/common/Project/UGroupManager.class.php +7 −9 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/DynamicUGroupMembersUpdater.php +37 −41 Go to diff View file
A src/common/Project/UGroups/Membership/DynamicUGroups/ProjectAdminHistoryEntry.php +37 −0 Go to diff View file
M src/common/Project/UGroups/Membership/MemberAdder.php +3 −1 Go to diff View file
M src/common/Project/UGroups/Membership/MemberRemover.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_IS_PRIVATE.class.php +1 −1 Go to diff View file
M tests/unit/common/Project/Admin/ProjectUGroup/MemberRemovalControllerTest.php +11 −10 Go to diff View file
M tests/unit/common/Project/UGroupRemoveUserTest.php +13 −15 Go to diff View file
M tests/unit/common/Project/UGroups/Membership/MemberRemoverTest.php +20 −18 Go to diff View file
M tests/unit/common/SystemEvent/SystemEventPROJECTISPRIVATETest.php +15 −7 Go to diff View file