stable

Clone or download

Read-only

hudson/Jenkins plugin is not accessible anymore

Issue has been introduced by ec5adc5f325e6bd02370609a0633ef9ede97b733. This contribution also harden a bit the usage of the "automated way" to move to the front controller pattern for existing plugins. This is part of request #13030: Use front router for all plugins Change-Id: I639a5c4c30ec93b6e682c47f9e158c40099ce7e1

Modified Files

Name
M plugins/hudson/include/hudsonPlugin.class.php +4 −2 Go to diff View file
M src/common/plugin/Plugin.class.php +0 −20 Go to diff View file
M src/common/plugin/PluginLegacyController.php +5 −6 Go to diff View file
A src/common/plugin/PluginWithLegacyInternalRouting.php +49 −0 Go to diff View file
A tests/phpunit/common/Plugin/PluginLegacyControllerTest.php +48 −0 Go to diff View file