stable

Clone or download

Read-only

request #11607 Restricted user might no longer have access to artifact in "public" projects

Rework the code to remove un-necessary parameters Change-Id: I2e902c8051fb744cd654085b581e487faaaf9ee1

Modified Files

Name
M plugins/git/include/gitPlugin.class.php +6 −5 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +6 −8 Go to diff View file
A src/common/Request/RestrictedUsersAreHandledByPluginEvent.php +56 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/event/Event.class.php +0 −17 Go to diff View file
M src/common/include/URLVerification.class.php +13 −21 Go to diff View file
M src/www/project/admin/ugroup_utils.php +6 −15 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +20 −22 Go to diff View file