stable
Clone or download
Read-only
request #6728 - Provide a list of project that are above disk quota for the siteadmin
Change-Id: Ifcc68dba3ee7ffb8ecb85b417ca28197040b8e06
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/include/ProjectQuotaHtml.class.php | +76 | −1 | Go to diff View file |
M | plugins/statistics/include/ProjectQuotaManager.class.php | +102 | −9 | Go to diff View file |
A | plugins/statistics/include/ProjectsOverQuotaTableHeaderPresenter.class.php | +46 | −0 | Go to diff View file |
A | plugins/statistics/include/ProjectsOverQuotaTablePresenter.class.php | +33 | −0 | Go to diff View file |
M | plugins/statistics/include/autoload.php | +3 | −1 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +12 | −0 | Go to diff View file |
M | plugins/statistics/site-content/en_US/statistics.tab | +10 | −0 | Go to diff View file |
M | plugins/statistics/site-content/fr_FR/statistics.tab | +10 | −0 | Go to diff View file |
A | plugins/statistics/templates/projects-over-quota-table-header.mustache | +4 | −0 | Go to diff View file |
A | plugins/statistics/templates/projects-over-quota.mustache | +3 | −0 | Go to diff View file |
A | plugins/statistics/www/project_over_quota.php | +41 | −0 | Go to diff View file |
M | src/common/autoload.php | +2 | −0 | Go to diff View file |
A | src/common/mail/DiskQuotaWarningFormPresenter.class.php | +53 | −0 | Go to diff View file |
A | src/templates/project/disk-quota-warning.mustache | +26 | −0 | Go to diff View file |
M | src/www/admin/index.php | +1 | −0 | Go to diff View file |