wiki.techinc.nl/includes/parser
Fran McCrory d6028a1811 (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
2012-09-04 16:26:46 +02:00
..
CacheTime.php Added missing GPLv2 headers in new files. 2012-09-01 21:56:38 +02:00
CoreLinkFunctions.php
CoreParserFunctions.php Merge "Reduced some master queries via Revision::READ_NORMAL." 2012-08-28 23:53:26 +00:00
CoreTagHooks.php
DateFormatter.php Make DateFormatter work in any language, by default in the page content language 2012-07-21 00:27:04 +02:00
LinkHolderArray.php Merge "In LinkHolderArray::doVariants(), redlinks need to be checked as well." 2012-07-15 20:15:50 +00:00
Parser.php (bug 34939) Handle mixed-case URL protocols in wikitext 2012-09-04 16:26:46 +02:00
Parser_DiffTest.php
Parser_LinkHooks.php (bug 34939) Handle mixed-case URL protocols in wikitext 2012-09-04 16:26:46 +02:00
ParserCache.php update @param @return doc in several files 2012-07-10 17:08:52 +02:00
ParserOptions.php
ParserOutput.php Merge "Added some docs, fixed some docs and made implicit checks explicit" 2012-08-07 19:45:40 +00:00
Preprocessor.php escape tags and entity in doxygen comments 2012-07-10 17:08:32 +02:00
Preprocessor_DOM.php store text length in local var in Preprocess::processToObj/Xml 2012-08-06 13:41:28 +02:00
Preprocessor_Hash.php Merge "store text length in local var in Preprocess::processToObj/Xml" 2012-08-15 00:22:10 +00:00
Preprocessor_HipHop.hphp Make functions match definitions in Preprocessor interface 2012-08-30 22:03:19 +01:00
StripState.php Replace deprecated wfMsg* calls with Message class calls. 2012-08-20 22:52:17 +02:00
Tidy.php