stable

Clone or download

Read-only

Deprecate HTTPRequest::getServerUrl

This is part of the cleanup after the changes introduced in 4a7bc424fa94de6c239cfe1e4b984fcb628ba58d. The method is only deprecated for now until no usages remain in external plugins. Part of request #22669: Allow to disable HTTP->HTTPS redirection Change-Id: I4731d2b09a91f2635f590e2d60e7c13b1cef86de

Modified Files

Name
M plugins/cardwall/include/Cardwall_Renderer.class.php +0 −1 Go to diff View file
M plugins/create_test_env/include/CreateTestEnv/REST/CreateTestEnvResource.php +2 −1 Go to diff View file
M plugins/docman/bin/DocmanExport/XMLExport.class.php +1 −1 Go to diff View file
M plugins/docman/include/ApprovalTable/NotificationCycle.class.php +3 −3 Go to diff View file
M plugins/docman/include/ApprovalTable/Reminder.class.php +2 −2 Go to diff View file
M plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php +2 −2 Go to diff View file
M plugins/docman/include/Docman_HTTPController.class.php +1 −1 Go to diff View file
M plugins/docman/include/Notifications/NotificationBuilders.php +1 −2 Go to diff View file
M plugins/docman/include/docmanPlugin.php +1 −1 Go to diff View file
M plugins/document/include/documentPlugin.php +1 −1 Go to diff View file
M plugins/document_generation/include/document_generationPlugin.php +1 −1 Go to diff View file
M plugins/git/include/GitRepository.class.php +2 −2 Go to diff View file
M plugins/git/include/SystemEvents/SystemEvent_GIT_GERRIT_MIGRATION.class.php +1 −1 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/ProjectSerializerTest.php +3 −6 Go to diff View file
M plugins/git/tests/unit/GitBackendTest.php +2 −4 Go to diff View file
M plugins/gitlfs/include/Batch/LFSBatchController.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php +0 −1 Go to diff View file
M plugins/graphontrackersv5/include/data-access/GraphOnTrackersV5_Chart.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +1 −1 Go to diff View file
M plugins/mediawiki/extensions/TuleapArtLinks/TuleapArtLinks.php +1 −1 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +1 −1 Go to diff View file
M plugins/statistics/include/statisticsPlugin.php +1 −1 Go to diff View file
M plugins/svn/include/SVN/Admin/DisplayMigrateFromCoreController.php +1 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/MigrateFromCorePresenter.php +2 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/CoreRepository.php +1 −2 Go to diff View file
M plugins/svn/include/SVN/Repository/SvnRepository.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactChildPresenter.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/EmailNotificationTask.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/MailSender.php +2 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_File.class.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MailLogger.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Report/WidgetAdditionalButtonPresenter.php +2 −2 Go to diff View file
M plugins/tracker_date_reminder/include/ArtifactDateReminderFactory.class.php +1 −1 Go to diff View file
M site-content/en_US/project/tos.txt +1 −1 Go to diff View file
M site-content/en_US/tos/privacy.txt +1 −1 Go to diff View file
M site-content/fr_FR/project/tos.txt +1 −1 Go to diff View file
M site-content/fr_FR/tos/privacy.txt +1 −1 Go to diff View file
M src/common/Error/Error_PermissionDenied.class.php +2 −2 Go to diff View file
M src/common/FRS/FRSReleaseFactory.class.php +2 −2 Go to diff View file
M src/common/FRS/FileModuleMonitorFactory.class.php +4 −6 Go to diff View file
M src/common/ForgeAccess/AdminController.php +2 −2 Go to diff View file
M src/common/ForgeAccess/AdminRouter.php +1 −1 Go to diff View file
M src/common/OpenGraph/OpenGraphPresenter.php +1 −1 Go to diff View file
M src/common/Project/UGroups/Membership/DynamicUGroups/ProjectMemberAdderWithStatusCheckAndNotifications.php +1 −2 Go to diff View file
M src/common/REST/GateKeeper.class.php +8 −9 Go to diff View file
M src/common/Reference/CrossReference.php +1 −1 Go to diff View file
M src/common/Reference/ReferenceInstance.php +1 −1 Go to diff View file
M src/common/User/AccessKey/AccessKeyCreationController.php +1 −1 Go to diff View file
M src/common/User/AccessKey/REST/AccessKeyResource.php +1 −1 Go to diff View file
M src/common/User/Account/RemoveFromProjectController.php +1 −2 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +3 −3 Go to diff View file
M src/common/User/User.class.php +1 −2 Go to diff View file
M src/common/Widget/MyProjects.php +1 −2 Go to diff View file
M src/common/Widget/Widget.class.php +1 −3 Go to diff View file
M src/common/admin/Homepage/Controller.php +2 −2 Go to diff View file
M src/common/admin/Homepage/Router.php +1 −1 Go to diff View file
M src/common/docmanv1/XMLExport.class.php +1 −1 Go to diff View file
M src/common/include/HTTPRequest.class.php +3 −0 Go to diff View file
M src/common/mail/LogoRetriever.class.php +1 −1 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectNotificationPresenter.class.php +1 −1 Go to diff View file
M src/common/mail/MailProjectOneStepRegisterPresenter.class.php +4 −4 Go to diff View file
M src/common/mail/Tuleap_Template_Mail.class.php +1 −1 Go to diff View file
M src/common/system_event/SystemEvent.class.php +1 −1 Go to diff View file
M src/common/tracker/Artifact.class.php +3 −3 Go to diff View file
M src/common/tracker/ArtifactFile.class.php +1 −1 Go to diff View file
M src/common/tracker/HTML/ArtifactHtml.class.php +1 −1 Go to diff View file
M src/common/wiki/phpwiki/lib/IniConfig.php +1 −1 Go to diff View file
M src/core/RSS/News/LatestNewsController.php +2 −2 Go to diff View file
M src/core/RSS/Project/LatestProjectController.php +1 −1 Go to diff View file
M src/www/account/lostpw-confirm.php +1 −1 Go to diff View file
M src/www/account/register.php +1 −1 Go to diff View file
M src/www/admin/approve_pending_users.php +1 −1 Go to diff View file
M src/www/api/index.php +2 −2 Go to diff View file
M src/www/forum/forum_utils.php +1 −1 Go to diff View file
M src/www/include/proj_email.php +4 −4 Go to diff View file
M src/www/include/session.php +1 −1 Go to diff View file
M src/www/news/news_utils.php +1 −1 Go to diff View file
M src/www/soap/project/wsdl-viewer.php +1 −1 Go to diff View file
M src/www/soap/svn/wsdl-viewer.php +1 −1 Go to diff View file
M src/www/soap/wsdl.php +1 −1 Go to diff View file
M tests/unit/common/REST/GateKeeperTest.php +18 −24 Go to diff View file