stable

Clone or download

Read-only

Display services opened in new tabs

In order to test you need to put 'true' in the DB for `is_in_new_tab` field. Part of story #13567 decide that custom services opens in a new tab/window by default Change-Id: I5cfddebd5bcaea8bf53452334574beb12c36e487

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
M src/common/Project/Project.class.php +5 −1 Go to diff View file
M src/common/Project/Service.class.php +2 −5 Go to diff View file
A src/common/Project/Service/ProjectDefinedService.php +40 −0 Go to diff View file
M src/common/layout/ProjectSidebarBuilder.php +15 −14 Go to diff View file
A src/common/layout/SidebarProjectDefinedServicePresenter.php +67 −0 Go to diff View file
A src/common/layout/SidebarServicePresenter.php +47 −0 Go to diff View file
M src/www/themes/BurningParrot/ProjectSidebarPresenter.php +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar-collapsed.scss +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar-project.scss +15 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/project-sidebar.mustache +27 −8 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_post-definitions.scss +4 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_sidebar.scss +15 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/project-sidebar.mustache +24 −5 Go to diff View file