stable

Clone or download

Read-only

refactor: toptab in HeaderConfiguration

`toptab` parameter is used to select the current service. Its name is not really explicit so we use now `current_service_shortname`. No functional changes in: * FRS release note (when a release is linked to an artifact id) * Continuous Integration service * OnlyOffice integration * Tracker creation * Git repository Part of story #34002: see promoted trackers in sidebar Change-Id: Ic4e6153e3c0e7848a926e3bddd5dc99a5b2d8bb3

Modified Files

Name
M plugins/frs/include/FRS/ReleaseNotesController.php +4 −6 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +5 −6 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +6 −1 Go to diff View file
M plugins/onlyoffice/include/Open/OpenInOnlyOfficeController.php +3 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +4 −5 Go to diff View file
M src/common/Layout/HeaderConfiguration/InProject.php +10 −2 Go to diff View file
M src/common/Layout/HeaderConfiguration/WithoutSidebar.php +4 −1 Go to diff View file
M src/common/Layout/HeaderConfigurationBuilder.php +20 −2 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +9 −4 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +13 −2 Go to diff View file