stable
Clone or download
Read-only
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 |