wiki.techinc.nl/includes/parser
2011-10-27 21:53:37 +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 * 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 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 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 Added pfunc profiling to braceSubstitution() 2011-10-27 21:53:37 +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 Bug 31445: "Section edit links do not show" 2011-10-07 20:50:10 +00:00
ParserOptions.php Unstub $wgLang if still stubbed before storing it; avoid storing a StubUserLang instance in ParserOptions and errors when getting the object (per report of Lockal on IRC) 2011-10-25 18:14:30 +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 And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
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 Trim trailing whitespace 2011-07-24 21:36:04 +00:00
StripState.php Revert r100262 — wasn't the right place for it and other problems, 2011-10-19 20:01:50 +00:00
Tidy.php Profiling errors. r92106 missed a wfProfileOut 2011-07-19 19:05:23 +00:00