From a90f1a2d790dc00fe9bf50ed978bd8365f9d1431 Mon Sep 17 00:00:00 2001 From: Ladsgroup Date: Thu, 13 Mar 2014 22:23:56 +0000 Subject: [PATCH] Changing URLs of mediawiki.org in scripts to the SSL-based website http://www.mediawiki.org --> https://www.mediawiki.org Part 3 Change-Id: Ica633881b1744fa2854f4b012b79dbf5a7e5e7e2 --- includes/logging/LogEventsList.php | 2 +- includes/logging/LogPage.php | 2 +- includes/logging/LogPager.php | 2 +- includes/media/DjVuImage.php | 2 +- includes/normal/RandomTest.php | 2 +- includes/normal/Utf8Test.php | 2 +- includes/normal/UtfNormal.php | 2 +- includes/normal/UtfNormalBench.php | 2 +- includes/normal/UtfNormalGenerate.php | 2 +- includes/normal/UtfNormalMemStress.php | 2 +- includes/normal/UtfNormalTest.php | 2 +- includes/normal/UtfNormalUtil.php | 2 +- includes/objectcache/BagOStuff.php | 2 +- includes/parser/CoreTagHooks.php | 2 +- includes/parser/Parser.php | 2 +- includes/search/SearchMySQL.php | 2 +- includes/search/SearchOracle.php | 2 +- includes/search/SearchPostgres.php | 2 +- includes/specials/SpecialImport.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index f0f297fd40..ad8710c050 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -3,7 +3,7 @@ * Contain classes to list log entries * * Copyright © 2004 Brion Vibber , 2008 Aaron Schulz - * 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/includes/logging/LogPage.php b/includes/logging/LogPage.php index f5798e20e4..0e8d1def6e 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -3,7 +3,7 @@ * Contain log classes * * Copyright © 2002, 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/includes/logging/LogPager.php b/includes/logging/LogPager.php index 900ece9789..e27e28a4c2 100644 --- a/includes/logging/LogPager.php +++ b/includes/logging/LogPager.php @@ -3,7 +3,7 @@ * Contain classes to list log entries * * Copyright © 2004 Brion Vibber , 2008 Aaron Schulz - * 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/includes/media/DjVuImage.php b/includes/media/DjVuImage.php index 1197552f69..e1e7992c1c 100644 --- a/includes/media/DjVuImage.php +++ b/includes/media/DjVuImage.php @@ -3,7 +3,7 @@ * DjVu image handler. * * 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/includes/normal/RandomTest.php b/includes/normal/RandomTest.php index 06029868f1..5dc9590d52 100644 --- a/includes/normal/RandomTest.php +++ b/includes/normal/RandomTest.php @@ -5,7 +5,7 @@ * difference. Will run forever until it finds one or you kill it. * * Copyright (C) 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/includes/normal/Utf8Test.php b/includes/normal/Utf8Test.php index c5c1be59ea..61c315f56c 100644 --- a/includes/normal/Utf8Test.php +++ b/includes/normal/Utf8Test.php @@ -4,7 +4,7 @@ * http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt * * 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/includes/normal/UtfNormal.php b/includes/normal/UtfNormal.php index 5a091afc96..f6f7dbb95d 100644 --- a/includes/normal/UtfNormal.php +++ b/includes/normal/UtfNormal.php @@ -3,7 +3,7 @@ * Unicode normalization routines * * 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/includes/normal/UtfNormalBench.php b/includes/normal/UtfNormalBench.php index 89de929038..59a64a3f60 100644 --- a/includes/normal/UtfNormalBench.php +++ b/includes/normal/UtfNormalBench.php @@ -3,7 +3,7 @@ * Approximate benchmark for some basic operations. * * 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/includes/normal/UtfNormalGenerate.php b/includes/normal/UtfNormalGenerate.php index f392df52aa..676f8f7d96 100644 --- a/includes/normal/UtfNormalGenerate.php +++ b/includes/normal/UtfNormalGenerate.php @@ -4,7 +4,7 @@ * and supplementary files. * * Copyright (C) 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/includes/normal/UtfNormalMemStress.php b/includes/normal/UtfNormalMemStress.php index 9732d7624f..9ae6f231cc 100644 --- a/includes/normal/UtfNormalMemStress.php +++ b/includes/normal/UtfNormalMemStress.php @@ -5,7 +5,7 @@ * to test regression on mem usage (bug 28146) * * Copyright © 2004-2011 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/includes/normal/UtfNormalTest.php b/includes/normal/UtfNormalTest.php index ad913b1cf5..7be525103c 100644 --- a/includes/normal/UtfNormalTest.php +++ b/includes/normal/UtfNormalTest.php @@ -4,7 +4,7 @@ * http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt * * 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/includes/normal/UtfNormalUtil.php b/includes/normal/UtfNormalUtil.php index e8fec93665..443516bcc1 100644 --- a/includes/normal/UtfNormalUtil.php +++ b/includes/normal/UtfNormalUtil.php @@ -4,7 +4,7 @@ * Should probably merge them for consistency. * * 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/includes/objectcache/BagOStuff.php b/includes/objectcache/BagOStuff.php index f6fe243cd1..4a27692f08 100644 --- a/includes/objectcache/BagOStuff.php +++ b/includes/objectcache/BagOStuff.php @@ -3,7 +3,7 @@ * Classes to cache objects in PHP accelerators, SQL database or DBA files * * Copyright © 2003-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/includes/parser/CoreTagHooks.php b/includes/parser/CoreTagHooks.php index a2eb69877e..cbc060a926 100644 --- a/includes/parser/CoreTagHooks.php +++ b/includes/parser/CoreTagHooks.php @@ -107,7 +107,7 @@ class CoreTagHooks { * Renders a thumbnail list of the given images, with optional captions. * Full syntax documented on the wiki: * - * http://www.mediawiki.org/wiki/Help:Images#Gallery_syntax + * https://www.mediawiki.org/wiki/Help:Images#Gallery_syntax * * @todo break Parser::renderImageGallery out here too. * diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 340f462589..e3d7fdf890 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5922,7 +5922,7 @@ class Parser { # Strip external link markup # @todo FIXME: Not tolerant to blank link text - # I.E. [http://www.mediawiki.org] will render as [1] or something depending + # I.E. [https://www.mediawiki.org] will render as [1] or something depending # on how many empty links there are on the page - need to figure that out. $text = preg_replace( '/\[(?i:' . $this->mUrlProtocols . ')([^ ]+?) ([^[]+)\]/', '$2', $text ); diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index aec6a0197d..c3edf5120f 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -3,7 +3,7 @@ * MySQL search engine * * Copyright (C) 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/includes/search/SearchOracle.php b/includes/search/SearchOracle.php index cea17d28fc..45321785da 100644 --- a/includes/search/SearchOracle.php +++ b/includes/search/SearchOracle.php @@ -3,7 +3,7 @@ * Oracle search engine * * 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/includes/search/SearchPostgres.php b/includes/search/SearchPostgres.php index c9f5466d78..9dc1e771cf 100644 --- a/includes/search/SearchPostgres.php +++ b/includes/search/SearchPostgres.php @@ -3,7 +3,7 @@ * PostgreSQL search engine * * Copyright © 2006-2007 Greg Sabino Mullane - * 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/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 2ac34eb40d..29722c8f08 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -3,7 +3,7 @@ * Implements Special:Import * * Copyright © 2003,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 -- 2.20.1