https://bugzilla.wikimedia.org/show_bug.cgi?id=64845
Bug ID: 64845
Summary: Port commons_category_redirect.py to core
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: valhallasw(a)arctus.nl
CC: maarten(a)mdammers.nl
Blocks: 55880
Web browser: ---
Mobile Platform: ---
Script to clean up
http://commons.wikimedia.org/wiki/Category:Non-empty_category_redirects
Moves all images, pages and categories in redirect categories to the target
category.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55203
Web browser: ---
Bug ID: 55203
Summary: Unicode error on print statment
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1430/
Reported by: Anonymous user
Created on: 2012-04-04 15:09:48
Subject: Unicode error on print statment
Original description:
I'm having an unicode error on print statments, when printing chars like "é",
"ê" and similars. It works fine on my lap, and on ts willows, but occours on
longruns jobs. The script is a fork of
http://code.google.com/p/avbot/source/browse/\#svn%2Ftrunk with some minor
changes wich has no impact on the print elements. The output for the article
\[\[Política do café com leite\]\] is:
Unhandled exception in thread started by <function editAnalysis at
0x85b88b4>
Traceback \(most recent call last\):
File "/home/alchimista/aleph/avbotanalysis.py", line 681, in editAnalysis
\[reverted, editData\]=mustBeReverted\(editData, cleandata,
editData\['userClass'\]\)
File "/home/alchimista/aleph/avbotanalysis.py", line 428, in mustBeReverted
return revertAllEditsByUser\(editData, userClass, regexplist\) \#Revert
File "/home/alchimista/aleph/avbotanalysis.py", line 250, in
revertAllEditsByUser
editData=sameOldid\(editData\)
File "/home/alchimista/aleph/avbotanalysis.py", line 113, in sameOldid
print 4, editData\['pageTitle'\], time.time\(\)-t1
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 3:
ordinal not in range\(128\)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=69342
Bug ID: 69342
Summary: Wild card '*' for lang in user_config does not allow
login
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: login.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: mpaa.wiki(a)gmail.com
Web browser: ---
Mobile Platform: ---
With this settings in user_config.py:
usernames['wikipedia']['*'] = u'Mpaa'
cannot login, while it can with:
usernames['wikipedia']['en'] = u'Mpaa'
The try clause in login.py fails because self.site.code is 'en' and not '*'.
KeyError is raised (BTW it should be except KeyError ....)
try:
self.username = config.usernames[
self.site.family.name][self.site.code]
except:
raise NoUsername(u"""\
ERROR: Username for %(fam_name)s:%(wiki_code)s is undefined.
If you have an account for that site, please add a line to user-config.py:
usernames['%(fam_name)s']['%(wiki_code)s'] = 'myUsername'"""
% {'fam_name': self.site.family.name,
'wiki_code': self.site.code})
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70069
Bug 70069 depends on bug 70082, which changed state.
Bug 70082 Summary: the output of wbgetentities switched from name to title
https://bugzilla.wikimedia.org/show_bug.cgi?id=70082
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |INVALID
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70069
Bug 70069 depends on bug 70081, which changed state.
Bug 70081 Summary: wbgetentities should default to ungrouped output
https://bugzilla.wikimedia.org/show_bug.cgi?id=70081
What |Removed |Added
----------------------------------------------------------------------------
Status|PATCH_TO_REVIEW |RESOLVED
Resolution|--- |INVALID
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70069
Lydia Pintscher <lydia.pintscher(a)wikimedia.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |70082
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70069
Lydia Pintscher <lydia.pintscher(a)wikimedia.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |70081
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70069
--- Comment #6 from Lydia Pintscher <lydia.pintscher(a)wikimedia.de> ---
We're working on a fix right now.
--
You are receiving this mail because:
You are the assignee for the bug.