stable
Clone or download
Read-only
Introduce an automated way to move to front controller with the a few line of code. That doesn't clean the code base of all pseudo routers but it introduce the route & front controller so future work will be easier anyway. Part of request #13030 Use front router for all plugins Change-Id: I333ca138b7477c145020c9b91746d9a8ed4945cf
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/.use-front-controller | +0 | −0 | Go to diff View file |
D | plugins/agiledashboard/etc/nginx/agiledashboard.conf | +0 | −12 | Go to diff View file |
A | plugins/cardwall/.use-front-controller | +0 | −0 | Go to diff View file |
D | plugins/cardwall/etc/nginx/cardwall.conf | +0 | −12 | Go to diff View file |
A | plugins/hudson/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +3 | −3 | Go to diff View file |
D | plugins/hudson/www/index.php | +0 | −32 | Go to diff View file |
A | plugins/tracker/.use-front-controller | +0 | −0 | Go to diff View file |
D | plugins/tracker/etc/nginx/tracker.conf | +0 | −12 | Go to diff View file |
A | plugins/userlog/.use-front-controller | +0 | −0 | Go to diff View file |
D | plugins/userlog/etc/nginx/userlog.conf | +0 | −11 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +21 | −0 | Go to diff View file |
A | src/common/plugin/PluginLegacyController.php | +61 | −0 | Go to diff View file |
A | src/etc/nginx/plugin-frontcontroller.conf.dist | +11 | −0 | Go to diff View file |
M | src/etc/nginx/plugin.conf.dist | +1 | −1 | Go to diff View file |
M | tools/Configuration/Nginx/Common.php | +20 | −7 | Go to diff View file |