http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10298
Revision: 10298 Author: xqt Date: 2012-06-05 12:45:26 +0000 (Tue, 05 Jun 2012) Log Message: ----------- partially revert of r10291 since category default sortkey is fixed in r10297
Modified Paths: -------------- branches/rewrite/scripts/cosmetic_changes.py
Modified: branches/rewrite/scripts/cosmetic_changes.py =================================================================== --- branches/rewrite/scripts/cosmetic_changes.py 2012-06-05 12:41:01 UTC (rev 10297) +++ branches/rewrite/scripts/cosmetic_changes.py 2012-06-05 12:45:26 UTC (rev 10298) @@ -32,7 +32,7 @@ all of them, but be careful if you do. """ # -# (C) xqt, 2009-2011 +# (C) xqt, 2009-2012 # (C) Pywikipedia bot team, 2006-2012 # # Distributed under the terms of the MIT license. @@ -141,7 +141,7 @@ if self.site.sitename()== u'commons:commons' and self.namespace == 6: text = self.commonsfiledesc(text) text = self.fixSelfInterwiki(text) -## text = self.standardizePageFooter(text) # removes pipe links on categories + text = self.standardizePageFooter(text) text = self.fixSyntaxSave(text) ## text = self.cleanUpLinks(text) #module object has no attribute url2unicode text = self.cleanUpSectionHeaders(text)