stable

Clone or download

Read-only

Git repository web UI browser works without warnings under PHP 8.0

To test you can move your instance to PHP 8.0 by deploying the configuration files and overriding the tuleap-php-fpm unit: ``` $ tuleap-cfg site-deploy:fpm --development --php-version=php80 $ systemctl edit tuleap-php-fpm.service ``` ``` [Unit] Conflicts=php74-php-fpm.service php80-php-fpm.service [Service] PIDFile=/var/opt/remi/php80/run/php-fpm/php-fpm.pid EnvironmentFile=/etc/opt/remi/php80/sysconfig/php-fpm ExecStart= ExecStart=/opt/remi/php80/root/usr/sbin/php-fpm --nodaemonize ``` Part of request #22186: Run Tuleap with PHP 8.0 Change-Id: I93712d8407479271067ec335d01729e9c1f3c55d

Modified Files

Name
M plugins/git/templates/gitphp/tuleap/blame.tpl +12 −10 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-diff-side-by-side.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-diff.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-header-title.tpl +5 −5 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-header.tpl +8 −8 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob.tpl +5 −5 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-files.tpl +1 −1 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commit-title-metadata.tpl +4 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/commits-list.tpl +18 −18 Go to diff View file
M plugins/git/templates/gitphp/tuleap/history.tpl +4 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/refs-badges.tpl +2 −2 Go to diff View file
M plugins/git/templates/gitphp/tuleap/shortlog.tpl +11 −11 Go to diff View file
M plugins/git/templates/gitphp/tuleap/tag.tpl +3 −3 Go to diff View file
M plugins/git/templates/gitphp/tuleap/tree.tpl +6 −6 Go to diff View file