stable

Clone or download

Read-only

Refactoring: plugins permission are now in their own plugin

This is part of request #9113 Having a REST route to monitor Sysevents Change-Id: Iea416ce95f463231b5b2279729e65b31b7f45e4f

Modified Files

Name
R src/common/user/ForgeUserGroupPermission/MediawikiAdminAllProjects.class.php Go to diff View file
M plugins/mediawiki/include/MediawikiManager.class.php +3 −1 Go to diff View file
M plugins/mediawiki/include/MediawikiUserGroupsMapper.class.php +3 −2 Go to diff View file
M plugins/mediawiki/include/ServiceMediawiki.class.php +3 −1 Go to diff View file
M plugins/mediawiki/include/autoload.php +4 −3 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +11 −1 Go to diff View file
M plugins/mediawiki/site-content/en_US/mediawiki.tab +3 −0 Go to diff View file
M plugins/mediawiki/site-content/fr_FR/mediawiki.tab +3 −0 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap/Tuleap.php +3 −1 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +3 −1 Go to diff View file
R src/common/user/ForgeUserGroupPermission/TrackerAdminAllProjects.class.php Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +2 −3 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +11 −3 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +3 −0 Go to diff View file
M site-content/en_US/user/user.tab +0 −4 Go to diff View file
M site-content/fr_FR/user/user.tab +0 −4 Go to diff View file
M src/common/autoload.php +2 −4 Go to diff View file
M src/common/user/ForgeUserGroupPermissionsFactory.class.php +43 −30 Go to diff View file
M src/www/admin/permission_delegation.php +1 −1 Go to diff View file
M tests/simpletest/common/user/ForgeUserGroupPermissionsFactoryTest.php +1 −8 Go to diff View file