stable

Clone or download

Read-only

Provide tulip background

Took the opportunity to reduce the chance of repeating ourselves by decreasing the number of list duplicates. Image taken from https://unsplash.com/photos/5BANCdXJXSA Part of story #16211: Set a header background image Change-Id: If5aefd2f6715ddfaba48375ae6bb1060c6c57fa7

Modified Files

Name
M src/common/Project/ProjectBackground/ProjectBackgroundConfiguration.php +1 −1 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundName.php +1 −26 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundRetriever.php +6 −23 Go to diff View file
A src/common/Project/ProjectBackground/ProjectBackgroundSelection.php +60 −0 Go to diff View file
M src/common/Project/REST/v1/HeaderBackgroundRepresentation.php +1 −1 Go to diff View file
M src/themes/common/css/project-background/_background.scss +9 −0 Go to diff View file
A src/themes/common/css/project-background/orange-tulip.scss +24 −0 Go to diff View file
A src/themes/common/images/project-background/orange-tulip-1680px.webp Binary file Go to diff View file
A src/themes/common/images/project-background/orange-tulip-2400px.webp Binary file Go to diff View file
M src/webpack.common.js +1 −0 Go to diff View file
A tests/unit/common/Project/ProjectBackground/ProjectBackgroundSelectionTest.php +37 −0 Go to diff View file