stable

Clone or download

Read-only

refactor: remove 'group' from header parameters

It is replaced by 'project' with a real object instead of the id. No need to retrieve the project in the service *and* in the layout. This is a small step towards BaseLayout::header() parameters refactoring. No functional changes. Part of story #34002: see promoted trackers in sidebar Change-Id: I12a4538f7fc19d775d5a07146b24cee01fa85dd0

Modified Files

Name
M plugins/baseline/include/ServiceController.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_Header.class.php +1 −1 Go to diff View file
M plugins/docman/include/view/Docman_View_ProjectHeader.class.php +4 −2 Go to diff View file
M plugins/document/include/Tree/DocumentTreeController.php +1 −1 Go to diff View file
M plugins/frs/include/FRS/ReleaseNotesController.php +1 −1 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +2 −2 Go to diff View file
M plugins/git/include/GitViews/GitViewHeader.php +1 −1 Go to diff View file
M plugins/hudson/include/hudsonViews.class.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeUpdateController.php +1 −1 Go to diff View file
M plugins/mediawiki/fusionforge/FusionForge.php +1 −1 Go to diff View file
M plugins/mediawiki/mediawiki-skin/Tuleap.php +3 −3 Go to diff View file
M plugins/mediawiki/www/frame.php +1 −2 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +3 −3 Go to diff View file
M plugins/program_management/include/DisplayAdminProgramManagementController.php +1 −1 Go to diff View file
M plugins/program_management/include/DisplayPlanIterationsController.php +1 −1 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +1 −1 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.php +0 −1 Go to diff View file
M plugins/statistics/www/project_stat.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +1 −1 Go to diff View file
M plugins/webdav/include/BrowserPlugin.class.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +3 −2 Go to diff View file
M src/common/Layout/Layout.class.php +1 −1 Go to diff View file
M src/common/Project/Admin/Navigation/HeaderNavigationDisplayer.php +2 −2 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +0 −1 Go to diff View file
M src/common/Project/Service.class.php +2 −3 Go to diff View file
M src/common/mvc/Views.class.php +2 −5 Go to diff View file
M src/common/tracker/HTML/ArtifactTypeHtml.class.php +6 −6 Go to diff View file
M src/common/wiki/phpwiki/codendi.php +0 −9 Go to diff View file
M src/common/wiki/views/WikiViews.class.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +4 −9 Go to diff View file
M src/www/account/login.php +1 −1 Go to diff View file
M src/www/file/file_utils.php +1 −2 Go to diff View file
M src/www/file/shownotes.php +1 −1 Go to diff View file
M src/www/forum/forum_utils.php +6 −7 Go to diff View file
M src/www/include/html.php +6 −12 Go to diff View file
M src/www/my/redirect.php +2 −2 Go to diff View file
M src/www/news/news_utils.php +4 −5 Go to diff View file
M src/www/project/admin/history.php +1 −1 Go to diff View file
M src/www/project/admin/permission_request.php +0 −1 Go to diff View file
M src/www/project/admin/project_admin_utils.php +0 −1 Go to diff View file
M src/www/project/admin/userperms.php +0 −1 Go to diff View file
M src/www/project/memberlist.php +4 −1 Go to diff View file
M src/www/project/stats/source_code_access.php +2 −3 Go to diff View file
M src/www/service/index.php +4 −4 Go to diff View file
M src/www/svn/svn_utils.php +0 −2 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +12 −14 Go to diff View file
M src/www/tracker/export.php +1 −2 Go to diff View file
M src/www/tracker/index.php +1 −2 Go to diff View file
M tests/psalm/tuleap-baseline.xml +3 −3 Go to diff View file