stable

Clone or download

Read-only

Display project labels

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