stable
Clone or download
Read-only
Part of story #10501: Manage project labels Go to project ยป admin ยป labels. You can edit a label and change its color and its style (plain/outline). The change is reflected on the list of project labels, and in pull requests. Change-Id: I665ad6ae59196a616ff55cc3f3d55965ad4efa39
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +12 | โ0 | Go to diff View file |
M | site-content/tuleap-core.pot | +12 | โ0 | Go to diff View file |
A | src/common/Label/AllowedColorsCollection.php | +58 | โ0 | Go to diff View file |
A | src/common/Label/ColorPresenter.php | +42 | โ0 | Go to diff View file |
A | src/common/Label/ColorPresenterFactory.php | +52 | โ0 | Go to diff View file |
M | src/common/autoload.php | +6 | โ2 | Go to diff View file |
M | src/common/project/Label/EditController.php | +29 | โ7 | Go to diff View file |
M | src/common/project/Label/IndexController.php | +21 | โ3 | Go to diff View file |
M | src/common/project/Label/IndexPresenter.php | +11 | โ0 | Go to diff View file |
A | src/common/project/Label/InvalidColorException.php | +25 | โ0 | Go to diff View file |
M | src/common/project/Label/LabelDao.php | +9 | โ5 | Go to diff View file |
M | src/common/project/Label/LabelPresenter.php | +11 | โ6 | Go to diff View file |
M | src/templates/project/labels/label-modal-edit.mustache | +29 | โ1 | Go to diff View file |
M | src/templates/project/labels/list-labels.mustache | +4 | โ2 | Go to diff View file |
M | src/www/project/admin/labels.php | +6 | โ2 | Go to diff View file |
M | src/www/scripts/labels/project-admin/project-admin-labels.js | +32 | โ3 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/project-admin/_labels.scss | +51 | โ0 | Go to diff View file |