jenkins-bot has submitted this change and it was merged. Change subject: Mark AjaxExportList config as deprecated ......................................................................
Mark AjaxExportList config as deprecated Bug: T42786 Change-Id: Ia1b3aab2f1247190522dbdb779029d7117321bc0 --- M includes/DefaultSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a6d34b0..5e6e511 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7347,6 +7347,7 @@ /** * List of Ajax-callable functions. * Extensions acting as Ajax callbacks must register here + * @deprecated (officially) since 1.27; use the API instead */ $wgAjaxExportList = array(); -- To view, visit https://gerrit.wikimedia.org/r/262460 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia1b3aab2f1247190522dbdb779029d7117321bc0 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
