stable
Clone or download
Read-only
Part of story #11542 Update tracker "color picker" to have beautiful colors to associate with select box values I took the opportunity to extract the list of colors in core, to deduplicate with the list of colors in OpenIdConnectClient plugin How to test: - When creating / editing labels in Project admin, you can now also use the new TLP colors Change-Id: Ie2822429304edb7cd0ecb93ed1f5fc2311e68ae5
Modified Files
Name | ||||
---|---|---|---|---|
R | src/common/Label/AllowedColorsCollection.php | Go to diff View file | ||
R | src/common/Label/ColorPresenter.php | Go to diff View file | ||
R | src/common/Label/ColorPresenterFactory.php | Go to diff View file | ||
M | src/common/autoload.php | +5 | −5 | Go to diff View file |
M | src/common/project/Label/AddController.php | +2 | −2 | Go to diff View file |
M | src/common/project/Label/EditController.php | +2 | −2 | Go to diff View file |
M | src/common/project/Label/IndexController.php | +2 | −2 | Go to diff View file |
M | src/common/project/Label/LabelPresenter.php | +1 | −1 | Go to diff View file |
M | src/common/project/Label/NewLabelPresenter.php | +3 | −3 | Go to diff View file |
M | src/www/project/admin/labels.php | +2 | −2 | Go to diff View file |