stable

Clone or download

Read-only

Display project background in the AgileDashboard service and its friends

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 #17551: apply background image on all project pages Change-Id: I962521f7e921dc90c2a00416542cd23ab36c6695

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-charts.mustache +4 −4 Go to diff View file
M plugins/agiledashboard/templates/admin-kanban.mustache +4 −4 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +15 −15 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum/edit-planning.mustache +2 −2 Go to diff View file
M plugins/agiledashboard/templates/pane-list-flaming-parrot.mustache +18 −16 Go to diff View file
M plugins/agiledashboard/templates/pane-list.mustache +18 −14 Go to diff View file
M plugins/agiledashboard/templates/show-flaming-parrot.mustache +3 −4 Go to diff View file
M plugins/agiledashboard/templates/show-top.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/templates/show.mustache +22 −25 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_administration.scss +23 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_header.scss +5 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_kanban.scss +2 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_scrum.scss +1 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_feedback.scss +1 −1 Go to diff View file
A plugins/agiledashboard/themes/BurningParrot/css/kanban/_project-header-background.scss +41 −0 Go to diff View file
A plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-header-background.scss +45 −0 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss +9 −1 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/style.scss +13 −0 Go to diff View file
M plugins/scaled_agile/include/Program/Administration/ReadOnlyProgramAdminViewController.php +13 −5 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +2 −1 Go to diff View file
M plugins/scaled_agile/templates/program-admin.mustache +15 −15 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Administration/ReadOnlyProgramAdminViewControllerTest.php +4 −9 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +19 −17 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +4 −3 Go to diff View file
A plugins/taskboard/themes/includes/_project-header-background.scss +40 −0 Go to diff View file
M plugins/testplan/templates/milestone-header.mustache +15 −13 Go to diff View file
M plugins/testplan/templates/test-plan.mustache +2 −2 Go to diff View file
M plugins/testplan/themes/_testplan.scss +1 −0 Go to diff View file
M plugins/testplan/themes/includes/_header.scss +3 −3 Go to diff View file
A plugins/testplan/themes/includes/_project-header-background.scss +41 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +2 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project.scss +2 −1 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +1 −0 Go to diff View file