wiki.techinc.nl/includes/parser
Aaron Schulz fd8e85fc2d Support async writes to secondary MultiWriteBagOStuff stores
* This is useful for ParserCache, as it tries to focus on memcached
  and use other caches (e.g. mariadb) for the long-tail of less used
  content, as setup on WMF. The class uses BagOStuff in a way that is
  compatible with this approach.

Bug: T109751
Change-Id: Ia64eb44a9b52a988fde27b468d604d9163bed4b4
2015-09-18 21:35:43 -07:00
..
CacheTime.php Avoid parser cache miss that often occurs post-save 2015-06-09 01:01:03 +00:00
CoreParserFunctions.php Escape return of {{int:}} if message not exists 2015-07-24 22:02:54 +02:00
CoreTagHooks.php
DateFormatter.php
LinkHolderArray.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
MWTidy.php Add Html5Depurate tidy driver 2015-09-11 03:32:32 +00:00
Parser.php Abstract and refactor Tidy support 2015-09-10 20:18:52 -07:00
ParserCache.php Support async writes to secondary MultiWriteBagOStuff stores 2015-09-18 21:35:43 -07:00
ParserDiffTest.php
ParserOptions.php ParserOptions: added comment regarding editsections usage. 2015-09-03 11:58:27 +00:00
ParserOutput.php Add comments clarifying how calling getters on ParserOutput affects the parser cache. 2015-08-28 07:59:33 +00:00
Preprocessor.php
Preprocessor_DOM.php Make PPFrame::RECOVER_COMMENTS actually work 2015-08-15 04:12:23 -04:00
Preprocessor_Hash.php Decline to cache preprocessor items larger than 1 Mb 2015-09-02 17:27:28 -07:00
StripState.php