wiki.techinc.nl/includes/parser
2011-12-18 17:58:47 +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 Follow-up r106559: it's better to set the preference for own MediaWiki names in Language::getTranslatedLanguageNames. More consistent and saves some code :) 2011-12-18 17:58:47 +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 Throw an exception if Parser::disableCache is called before mOutput initialized (Aka when not parsing something). 2011-12-15 07:17:29 +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 * 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 * 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
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 Revert r100262 — wasn't the right place for it and other problems, 2011-10-19 20:01:50 +00:00
Tidy.php Comments, braces, explicit member variables 2011-11-16 13:22:03 +00:00