API: Allow for documenting individual values of 'prop' parameters
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 7 Nov 2014 23:57:14 +0000 (18:57 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 22 Dec 2014 21:46:44 +0000 (16:46 -0500)
commitd29f4ff2e68f0c8bb151552df8470783534532aa
tree1954e63886910c3dd48808d5e47d0c99d29e3193
parentc4dd4d896efd889944f97fc407761998247c1713
API: Allow for documenting individual values of 'prop' parameters

There are cases where the list of values for a 'prop' parameter may be
manipulated by a subclass or by a hook function of some sort. Rather
than requiring the subclass/hook to completely replace a monolithic i18n
message, let's add the possibility of separate messages for each value
in the list.

Bug: T77930
Change-Id: I0bb061c62ebeef125062460e26306c88390f7b31
autoload.php
includes/api/ApiBase.php
includes/api/ApiHelp.php
includes/api/ApiHelpParamValueMessage.php [new file with mode: 0644]
includes/api/ApiParamInfo.php
includes/api/ApiQueryAllImages.php
includes/api/ApiQueryImageInfo.php
includes/api/ApiQueryInfo.php
includes/api/ApiQueryStashImageInfo.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json