wiki.techinc.nl/includes/parser
Brion Vibber eee6d975bd Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe
links."
Pipes would definitely not work in titles. The particular regex change here would for instance break image options if | were added to $wgLegalTitleChars.
2009-04-28 23:33:28 +00:00
..
CoreLinkFunctions.php
CoreParserFunctions.php Follow-up on r49330 2009-04-19 23:48:50 +00:00
DateFormatter.php Fix spacing issues with autoformatted dates. Includes a parser test for the specific failure case which was fixed. 2009-04-24 04:01:24 +00:00
LinkHolderArray.php followup to r44520: simplify various bits by removing checks now made redundant 2008-12-13 04:14:40 +00:00
Parser.php Revert r49653 "Make the link regex non-greedy so that it is possible to add '|' to $wgLegalTitleChars and still be able to pipe 2009-04-28 23:33:28 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php
ParserCache.php Make ParserCache::getKey backward-compatible, so it doesn't break FlaggedRevs 2009-03-20 16:53:22 +00:00
ParserOptions.php Fixed bug #11213 - [edit] section links in printable version interfere with cut-and-paste of article text 2009-03-18 23:27:48 +00:00
ParserOutput.php * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link. 2009-02-19 22:14:59 +00:00
Preprocessor.php
Preprocessor_DOM.php fix profiling 2009-03-06 00:20:44 +00:00
Preprocessor_Hash.php Apply changes made live on Wikimedia cluster related to preprocessor caching to subversion. Patch worked on by Tim Starling and myself. 2009-02-09 23:18:37 +00:00
Tidy.php Re-revert r46344 because of crossing commits (r46346) 2009-01-27 15:20:31 +00:00