stable
Clone or download
Read-only
This is part of story #10062 Users & groups management overhaul When you add or remove a user in project admin group, plugins should be informed, just like it is done in permission matrix. Change-Id: Ic30921b72eda2e914812bd30ef7dbc6af8b9c43d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +7 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +26 | −0 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +24 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
M | src/common/project/Admin/ProjectUGroup/MembersController.php | +12 | −0 | Go to diff View file |
A | src/common/project/Admin/ProjectUGroup/UserAndProjectAdminRelationshipEvent.php | +63 | −0 | Go to diff View file |
A | src/common/project/Admin/ProjectUGroup/UserBecomesProjectAdmin.php | +26 | −0 | Go to diff View file |
A | src/common/project/Admin/ProjectUGroup/UserIsNoLongerProjectAdmin.php | +26 | −0 | Go to diff View file |