(bug 34939) Handle mixed-case URL protocols in wikitext
authorFran McCrory <fran@dumetella.net>
Tue, 10 Jul 2012 18:49:02 +0000 (14:49 -0400)
committerAntoine Musso <hashar@free.fr>
Tue, 4 Sep 2012 14:26:46 +0000 (16:26 +0200)
commitd6028a1811f66a78d4ae8ca5ff62f45e4588260b
tree9518e41bbc86c794eb21eb033447565ac7e5f2c2
parent82af9811ecc09da3923cc19eb5dd35bf5c9018f0
(bug 34939) Handle mixed-case URL protocols in wikitext

This patch marks the regex matching url protocol as being case
insensitive. We will from now render links like [HTTP://ww].

Tests added.

Change-Id: I706acb7a0ae194b50d2318763beae4e5e83671f3
RELEASE-NOTES-1.20
includes/GlobalFunctions.php
includes/Sanitizer.php
includes/Skin.php
includes/api/ApiFormatBase.php
includes/parser/Parser.php
includes/parser/Parser_LinkHooks.php
tests/parser/parserTests.txt