stable

Clone or download

Read-only

Style user details page

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics How to test this: - Go to Statistics plugin > Disk usage > One user details - There is also a button that links to this page in Disk usage > Top 10 users Change-Id: I5450f1cd9fcf9b201728d27a993ee2bc0dd44df4

Modified Files

Name
M plugins/statistics/include/DiskUsageRouter.php +42 −6 Go to diff View file
M plugins/statistics/include/DiskUsageSearchFieldsPresenterBuilder.php +45 −1 Go to diff View file
M plugins/statistics/include/DiskUsageTopUsersPresenterBuilder.php +3 −4 Go to diff View file
A plugins/statistics/include/DiskUsageUserDetailsPresenter.php +57 −0 Go to diff View file
A plugins/statistics/include/DiskUsageUserDetailsPresenterBuilder.php +169 −0 Go to diff View file
A plugins/statistics/include/DiskUsageUserDetailsSearchFieldsPresenter.php +55 −0 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +1 −23 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageManager.class.php +51 −56 Go to diff View file
M plugins/statistics/include/autoload.php +5 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +6 −3 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +5 −2 Go to diff View file
A plugins/statistics/templates/disk-usage-user-details.mustache +125 −0 Go to diff View file
M plugins/statistics/www/disk_usage.php +10 −62 Go to diff View file
M plugins/statistics/www/index.php +1 −1 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +18 −5 Go to diff View file