wiki.techinc.nl/includes/parser
Alexandre Emsenhuber d491ae56a7 Follow-up r100227:
* Missed one call to ParserOptions::getUserLang() in Parser
* Also convert RefreshLinksJob and RefreshLinksJob2 to use ParserOptions::newFromUserAndLang() and pass $wgContLang instead of whatever $wgLang could be
2011-10-19 15:30:02 +00:00
..
CoreLinkFunctions.php
CoreParserFunctions.php * Changed ParserOptions to store a Language object instead of only a string, avoids object -> string -> object conversion 2011-10-19 14:16:01 +00:00
CoreTagHooks.php
DateFormatter.php
LinkHolderArray.php Added LinkCache::addGoodLinkObjFromRow, since addGoodLinkObj is not going to work much longer when new parameters are added 2011-09-20 15:19:18 +00:00
Parser.php Follow-up r100227: 2011-10-19 15:30:02 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php
ParserCache.php Bug 31445: "Section edit links do not show" 2011-10-07 20:50:10 +00:00
ParserOptions.php * Changed ParserOptions to store a Language object instead of only a string, avoids object -> string -> object conversion 2011-10-19 14:16:01 +00:00
ParserOutput.php We don't need anything from the marker. The title is outside. 2011-10-07 21:05:22 +00:00
Preprocessor.php
Preprocessor_DOM.php Update some deprecated code 2011-10-14 21:18:38 +00:00
Preprocessor_Hash.php Back out r95396 and friends 2011-09-29 22:08:00 +00:00
Preprocessor_HipHop.hphp
StripState.php Fix for bug 31374: reintroduce recursive unstrip as in r27667, somehow omitted during the refactor in r82645. StripState::merge() is still wrong, but it's currently unused on Wikimedia, so this will do as a temporary patch. 2011-10-06 00:07:45 +00:00
Tidy.php