stable

Clone or download

Read-only

Drop PHP 7.4 support

The modification get_class($c) to $c::class are autofixes of PHPCS. Closes request #22186: Run Tuleap with PHP 8.0 Change-Id: I5ebd623c0df6f449521b8821128e2664ce6fbf84

Modified Files

Name
M Makefile +4 −11 Go to diff View file
D docker-compose-php74.yml +0 −8 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +1 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/REST/CreateTestEnvResource.php +3 −3 Go to diff View file
M plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Icons.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_ItemFactory.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_SqlReportColumnFactory.php +1 −1 Go to diff View file
M plugins/docman/include/ItemType/DoesItemHasExpectedTypeVisitor.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/CopyItem/DocmanValidateRepresentationForCopy.php +1 −1 Go to diff View file
M plugins/docman/include/Reference/DocumentIconPresenterBuilder.php +1 −1 Go to diff View file
M plugins/docman/include/XML/Export/XMLExportVisitor.php +1 −1 Go to diff View file
M plugins/forumml/include/forummlPlugin.php +1 −1 Go to diff View file
M plugins/git/include/GitActions.class.php +2 −2 Go to diff View file
M plugins/git/tests/unit/HTTP/HTTPAccessControlTest.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_BackendSVN.class.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/docker-compose.yml +2 −2 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationActions.class.php +1 −1 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +3 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/EventSubjectToNotificationAsynchronousRedisDispatcher.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/EventSubjectToNotificationListenerProvider.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PaginatedTimelineRepresentationBuilder.php +8 −10 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationListenerProviderTest.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationSynchronousDispatcherTest.php +1 −1 Go to diff View file
M plugins/svn/tests/integration/SVN/Commit/_fixtures/pre-commit.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Exception/ChangesetCommitException.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_OpenValue.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CheckboxTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_DateTest.php +5 −5 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_IntegerTest.php +1 −1 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +1 −1 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/DisabledProjectWidgetsChecker.php +1 −1 Go to diff View file
M src/common/Event/EventManager.class.php +1 −1 Go to diff View file
M src/common/Event/Events/HitEvent.php +1 −13 Go to diff View file
M src/common/ForgeUpgrade/ForgeUpgrade.php +3 −3 Go to diff View file
M src/common/Markdown/BlockRenderer/EnhancedCodeBlockRenderer.php +1 −1 Go to diff View file
M src/common/TreeNode/TreeNode.class.php +2 −2 Go to diff View file
M src/common/User/XML/Import/MappingFileOptimusPrimeTransformer.php +2 −2 Go to diff View file
M src/common/backend/Backend.class.php +1 −1 Go to diff View file
M src/common/svn/SvnrootUpdater.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/BlockParser.php +4 −4 Go to diff View file
M src/common/wiki/phpwiki/lib/CachedMarkup.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/XmlElement.php +8 −8 Go to diff View file
M src/common/wiki/phpwiki/lib/gif.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/pear/PEAR.php +2 −2 Go to diff View file
M src/common/wiki/phpwiki/lib/plugin/_AuthInfo.php +3 −3 Go to diff View file
M src/common/wiki/phpwiki/lib/stdlib.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/jpgraph_theme.inc.php +2 −2 Go to diff View file
M src/embedded_vendor/jpgraph/themes/AquaTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/GreenTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OceanTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/OrangeTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/PastelTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/RoseTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/SoftyTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/UniversalTheme.class.php +1 −1 Go to diff View file
M src/embedded_vendor/jpgraph/themes/VividTheme.class.php +1 −1 Go to diff View file
D src/etc/fpm74/tuleap-long-running-request.conf +0 −21 Go to diff View file
D src/etc/fpm74/tuleap.conf +0 −415 Go to diff View file
D src/etc/fpm74/tuleap_common.part +0 −14 Go to diff View file
D src/etc/fpm74/tuleap_errors_dev.part +0 −3 Go to diff View file
D src/etc/fpm74/tuleap_errors_prod.part +0 −2 Go to diff View file
D src/etc/fpm74/tuleap_sessions_files.part +0 −3 Go to diff View file
D src/etc/fpm74/tuleap_sessions_redis.part +0 −4 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +2 −20 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +2 −5 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/SiteDeployCommand.php +1 −1 Go to diff View file
M src/utils/php-launcher.sh +0 −5 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +1 −1 Go to diff View file
M src/www/include/nusoap.php +8 −8 Go to diff View file
M tests/Jenkinsfile +1 −1 Go to diff View file
M tests/Jenkinsfile-nightly +1 −26 Go to diff View file
M tests/Jenkinsfile-security-taint-analysis +1 −1 Go to diff View file
M tests/actions.groovy +6 −6 Go to diff View file
M tests/integration/bin/run-compose.sh +0 −4 Go to diff View file
M tests/phpcs/non-psr-rules.xml +1 −1 Go to diff View file
M tests/rest/bin/run-compose.sh +0 −4 Go to diff View file
M tests/rest/bin/setup.sh +0 −4 Go to diff View file
M tests/soap/bin/run-compose.sh +0 −4 Go to diff View file
M tests/soap/bin/setup.sh +0 −4 Go to diff View file
M tests/unit/common/Authentication/Scope/AuthenticationScopeBuilderFromClassNamesTest.php +6 −6 Go to diff View file
M tests/unit/common/Backend/BackendTest.php +2 −2 Go to diff View file
M tests/unit/common/Plugin/PluginFactoryTest.php +2 −2 Go to diff View file
M tests/unit/common/Project/Admin/Categories/UpdateCategoriesProcessorTest.php +1 −1 Go to diff View file
M tests/unit/common/SOAP/SOAP_WSDLMethodGeneratorTest.php +1 −1 Go to diff View file
M tests/unit/common/event/EventManagerTest.php +1 −1 Go to diff View file
M tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php +47 −50 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +3 −9 Go to diff View file
M tools/setup.el7.sh +0 −1 Go to diff View file
M tools/utils/nix/build-tools/build-tools-php.nix +0 −1 Go to diff View file
M tools/utils/nix/php-base.nix +1 −1 Go to diff View file