jenkins-bot has submitted this change and it was merged. Change subject: API Cleanup: renamed '_badcontinue'->'badcontinue', one die() ......................................................................
API Cleanup: renamed '_badcontinue'->'badcontinue', one die() * If a query module has 'continue' parameter, it will auto-report that it has 'badcontinue' error. * Added APIQueryBase::DieUsageContinueIf( $condition ) that shows correct badcontinue error if $condition is true. Change-Id: I9c48bda6de0cde3c117ad24460bddf6980279633 --- M RELEASE-NOTES-1.21 M includes/api/ApiQueryAllCategories.php M includes/api/ApiQueryAllImages.php M includes/api/ApiQueryAllLinks.php M includes/api/ApiQueryAllPages.php M includes/api/ApiQueryBacklinks.php M includes/api/ApiQueryBase.php M includes/api/ApiQueryCategories.php M includes/api/ApiQueryCategoryMembers.php M includes/api/ApiQueryDeletedrevs.php M includes/api/ApiQueryDuplicateFiles.php M includes/api/ApiQueryFilearchive.php M includes/api/ApiQueryIWBacklinks.php M includes/api/ApiQueryIWLinks.php M includes/api/ApiQueryImageInfo.php M includes/api/ApiQueryImages.php M includes/api/ApiQueryInfo.php M includes/api/ApiQueryLangBacklinks.php M includes/api/ApiQueryLangLinks.php M includes/api/ApiQueryLinks.php M includes/api/ApiQueryRevisions.php M includes/api/ApiQueryUserContributions.php M includes/api/ApiQueryWatchlistRaw.php 23 files changed, 55 insertions(+), 128 deletions(-) Approvals: Anomie: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/42398 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9c48bda6de0cde3c117ad24460bddf6980279633 Gerrit-PatchSet: 7 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Yurik <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Dereckson <[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
