stable
Clone or download
Read-only
This is part of story #10501: Manage project labels Go to project ยป admin ยป labels: * On a project without labels, an empty state is displayed. * On a project with labels, they are displayed. ** The list can be filtered by name ** We know if a label is used or not Best reviewed with https://gerrit.tuleap.net/9421 Change-Id: I8b9f368b78ab3709e0ecc13c42a8f202fffed5fd
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +17 | โ2 | Go to diff View file |
M | site-content/tuleap-core.pot | +15 | โ0 | Go to diff View file |
M | src/common/autoload.php | +7 | โ2 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +6 | โ0 | Go to diff View file |
A | src/common/project/Label/CollectionOfLabelPresenter.php | +65 | โ0 | Go to diff View file |
A | src/common/project/Label/IndexController.php | +87 | โ0 | Go to diff View file |
A | src/common/project/Label/IndexPresenter.php | +52 | โ0 | Go to diff View file |
M | src/common/project/Label/LabelDao.php | +9 | โ0 | Go to diff View file |
A | src/common/project/Label/LabelPresenter.php | +45 | โ0 | Go to diff View file |
A | src/common/project/Label/LabelsManagementRouter.php | +41 | โ0 | Go to diff View file |
A | src/templates/project/labels/list-labels.mustache | +66 | โ0 | Go to diff View file |
A | src/www/project/admin/labels.php | +33 | โ0 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +3 | โ2 | Go to diff View file |
A | src/www/scripts/tuleap/project-admin-labels.js | +25 | โ0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | โ0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_project-admin.scss | +26 | โ0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/project-admin/_labels.scss | +27 | โ0 | Go to diff View file |