mediawiki-extensions-Linter/includes
Subramanya Sastry 3eea8ed824 Handle multi-part-template-block output from Parsoid's linter
The messaging is a bit tricky. In some cases, the flag is set
because the output involves a single template and some top-level
content -- not multiple templates always.

Ex: '{{1x|<div>}}foo</span>'

In this case, the entire content is considered template-affected
because of DOM structuring reasons. This wikitext will generate
lint errors with multi-part-template-block template info.

In production usage, however, the probability is quite high that
multiple templates will be involved. This is usually because of
tables that are constructed with multiple templates, for example.

So, if we want to fudge and hand-wave a bit, the i18n message can
say that the output came from multiple templates.

Bug: T162920
Change-Id: I35cee6787800b03724856775fdf53991ae8e8125
2017-05-08 23:01:32 -05:00
..
ApiQueryLintErrors.php API: Add pageid/ns to list=linterrors output 2017-04-17 10:25:36 -07:00
ApiRecordLint.php Enforce category/page/position uniqueness constraint in the database 2016-11-30 18:55:19 -08:00
CategoryManager.php Organize lint categories by priority 2017-04-28 10:42:47 -05:00
Database.php Display count of lint errors on ?action=info 2017-01-20 11:26:44 -08:00
Hooks.php Organize lint categories by priority 2017-04-28 10:42:47 -05:00
LintError.php Include location in LintError::id() 2016-12-02 16:15:17 -08:00
LintErrorsPager.php Handle multi-part-template-block output from Parsoid's linter 2017-05-08 23:01:32 -05:00
RecordLintJob.php Split statsd metrics by wiki 2017-04-06 11:21:41 -07:00
SpecialLintErrors.php Organize lint categories by priority 2017-04-28 10:42:47 -05:00