stable

Clone or download

Read-only

Page Services

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test: On siteadmin > Statistics > Disk usage page uses TLP. Change-Id: Ie471d08008be239bcab9b8c716531b2071b18ad1

Modified Files

Name
M plugins/statistics/include/AdminHeaderPresenter.php +14 −0 Go to diff View file
A plugins/statistics/include/DiskUsagePresenterBuilder.php +276 −0 Go to diff View file
A plugins/statistics/include/DiskUsageRouter.php +89 −0 Go to diff View file
A plugins/statistics/include/DiskUsageSearchFieldsPresenter.php +60 −0 Go to diff View file
A plugins/statistics/include/DiskUsageServicesPresenter.php +72 −0 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +31 −9 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +7 −5 Go to diff View file
M plugins/statistics/include/autoload.php +6 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +26 −0 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +26 −0 Go to diff View file
M plugins/statistics/templates/admin-header.mustache +11 −4 Go to diff View file
A plugins/statistics/templates/disk-usage-services.mustache +145 −0 Go to diff View file
M plugins/statistics/www/disk_usage.php +38 −140 Go to diff View file
M plugins/statistics/www/disk_usage_graph.php +7 −6 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +22 −5 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +2 −2 Go to diff View file