stable
Clone or download
Read-only
request #16655: Convert graphontrackersv5 plugin to gettext
No functional changes Removes also unused documentation pages (bar_doc.html & cie) Change-Id: I9e03e7508caf59d3f48d9f18d24c3dccba4f130e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackersv5/include/GraphActionsPresenter.class.php | +5 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5PluginDescriptor.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +5 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php | +6 | −6 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Bar.class.php | +2 | −2 | 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 | +7 | −7 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Gantt.class.php | +8 | −8 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart_Pie.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/ChartDataBuilderV5.class.php | +1 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Pie.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +5 | −5 | Go to diff View file |
D | plugins/graphontrackersv5/site-content/en_US/bar_doc.html | +0 | −38 | Go to diff View file |
D | plugins/graphontrackersv5/site-content/en_US/gantt_doc.html | +0 | −48 | Go to diff View file |
D | plugins/graphontrackersv5/site-content/en_US/graphontrackersv5.tab | +0 | −201 | Go to diff View file |
D | plugins/graphontrackersv5/site-content/en_US/pie_doc.html | +0 | −37 | Go to diff View file |
M | plugins/graphontrackersv5/site-content/fr_FR/LC_MESSAGES/tuleap-graphontrackersv5.po | +145 | −2 | Go to diff View file |
D | plugins/graphontrackersv5/site-content/fr_FR/graphontrackersv5.tab | +0 | −173 | Go to diff View file |
M | plugins/graphontrackersv5/tests/unit/graphic-library/GraphOnTrackersV5_Engine_BurndownTest.php | +1 | −1 | Go to diff View file |