stable

Clone or download

Read-only

Page Top projects

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: On Siteadmin Statistics you should see top projects page using TLP Change-Id: I2d00a966cca1831cc648b6e4d4903862c29240fd

Modified Files

Name
D plugins/statistics/include/DiskUsagePresenterBuilder.php +0 −276 Go to diff View file
M plugins/statistics/include/DiskUsageRouter.php +48 −8 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +12 −19 Go to diff View file
A plugins/statistics/include/DiskUsageSearchFieldsPresenterBuilder.php +100 −0 Go to diff View file
M plugins/statistics/include/DiskUsageServicesPresenter.php +19 −19 Go to diff View file
A plugins/statistics/include/DiskUsageServicesPresenterBuilder.php +247 −0 Go to diff View file
A plugins/statistics/include/DiskUsageServicesSearchFieldsPresenter.php +47 −0 Go to diff View file
A plugins/statistics/include/DiskUsageTopProjectsPresenter.php +83 −0 Go to diff View file
A plugins/statistics/include/DiskUsageTopProjectsPresenterBuilder.php +159 −0 Go to diff View file
A plugins/statistics/include/DiskUsageTopProjectsSearchFieldsPresenter.php +33 −0 Go to diff View file
M plugins/statistics/include/autoload.php +8 −3 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +13 −7 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +13 −7 Go to diff View file
M plugins/statistics/templates/disk-usage-services.mustache +12 −12 Go to diff View file
A plugins/statistics/templates/disk-usage-top-projects.mustache +132 −0 Go to diff View file
M plugins/statistics/www/disk_usage.php +25 −66 Go to diff View file