jenkins-bot has submitted this change and it was merged. Change subject: Don't return invalid XML from paraminfo when one of parameter values is null ......................................................................
Don't return invalid XML from paraminfo when one of parameter values is null The module setglobalaccountstatus currently has null as one of the values for one of its parameters, which causes paraminfo to return invalid XML (unclosed tag). I believe values shouldn't be null, but paraminfo shouldn't return invalid XML even when they are. This problem occured only with values that go into element content, those that are rendered as attributes were already fine. This change modifies ApiFormatXml, so it affects all modules. Change-Id: Ibf5c329e7bfa375b06f0976ebb9e449f2cb1c927 --- M includes/api/ApiFormatXml.php 1 file changed, 7 insertions(+), 1 deletion(-) Approvals: Anomie: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/45367 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibf5c329e7bfa375b06f0976ebb9e449f2cb1c927 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Petr Onderka <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Petr Onderka <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Yurik <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
