stable
Clone or download
Read-only
Merge commit 'refs/changes/02/17702/7' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #14519: Migrate existing logger interface to PSR-3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/XMLImporter.php | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/KanbanXmlImporter.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/ExplicitBacklog/XMLImporterTest.php | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/FormElement/BurnupDataBuilderTest.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Kanban/KanbanXmlImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Milestone/Backlog/TopBacklogElementsToAddCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/archivedeleteditems/include/FileCopier.php | +1 | −1 | Go to diff View file |
M | plugins/artifactsfolders/include/Converter/ArtifactsFoldersToScrumV2Converter.php | +6 | −6 | Go to diff View file |
M | plugins/artifactsfolders/include/artifactsfoldersPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/cardwall/include/CardwallConfigXmlImport.class.php | +2 | −2 | Go to diff View file |
M | plugins/cardwall/phpunit/CardwallConfigXmlImportTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanExport/Docman_XMLExportVisitor.class.php | +1 | −1 | Go to diff View file |
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/Download/DocmanFileDownloadController.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/SystemCheck.php | +2 | −2 | Go to diff View file |
M | plugins/docman/include/Upload/Document/DocumentUploadFinisher.php | +3 | −3 | Go to diff View file |
M | plugins/docman/include/Upload/Version/VersionUploadFinisher.php | +2 | −2 | Go to diff View file |
M | plugins/docman/phpunit/Download/DocmanFileDownloadControllerTest.php | +5 | −6 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Document/DocumentUploadFinisherTest.php | +1 | −1 | Go to diff View file |
M | plugins/docman/phpunit/Upload/Version/VersionUploadFinisherTest.php | +1 | −1 | Go to diff View file |
M | plugins/forumml/include/forummlPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/frs/include/FRS/Upload/Tus/FileUploadFinisher.php | +3 | −3 | Go to diff View file |
M | plugins/frs/phpunit/FRS/Upload/Tus/FileUploadFinisherTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Ci/Launcher.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/Gerrit/MembershipManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritDriverFactory.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Driver/GerritREST.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/Gitolite3LogParser.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteConfWriter.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/GitoliteFullLogsToAggregatedLogs.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/ProjectSerializer.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/SSHKey/DumperFactory.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Gitolite/SSHKey/Gitolite3Dumper.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGc.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/GitoliteHousekeeping/GitoliteHousekeepingResponse.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPAccessControl.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPController.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/HTTP/HTTPUserAccessKeyAuthenticator.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/HTTP/Wrapper.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git/Hook/LogAnalyzer.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Hook/ParseLog.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/ManifestFileGenerator.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Mirror/MirrorSystemEventQueue.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/SystemCheck.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/SystemEventQueue.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/Git/Webhook/WebhookRequestSender.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitActions.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitBundle.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitRepositoryManager.class.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/GitXMLExporter.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/GitXmlImporter.class.php | +5 | −5 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/Git_GitoliteDriver.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYS.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php | +3 | −3 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_PROJECTS_UPDATE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_DELETE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_RESTORE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/SystemEvents/SystemEvent_GIT_REPO_UPDATE.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/XmlUgroupRetriever.php | +4 | −4 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +6 | −6 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerBindedUGroupsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerCreateGroupForUmbrellaTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerCreateGroupTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerListGroupsCacheTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerListGroupsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerNoGerritTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminOwnerOfEverythingTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerProjectAdminTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/Gerrit/MembershipManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Driver/GerritRESTTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/Gitolite3LogParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/ProjectSerializerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Gitolite/SSHKey/DumperFactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/GitoliteHousekeeping/GitoliteHousekeepingGitGcTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_LogAnalyzerTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_ParseLogTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Hook/Git_Hook_ParseLog_CountPushesTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Mirror/ManifestFileGeneratorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/SystemCheckTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git/Webhook/WebhookRequestSenderTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsDeleteTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsFetchConfigTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsForkTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitActionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitBackendGitoliteUserAccessRightsTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitGerritRouteTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitPluginGetRemoteServersForUserTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitPluginPostSystemEvents.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitRepositoryImplTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/GitRoutingTest.php | +1 | −2 | Go to diff View file |
M | plugins/git/phpunit/GitXMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/Git_Backend_GitoliteAccessURLTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/Git_Backend_GitoliteTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/HTTP/HTTPAccessControlTest.php | +7 | −7 | Go to diff View file |
M | plugins/git/phpunit/HTTP/HTTPUserAccessKeyAuthenticatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_EDIT_SSH_KEYSTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION_BaseTest.php | +4 | −4 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/SystemEvents/SystemEvent_GIT_REPO_UPDATETest.php | +1 | −1 | Go to diff View file |
M | plugins/git/phpunit/XmlUgroupRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/tests/GitXmlImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteDriverTest.php | +1 | −1 | Go to diff View file |
M | plugins/git/tests/Git_GitoliteTestCase.class.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/Batch/Response/BatchSuccessfulResponseBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/gitlfs/phpunit/Batch/Response/BatchSuccessfulResponseBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Launcher.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/phpunit/Job/LauncherTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +6 | −6 | Go to diff View file |
M | plugins/ldap/include/LDAP_CleanUpManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +3 | −3 | Go to diff View file |
M | plugins/ldap/include/LDAP_SyncMail.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupManager.class.php | +5 | −5 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserWrite.class.php | +3 | −3 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPDirectorySynchronizationTest.php | +7 | −7 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPGroupManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPRetrieveAllArgumentsTest.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/phpunit/LDAPTest.php | +4 | −4 | Go to diff View file |
M | plugins/ldap/phpunit/UserGroupManagerTest.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/phpunit/UserManagerAuthenticateTest.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/Maintenance/CleanUnused.php | +7 | −7 | Go to diff View file |
M | plugins/mediawiki/include/Maintenance/CleanUnusedDao.php | +8 | −8 | Go to diff View file |
M | plugins/mediawiki/include/MediaWikiXMLImporter.class.php | +4 | −4 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiMLEBExtensionManager.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/XMLMediaWikiExporter.php | +3 | −3 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/phpunit/CleanUnusedTest.php | +22 | −21 | Go to diff View file |
M | plugins/mediawiki/phpunit/XMLMediaWikiExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/GitReference/GitPullRequestReferenceBulkConverter.php | +4 | −4 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/EventDispatcherWithFallback.php | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/StatusPatcher.php | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/phpunit/GitReference/GitPullRequestReferenceBulkConverterTest.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/phpunit/Notification/EventDispatcherWithFallbackTest.php | +2 | −3 | Go to diff View file |
M | plugins/pullrequest/phpunit/REST/v1/StatusPatcherTest.php | +1 | −2 | Go to diff View file |
M | plugins/referencealias_core/include/ReferenceAliasCore/ReferencesImporter.php | +6 | −6 | Go to diff View file |
M | plugins/referencealias_core/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_git/include/ReferenceAliasGit/ReferencesImporter.php | +5 | −5 | Go to diff View file |
M | plugins/referencealias_git/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_mediawiki/include/ReferencesImporter.php | +5 | −5 | Go to diff View file |
M | plugins/referencealias_mediawiki/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesImporter.php | +5 | −5 | Go to diff View file |
M | plugins/referencealias_svn/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_tracker/include/ReferenceAliasTracker/ReferencesImporter.php | +6 | −6 | Go to diff View file |
M | plugins/referencealias_tracker/phpunit/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/Statistics_DiskUsagePurger.class.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/SystemEvent_STATISTICS_DAILY.php | +2 | −2 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/phpunit/DiskUsagePurgerTest.php | +1 | −2 | Go to diff View file |
M | plugins/statistics/tests/integration/DiskUsagePurgerIntegrationTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/AdminController.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/DiskUsage/DiskUsageRetriever.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/Hooks/PreCommit.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Logs/DBWriter.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/Destructor.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryManager.php | +6 | −6 | Go to diff View file |
M | plugins/svn/include/SVN/SvnAdmin.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/SVN/XMLImporter.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/XMLRepositoryImporter.php | +6 | −6 | Go to diff View file |
M | plugins/svn/include/SVN/XMLSvnExporter.php | +3 | −3 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Hooks/PreCommitSHA1CollisionTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Hooks/PreCommitTest.php | +5 | −4 | Go to diff View file |
M | plugins/svn/phpunit/SVN/Repository/RepositoryManagerTest.php | +1 | −2 | Go to diff View file |
M | plugins/svn/phpunit/SVN/XMLExporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/XMLImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/svn/phpunit/SVN/XMLRepositoryImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTask.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunner.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunner.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/AsynchronousActionsRunner.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/AsynchronousSupervisor.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTask.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLArtifactSourcePlatformExtractor.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ChartCachedDaysComparator.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ChartConfigurationFieldRetriever.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationChecker.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCommonDataBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacy.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForREST.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/File/Upload/FileUploadCleaner.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MailLogger.class.php | +19 | −34 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationLogger.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Importer/CopyArtifactInformationsAggregator.php | +10 | −34 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/TrackerXmlImportFeedbackCollector.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +9 | −9 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowBackendLogger.php | +8 | −9 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Artifact/Changeset/Tracker_Artifact_Changeset_InitialChangesetCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/AsynchronousActionsRunnerTest.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Changeset/PostCreation/WebhookNotificationTaskTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/Tracker_ArtifactCreatorTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLArtifactSourcePlatformExtractorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachmentTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/XmlImportTest.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationFieldRetriverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationValueRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForLegacyTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/File/Upload/FileUploadCleanerTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_BurndownTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Migration/MigrationLoggerTest.php | +11 | −9 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXmlImportArtifactLinkV2Activation.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/TrackerXmlImportTest.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/Trigger/Rules/WorkflowTriggerRulesProcessorTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowBackendLoggerTest.php | +17 | −18 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowFactoryTest.php | +2 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowRulesManagerLoopSafeGuardTest.php | +4 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/WorkflowRulesManagerTest.php | +1 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/ChartCachedDaysComparatorTest.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Importer/CopyArtifactInformationsAggregatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/TrackerXmlImportTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/builders/aWorkflow.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +4 | −4 | Go to diff View file |
M | src/common/CLI/Command/LaunchEveryMinuteJobCommand.php | +3 | −3 | Go to diff View file |
M | src/common/CLI/ConsoleLogger.php | +8 | −27 | Go to diff View file |
M | src/common/Cron/EventCronJobEveryMinute.php | +3 | −3 | Go to diff View file |
M | src/common/Dashboard/Project/ProjectDashboardXMLImporter.php | +9 | −9 | Go to diff View file |
M | src/common/FRS/FRSFileFactory.class.php | +4 | −4 | Go to diff View file |
M | src/common/FRS/FRSXMLImporter.class.php | +3 | −3 | Go to diff View file |
M | src/common/Httpd/PostRotateEvent.php | +3 | −3 | Go to diff View file |
M | src/common/Password/HaveIBeenPwned/PwnedPasswordRangeRetriever.php | +3 | −3 | Go to diff View file |
M | src/common/Project/ProjectCreationData.class.php | +3 | −3 | Go to diff View file |
M | src/common/Project/ProjectXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/ProjectXMLImporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/Project/REST/v1/RestProjectCreator.php | +2 | −2 | Go to diff View file |
M | src/common/Queue/QueueFactory.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/Redis/BackOffDelayFailedMessage.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/Redis/RedisPersistentQueue.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/TaskWorker/TaskWorkerProcessCommand.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/Worker.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/WorkerEvent.php | +3 | −3 | Go to diff View file |
M | src/common/Request/FrontRouter.php | +5 | −5 | Go to diff View file |
M | src/common/User/XML/Import/AlreadyExistingUser.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/Mapping.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/ReadyToBeImportedUser.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/ReadyToBeImportedUsersCollection.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/UsersToBeImportedCollectionBuilder.php | +3 | −3 | Go to diff View file |
M | src/common/User/XML/Import/WillBeActivatedUser.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/WillBeCreatedUser.php | +2 | −2 | Go to diff View file |
M | src/common/User/XML/Import/WillBeMappedUser.php | +2 | −2 | Go to diff View file |
M | src/common/backend/Backend.class.php | +5 | −7 | Go to diff View file |
M | src/common/backend/BackendLogger.class.php | +11 | −38 | Go to diff View file |
M | src/common/backend/SystemCheckLogger.php | +3 | −3 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +2 | −2 | Go to diff View file |
M | src/common/include/SiteCache.php | +1 | −1 | Go to diff View file |
M | src/common/log/BrokerLogger.class.php | +10 | −44 | Go to diff View file |
M | src/common/log/ConsoleLogger.class.php | +10 | −39 | Go to diff View file |
D | src/common/log/Logger.class.php | +0 | −52 | Go to diff View file |
D | src/common/log/NoopLogger.class.php | +0 | −46 | Go to diff View file |
M | src/common/log/TruncateLevelLogger.class.php | +64 | −28 | Go to diff View file |
M | src/common/log/WrapperLogger.class.php | +6 | −26 | Go to diff View file |
M | src/common/mail/MailFilter.php | +10 | −10 | Go to diff View file |
M | src/common/plugin/PluginConfigChecker.php | +4 | −4 | Go to diff View file |
M | src/common/plugin/PluginLoader.php | +4 | −4 | Go to diff View file |
M | src/common/realTime/NodeJSClient.php | +3 | −3 | Go to diff View file |
M | src/common/svn/SvnrootUpdater.php | +3 | −3 | Go to diff View file |
M | src/common/svn/hook/PreCommit.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor.class.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Factory.php | +2 | −2 | Go to diff View file |
M | src/common/system_event/SystemEventProcessor_Root.class.php | +1 | −1 | Go to diff View file |
M | src/common/system_event/include/RootDailyStartEvent.php | +5 | −5 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_ROOT_DAILY.class.php | +3 | −3 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporter.class.php | +2 | −2 | Go to diff View file |
M | src/common/tracker/ArtifactXMLExporterArtifact.class.php | +8 | −8 | Go to diff View file |
M | src/composer.json | +1 | −0 | Go to diff View file |
M | src/composer.lock | +1 | −1 | Go to diff View file |
M | src/www/api/index.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardXMLImporterBase.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardXMLImporterLinesTest.php | +13 | −12 | Go to diff View file |
M | tests/phpunit/common/Dashboard/Project/ProjectDashboardXMLImporterTest.php | +5 | −4 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSFileFactoryTest.php | +42 | −42 | Go to diff View file |
M | tests/phpunit/common/FRS/FRSXMLImporterTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Include/SiteCacheTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Password/HaveIBeenPwned/PwnedPasswordRangeRetrieverTest.php | +4 | −5 | Go to diff View file |
M | tests/phpunit/common/Plugin/PluginLoaderTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/ProjectCreationDataTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php | +1 | −2 | Go to diff View file |
M | tests/phpunit/common/Queue/Redis/BackOffDelayFailedMessageTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/Queue/TaskWorker/TaskWorkerProcessCommandTest.php | +2 | −3 | Go to diff View file |
M | tests/phpunit/common/RealTime/NodeJSClientTest.php | +1 | −2 | Go to diff View file |
M | tests/phpunit/common/Request/FrontRouterTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/SystemEvent/SystemEventProcessorRootTest.php | +1 | −2 | Go to diff View file |
M | tests/phpunit/common/User/XML/Import/MappingTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/XML/Import/UsersToBeImportedCollectionBuilderTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/User/XML/Import/WillBeCreatedUserTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/date/TimePeriodWithoutWeekEndTest.php | +4 | −5 | Go to diff View file |
M | tests/phpunit/common/log/TruncateLevelLoggerTest.php | +20 | −19 | Go to diff View file |
M | tests/phpunit/common/log/WrapperLoggerTest.php | +14 | −17 | Go to diff View file |
M | tests/phpunit/common/mail/MailFilterTest.php | +3 | −3 | Go to diff View file |
M | tests/phpunit/common/svn/Event/UpdateProjectAccessFileSystemEventTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/svn/PreCommitCommitToTagTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/svn/PreCommitMessageTest.php | +1 | −1 | Go to diff View file |
M | tests/phpunit/common/svn/PreCommitSHA1CollisionTest.php | +2 | −2 | Go to diff View file |
M | tests/phpunit/common/tracker/ArtifactXMLExporterTest.php | +3 | −3 | Go to diff View file |
M | tests/simpletest/common/backend/BackendCVSTest.php | +2 | −2 | Go to diff View file |
M | tests/simpletest/common/backend/BackendLoggerTest.php | +3 | −38 | Go to diff View file |
M | tools/Configuration/Apache/BackendSVN.php | +3 | −3 | Go to diff View file |
M | tools/Configuration/Apache/LogrotateDeployer.php | +3 | −3 | Go to diff View file |
M | tools/Configuration/Apache/TuleapWeb.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/FPM/BackendSVN.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/FPM/TuleapWeb.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Logger/Console.php | +12 | −25 | Go to diff View file |
D | tools/Configuration/Logger/LoggerInterface.php | +0 | −43 | Go to diff View file |
M | tools/Configuration/Logger/Wrapper.php | +4 | −21 | Go to diff View file |
M | tools/Configuration/Nginx/BackendSVN.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/Nginx/BackendWeb.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Nginx/Common.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Nginx/ReverseProxy.php | +2 | −2 | Go to diff View file |
M | tools/Configuration/Nginx/TuleapWeb.php | +1 | −1 | Go to diff View file |
M | tools/Configuration/Setup/PHP73CentOS6.php | +3 | −3 | Go to diff View file |
M | tools/Configuration/Setup/PHP74CentOS.php | +3 | −3 | Go to diff View file |
M | tools/Configuration/composer.json | +4 | −1 | Go to diff View file |
A | tools/Configuration/composer.lock | +65 | −0 | Go to diff View file |