wiki.techinc.nl/includes/content
Ori Livneh b0a79e9245 Rename WikiPage::isParserCacheUsed to WikiPage::shouldCheckParserCache
'isParserCachedUsed' implies that the parser cache usage has already occurred,
and obscures the true purpose of this method, which is to determine whether or
not the requested page *should* be looked up in the parser cache.

Only usage in extensions is in TextExtracts, which I changed to be both
backward- and forward-compatible in If5d5da8eab13.

Change-Id: I7de67937f0e57b1dffb466319192e4d400b867de
2015-06-22 20:55:34 -07:00
..
AbstractContent.php Clean up oldid argument to Content::prepareSave() 2015-03-12 23:14:26 +00:00
CodeContentHandler.php Add lots of @throws 2014-12-24 13:49:20 +00:00
Content.php Clean up oldid argument to Content::prepareSave() 2015-03-12 23:14:26 +00:00
ContentHandler.php Rename WikiPage::isParserCacheUsed to WikiPage::shouldCheckParserCache 2015-06-22 20:55:34 -07:00
CssContent.php Fix subclassing of CssContent and JavaScriptContent 2014-09-13 15:31:18 -07:00
CssContentHandler.php CSS/JSON/JavaScript ContentHandler refactoring 2014-09-15 08:24:15 +00:00
JavaScriptContent.php Fix subclassing of CssContent and JavaScriptContent 2014-09-13 15:31:18 -07:00
JavaScriptContentHandler.php content: Minor clean up to make JsonContent match other classes 2014-12-02 00:38:01 +00:00
JsonContent.php JsonContent: Pass FormatJson::UTF8_OK when beautifying JSON 2015-03-16 21:53:33 +01:00
JsonContentHandler.php content: Minor clean up to make JsonContent match other classes 2014-12-02 00:38:01 +00:00
MessageContent.php CSS/JSON/JavaScript ContentHandler refactoring 2014-09-15 08:24:15 +00:00
TextContent.php Add lots of @throws 2014-12-24 13:49:20 +00:00
TextContentHandler.php Add supportsDirectEditing methods to ContentHandler 2015-04-17 15:55:20 +00:00
WikitextContent.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
WikitextContentHandler.php Make it easier to subclass Content and ContentHandler subclasses 2014-08-16 23:04:08 -07:00