stable

Clone or download

Read-only

chore: Remove useless $params from project_admin_header

The parameters was only used to retrieve the title, now we pass directly the title. No functionnal changes in legacy pages of project administration (ex: history, project links, …) Part of request #34749: Remove associative array from BaseLayout::header() Change-Id: I1ad3b934ab2c460144c7eb761054d98616132f8f

Modified Files

Name
M plugins/projectlinks/include/projectlinksPlugin.php +1 −4 Go to diff View file
M plugins/statistics/www/project_stat.php +4 −1 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +1 −4 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 +1 −3 Go to diff View file
M src/www/project/admin/project_admin_utils.php +1 −4 Go to diff View file
M src/www/project/admin/userperms.php +1 −4 Go to diff View file
M src/www/project/stats/source_code_access.php +1 −4 Go to diff View file
M src/www/tracker/import_admin.php +6 −9 Go to diff View file