stable

Clone or download

Read-only

request #13638 Legacy graphontrackers plugin must be removed

Change-Id: I3183870bab9fb2460e504ebd2adf697357a9c512

Modified Files

Name
D plugins/graphontrackers/README.txt +0 −3 Go to diff View file
D plugins/graphontrackers/VERSION +0 −1 Go to diff View file
D plugins/graphontrackers/build-manifest.json +0 −11 Go to diff View file
D plugins/graphontrackers/composer.json +0 −9 Go to diff View file
D plugins/graphontrackers/db/initvalues.sql +0 −40 Go to diff View file
D plugins/graphontrackers/db/install.sql +0 −49 Go to diff View file
D plugins/graphontrackers/db/uninstall.sql +0 −9 Go to diff View file
D plugins/graphontrackers/include/GraphOnTrackersPluginDescriptor.class.php +0 −34 Go to diff View file
D plugins/graphontrackers/include/GraphOnTrackersPluginInfo.class.php +0 −32 Go to diff View file
D plugins/graphontrackers/include/common/GraphicEngineUserPrefs.class.php +0 −137 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart.class.php +0 −281 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_ChartDao.class.php +0 −112 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Bar.class.php +0 −125 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Gantt.class.php +0 −234 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_Chart_Pie.class.php +0 −110 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_Report.class.php +0 −377 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_ReportDao.class.php +0 −36 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphOnTrackers_ReportFactory.class.php +0 −58 Go to diff View file
D plugins/graphontrackers/include/data-access/GraphicReportFactory.class.php +0 −120 Go to diff View file
D plugins/graphontrackers/include/data-transformation/ChartDataBuilder.class.php +0 −38 Go to diff View file
D plugins/graphontrackers/include/data-transformation/DataBuilder.class.php +0 −245 Go to diff View file
D plugins/graphontrackers/include/data-transformation/GraphOnTrackers_Chart_BarDataBuilder.class.php +0 −60 Go to diff View file
D plugins/graphontrackers/include/data-transformation/GraphOnTrackers_Chart_GanttDataBuilder.class.php +0 −339 Go to diff View file
D plugins/graphontrackers/include/data-transformation/GraphOnTrackers_Chart_PieDataBuilder.class.php +0 −52 Go to diff View file
D plugins/graphontrackers/include/graphic-library/GraphOnTrackers_Engine.class.php +0 −49 Go to diff View file
D plugins/graphontrackers/include/graphic-library/GraphOnTrackers_Engine_Bar.class.php +0 −115 Go to diff View file
D plugins/graphontrackers/include/graphic-library/GraphOnTrackers_Engine_Gantt.class.php +0 −367 Go to diff View file
D plugins/graphontrackers/include/graphic-library/GraphOnTrackers_Engine_Pie.class.php +0 −78 Go to diff View file
D plugins/graphontrackers/include/graphontrackersPlugin.class.php +0 −371 Go to diff View file
D plugins/graphontrackers/include/html-generators/GraphicEngineHtml.class.php +0 −329 Go to diff View file
D plugins/graphontrackers/site-content/en_US/bar_doc.html +0 −38 Go to diff View file
D plugins/graphontrackers/site-content/en_US/gantt_doc.html +0 −48 Go to diff View file
D plugins/graphontrackers/site-content/en_US/graphontrackers.tab +0 −173 Go to diff View file
D plugins/graphontrackers/site-content/en_US/pie_doc.html +0 −37 Go to diff View file
D plugins/graphontrackers/site-content/fr_FR/graphontrackers.tab +0 −145 Go to diff View file
D plugins/graphontrackers/www/dependencies.js +0 −376 Go to diff View file
D plugins/graphontrackers/www/doc/img/Bar chart.PNG +- −- Go to diff View file
D plugins/graphontrackers/www/doc/img/Gantt chart.PNG +- −- Go to diff View file
D plugins/graphontrackers/www/doc/img/Group Bar chart.PNG +- −- Go to diff View file
D plugins/graphontrackers/www/doc/img/Pie chart.PNG +- −- Go to diff View file
D plugins/graphontrackers/www/doc/img/mta graph.PNG +- −- Go to diff View file
D plugins/graphontrackers/www/reportgraphic.php +0 −63 Go to diff View file
D plugins/graphontrackers/www/themes/default/css/style.scss +0 −18 Go to diff View file
D plugins/graphontrackers/www/themes/default/images/chart_bar.png +- −- Go to diff View file
D plugins/graphontrackers/www/themes/default/images/chart_gantt.png +- −- Go to diff View file
D plugins/graphontrackers/www/themes/default/images/chart_pie.png +- −- Go to diff View file
D plugins/graphontrackers/www/themes/default/images/help.png +- −- Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Burndown.class.php +3 −3 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_CumulativeFlow.class.php +4 −4 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +16 −0 Go to diff View file
M src/common/chart/Chart.class.php +6 −1 Go to diff View file
M src/common/html/HTML_Element_Selectbox_Scale.class.php +32 −11 Go to diff View file
M tests/phpunit/phpunit.xml +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −1 Go to diff View file