stable
Clone or download
Read-only
Merge 'gerrit #13342' into stable/master
* commit '72c86b5f2a': request #12599 SVN plugin uses composer autoloader
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson_svn/include/BuildParams.php | +2 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/ContinuousIntegrationCollector.php | +2 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Factory.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Launcher.php | +2 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Manager.php | +3 | −3 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.class.php | +8 | −8 | Go to diff View file |
M | plugins/hudson_svn/phpunit/Job/LauncherTest.php | +2 | −2 | Go to diff View file |
M | plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/referencealias_svn/include/ReferenceAliasSVN/ReferencesImporter.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_svn/include/referencealias_svnPlugin.class.php | +14 | −14 | Go to diff View file |
M | plugins/referencealias_svn/tests/ReferencesImporterTest.php | +1 | −1 | Go to diff View file |
M | plugins/referencealias_svn/tests/bootstrap.php | +2 | −2 | Go to diff View file |
M | plugins/svn/bin/migrate_to_plugin.php | +29 | −29 | Go to diff View file |
M | plugins/svn/bin/pre-revprop-change.php | +11 | −11 | Go to diff View file |
M | plugins/svn/bin/svn_post_commit.php | +22 | −22 | Go to diff View file |
M | plugins/svn/bin/svn_pre_commit.php | +16 | −16 | Go to diff View file |
A | plugins/svn/composer.json | +11 | −0 | Go to diff View file |
R | plugins/svn/include/events/SystemEvent_SVN_CREATE_REPOSITORY.class.php | Go to diff View file | ||
R | plugins/svn/include/events/SystemEvent_SVN_DELETE_REPOSITORY.class.php | Go to diff View file | ||
R | plugins/svn/include/events/SystemEvent_SVN_RESTORE_REPOSITORY.php | Go to diff View file | ||
M | plugins/svn/include/REST/v1/CommitRulesRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/FullRepositoryRepresentation.php | +5 | −5 | Go to diff View file |
M | plugins/svn/include/REST/v1/ImmutableTagRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationUpdateChecker.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/REST/v1/NotificationsBuilder.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/REST/v1/ProjectResource.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryRepresentationBuilder.php | +6 | −6 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +38 | −38 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResourceUpdater.php | +9 | −9 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsPOSTRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/Reference/Extractor.php | +9 | −7 | Go to diff View file |
M | plugins/svn/include/Reference/Reference.php | +8 | −8 | Go to diff View file |
R | plugins/svn/include/Svn/AccessControl/AccessControlController.php | Go to diff View file | ||
R | plugins/svn/include/Svn/AccessControl/AccessControlPresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/AccessControl/AccessFileHistory.php | Go to diff View file | ||
R | plugins/svn/include/Svn/AccessControl/AccessFileHistoryCreator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/AccessControl/AccessFileHistoryDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/AccessControl/AccessFileHistoryFactory.php | Go to diff View file | ||
A | plugins/svn/include/SVN/AccessControl/AccessFileHistoryNotFoundException.php | +27 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/AccessControl/AccessFileReader.php | Go to diff View file | ||
A | plugins/svn/include/SVN/AccessControl/CannotCreateAccessFileHistoryException.php | +27 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/AccessControl/NullAccessFileHistory.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/AdminController.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/AdminGroupsPresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/BaseAdminPresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/BaseGlobalAdminPresenter.php | Go to diff View file | ||
A | plugins/svn/include/SVN/Admin/CannotCreateImmuableTagException.php | +27 | −0 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/CannotCreateMailHeaderException.php | +27 | −0 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/CannotDeleteMailNotificationException.php | +27 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/Admin/GlobalAdminController.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/HooksConfigurationPresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTag.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTagController.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTagCreator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTagDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTagFactory.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/ImmutableTagPresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailHeader.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailHeaderDao.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailHeaderManager.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailNotification.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailNotificationDao.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailNotificationManager.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailNotificationPresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailReceivedFromUserExtractor.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/MailReference.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/RepositoryDeletePresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/RestoreController.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/RestorePresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Admin/SectionsPresenter.php | Go to diff View file | ||
A | plugins/svn/include/SVN/Commit/CannotFindSVNCommitInfoException.php | +27 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/Commit/CommitInfo.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Commit/CommitInfoEnhancer.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Commit/CommitMessageValidator.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Commit/Svnlook.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Dao.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/DiskUsage/DiskUsageCollector.php | Go to diff View file | ||
R | plugins/svn/include/Svn/DiskUsage/DiskUsageDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/DiskUsage/DiskUsageRetriever.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/ExplorerController.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/ExplorerPresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/RepositoryBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/RepositoryDisplayController.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/RepositoryDisplayPresenter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Explorer/RepositoryPresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Hooks/PostCommit.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Hooks/PreCommit.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Hooks/PreRevpropChange.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/CannotGetCommitDateException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriterCore.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriterCoreDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriterPlugin.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriterPluginDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/DBWriterUserCache.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/LastAccessDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/LastAccessUpdater.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/LogCache.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/Parser.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Logs/QueryBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Migration/BareRepositoryCreator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Migration/RepositoryCopier.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Migration/SettingsRetriever.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Migration/SvnMigratorException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/CannotAddUgroupsNotificationException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/CannotAddUsersNotificationException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/CollectionOfUgroupToBeNotifiedPresenterBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/EmailsToBeNotifiedRetriever.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/NotificationListBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/NotificationPresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/NotificationsEmailsBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/NotificationsForProjectMemberCleaner.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/UgroupsToNotifyDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/UgroupsToNotifyUpdater.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Notifications/UsersToNotifyDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PaneCollector.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupRepositoriesRepresentation.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupRepositoryRepresentation.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupRepositoryRepresentationBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupSVNGlobalAdminPermissionCollection.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupSVNServicePaneBuilder.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/PermissionPerGroupServicePresenter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/PermissionsPerGroup/SVNJSONPermissionsRetriever.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Destructor.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Exception/CannotCreateRepositoryException.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Exception/CannotDeleteRepositoryException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Exception/CannotFindRepositoryException.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Exception/RepositoryNameIsInvalidException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Exception/UserIsNotSVNAdministratorException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookConfig.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookConfigChecker.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookConfigRetriever.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookConfigSanitizer.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookConfigUpdator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/HookDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php | Go to diff View file | ||
A | plugins/svn/include/SVN/Repository/Repository.php | +150 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/Repository/RepositoryCreator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/RepositoryDeleter.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/RepositoryManager.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/RepositoryPaginatedCollection.php | Go to diff View file | ||
A | plugins/svn/include/SVN/Repository/RepositoryRegexpBuilder.php | +52 | −0 | Go to diff View file |
R | plugins/svn/include/Svn/Repository/RuleName.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Repository/Settings.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Service/ServiceActivator.php | Go to diff View file | ||
R | plugins/svn/include/Svn/ServiceSvn.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Statistic/SCMUsageCollector.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Statistic/SCMUsageDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Statistic/ServiceUsageCollector.php | Go to diff View file | ||
R | plugins/svn/include/Svn/Statistic/ServiceUsageDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/SvnAdmin.php | Go to diff View file | ||
R | plugins/svn/include/Svn/SvnLogger.php | Go to diff View file | ||
R | plugins/svn/include/Svn/SvnPermissionManager.php | Go to diff View file | ||
R | plugins/svn/include/Svn/SvnRouter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/UserCannotAdministrateRepositoryException.php | Go to diff View file | ||
R | plugins/svn/include/Svn/ViewVC/AccessHistoryDao.php | Go to diff View file | ||
R | plugins/svn/include/Svn/ViewVC/AccessHistorySaver.php | Go to diff View file | ||
R | plugins/svn/include/Svn/ViewVC/ViewVCProxy.php | Go to diff View file | ||
R | plugins/svn/include/Svn/XMLImporter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/XMLImporterException.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/XMLRepositoryImporter.class.php | Go to diff View file | ||
R | plugins/svn/include/Svn/XMLSvnExporter.php | Go to diff View file | ||
D | plugins/svn/include/Svn/AccessControl/AccessFileHistoryNotFoundException.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/AccessControl/CannotCreateAccessFileHistoryException.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/Admin/CannotCreateImmuableTagException.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/Admin/CannotCreateMailHeaderException.class.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/Admin/CannotDeleteMailNotificationException.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/Commit/CannotFindSVNCommitInfoException.class.php | +0 | −25 | Go to diff View file |
D | plugins/svn/include/Svn/Repository/Repository.class.php | +0 | −137 | Go to diff View file |
D | plugins/svn/include/Svn/Repository/RepositoryRegexpBuilder.php | +0 | −51 | Go to diff View file |
D | plugins/svn/include/autoload.php | +0 | −176 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +87 | −87 | Go to diff View file |
R | plugins/svn/phpunit/Svn/Logs/LastAccessUpdaterTest.php | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/ParserCoreAndPluginTest.php | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/ParserTest.php | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn-6.log | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn.1.log | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn.2.log | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn.3.log | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn.4.log | Go to diff View file | ||
R | plugins/svn/phpunit/Svn/Logs/_fixtures/svn.5.log | Go to diff View file | ||
M | plugins/svn/phpunit/bootstrap.php | +1 | −1 | Go to diff View file |
M | plugins/svn/tests/REST_Backend/NotificationUpdateCheckerTest.php | +7 | −7 | Go to diff View file |
M | plugins/svn/tests/REST_Backend/RepositoryResourceUpdaterTest.php | +21 | −21 | Go to diff View file |
M | plugins/svn/tests/Reference/ExtractorTest.php | +7 | −7 | Go to diff View file |
R | plugins/svn/tests/Svn/AccessControl/AccessFileHistoryCreatorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/AccessControl/AccessFileReaderTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/AccessControl/_fixtures/.SVNAccessFile | Go to diff View file | ||
R | plugins/svn/tests/Svn/Hooks/PreCommitSHA1CollisionTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Hooks/PreCommitTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Hooks/PreRevPropChangeTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Mails/MailReceivedFromUserExtractorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Notifications/EmailsToBeNotifiedRetrieverTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/HookConfigCheckerTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/HookConfigSanitizerTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/HookConfigTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/HookConfigUpdatorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/RepositoryDeleterTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/RepositoryRegexpBuilderTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Repository/RuleNameTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/Service/ServiceActivatorTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/XMLExporterTest.php | Go to diff View file | ||
R | plugins/svn/tests/Svn/XMLImporterTest.php | Go to diff View file | ||
M | plugins/svn/tests/bootstrap.php | +2 | −3 | Go to diff View file |
M | plugins/svn/tests/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php | +10 | −10 | Go to diff View file |