stable

Clone or download

Read-only

refactor: introduce main_class in HeaderConfiguration

This is the pendant of body_class. Whenever possible HeaderConfiguration has been introduced with this new parameter. No functional changes. Note: FlamingParrot is not updated, I didn't find any places where it is used in combination with HeaderConfiguration. Part of story #34002: see promoted trackers in sidebar Change-Id: I51301ee7158bd5613887e78f435d6f73aeaba3be

Modified Files

Name
M plugins/api_explorer/include/ExplorerController.php +6 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormRenderer.php +4 −4 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +5 −1 Go to diff View file
M src/common/Layout/HeaderConfiguration.php +2 −0 Go to diff View file
M src/common/Layout/HeaderConfigurationBuilder.php +22 −2 Go to diff View file
M src/common/User/Account/UserPreferencesHeader.php +9 −7 Go to diff View file
M src/core/contact.php +5 −4 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +3 −2 Go to diff View file
M src/www/help/index.php +5 −4 Go to diff View file
M src/www/softwaremap/trove_list.php +5 −1 Go to diff View file
M src/www/tos/tos.php +5 −1 Go to diff View file