stable

Clone or download

Read-only

Page One Project details

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: On Siteadmin Statistics Services you should be able to filter by project. Change-Id: I1f801ebaddda6fc78c5efc6573284e4debb3e617

Modified Files

Name
M plugins/statistics/include/DiskUsageRouter.php +4 −2 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenterBuilder.php +55 −9 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenter.php +1 −1 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenterBuilder.php +36 −25 Go to diff View file
M plugins/statistics/include/DiskUsageServicesSearchFieldsPresenter.php +8 −0 Go to diff View file
M plugins/statistics/include/DiskUsageTopProjectsPresenter.php +32 −10 Go to diff View file
M plugins/statistics/include/DiskUsageTopProjectsPresenterBuilder.php +30 −7 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +4 −4 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +2 −0 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +2 −0 Go to diff View file
M plugins/statistics/templates/disk-usage-services.mustache +12 −0 Go to diff View file
M plugins/statistics/templates/disk-usage-top-projects.mustache +11 −3 Go to diff View file
M plugins/statistics/www/disk_usage.php +1 −0 Go to diff View file