stable

Clone or download

Read-only

Use new color scheme for Cardwall

Part of story #11543 Use new palette colors as background color in A.D How to test: - Use TLP colors for list values of a selectbox or radio button field - Define the Background color semantic in Cards semantic - Cards should display a colored background, border and an accessibility pattern - Changing the value for the background field should change the card's background - If a background color is transparent, old ugly style is displayed (will be done in a dedicated commit) Change-Id: I8053357e6e328677ea20394f5dd834779bcc90a9

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item.scss +2 −1 Go to diff View file
M plugins/cardwall/build-manifest.json +10 −0 Go to diff View file
M plugins/cardwall/include/CardInCellPresenterBuilder.class.php +17 −9 Go to diff View file
M plugins/cardwall/include/CardPresenter.class.php +34 −4 Go to diff View file
A plugins/cardwall/include/Cardwall/BackgroundColor/BackgroundColor.php +44 −0 Go to diff View file
A plugins/cardwall/include/Cardwall/BackgroundColor/BackgroundColorBuilder.php +71 −0 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +9 −4 Go to diff View file
M plugins/cardwall/include/REST/v1/CardsResource.class.php +27 −21 Go to diff View file
M plugins/cardwall/include/RawBoardBuilder.class.php +5 −1 Go to diff View file
M plugins/cardwall/include/SingleCardBuilder.class.php +70 −21 Go to diff View file
M plugins/cardwall/include/autoload.php +4 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +13 −5 Go to diff View file
A plugins/cardwall/phpunit/Cardwall/BackgroundColor/BackgroundColorBuilderTest.php +107 −0 Go to diff View file
A plugins/cardwall/phpunit/bootstrap.php +22 −0 Go to diff View file
M plugins/cardwall/tests/RendererBoardBuilder.php +46 −7 Go to diff View file
A plugins/cardwall/www/themes/FlamingParrot/css/style.scss +86 −0 Go to diff View file
M plugins/cardwall/www/themes/default/css/style.scss +7 −23 Go to diff View file
M plugins/tracker/build-manifest.json +3 −0 Go to diff View file
M plugins/tracker/include/Tracker/CardPresenter.class.php +11 −5 Go to diff View file
M plugins/tracker/templates/card.mustache +5 −1 Go to diff View file
M plugins/tracker/www/themes/default/css/includes/_cards.scss +37 −1 Go to diff View file
M tests/phpunit/phpunit.xml +1 −0 Go to diff View file