wiki.techinc.nl/includes/parser
daniel 414215ccac ParserOutput::getCacheTime should stay the same after the first call.
Previously, getCacheTime would default to the current time, potentially
causing the return value to change over subsequent calls. With this change,
the value is determined on the first call, and then remembered for subsequent
calls.

Bug: T205464
Change-Id: If240161c71d523ad5b0d33b9378950e0bebceb6e
2018-10-04 13:08:56 +02:00
..
BlockLevelPass.php Put <dt>/<dd>/<li> in the always-suppressing category of doBlockLevels 2018-07-13 12:40:49 -04:00
CacheTime.php ParserOutput::getCacheTime should stay the same after the first call. 2018-10-04 13:08:56 +02:00
CoreParserFunctions.php parser: Simplify code for {{#int:}} if the message doesn't exist 2018-08-25 01:20:43 -07:00
CoreTagHooks.php Start working on phan-taint-check warnings. Fix minor escaping issues. 2018-07-12 03:26:59 +00:00
DateFormatter.php Add type hint Language where possible 2018-08-12 10:20:11 +02:00
LinkHolderArray.php Update LinkHolderArray to use ContentLanguage 2018-08-11 07:26:21 +00:00
MWTidy.php Hard-deprecate the $wgUseTidy option 2018-09-20 11:08:40 -04:00
Parser.php Merge "Parser: Refactor parsing of [[File:...|link=...]] syntax for reusability" 2018-09-26 19:18:34 +00:00
ParserCache.php Make HTML generation in RenderedRevision optional 2018-08-31 10:48:41 +00:00
ParserDiffTest.php Get rid of call_user_func(_array)(), part 3 2018-06-10 02:21:24 +00:00
ParserFactory.php Inject SpecialPageFactory into Parser 2018-08-17 12:03:13 -07:00
ParserOptions.php [MCR] Introduce RevisionRenderer 2018-08-30 19:15:12 +02:00
ParserOutput.php Unwrap HTML loaded from parser cache 2018-09-07 18:49:34 +02:00
Preprocessor.php Use PHP 5.6 constant expressions for some bitfield constants 2018-05-30 18:05:18 -07:00
Preprocessor_DOM.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Preprocessor_Hash.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
RemexStripTagHandler.php Preserve whitespace in search index text content 2018-09-14 11:10:35 -07:00
Sanitizer.php Preserve whitespace in search index text content 2018-09-14 11:10:35 -07:00
StripState.php Normalize PHPDoc attributes 2018-03-16 22:59:15 -07:00