stable

Clone or download

Read-only

Merge commit 'refs/changes/56/9356/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #10600: HTTPS should be forced when a HTTPS host is set in the configuration file

Modified Files

Name
M plugins/mediawiki/fusionforge/compat/forge_get_config.php +1 −2 Go to diff View file
M plugins/mediawiki/fusionforge/compat/utils.php +2 −2 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactId.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +6 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +1 −2 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php +14 −10 Go to diff View file
M plugins/webdav/include/Webdav_URLVerification.class.php +7 −7 Go to diff View file
M plugins/webdav/tests/Webdav_URLVerificationTest.php +30 −29 Go to diff View file
M src/common/Service/ServiceCreator.php +2 −3 Go to diff View file
M src/common/include/CookieManager.class.php +4 −4 Go to diff View file
M src/common/include/HTTPRequest.class.php +1 −1 Go to diff View file
M src/common/include/URLVerification.class.php +5 −5 Go to diff View file
M src/common/layout/ProjectSidebarBuilder.php +2 −3 Go to diff View file
M src/etc/local.inc.dist +0 −9 Go to diff View file
M src/utils/cvs1/log_accum +1 −1 Go to diff View file
M src/utils/svn/commit-email.pl +2 −2 Go to diff View file
M src/www/account/login.php +1 −7 Go to diff View file
M src/www/project/admin/servicebar.php +8 −6 Go to diff View file
M src/www/soap/codendi.wsdl.php +3 −4 Go to diff View file
M src/www/soap/project/index.php +4 −5 Go to diff View file
M src/www/soap/svn/index.php +5 −6 Go to diff View file
M src/www/svn/svn_intro.php +2 −2 Go to diff View file
M tests/integration/ProjectCreationTest.php +0 −2 Go to diff View file
M tests/integration/ProjectImportTest.php +0 −2 Go to diff View file
M tests/integration/_fixtures/local.inc +0 −9 Go to diff View file
M tests/rest/bin/integration_tests.inc.dist +0 −1 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +9 −7 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +11 −19 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +47 −130 Go to diff View file
M tests/soap/bin/integration_tests.inc.dist +2 −2 Go to diff View file