stable
Clone or download
Read-only
Merge commit 'refs/changes/10/2410/20' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #6728 - Provide a list of project that are above disk quota for the siteadmin Change-Id: I9276cdb6b98b4167fa6ec761241ab549b6a21d1e
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 |