stable
Clone or download
Read-only
All remaining "simple" plugins that were only exposing www/index.php with $plugin->process(); are moved to front router: * Timetracking * Artifact folders * Hudson git * Plugin administration * Encrypted fields Template no longer exposes this way of doing the things and all referencealias plugins just got removed (their index.php was useless). This is part of request #13030: Use front router for all plugins Change-Id: I2938ceb00874776f45eb744497909fe74b340310
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/artifactsfolders/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php | +7 | −4 | Go to diff View file |
D | plugins/artifactsfolders/www/index.php | +0 | −32 | Go to diff View file |
A | plugins/hudson_git/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.class.php | +7 | −3 | Go to diff View file |
D | plugins/hudson_git/www/index.php | +0 | −29 | Go to diff View file |
A | plugins/pluginsadministration/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php | +7 | −3 | Go to diff View file |
D | plugins/pluginsadministration/www/index.php | +0 | −31 | Go to diff View file |
M | plugins/referencealias_core/include/referencealias_corePlugin.class.php | +1 | −7 | Go to diff View file |
D | plugins/referencealias_core/www/index.php | +0 | −23 | Go to diff View file |
M | plugins/referencealias_mediawiki/include/referencealias_mediawikiPlugin.class.php | +1 | −1 | Go to diff View file |
D | plugins/referencealias_mediawiki/www/index.php | +0 | −23 | Go to diff View file |
M | plugins/referencealias_tracker/include/referencealias_trackerPlugin.class.php | +1 | −7 | Go to diff View file |
D | plugins/referencealias_tracker/www/index.php | +0 | −23 | Go to diff View file |
M | plugins/template/include/Template/Plugin/PluginDescriptor.php | +1 | −1 | Go to diff View file |
D | plugins/template/include/constants.php | +0 | −21 | Go to diff View file |
M | plugins/template/include/templatePlugin.class.php | +10 | −13 | Go to diff View file |
D | plugins/template/www/index.php | +0 | −30 | Go to diff View file |
A | plugins/timetracking/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.class.php | +7 | −4 | Go to diff View file |
D | plugins/timetracking/www/index.php | +0 | −30 | Go to diff View file |
A | plugins/tracker_encryption/.use-front-controller | +0 | −0 | Go to diff View file |
M | plugins/tracker_encryption/include/tracker_encryptionPlugin.class.php | +6 | −3 | Go to diff View file |
D | plugins/tracker_encryption/www/index.php | +0 | −31 | Go to diff View file |
M | tools/Configuration/Nginx/Common.php | +3 | −5 | Go to diff View file |