stable

Clone or download

Read-only

Edit color and style of a label

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