Update weblinks in comments from HTTP to HTTPS
authorFomafix <fomafix@googlemail.com>
Thu, 13 Oct 2016 05:34:26 +0000 (07:34 +0200)
committerFomafix <fomafix@googlemail.com>
Mon, 7 Nov 2016 14:24:46 +0000 (15:24 +0100)
commit202f695f671bb1b6c25ebec219da348e9935692e
treeed96b5c3b090495e649e09792047176ac0c0a053
parent296c00a6e1a0a174d16117f377d554d8c776b95b
Update weblinks in comments from HTTP to HTTPS

Use HTTPS instead of HTTP where the HTTP link is a redirect to the HTTPS link.

Also update some defect links.

Change-Id: Ic3a5eac910d098ed5c2a21e9f47c9b6ee06b2643
78 files changed:
includes/AjaxResponse.php
includes/DefaultSettings.php
includes/FormOptions.php
includes/GlobalFunctions.php
includes/Html.php
includes/MediaWikiServices.php
includes/OutputPage.php
includes/Sanitizer.php
includes/WebRequest.php
includes/WebRequestUpload.php
includes/api/ApiMain.php
includes/api/ApiRsd.php
includes/cache/localisation/LCStoreCDB.php
includes/db/DatabaseMssql.php
includes/export/XmlDumpWriter.php
includes/filebackend/lockmanager/MySqlLockManager.php
includes/htmlform/fields/HTMLFloatField.php
includes/htmlform/fields/HTMLHiddenField.php
includes/htmlform/fields/HTMLIntField.php
includes/installer/MssqlInstaller.php
includes/installer/PhpBugTests.php
includes/jobqueue/JobQueueDB.php
includes/jobqueue/JobRunner.php
includes/libs/MultiHttpClient.php
includes/libs/Timing.php
includes/libs/filebackend/FileBackend.php
includes/libs/filebackend/SwiftFileBackend.php
includes/libs/jsminplus.php
includes/libs/mime/MimeAnalyzer.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseMysqlBase.php
includes/libs/rdbms/database/DatabasePostgres.php
includes/libs/rdbms/database/DatabaseSqlite.php
includes/libs/rdbms/database/IDatabase.php
includes/libs/rdbms/database/position/MySQLMasterPos.php
includes/libs/rdbms/lbfactory/LBFactory.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
includes/libs/rdbms/loadmonitor/LoadMonitorMySQL.php
includes/libs/time/ConvertibleTimestamp.php
includes/mail/UserMailer.php
includes/media/DjVuImage.php
includes/media/MediaHandler.php
includes/media/PNGMetadataExtractor.php
includes/media/SVGMetadataExtractor.php
includes/media/XCF.php
includes/page/WikiPage.php
includes/pager/TablePager.php
includes/parser/Parser.php
includes/resourceloader/ResourceLoader.php
includes/specials/SpecialUploadStash.php
includes/tidy/RaggettInternalPHP.php
includes/user/User.php
includes/utils/UIDGenerator.php
maintenance/archives/patch-img_media_type.sql
maintenance/dev/includes/router.php
maintenance/findHooks.php
maintenance/jsduck/external.js
maintenance/language/digit2html.php
maintenance/mssql/tables.sql
maintenance/mwdoc-filter.php
maintenance/rebuildLocalisationCache.php
maintenance/sqlite/archives/searchindex-fts3.sql
maintenance/tables.sql
resources/src/jquery/jquery.accessKeyLabel.js
resources/src/jquery/jquery.byteLimit.js
resources/src/mediawiki.legacy/oldshared.css
resources/src/mediawiki.skinning/content.css
resources/src/mediawiki/mediawiki.js
resources/src/polyfill-nodeTypes.js
tests/parser/parserTests.txt
tests/phpunit/includes/HtmlTest.php
tests/phpunit/includes/HttpTest.php
tests/phpunit/includes/SampleTest.php
tests/phpunit/includes/SanitizerTest.php
tests/phpunit/includes/installer/DatabaseUpdaterTest.php
tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php
tests/phpunit/includes/upload/UploadBaseTest.php
tests/phpunit/suites/ParserTestTopLevelSuite.php