stable
Clone or download
Read-only
request #12483: Use an autoload generated by Composer for the graph on deprecated trackers plugin
Since the plugin is deprecated and does not use namespaces, only a classmap autoloader is added. Let's not make working on deprecated plugin too enjoyable. Change-Id: I482f0a171112ad4307fb7d98d23248b4ea01f09c
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/graphontrackers/composer.json | +8 | −0 | Go to diff View file |
D | plugins/graphontrackers/include/autoload.php | +0 | −40 | Go to diff View file |
M | plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart.class.php | +2 | −2 | Go to diff View file |
M | plugins/graphontrackers/include/graphontrackersPlugin.class.php | +4 | −1 | Go to diff View file |
M | plugins/graphontrackers/include/html-generators/GraphicEngineHtml.class.php | +2 | −2 | Go to diff View file |