jenkins-bot has submitted this change and it was merged.

Change subject: Change URLs to mediawiki.org in comments to HTTPS
......................................................................


Change URLs to mediawiki.org in comments to HTTPS

These are only documentation fixes
http://www.mediawiki.org --> https://www.mediawiki.org

Change-Id: I62ad42be1a3aac410cc53e98ce79389ceddd8988
---
M maintenance/7zip.inc
M maintenance/attachLatest.php
M maintenance/backup.inc
M maintenance/backupPrefetch.inc
M maintenance/backupTextPass.inc
M maintenance/cleanupCaps.php
M maintenance/cleanupImages.php
M maintenance/cleanupTitles.php
M maintenance/cleanupWatchlist.php
M maintenance/compareParsers.php
M maintenance/dumpBackup.php
M maintenance/dumpIterator.php
M maintenance/dumpLinks.php
M maintenance/dumpSisterSites.php
M maintenance/dumpTextPass.php
M maintenance/fixDoubleRedirects.php
M maintenance/importDump.php
M maintenance/language/generateUtf8Case.php
M maintenance/language/transstat.php
M maintenance/namespaceDupes.php
M maintenance/orphans.php
M maintenance/preprocessDump.php
M maintenance/rebuildImages.php
M maintenance/refreshImageMetadata.php
M maintenance/renderDump.php
M maintenance/userDupes.inc
M resources/jquery/jquery.mwExtension.js
M resources/mediawiki/mediawiki.jqueryMsg.js
M tests/parser/parserTest.inc
M tests/parser/parserTests.txt
M tests/parserTests.php
M tests/phpunit/includes/normal/CleanUpTest.php
M tests/phpunit/languages/LanguageTest.php
M tests/phpunit/suites/ExtensionsTestSuite.php
34 files changed, 36 insertions(+), 36 deletions(-)

Approvals:
  Krinkle: Looks good to me, but someone else must approve
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/7zip.inc b/maintenance/7zip.inc
index 590cad2..02156c7 100644
--- a/maintenance/7zip.inc
+++ b/maintenance/7zip.inc
@@ -3,7 +3,7 @@
  * 7z stream wrapper
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/attachLatest.php b/maintenance/attachLatest.php
index 1e82dc1..3333408 100644
--- a/maintenance/attachLatest.php
+++ b/maintenance/attachLatest.php
@@ -3,7 +3,7 @@
  * Corrects wrong values in the `page_latest` field in the database.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/backup.inc b/maintenance/backup.inc
index 64078b4..7161b04 100644
--- a/maintenance/backup.inc
+++ b/maintenance/backup.inc
@@ -3,7 +3,7 @@
  * Base classes for database dumpers
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/backupPrefetch.inc b/maintenance/backupPrefetch.inc
index 04352b9..a0ff7fe 100644
--- a/maintenance/backupPrefetch.inc
+++ b/maintenance/backupPrefetch.inc
@@ -3,7 +3,7 @@
  * Helper class for the --prefetch option of dumpTextPass.php
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc
index f16772c..24e7634 100644
--- a/maintenance/backupTextPass.inc
+++ b/maintenance/backupTextPass.inc
@@ -3,7 +3,7 @@
  * BackupDumper that postprocesses XML dumps from dumpBackup.php to add page 
text
  *
  * Copyright (C) 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/cleanupCaps.php b/maintenance/cleanupCaps.php
index 1a47ac4..321f089 100644
--- a/maintenance/cleanupCaps.php
+++ b/maintenance/cleanupCaps.php
@@ -7,7 +7,7 @@
  *   --dry-run  don't actually try moving them
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php
index 0e0b619..d42497d 100644
--- a/maintenance/cleanupImages.php
+++ b/maintenance/cleanupImages.php
@@ -7,7 +7,7 @@
  *   --fix  Actually clean up titles; otherwise just checks for them
  *
  * Copyright © 2005-2006 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php
index 5b5ef18..72b6aa5 100644
--- a/maintenance/cleanupTitles.php
+++ b/maintenance/cleanupTitles.php
@@ -7,7 +7,7 @@
  *   --fix  Actually clean up titles; otherwise just checks for them
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php
index f1a7b48..94e90db 100644
--- a/maintenance/cleanupWatchlist.php
+++ b/maintenance/cleanupWatchlist.php
@@ -7,7 +7,7 @@
  *   --fix  Actually remove entries; without will only report.
  *
  * Copyright © 2005,2006 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/compareParsers.php b/maintenance/compareParsers.php
