jenkins-bot has submitted this change and it was merged. Change subject: standardizePageFooter breaks category sorting label ......................................................................
standardizePageFooter breaks category sorting label see https://bugzilla.wikimedia.org/show_bug.cgi?id=66921 Change-Id: I88b01681f59aab91d5f70e788eae3349b87455a8 --- M scripts/cosmetic_changes.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/cosmetic_changes.py b/scripts/cosmetic_changes.py index 3a62b64..67bb549 100755 --- a/scripts/cosmetic_changes.py +++ b/scripts/cosmetic_changes.py @@ -170,7 +170,7 @@ if self.site.sitename() == u'commons:commons' and self.namespace == 6: text = self.commonsfiledesc(text) text = self.fixSelfInterwiki(text) - text = self.standardizePageFooter(text) +## bug 66921 text = self.standardizePageFooter(text) text = self.fixSyntaxSave(text) text = self.cleanUpLinks(text) text = self.cleanUpSectionHeaders(text) -- To view, visit https://gerrit.wikimedia.org/r/141256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I88b01681f59aab91d5f70e788eae3349b87455a8 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
