stable

Clone or download

Read-only

Merge commit '091ab5634eaa8d995f0964670d3812daa296c0fb' into HEAD

* commit '091ab5634eaa8d995f0964670d3812daa296c0fb': request #16655: Convert graphontrackersv5 plugin to gettext Change-Id: I44c00df55e5a2c5840fa2051e552eea767150f99

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