wiki.techinc.nl/includes/parser
Platonides 49e6e233ec Bug 33845: Headings become cursive in TOC when they contain an image
Fixes the problems with r102179 and r102179, as there are
valid tags which begin the same, which meant they were not removed from
the TOC (the second regex, intended to remove tag parameters, then converted
<img or <blockquote> into <i> / <b>).
The same problem existed in the original regex, but as there are no valid 
tags which begin with sup or sub, it never happened).

Added comment explaining the tocline regex, and added a bunch of parser tests.
2012-01-21 16:27:27 +00:00
..
CoreLinkFunctions.php
CoreParserFunctions.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
CoreTagHooks.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
DateFormatter.php
LinkHolderArray.php Revert r107773 - increases parsercache fragmentation without clear benefit 2012-01-03 21:20:35 +00:00
Parser.php Bug 33845: Headings become cursive in TOC when they contain an image 2012-01-21 16:27:27 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php
ParserCache.php * Added revision's timestamp to OutputPage along with revision ID; avoid a DB hit in Skin::lastModified() when showing parser cache's content. This changed with the removal of $wgArticle in Skin since now it's a different WikiPage object and thus WikiPage::setTimetstamp() call is useless (but still kept). 2011-12-10 16:30:40 +00:00
ParserOptions.php add missing deprecation notices and added deprecation version to existing ones 2011-12-13 05:19:05 +00:00
ParserOutput.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
Preprocessor.php Bug 31995 - Addition of PPFrame::getTitle 2011-11-09 20:52:24 +00:00
Preprocessor_DOM.php Revert r103795 -- adds <dws> pseudotag which modifies preprocessor behavior in some way to eat whitespace 2011-11-23 00:30:13 +00:00
Preprocessor_Hash.php Revert r103795 -- adds <dws> pseudotag which modifies preprocessor behavior in some way to eat whitespace 2011-11-23 00:30:13 +00:00
Preprocessor_HipHop.hphp Bug 31995 - Addition of PPFrame::getTitle 2011-11-09 20:52:24 +00:00
StripState.php Fix whitespace 2012-01-10 18:42:59 +00:00
Tidy.php Comments, braces, explicit member variables 2011-11-16 13:22:03 +00:00