stable

Clone or download

Read-only

Display project background in trackers (Episode I)

The following pages display the full background (aka the title and the main tabs are part of it, like the project administration): * Trackers homepage * Trackers global administration * Tracker administration (both FP and BP pages) Other pages will be done in another episode(s). In order to test you need: * the feature flag feature_flag_project_background activated * a project with a background * another project without background to compare differences Part of story #16211: Set a header background image Change-Id: I0ad6d7a028bc3f9dda00eca706e1e2349ff8e235

Modified Files

Name
M plugins/tracker/include/Tracker/TrackerManager.class.php +2 −1 Go to diff View file
M plugins/tracker/templates/admin-header-bp.mustache +3 −3 Go to diff View file
M plugins/tracker/templates/admin-header.mustache +4 −0 Go to diff View file
M plugins/tracker/templates/global-admin/artifact-links.mustache +4 −2 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/_tracker.scss +2 −1 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_administration.scss +4 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_homepage.scss +5 −0 Go to diff View file
A plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss +54 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +4 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/_background.scss +59 −0 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +2 −50 Go to diff View file