Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/141256

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/56/141256/1

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: newchange
Gerrit-Change-Id: I88b01681f59aab91d5f70e788eae3349b87455a8
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to