Go to file
Thiemo Kreuz 0bfb242ecc Fix TemplateData API not properly working with a generator
All API modules that are a submodule of the action=query API do
this already. What this method does is to forward all additional
information from the "generator" module to the module that uses
the generator as input. Without this line only the list of pages
is forwarded, but all metadata is lost.

The thing is: The templatedata API is not an action=query API,
but a separate action. But it's largly compatible. It might
even be possible to turn it into an action=query API, but this
is beyond our capacity at the moment.

Bug: T274907
Change-Id: I3c3c684109688c112ec15424119d4d30430ffd86
2021-06-10 14:52:01 +02:00
.phan Track when (relevant) changes are made to <templatedata> tags 2020-12-07 15:34:13 +01:00
i18n Localisation updates from https://translatewiki.net. 2021-06-09 08:29:02 +02:00
includes Fix TemplateData API not properly working with a generator 2021-06-10 14:52:01 +02:00
lib/jquery.uls Eventify TemplateDataGenerator and use oojs-ui 2014-12-22 12:58:37 -05:00
modules Avoid fit-content, not supported by all browsers 2021-06-03 21:53:40 +01:00
tests Add suggested values parameter 2021-04-09 12:05:37 +02:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 17:40:19 +00:00
.gitignore build: Update eslint-config-wikimedia to 0.11.0 2019-03-13 16:33:25 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:53 -07:00
.phpcs.xml Track when (relevant) changes are made to <templatedata> tags 2020-12-07 15:34:13 +01:00
.stylelintrc.json Enforce stylelint grade-a config 2021-06-03 21:06:40 +01:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 17:07:35 +00:00
composer.json build: Updating composer dependencies 2021-05-04 09:49:01 +00:00
COPYING Use the plain-text GPL 2015-06-08 08:35:23 +02:00
extension.json Add suggested values parameter 2021-04-09 12:05:37 +02:00
Gruntfile.js Fix Gruntfile.js path for stylelint 2020-08-25 16:01:44 +01:00
jsdoc.json Migrate from jsduck to jsdoc 2020-11-30 21:56:30 +01:00
package-lock.json build: Updating browserslist to 4.16.6 2021-05-26 05:10:14 +00:00
package.json build: Updating jsdoc to 3.6.7 2021-05-15 16:20:04 +00:00
Specification.md Add suggested values parameter 2021-04-09 12:05:37 +02:00