stable

Clone or download

Read-only

Remove Tuleap\InstanceBaseURLBuilder

This is part of the clean-up following 4a7bc424fa94de6c239cfe1e4b984fcb628ba58d. Tuleap\ServerHostname can be used directly. Part of request #22669: Allow to disable HTTP->HTTPS redirection Change-Id: Ief20bb90e80f76a6d763eddfa713a0fcec1697d0

Modified Files

Name
M plugins/git/bin/gl-rename-project.php +1 −1 Go to diff View file
M plugins/git/hooks/post-receive.php +1 −1 Go to diff View file
M plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayerBuilder.php +1 −1 Go to diff View file
M plugins/git/include/GitRepository.class.php +1 −1 Go to diff View file
M plugins/git/include/GitRepositoryUrlManager.class.php +3 −9 Go to diff View file
M plugins/git/include/REST/v1/GitProjectResource.php +1 −1 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +2 −3 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −1 Go to diff View file
M plugins/git/tests/integration/Gitolite/GitoliteTestCase.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php +1 −2 Go to diff View file
M plugins/git/tests/unit/GitActionsDeleteTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsFetchConfigTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsForkTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitActionsTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitBackendTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitGerritRouteTest.php +1 −1 Go to diff View file
M plugins/git/tests/unit/GitRepositoryUrlManagerTest.php +5 −9 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php +0 −4 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/Bot/BotCommentReferencePresenterBuilder.php +2 −12 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/Bot/InvalidCredentialsNotifier.php +5 −11 Go to diff View file
M plugins/gitlab/include/Repository/Webhook/WebhookCreator.php +2 −8 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +4 −7 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/Bot/BotCommentReferencePresenterBuilderTest.php +7 −14 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/Bot/InvalidCredentialsNotifierTest.php +4 −6 Go to diff View file
M plugins/gitlab/tests/unit/Repository/Webhook/WebhookCreatorTest.php +4 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php +2 −4 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +1 −1 Go to diff View file
M plugins/pullrequest/include/PullRequest/Reference/HTMLURLBuilder.php +4 −9 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +2 −3 Go to diff View file
M plugins/pullrequest/tests/unit/Reference/HTMLURLBuilderTest.php +4 −9 Go to diff View file
M plugins/statistics/include/ProjectQuotaHtml.class.php +8 −14 Go to diff View file
M plugins/statistics/www/project_over_quota.php +1 −2 Go to diff View file
M plugins/statistics/www/project_quota.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/CancellationOfJiraImportNotifier.php +2 −11 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraErrorImportNotifier.php +2 −10 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraImportNotifier.php +2 −8 Go to diff View file
M plugins/tracker/include/Tracker/Creation/JiraImporter/Import/ImportNotifier/JiraSuccessImportNotifier.php +2 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php +0 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −12 Go to diff View file
M src/common/InviteBuddy/InvitationEmailNotifier.php +5 −10 Go to diff View file
M src/common/InviteBuddy/REST/v1/InvitationsResource.php +1 −2 Go to diff View file
M src/common/Reference/CrossReferencePresenterFactory.php +4 −9 Go to diff View file
M src/common/User/UserHelper.class.php +5 −10 Go to diff View file
D src/common/include/InstanceBaseURLBuilder.php +0 −31 Go to diff View file
D tests/unit/common/Include/InstanceBaseURLBuilderTest.php +0 −38 Go to diff View file
M tests/unit/common/Reference/CrossReferencePresenterFactoryTest.php +4 −5 Go to diff View file