Bugs item #2870634, was opened at 2009-09-30 12:21 Message generated for change (Settings changed) made by siebrand You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870634...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: other Group: None
Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: bug in commons_link.py
Initial Comment: In this file is line
wikipedia.replaceCategoryLinks(text+u'{{commons||%s}}'%commonspage.title(), page.categories())
which causes included link to commons main page: http://commons.wikimedia.com/wiki/?userlang=
should be wikipedia.replaceCategoryLinks(text+u'{{commons|%s}}'%commonspage.title(), page.categories())
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-10-04 20:50
Message: Was fixed in r7345. Please update your bot.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870634...
pywikipedia-bugs@lists.wikimedia.org