stable
Clone or download
Read-only
Merge commit 'refs/changes/67/3067/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7498: Changing rank on graph is not working Change-Id: I481d667154878eca285ddb7e79ba24353b2c006d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +7 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php | +20 | −5 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_ChartFactory.class.php | +10 | −9 | Go to diff View file |
A | plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_InSessionChartSorter.class.php | +83 | −0 | Go to diff View file |
A | plugins/graphontrackersv5/tests/GraphOnTrackersV5_InSessionChartSorterTest.php | +146 | −0 | Go to diff View file |
M | tests/lib/MockBuilder.php | +3 | −3 | Go to diff View file |