index fabc257..723a6bf 100644
--- a/maintenance/compareParsers.php
+++ b/maintenance/compareParsers.php
@@ -7,7 +7,7 @@
  * Templates etc are pulled from the local wiki database, not from the dump.
  *
  * Copyright © 2011 Platonides
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php
index 25a777c..02bfd60 100644
--- a/maintenance/dumpBackup.php
+++ b/maintenance/dumpBackup.php
@@ -4,7 +4,7 @@
  * wrapper format for export or backup
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/dumpIterator.php b/maintenance/dumpIterator.php
index 73296b7..c6b3958 100644
--- a/maintenance/dumpIterator.php
+++ b/maintenance/dumpIterator.php
@@ -5,7 +5,7 @@
  * We implement below the simple task of searching inside a dump.
  *
  * Copyright © 2011 Platonides
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php
index be0b463..dfd1959 100644
--- a/maintenance/dumpLinks.php
+++ b/maintenance/dumpLinks.php
@@ -9,7 +9,7 @@
  * Dumps ASCII text to stdout; command-line.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/dumpSisterSites.php b/maintenance/dumpSisterSites.php
index 5f0c5b7..784dc7a 100644
--- a/maintenance/dumpSisterSites.php
+++ b/maintenance/dumpSisterSites.php
@@ -4,7 +4,7 @@
  * http://www.eekim.com/cgi-bin/wiki.pl?SisterSites
  *
  * Copyright © 2006 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php
index 37c2a31..71895bd 100644
--- a/maintenance/dumpTextPass.php
+++ b/maintenance/dumpTextPass.php
@@ -3,7 +3,7 @@
  * Script that postprocesses XML dumps from dumpBackup.php to add page text
  *
  * Copyright (C) 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/fixDoubleRedirects.php 
b/maintenance/fixDoubleRedirects.php
index 8ae5a5a..b5dc1e3 100644
--- a/maintenance/fixDoubleRedirects.php
+++ b/maintenance/fixDoubleRedirects.php
@@ -3,7 +3,7 @@
  * Fix double redirects.
  *
  * Copyright © 2011 Ilmari Karonen <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/importDump.php b/maintenance/importDump.php
index 1f47cf1..cec6a0e 100644
--- a/maintenance/importDump.php
+++ b/maintenance/importDump.php
@@ -3,7 +3,7 @@
  * Import XML dump files into the current wiki.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@
 
 Note that for very large data sets, importDump.php may be slow; there are
 alternate methods which can be much faster for full site restoration:
