stable

Clone or download

Read-only

Merge exports data in one tab

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: On Siteadmin > Statistics you should see one tab to export data for service usage, scm statistics and usage progress. Change-Id: I3e9ba5a06b00e63b7b93d6e532e45dc19f65c537

Modified Files

Name
M plugins/statistics/include/AdminHeaderPresenter.php +3 −11 Go to diff View file
A plugins/statistics/include/DataExportPresenter.php +57 −0 Go to diff View file
A plugins/statistics/include/DataExportPresenterBuilder.php +76 −0 Go to diff View file
A plugins/statistics/include/DataExportRouter.php +84 −0 Go to diff View file
M plugins/statistics/include/SCMStatisticsPresenter.php +12 −15 Go to diff View file
R plugins/statistics/include/ServiceUsagePresenter.php Go to diff View file
M plugins/statistics/include/UsageProgressPresenter.php +1 −4 Go to diff View file
M plugins/statistics/include/autoload.php +6 −3 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +1 −0 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +1 −0 Go to diff View file
M plugins/statistics/templates/admin-header.mustache +3 −11 Go to diff View file
A plugins/statistics/templates/data-export.mustache +21 −0 Go to diff View file
M plugins/statistics/templates/scm-statistics.mustache +58 −56 Go to diff View file
D plugins/statistics/templates/service-usage.mustache +0 −52 Go to diff View file
A plugins/statistics/templates/services-usage.mustache +50 −0 Go to diff View file
M plugins/statistics/templates/usage-progress.mustache +22 −25 Go to diff View file
R plugins/statistics/www/usage_progress.php Go to diff View file
M plugins/statistics/www/js/admin.js +21 −0 Go to diff View file
M plugins/statistics/www/scm_stats.php +14 −37 Go to diff View file
M plugins/statistics/www/services_usage.php +6 −28 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +21 −0 Go to diff View file