stable
Clone or download
Read-only
this is part of story #11543 Use new palette colors as background color in A.D How to test: in card field semantic you can nowchoose a value for background color field. It's not possible to unset semantic yet, will be done in a dedicated commit Change-Id: I9acd1a4259e4ac063ffa6c819434bdbe062e050e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/db/install.sql | +6 | −0 | Go to diff View file |
A | plugins/cardwall/db/mysql/updates/2018/201805311618_add_table_for_semantic_color_field_storage.php | +43 | −0 | Go to diff View file |
M | plugins/cardwall/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/cardwall/include/Semantic/BackgroundColorDao.php | +41 | −0 | Go to diff View file |
A | plugins/cardwall/include/Semantic/BackgroundColorFieldSaver.php | +68 | −0 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFields.class.php | +25 | −2 | Go to diff View file |
M | plugins/cardwall/include/Semantic/CardFieldsTrackerPresenterBuilder.php | +15 | −7 | Go to diff View file |
M | plugins/cardwall/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/cardwall/phpunit/carwall/Semantic/CardFieldsTrackerPresenterBuilderTest.php | +13 | −3 | Go to diff View file |
M | plugins/cardwall/site-content/fr_FR/LC_MESSAGES/tuleap-cardwall.po | +9 | −0 | Go to diff View file |
M | plugins/cardwall/site-content/tuleap-cardwall.pot | +7 | −0 | Go to diff View file |
M | plugins/cardwall/templates/semantic-card-background-selector.mustache | +2 | −2 | Go to diff View file |