wiki.techinc.nl/includes/parser
Roan Kattouw 48bbe8b848 (bug 30269) Strings like foobar//barfoo are linked to become foobar[//barfoo]
* Introduce a boolean parameter to wfUrlProtocols() which, if set to false, will cause '//' to be dropped from the returned regex so it doesn't match protocol-relative URLs
* Introduce wfUrlProtocolsWithoutProtRel() as a wrapper for wfUrlProtocols( false ). The latter should not be used directly because the former is much clearer
* Use this new function in Parser::doMagicLinks() to fix the original bug. Also use it in ApiFormatBase::formatHTML() and CodeCommentLinker::link(), which probably had similar bugs
2011-08-15 12:20:00 +00:00
..
CoreLinkFunctions.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
CoreParserFunctions.php Fix r93820: PROT_ -> PROTO_ 2011-08-03 13:11:42 +00:00
CoreTagHooks.php And even more documentation in various files 2011-05-29 14:25:20 +00:00
DateFormatter.php * (bug 28511) Use [] syntax instead of {} for string offset access 2011-04-17 07:59:58 +00:00
LinkHolderArray.php And even more documentation in various files 2011-05-29 14:25:20 +00:00
Parser.php (bug 30269) Strings like foobar//barfoo are linked to become foobar[//barfoo] 2011-08-15 12:20:00 +00:00
Parser_DiffTest.php More return type documentation 2011-02-08 23:18:13 +00:00
Parser_LinkHooks.php Some HipHop fixes: 2011-05-27 06:25:21 +00:00
ParserCache.php Trim trailing whitespace 2011-07-24 21:36:04 +00:00
ParserOptions.php Stylised ParserOptions.php 2011-07-10 06:45:40 +00:00
ParserOutput.php Per Platonides, follow-up r93758: rename ParserOutput::addOutputPage() to ParserOutput::addOutputPageMetadata() to match its behaviour 2011-08-02 16:31:22 +00:00
Preprocessor.php And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
Preprocessor_DOM.php Revert r93688 per Platonides 2011-08-02 16:18:10 +00:00
Preprocessor_Hash.php Back out r93533, r93531, r93530 2011-07-30 15:56:54 +00:00
Preprocessor_HipHop.hphp Trim trailing whitespace 2011-07-24 21:36:04 +00:00
StripState.php And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
Tidy.php Profiling errors. r92106 missed a wfProfileOut 2011-07-19 19:05:23 +00:00