wiki.techinc.nl/includes/parser
Tim Starling 2dca358e99 Fix notices emitted from DateFormatter
Some languages have date abbreviations that contain ".", which allows
the non-ISO regexes to match an input string containing an invalid month
name. Use preg_quote() to avoid this.

Also fix the error handling case of makeIsoMonth(). If the input date is
invalid, don't try to wrap it in a date span, since that's semantically
incorrect and may also access unset members of $bits, causing a notice.

Bug: T220563
Change-Id: Ib2b3fb315dc93b60de595d3c445637f6bcc78a1a
2019-04-10 03:07:12 +00:00
..
BlockLevelPass.php Collapse some nested if statements 2019-04-04 19:02:22 +00:00
CacheTime.php ParserOutput::getCacheTime should stay the same after the first call. 2018-10-04 13:08:56 +02:00
CoreParserFunctions.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
CoreTagHooks.php Start working on phan-taint-check warnings. Fix minor escaping issues. 2018-07-12 03:26:59 +00:00
DateFormatter.php Fix notices emitted from DateFormatter 2019-04-10 03:07:12 +00:00
LinkHolderArray.php Make use of the list() feature where it makes sense 2019-03-24 20:12:23 +00:00
MWTidy.php Remove most support for configuring Tidy, including Raggett 2018-11-15 12:22:06 -05:00
Parser.php Inject LinkRendererFactory into Parser 2019-04-07 15:02:30 +03:00
ParserCache.php Avoid using outdated $casToken field for BagOStuff calls 2019-03-11 23:39:29 -07:00
ParserDiffTest.php Get rid of call_user_func(_array)(), part 3 2018-06-10 02:21:24 +00:00
ParserFactory.php Inject LinkRendererFactory into Parser 2019-04-07 15:02:30 +03:00
ParserOptions.php Remove deprecated ParserOutput::legacyOptions 2019-03-11 22:50:47 -07:00
ParserOutput.php Use short assignment operator in PHP 2019-03-07 09:55:49 +01:00
Preprocessor.php Use PHP 5.6 constant expressions for some bitfield constants 2018-05-30 18:05:18 -07:00
Preprocessor_DOM.php Fix phan errors by improving documentation (#10) 2019-04-06 00:07:54 -07:00
Preprocessor_Hash.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
RemexStripTagHandler.php Improve RemexStripTagHandler working with tables 2019-03-14 13:11:59 -07:00
Sanitizer.php Collapse some nested if statements 2019-04-04 19:02:22 +00:00
StripState.php Normalize PHPDoc attributes 2018-03-16 22:59:15 -07:00