-<http://www.mediawiki.org/wiki/Manual:Importing_XML_dumps>
+<https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps>
 TEXT;
                $this->stderr = fopen( "php://stderr", "wt" );
                $this->addOption( 'report',
diff --git a/maintenance/language/generateUtf8Case.php 
b/maintenance/language/generateUtf8Case.php
index dbb70c1..0fd3242 100644
--- a/maintenance/language/generateUtf8Case.php
+++ b/maintenance/language/generateUtf8Case.php
@@ -4,7 +4,7 @@
  * supplementary files.
  *
  * Copyright © 2004, 2008 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/language/transstat.php 
b/maintenance/language/transstat.php
index 6a538e6..4a853b0 100644
--- a/maintenance/language/transstat.php
+++ b/maintenance/language/transstat.php
@@ -24,7 +24,7 @@
  * @author Antoine Musso <hashar at free dot fr>
  *
  * Output is posted from time to time on:
- * http://www.mediawiki.org/wiki/Localisation_statistics
+ * https://www.mediawiki.org/wiki/Localisation_statistics
  */
 $optionsWithArgs = array( 'output' );
 
diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php
index 95d2c08..f698508 100644
--- a/maintenance/namespaceDupes.php
+++ b/maintenance/namespaceDupes.php
@@ -3,7 +3,7 @@
  * Check for articles to fix after adding/deleting namespaces
  *
  * Copyright © 2005-2007 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/orphans.php b/maintenance/orphans.php
index b856baf..b0f91a0 100644
--- a/maintenance/orphans.php
+++ b/maintenance/orphans.php
@@ -6,7 +6,7 @@
  * Man this is depressing.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/preprocessDump.php b/maintenance/preprocessDump.php
index 0dc19e2..683de45 100644
--- a/maintenance/preprocessDump.php
+++ b/maintenance/preprocessDump.php
@@ -4,7 +4,7 @@
  * It may be useful for getting preprocessor statistics or filling the
  * preprocessor cache.
  *
- * Copyright © 2011 Platonides - http://www.mediawiki.org/
+ * Copyright © 2011 Platonides - https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/rebuildImages.php b/maintenance/rebuildImages.php
index ed67ccd..8b0b057 100644
--- a/maintenance/rebuildImages.php
+++ b/maintenance/rebuildImages.php
@@ -8,7 +8,7 @@
  *              add them only.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/refreshImageMetadata.php 
b/maintenance/refreshImageMetadata.php
index 9f73e49..2b6680d 100644
--- a/maintenance/refreshImageMetadata.php
+++ b/maintenance/refreshImageMetadata.php
@@ -5,7 +5,7 @@
  * Usage: php refreshImageMetadata.php
  *
  * Copyright © 2011 Brian Wolff
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php
index 0cde28c..eab5fe7 100644
--- a/maintenance/renderDump.php
+++ b/maintenance/renderDump.php
@@ -7,7 +7,7 @@
  * Templates etc are pulled from the local wiki database, not from the dump.
  *
  * Copyright (C) 2006 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/maintenance/userDupes.inc b/maintenance/userDupes.inc
index 44a1aab..f20b64e 100644
--- a/maintenance/userDupes.inc
+++ b/maintenance/userDupes.inc
@@ -3,7 +3,7 @@
  * Helper class for update.php.
  *
  * Copyright © 2005 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/resources/jquery/jquery.mwExtension.js 
b/resources/jquery/jquery.mwExtension.js
index de39978..03c1c85 100644
--- a/resources/jquery/jquery.mwExtension.js
+++ b/resources/jquery/jquery.mwExtension.js
@@ -104,7 +104,7 @@
                                                // Check for properties in B 
but not in A
                                                // This is about 15% faster 
(tested in Safari 5 and Firefox 3.6)
                                                // ...than incrementing a count 
variable in the above and below loops
-                                               // See also: 
http://www.mediawiki.org/wiki/ResourceLoader/Default_modules/compareObject_test#Results
+                                               // See also: 
https://www.mediawiki.org/wiki/ResourceLoader/Default_modules/compareObject_test#Results
                                                for ( prop in objectB ) {
                                                        if ( !( prop in objectA 
) ) {
                                                                return false;
diff --git a/resources/mediawiki/mediawiki.jqueryMsg.js 
b/resources/mediawiki/mediawiki.jqueryMsg.js
index 40e6039..85669fb 100644
--- a/resources/mediawiki/mediawiki.jqueryMsg.js
+++ b/resources/mediawiki/mediawiki.jqueryMsg.js
@@ -1,6 +1,6 @@
 /*!
 * Experimental advanced wikitext parser-emitter.
-* See: http://www.mediawiki.org/wiki/Extension:UploadWizard/MessageParser for 
docs
+* See: https://www.mediawiki.org/wiki/Extension:UploadWizard/MessageParser for 
docs
 *
 * @author [email protected]
 * @author [email protected]
diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc
index 65296d5..d32ede7 100644
--- a/tests/parser/parserTest.inc
+++ b/tests/parser/parserTest.inc
@@ -5,7 +5,7 @@
  * at the same time.
  *
  * Copyright © 2004, 2010 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt
index 0a2e87f..d4d9fe7 100644
--- a/tests/parser/parserTests.txt
+++ b/tests/parser/parserTests.txt
@@ -9662,7 +9662,7 @@
 ### Images
 ###
 ### For Parsoid-specific tests, see
-#### http://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
+#### https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
 
 !! test
 Simple image
@@ -10618,7 +10618,7 @@
 !! end
 
 # Parsoid-specific testing for images
-# http://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
+# https://www.mediawiki.org/wiki/Parsoid/MediaWiki_DOM_spec#Images
 # Currently imperfect due to a flaw in the Parsoid testrunner
 # Work in progress
 # THESE TESTS SHOULD BE MOVED UP and merged with the php-specific
diff --git a/tests/parserTests.php b/tests/parserTests.php
index debb357..d7e8b86 100644
--- a/tests/parserTests.php
+++ b/tests/parserTests.php
@@ -3,7 +3,7 @@
  * MediaWiki parser test suite
  *
  * Copyright © 2004 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/tests/phpunit/includes/normal/CleanUpTest.php 
b/tests/phpunit/includes/normal/CleanUpTest.php
index a495700..a736234 100644
--- a/tests/phpunit/includes/normal/CleanUpTest.php
+++ b/tests/phpunit/includes/normal/CleanUpTest.php
@@ -3,7 +3,7 @@
  * Tests for UtfNormal::cleanUp() function.
  *
  * Copyright © 2004 Brion Vibber <[email protected]>
- * http://www.mediawiki.org/
+ * https://www.mediawiki.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/tests/phpunit/languages/LanguageTest.php 
b/tests/phpunit/languages/LanguageTest.php
index e958fde..8f8a8b5 100644
--- a/tests/phpunit/languages/LanguageTest.php
+++ b/tests/phpunit/languages/LanguageTest.php
@@ -658,7 +658,7 @@
                                '2009-W53-4',
                                'leap week'
                        ),
-                       // What follows is mostly copied from 
http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time
+                       // What follows is mostly copied from 
https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time
                        array(
                                'Y',
                                '20120102090705',
diff --git a/tests/phpunit/suites/ExtensionsTestSuite.php 
b/tests/phpunit/suites/ExtensionsTestSuite.php
index eec773d..7f41e52 100644
--- a/tests/phpunit/suites/ExtensionsTestSuite.php
+++ b/tests/phpunit/suites/ExtensionsTestSuite.php
@@ -1,7 +1,7 @@
 <?php
 /**
  * This test suite runs unit tests registered by extensions.
- * See http://www.mediawiki.org/wiki/Manual:Hooks/UnitTestsList for details of 
how to register your tests.
+ * See https://www.mediawiki.org/wiki/Manual:Hooks/UnitTestsList for details 
of how to register your tests.
  */
 
 class ExtensionsTestSuite extends PHPUnit_Framework_TestSuite {

-- 
To view, visit https://gerrit.wikimedia.org/r/119777
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I62ad42be1a3aac410cc53e98ce79389ceddd8988
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: TTO <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to