From 16a5102765b883ade759e0eb25d0a2bc02aab02a Mon Sep 17 00:00:00 2001 From: Ladsgroup Date: Thu, 20 Mar 2014 15:45:01 +0000 Subject: [PATCH] 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 --- maintenance/7zip.inc | 2 +- maintenance/attachLatest.php | 2 +- maintenance/backup.inc | 2 +- maintenance/backupPrefetch.inc | 2 +- maintenance/backupTextPass.inc | 2 +- maintenance/cleanupCaps.php | 2 +- maintenance/cleanupImages.php | 2 +- maintenance/cleanupTitles.php | 2 +- maintenance/cleanupWatchlist.php | 2 +- maintenance/compareParsers.php | 2 +- maintenance/dumpBackup.php | 2 +- maintenance/dumpIterator.php | 2 +- maintenance/dumpLinks.php | 2 +- maintenance/dumpSisterSites.php | 2 +- maintenance/dumpTextPass.php | 2 +- maintenance/fixDoubleRedirects.php | 2 +- maintenance/importDump.php | 4 ++-- maintenance/language/generateUtf8Case.php | 2 +- maintenance/language/transstat.php | 2 +- maintenance/namespaceDupes.php | 2 +- maintenance/orphans.php | 2 +- maintenance/preprocessDump.php | 2 +- maintenance/rebuildImages.php | 2 +- maintenance/refreshImageMetadata.php | 2 +- maintenance/renderDump.php | 2 +- maintenance/userDupes.inc | 2 +- resources/jquery/jquery.mwExtension.js | 2 +- resources/mediawiki/mediawiki.jqueryMsg.js | 2 +- tests/parser/parserTest.inc | 2 +- tests/parser/parserTests.txt | 4 ++-- tests/parserTests.php | 2 +- tests/phpunit/includes/normal/CleanUpTest.php | 2 +- tests/phpunit/languages/LanguageTest.php | 2 +- tests/phpunit/suites/ExtensionsTestSuite.php | 2 +- 34 files changed, 36 insertions(+), 36 deletions(-) diff --git a/maintenance/7zip.inc b/maintenance/7zip.inc index 590cad238d..02156c7ca6 100644 --- a/maintenance/7zip.inc +++ b/maintenance/7zip.inc @@ -3,7 +3,7 @@ * 7z stream wrapper * * Copyright © 2005 Brion Vibber - * 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 1e82dc14c5..3333408c92 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 - * 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 64078b49e6..7161b04dfc 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -3,7 +3,7 @@ * Base classes for database dumpers * * Copyright © 2005 Brion Vibber - * 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 04352b9b9f..a0ff7fe17f 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 - * 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 f16772c516..24e7634dbd 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 - * 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 1a47ac4e52..321f089064 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 - * 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 0e0b6194a0..d42497d362 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 - * 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 5b5ef18453..72b6aa59a0 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 - * 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 f1a7b481ac..94e90db67a 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 - * 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 fabc257133..723a6bf733 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 25a777cd81..02bfd60017 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -4,7 +4,7 @@ * wrapper format for export or backup * * Copyright © 2005 Brion Vibber - * 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 73296b7d2b..c6b39587be 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 be0b46332b..dfd1959cfc 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -9,7 +9,7 @@ * Dumps ASCII text to stdout; command-line. * * Copyright © 2005 Brion Vibber - * 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 5f0c5b7ca9..784dc7a887 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 - * 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 37c2a317e7..71895bd1e6 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 - * 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 8ae5a5a342..b5dc1e3b0e 100644 --- a/maintenance/fixDoubleRedirects.php +++ b/maintenance/fixDoubleRedirects.php @@ -3,7 +3,7 @@ * Fix double redirects. * * Copyright © 2011 Ilmari Karonen - * 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 1f47cf12c2..cec6a0eab0 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 - * 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 @@ Compressed XML files may be read directly: 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: - + TEXT; $this->stderr = fopen( "php://stderr", "wt" ); $this->addOption( 'report', diff --git a/maintenance/language/generateUtf8Case.php b/maintenance/language/generateUtf8Case.php index dbb70c16f6..0fd3242762 100644 --- a/maintenance/language/generateUtf8Case.php +++ b/maintenance/language/generateUtf8Case.php @@ -4,7 +4,7 @@ * supplementary files. * * Copyright © 2004, 2008 Brion Vibber - * 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 6a538e6168..4a853b0f32 100644 --- a/maintenance/language/transstat.php +++ b/maintenance/language/transstat.php @@ -24,7 +24,7 @@ * @author Antoine Musso * * 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 95d2c08a2a..f69850823d 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 - * 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 b856baf86c..b0f91a05bc 100644 --- a/maintenance/orphans.php +++ b/maintenance/orphans.php @@ -6,7 +6,7 @@ * Man this is depressing. * * Copyright © 2005 Brion Vibber - * 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 0dc19e2865..683de45802 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 ed67ccdcf7..8b0b05748c 100644 --- a/maintenance/rebuildImages.php +++ b/maintenance/rebuildImages.php @@ -8,7 +8,7 @@ * add them only. * * Copyright © 2005 Brion Vibber - * 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 9f73e49f06..2b6680d26f 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 0cde28c58d..eab5fe7569 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 - * 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 44a1aab91a..f20b64e2b1 100644 --- a/maintenance/userDupes.inc +++ b/maintenance/userDupes.inc @@ -3,7 +3,7 @@ * Helper class for update.php. * * Copyright © 2005 Brion Vibber - * 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 de399788a5..03c1c85857 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 40e6039219..85669fb69a 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 neilk@wikimedia.org * @author mflaschen@wikimedia.org diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 65296d53d4..d32ede7e9a 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -5,7 +5,7 @@ * at the same time. * * Copyright © 2004, 2010 Brion Vibber - * 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 0a2e87fcaa..d4d9fe7c27 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -9662,7 +9662,7 @@ Special:Foobar_nonexistent ### 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 @@ wgEnableUploads=0 !! 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 debb35751b..d7e8b86ca4 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -3,7 +3,7 @@ * MediaWiki parser test suite * * Copyright © 2004 Brion Vibber - * 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 a495700ea2..a736234f06 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 - * 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 e958fde412..8f8a8b5f3b 100644 --- a/tests/phpunit/languages/LanguageTest.php +++ b/tests/phpunit/languages/LanguageTest.php @@ -658,7 +658,7 @@ class LanguageTest extends LanguageClassesTestCase { '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 eec773dbb3..7f41e5224c 100644 --- a/tests/phpunit/suites/ExtensionsTestSuite.php +++ b/tests/phpunit/suites/ExtensionsTestSuite.php @@ -1,7 +1,7 @@