stable

Clone or download

Read-only

Refactoring: mustache files

This is part of request #9790 Project over quota is not taken into account in Burning Parrot This refactoring merges two mustache files into one and removes calls to legacy functions. No functional changes. To test it, please to https://tuleap-web.tuleap-aio-dev.docker/plugins/statistics/project_over_quota.php Change-Id: I287ea67e1758f7ec5d98cb3b27c37320c877ffc8

Modified Files

Name
M plugins/statistics/include/ProjectQuotaHtml.class.php +18 −39 Go to diff View file
A plugins/statistics/include/ProjectsOverQuotaPresenter.php +50 −0 Go to diff View file
D plugins/statistics/include/ProjectsOverQuotaTableHeaderPresenter.class.php +0 −46 Go to diff View file
D plugins/statistics/include/ProjectsOverQuotaTablePresenter.class.php +0 −33 Go to diff View file
M plugins/statistics/include/autoload.php +3 −4 Go to diff View file
M plugins/statistics/include/constants.php +2 −1 Go to diff View file
D plugins/statistics/templates/projects-over-quota-table-header.mustache +0 −4 Go to diff View file
M plugins/statistics/templates/projects-over-quota.mustache +31 −3 Go to diff View file
M plugins/statistics/www/project_over_quota.php +4 −4 Go to diff View file
M src/common/admin/AdminPageRenderer.php +1 −1 Go to diff View file