stable

Clone or download

Read-only

Style massmail project modal

part of request #9790 Project over quota is not taken into account in Burning Parrot To test it please access to plugins/statistics/project_over_quota.php link. If you don't have any project over quota, in projectQuotaManager, in function getProjectsOverQuota add || true to if ($this->isProjectOverQuota($current_size, $allowed_size)) { Change-Id: I68e919d8ab9c5b9d1e45244c41c89d39a6ed0685

Modified Files

Name
M gulpfile.js +1 −0 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +24 −34 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +2 −2 Go to diff View file
M plugins/statistics/include/ProjectsOverQuotaPresenter.php +16 −1 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +1 −1 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +1 −1 Go to diff View file
A plugins/statistics/templates/disk-quota-warning.mustache +36 −0 Go to diff View file
M plugins/statistics/templates/projects-over-quota.mustache +7 −6 Go to diff View file
M plugins/statistics/www/js/admin.js +9 −1 Go to diff View file
M plugins/statistics/www/project_over_quota.php +3 −2 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +4 −0 Go to diff View file
M site-content/en_US/my/my.tab +1 −0 Go to diff View file
M site-content/fr_FR/my/my.tab +1 −0 Go to diff View file
D src/common/mail/DiskQuotaWarningFormPresenter.class.php +0 −53 Go to diff View file
D src/templates/project/disk-quota-warning.mustache +0 −26 Go to diff View file
M src/www/admin/massmail.php +1 −0 Go to diff View file
M src/www/scripts/admin/massmail.js +1 −6 Go to diff View file
A src/www/scripts/tuleap/tuleap-ckeditor-toolbar.js +26 −0 Go to diff View file