stable

Clone or download

Read-only

Display project background in SVN repository settings

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: I9cd1bca33239bb4ea12ef9a97b0bd5bea6f69f3c

Modified Files

Name
M plugins/svn/include/SVN/AccessControl/AccessControlController.php +4 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/AdminController.php +12 −6 Go to diff View file
M plugins/svn/include/SVN/Admin/ImmutableTagController.php +4 −2 Go to diff View file
M plugins/svn/include/SVN/Explorer/RepositoryDisplayController.php +3 −33 Go to diff View file
M plugins/svn/include/SVN/Repository/Repository.php +10 −0 Go to diff View file
M plugins/svn/include/SVN/ServiceSvn.php +78 −7 Go to diff View file
M plugins/svn/include/svnPlugin.php +0 −1 Go to diff View file
M plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po +4 −1 Go to diff View file
M plugins/svn/templates/admin/section_presenter.mustache +26 −20 Go to diff View file
M plugins/svn/templates/explorer/index.mustache +1 −1 Go to diff View file
M plugins/svn/themes/default/css/style.scss +20 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +5 −0 Go to diff View file