stable
Clone or download
Read-only
Merge commit 'refs/changes/80/4580/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8477: Add Kanban card drag & drop in usage statistics Change-Id: If4f9702a1701d762507ae68ad907ec6021ac8e01
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php | +63 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +33 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +11 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/db/install.sql | +10 | −0 | Go to diff View file |
A | plugins/statistics/db/mysql/updates/2015/201510131700_create_plugin_statistics_aggregation_table.php | +55 | −0 | Go to diff View file |
M | plugins/statistics/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/statistics/include/StatisticsAggregatorDao.class.php | +47 | −0 | Go to diff View file |
M | plugins/statistics/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +21 | −4 | Go to diff View file |