wiki.techinc.nl/includes/parser
2011-04-12 12:09:11 +00:00
..
CoreLinkFunctions.php Changed LinkHolderArray::makeHolder() to use Linker::link() instead of Linker::makeBrokenLinkObj() and Linker::makeColouredLinkObj() 2011-03-15 16:47:55 +00:00
CoreParserFunctions.php More function and variable documentation 2011-02-19 01:02:56 +00:00
CoreTagHooks.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
DateFormatter.php
LinkHolderArray.php Clean up some direct $db->query($sql) calls. Remove limit/offset parameters from Article::getContributors() as they weren't being used anywhere and probably didn't work properly anyway. 2011-04-12 12:09:11 +00:00
Parser.php Initial stab at breaking math/texvc out to Math extension. 2011-04-09 00:39:40 +00:00
Parser_DiffTest.php More return type documentation 2011-02-08 23:18:13 +00:00
Parser_LinkHooks.php follow-up to r85193: missed one file 2011-04-02 14:53:02 +00:00
ParserCache.php Merge corrected r81741 and resolve the TODO. 2011-03-07 19:13:19 +00:00
ParserOptions.php Add a getSkin that returns a dummy linker for BC with extensions still abusing it to access the linker. 2011-04-03 23:32:52 +00:00
ParserOutput.php Follow-up changes to r84610: 2011-04-04 01:22:08 +00:00
Preprocessor.php
Preprocessor_DOM.php HipHop fixes: 2011-04-05 04:43:54 +00:00
Preprocessor_Hash.php Fixed fatal error in Preprocessor_Hash due to r82645 2011-02-28 02:40:39 +00:00
StripState.php * Rewrote StripState to not use ReplacementArray. The memory usage of FSS was excessive when there were many (>10k) strip items. I used preg_replace_callback(), which is slower than strtr() in the simplest case, but much faster than it when the markers have different lengths, which they usually do. 2011-02-23 06:58:15 +00:00
Tidy.php Adding more wfProfileOut() 2011-02-10 16:11:34 +00:00