stable

Clone or download

Read-only

Fix namespaces for code under src/common/svn/

Those files were using different namespaces with no PSR-4 compliance and conflicts with the namespce of the plugin. No functional changes expected. Part of request #26407: De-duplicate authz/authn code used for SVN accesses Change-Id: I208e058d929a67aa53d99a90d2376e044d96f2b6

Modified Files

Name
M plugins/ldap/include/LDAP_SVN_Apache_ModPerl.class.php +1 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +1 −1 Go to diff View file
M plugins/ldap/tests/unit/LDAPBackendSVNTest.php +1 −1 Go to diff View file
M plugins/svn/bin/svn_pre_commit.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +2 −2 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_DELETE_REPOSITORY.class.php +1 −1 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_RESTORE_REPOSITORY.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Commit/CollidingSHA1Validator.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/ApacheConfRepository.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/ApacheRepositoriesCollector.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryManager.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Repository/SvnCoreAccess.php +5 −5 Go to diff View file
M plugins/svn/include/SVN/SiteAdmin/CachePresenter.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/SiteAdmin/DisplayTuleapPMParamsController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/SiteAdmin/UpdateTuleapPMParamsController.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/ViewVC/ViewVCProxy.php +1 −1 Go to diff View file
M plugins/svn/include/svnPlugin.php +9 −9 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitSHA1CollisionTest.php +3 −3 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php +5 −5 Go to diff View file
M plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +2 −2 Go to diff View file
M src/common/CLI/Command/WorkerSVNRootUpdateCommand.php +1 −1 Go to diff View file
M src/common/Request/RouteCollector.php +2 −2 Go to diff View file
R src/common/svn/ApacheConfGenerator.php Go to diff View file
R src/common/svn/ApacheConfRepository.php Go to diff View file
R src/common/svn/cache/ParameterDao.php Go to diff View file
R src/common/svn/cache/ParameterDataAccessException.php Go to diff View file
R src/common/svn/cache/ParameterMalformedDataException.php Go to diff View file
R src/common/svn/cache/ParameterRetriever.php Go to diff View file
R src/common/svn/cache/ParameterSaver.php Go to diff View file
R src/common/svn/cache/Parameters.php Go to diff View file
R src/common/svn/CommitMessageValidator.class.php Go to diff View file
R src/common/svn/CoreApacheConfRepository.php Go to diff View file
R src/common/svn/Event/GetSVNLoginNameEvent.php Go to diff View file
R src/common/svn/Event/UpdateProjectAccessFileSystemEvent.php Go to diff View file
R src/common/svn/Event/UpdateProjectAccessFilesEvent.php Go to diff View file
R src/common/svn/Event/UpdateProjectAccessFilesScheduler.php Go to diff View file
R src/common/svn/Exception/SVNRepositoryCreationException.php Go to diff View file
R src/common/svn/Exception/SVNRepositoryLayoutInitializationException.php Go to diff View file
R src/common/svn/GetAllRepositories.php Go to diff View file
R src/common/svn/Hook.class.php Go to diff View file
R src/common/svn/SHA1CollisionDetector.php Go to diff View file
R src/common/svn/SHA1CollisionException.php Go to diff View file
R src/common/svn/SVNAccessFile.class.php Go to diff View file
R src/common/svn/SVNAuthenticationCacheInvalidator.php Go to diff View file
R src/common/svn/SVN_AccessFile_DAO.class.php Go to diff View file
R src/common/svn/SVN_AccessFile_NoFilePresenter.php Go to diff View file
R src/common/svn/SVN_AccessFile_Presenter.php Go to diff View file
R src/common/svn/SVN_AccessFile_Writer.class.php Go to diff View file
R src/common/svn/SVN_Apache.class.php Go to diff View file
R src/common/svn/SVN_Apache_Auth_Factory.class.php Go to diff View file
R src/common/svn/SVN_Apache_ModPerl.class.php Go to diff View file
R src/common/svn/SVN_Apache_SvnrootConf.class.php Go to diff View file
R src/common/svn/SVN_CommitToTagDeniedException.php Go to diff View file
R src/common/svn/SVN_DAO.class.php Go to diff View file
R src/common/svn/SVN_Hooks.class.php Go to diff View file
R src/common/svn/SVN_LogDao.class.php Go to diff View file
R src/common/svn/SVN_LogFactory.class.php Go to diff View file
R src/common/svn/SVN_PermissionsManager.class.php Go to diff View file
R src/common/svn/SVN_RepositoryListing.class.php Go to diff View file
R src/common/svn/SVN_RevisionPathInfo.class.php Go to diff View file
R src/common/svn/SVN_SOAPServer.class.php Go to diff View file
R src/common/svn/SVN_SQLRequestNotSuccededException.class.php Go to diff View file
R src/common/svn/SVN_Svnlook.class.php Go to diff View file
R src/common/svn/SVN_SvnlookException.class.php Go to diff View file
R src/common/svn/ServiceSVN.class.php Go to diff View file
R src/common/svn/SvnCoreAccess.php Go to diff View file
R src/common/svn/SvnCoreUsage.php Go to diff View file
R src/common/svn/SvnNotification.class.php Go to diff View file
R src/common/svn/SvnrootUpdater.php Go to diff View file
R src/common/svn/viewvc/ViewVCController.php Go to diff View file
R src/common/svn/viewvc/ViewVCProxy.php Go to diff View file
R src/common/svn/viewvc/viewvc-epel.cgi Go to diff View file
R src/common/svn/general-settings/SVN_GeneralSettingsPresenter.php Go to diff View file
R src/common/svn/hook/PostRevPropset.class.php Go to diff View file
R src/common/svn/hook/PreCommit.class.php Go to diff View file
R src/common/svn/hook/PreRevPropset.class.php Go to diff View file
R src/common/svn/immutable_tags/SVN_Immutable_Tags_DAO.php Go to diff View file
R src/common/svn/immutable_tags/SVN_Immutable_Tags_Handler.php Go to diff View file
R src/common/svn/immutable_tags/SVN_Immutable_Tags_Presenter.php Go to diff View file
R src/common/svn/intro/SVN_IntroPresenter.php Go to diff View file
R src/common/svn/tokens/SVN_Token.class.php Go to diff View file
R src/common/svn/tokens/SVN_TokenDao.class.php Go to diff View file
R src/common/svn/tokens/SVN_TokenHandler.class.php Go to diff View file
R src/common/svn/tokens/SVN_TokenPresenter.class.php Go to diff View file
M src/common/backend/BackendSVN.class.php +7 −7 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +3 −3 Go to diff View file
M src/common/system_event/SystemEventProcessor_Factory.php +1 −1 Go to diff View file
M src/common/system_event/SystemEventProcessor_Root.class.php +2 −2 Go to diff View file
M src/common/system_event/include/SystemEventProjectActive.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEventSVNAuthenticationCacheRefresh.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_CREATE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_MEMBERSHIP_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_PROJECT_DELETE.class.php +1 −1 Go to diff View file
M src/common/system_event/include/SystemEvent_UGROUP_MODIFY.class.php +1 −1 Go to diff View file
M src/utils/svn/codendi_svn_pre_commit.php +1 −1 Go to diff View file
M src/utils/svn/force_refresh_codendi_svnroot.php +1 −1 Go to diff View file
M src/utils/svn/svnroot_push.php +1 −1 Go to diff View file
M src/www/svn/admin/index.php +1 −1 Go to diff View file
M src/www/svn/index.php +1 −1 Go to diff View file
R tests/integration/tests/Svn/SHA1CollisionDetectorTest.php Go to diff View file
R tests/integration/tests/Svn/SvnlookTest.php Go to diff View file
R tests/integration/tests/Svn/_fixtures/tuleap-shattered.pdf Binary file Go to diff View file
M tests/psalm/psalm.xml +1 −1 Go to diff View file
M tests/psalm/tuleap-baseline.xml +38 −38 Go to diff View file
R tests/unit/common/svn/cache/ParameterRetrieverTest.php Go to diff View file
R tests/unit/common/svn/cache/ParameterSaverTest.php Go to diff View file
R tests/unit/common/svn/Event/UpdateProjectAccessFileSystemEventTest.php Go to diff View file
R tests/unit/common/svn/Event/UpdateProjectAccessFilesSchedulerTest.php Go to diff View file
R tests/unit/common/svn/PreCommitCommitToTagTest.php Go to diff View file
R tests/unit/common/svn/PreCommitMessageTest.php Go to diff View file
R tests/unit/common/svn/PreCommitSHA1CollisionTest.php Go to diff View file
R tests/unit/common/svn/SVNAccessFileTest.php Go to diff View file
R tests/unit/common/svn/SVN_Apache_Auth_FactoryTest.php Go to diff View file
R tests/unit/common/svn/SVN_Apache_ModPerlTest.php Go to diff View file
R tests/unit/common/svn/SVN_Apache_SvnrootConfTest.php Go to diff View file
R tests/unit/common/svn/SVN_RepositoryListingGetSvnPathTest.php Go to diff View file
R tests/unit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php Go to diff View file
R tests/unit/common/svn/SVN_SOAPServerTest.php Go to diff View file
M tests/unit/common/SystemEvent/SystemEventProcessorRootTest.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_PROJECT_DELETE_Test.php +1 −1 Go to diff View file
M tests/unit/common/SystemEvent/include/SystemEvent_UGROUP_MODIFY_Test.php +2 −2 Go to diff View file