stable

Clone or download

Read-only

Add project label

Part of story #10501: Manage project labels Go to project ยป admin ยป labels. You can add a new label with its own style and color. You cannot add a new label with a name that is already taken in the project. There is no change in edition rules (labels can be merged). Change-Id: I9dbac3206a5d09445d44c3528a1e78a69133c3d1

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +33 โˆ’6 Go to diff View file
M site-content/tuleap-core.pot +31 โˆ’6 Go to diff View file
M src/common/Label/AllowedColorsCollection.php +2 โˆ’0 Go to diff View file
M src/common/autoload.php +5 โˆ’2 Go to diff View file
A src/common/project/Label/AddController.php +89 โˆ’0 Go to diff View file
M src/common/project/Label/DeleteController.php +1 โˆ’1 Go to diff View file
M src/common/project/Label/EditController.php +1 โˆ’1 Go to diff View file
M src/common/project/Label/IndexController.php +2 โˆ’0 Go to diff View file
M src/common/project/Label/IndexPresenter.php +11 โˆ’7 Go to diff View file
M src/common/project/Label/LabelDao.php +29 โˆ’0 Go to diff View file
M src/common/project/Label/LabelPresenter.php +13 โˆ’3 Go to diff View file
A src/common/project/Label/LabelWithSameNameAlreadyExistException.php +25 โˆ’0 Go to diff View file
M src/common/project/Label/LabelsManagementRouter.php +10 โˆ’1 Go to diff View file
A src/common/project/Label/NewLabelPresenter.php +44 โˆ’0 Go to diff View file
A src/templates/project/labels/label-modal-add.mustache +18 โˆ’0 Go to diff View file
M src/templates/project/labels/label-modal-edit.mustache +6 โˆ’67 Go to diff View file
A src/templates/project/labels/label-modal-form.mustache +63 โˆ’0 Go to diff View file
M src/templates/project/labels/list-labels.mustache +12 โˆ’4 Go to diff View file
M src/www/project/admin/labels.php +3 โˆ’1 Go to diff View file
M src/www/scripts/labels/project-admin/project-admin-labels.js +17 โˆ’7 Go to diff View file
M src/www/themes/BurningParrot/css/includes/project-admin/_labels.scss +5 โˆ’5 Go to diff View file