stable

Clone or download

Read-only

Captcha, Bugzilla Reference & Admin Delegation use front controller

This is part of request #13030: Use front router for all plugins Change-Id: I91f639ff96cd1def9fb0b8b48acf68ba33abbc7a

Modified Files

Name
A plugins/admindelegation/.use-front-controller +0 −0 Go to diff View file
A plugins/admindelegation/include/SiteAdminController.php +152 −0 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.class.php +33 −11 Go to diff View file
D plugins/admindelegation/www/index.php +0 −37 Go to diff View file
D plugins/admindelegation/www/permissions.php +0 −119 Go to diff View file
A plugins/bugzilla_reference/.use-front-controller +0 −0 Go to diff View file
D plugins/bugzilla_reference/etc/nginx/bugzilla_reference.conf +0 −23 Go to diff View file
M plugins/bugzilla_reference/include/Bugzilla/Administration/Router.php +6 −2 Go to diff View file
M plugins/bugzilla_reference/include/bugzilla_referencePlugin.class.php +14 −4 Go to diff View file
D plugins/bugzilla_reference/www/admin/index.php +0 −29 Go to diff View file
A plugins/captcha/.use-front-controller +0 −0 Go to diff View file
D plugins/captcha/etc/nginx/captcha.conf +0 −23 Go to diff View file
A plugins/captcha/include/Captcha/Administration/DisplayController.php +78 −0 Go to diff View file
D plugins/captcha/include/Captcha/Administration/Router.php +0 −61 Go to diff View file
R plugins/captcha/include/Captcha/Administration/Controller.php Go to diff View file
M plugins/captcha/include/captchaPlugin.class.php +29 −9 Go to diff View file
D plugins/captcha/www/admin/index.php +0 −29 Go to diff View file