stable

Clone or download

Read-only

Add page for Usage global

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: On siteadmin Statistics disk usage you should see new menu and new page "usage per folder" Change-Id: I625555c8df8721e325a1bb8f39bafd36a0ad10e4

Modified Files

Name
M plugins/statistics/include/AdminHeaderPresenter.php +4 −0 Go to diff View file
A plugins/statistics/include/DiskUsageGlobalPresenter.php +45 −0 Go to diff View file
A plugins/statistics/include/DiskUsageGlobalPresenterBuilder.php +111 −0 Go to diff View file
M plugins/statistics/include/DiskUsageRouter.php +25 −1 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +2 −2 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenter.php +2 −2 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +0 −65 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +3 −10 Go to diff View file
M plugins/statistics/include/autoload.php +4 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +11 −1 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +10 −0 Go to diff View file
M plugins/statistics/templates/admin-header.mustache +2 −0 Go to diff View file
A plugins/statistics/templates/disk-usage-global.mustache +30 −0 Go to diff View file
M plugins/statistics/www/disk_usage.php +7 −1 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +9 −0 Go to diff View file