stable

Clone or download

Read-only

request #11450 FrontRouter for git plugin

Initial contribution, convert all existing routing scheme to FrontRouter with a catch all route bellow /plugins/git Take the opportunity to introduce ForbiddenException handeling for site admin actions. Purely internal refactoring, should not change anything functionaly speaking. Change-Id: I9829cbd6cd7a29aca87a7e32ee9be9e1e7d5146b

Modified Files

Name
M plugins/git/etc/nginx18/git.conf +2 −4 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +6 −8 Go to diff View file
A plugins/git/include/Git/GitPluginDefaultController.php +59 −0 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +16 −15 Go to diff View file
D plugins/git/www/.htaccess +0 −5 Go to diff View file
D plugins/git/www/index.php +0 −39 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M site-content/tuleap-core.pot +6 −0 Go to diff View file
M src/common/Request/DispatchableWithRequest.php +2 −0 Go to diff View file
R plugins/git/www/admin/index.php Go to diff View file
M src/common/Request/FrontRouter.php +8 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file