Bugs item #3295288, was opened at 2011-04-30 11:13
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3295288&group_…
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: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: masti (masti01)
>Assigned to: xqt (xqt)
Summary: redirect.py crashes
Initial Comment:
python redirect.py double -api -namespace:0
Retrieving pages....Traceback (most recent call last):
File "redirect.py", line 800, in <module>
main()
File "redirect.py", line 796, in main
bot.run()
File "redirect.py", line 712, in run
self.fix_double_redirects()
File "redirect.py", line 539, in fix_double_redirects
for redir_name in self.generator.retrieve_double_redirects():
File "redirect.py", line 328, in retrieve_double_redirects
in self.get_redirects_via_api(maxlen=2):
File "redirect.py", line 252, in get_redirects_via_api
data = query.GetData(params, self.site)
File "/home/mst/pw/pywikipedia/query.py", line 55, in GetData
data[k] = unicode(ListToParam(v))
File "/home/mst/pw/pywikipedia/query.py", line 278, in ListToParam
raise wikipedia.Error(u'unknown item class %s' % item.__class__.__name__)
pywikibot.exceptions.Error: unknown item class int
Pywikipedia [http] trunk/pywikipedia (r9202, 2011/04/29, 04:59:18)
Python 2.6.4 (r264:75706, Jun 4 2010, 18:20:16)
[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-05-02 05:32
Message:
fixed in r9208
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3295288&group_…
Bugs item #3295284, was opened at 2011-04-30 10:54
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3295284&group_…
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: Mercy (wikimercy)
>Assigned to: xqt (xqt)
Summary: commonscat.py update
Initial Comment:
Please add the following line for the "commonscatTemplates" variable:
'sh' : (u'Commonscat', [u'Commons cat',]),
Thank you!
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-05-01 19:01
Message:
done in r9206
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3295284&group_…
Feature Requests item #3295329, was opened at 2011-04-30 14:05
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3295329&group_…
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: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Bináris (binbot)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add roman.py to framework
Initial Comment:
I wrote a new script, see at http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:BinBot/roman.py
It transforms any Arabic number to Roman and Romans to Arabic from 1 to 3999 (the largest regular Roman number) and has a list comprehension function as well.
I would like to have it in the framework, because TOCbot (http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:Bin%C3%A1ris/TOCbot) will need it. Please help to supply a version number.
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2011-05-01 12:38
Message:
There already is a standard python package in PyPI for this:
http://pypi.python.org/pypi/roman
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3295329&group_…