https://bugzilla.wikimedia.org/show_bug.cgi?id=64815
Bug ID: 64815
Summary: Modify category.py to also update Wikidata on category
rename
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: maarten(a)mdammers.nl
Web browser: ---
Mobile Platform: ---
At the moment when a category gets renamed the bot creates a new category and
moves all the contents there. This creates a lot of disconnected wikidata
items. See
https://www.wikidata.org/wiki/User:Pasleim/Items_for_deletion/Category for a
list.
What the bot should do:
1. Create the new category
2. Check if the old category is connected to a Wikidata item.
3. If that's the case update the sitelink to the new item
4. If the label in the language of the category is the same as the old category
name, update that to the new category name
5. Start moving contents as usual
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64881
Bug ID: 64881
Summary: Port wiktionary tools and move to own repo
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
Blocks: 55880
Web browser: ---
Mobile Platform: ---
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=66010
Bug ID: 66010
Summary: Windows users get error: Unable to find vcvarsall.bat
when using setup.py due to mwparserfromhell
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Web browser: ---
Mobile Platform: ---
See https://github.com/earwig/mwparserfromhell#installation and
https://github.com/earwig/mwparserfromhell/issues/68
It was added as a dependency in Iaa77c0f7e0f7885f08c90581bde86c2c2aa88720.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=66330
Bug ID: 66330
Summary: Running page_tests.py causes python to crash
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: documentation
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: Phoenixoverride(a)gmail.com
Web browser: ---
Mobile Platform: ---
Running tests/page_tests.py under windows causes python.exe to crash. Suspect
it is due to having mwparserfromhell installed, but not being able to use the
mwparserfromhell.parser.use_c which I manually have to set to false to ensure
that python doesn't crash, will investigate and provide followup
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55246
Web browser: ---
Bug ID: 55246
Summary: Problem with Tibetan script
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/1295/
Reported by: ganz-ru
Created on: 2011-02-15 20:40:15
Subject: Problem with Tibetan script
Original description:
Here is hard edit war:
http://en.wikipedia.org/w/index.php?title=Podolsk&action=history . Bots with
the old python version add incorrect tibetan interwiki. And bot with version
2.7.1 do it correctly.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55318
Web browser: ---
Bug ID: 55318
Summary: weblinkchecker.py error
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/789/
Reported by: wikishizhao
Created on: 2008-09-03 14:56:27
Subject: weblinkchecker.py error
Original description:
see:
Exception in thread 中華民國國旗 -
http://law.moj.gov.tw/Scripts/Query1A.asp?no=1D0020020&K1=國旗:
Traceback \(most recent call last\):
File "/usr/lib/python2.5/threading.py", line 486, in \_\_bootstrap\_inner
self.run\(\)
File "weblinkchecker.py", line 504, in run
linkChecker = LinkChecker\(self.url, HTTPignore = self.HTTPignore\)
File "weblinkchecker.py", line 302, in \_\_init\_\_
self.changeUrl\(url\)
File "weblinkchecker.py", line 357, in changeUrl
self.query = unicode\(urllib.quote\(self.query.encode\(encoding\), '=&'\)\)
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 17-18:
ordinal not in range\(256\)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55145
Web browser: ---
Bug ID: 55145
Summary: weblinkchecker URL unicode problems
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/1613/
Reported by: valhallasw
Created on: 2013-04-13 19:55:05
Subject: weblinkchecker URL unicode problems
Original description:
As reported by Anima in
https://sourceforge.net/tracker/?func=detail&aid=3602096&group\_id=93107&at…
Weblinkchecker jumps through some strange unicode hoops. There is no such thing
as a unicode URL - URLs are /always/ urlencoded UTF-8 strings, so:
>>> urllib.quote\(u"ö".encode\('utf-8'\)\)
'%C3%B6'
anything else is \*wrong\*, including things like asking what encoding the web
server uses: that is only relevant for decoding the page \*text\*.
Basic test case:
>>> import weblinkchecker
>>> lc = weblinkchecker.LinkChecker\(u"http://svoya-igra.org/Райков
Александр Вадимович/"\)
Contacting server svoya-igra.org to find out its default encoding...
Error retrieving server's default charset. Using ISO 8859-1.
Traceback \(most recent call last\):
File "<stdin>", line 1, in <module>
File "weblinkchecker.py", line 218, in \_\_init\_\_
self.changeUrl\(url\)
File "weblinkchecker.py", line 275, in changeUrl
self.path = unicode\(urllib.quote\(self.path.encode\(encoding\)\)\)
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 1-6:
ordinal not in range\(256\)
valhallasw@lisilwen:~/src/pywikipedia/trunk/pywikipedia$ python version.py
Pywikipedia \[svn+ssh\] valhallasw@trunk/pywikipedia \(r11368, 2013/04/13,
08:16:45, ok\)
Python 2.7.3 \(default, Aug 1 2012, 05:14:39\)
\[GCC 4.6.3\]
config-settings:
use\_api = True
use\_api\_login = True
unicode test: ok
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55050
Web browser: ---
Bug ID: 55050
Summary: Reporting with templates in weblinkchecker.py
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
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/feature-requests/281/
Reported by: dixond
Created on: 2010-12-29 09:41:01
Subject: Reporting with templates in weblinkchecker.py
Original description:
It would nice to have option to report dead links with templates like
http://en.wikipedia.org/wiki/Template:Dead\_link instead of adding section in
the talk page.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58810
Web browser: ---
Bug ID: 58810
Summary: PYWP-23 Have weblinkchecker.py optionally apply
w:template:dead link directly to the page
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: major
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: wmf.bugconverter(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
This issue was converted from https://jira.toolserver.org/browse/PYWP-23.
Summary: Have weblinkchecker.py optionally apply w:template:dead link directly
to the page
Issue type: New Feature - A new feature of the product, which has yet to be
developed.
Priority: Major
Status: Open
Assignee: Merlijn van Deen <valhallasw(a)arctus.nl>
On Tue, 17 Jan 2012 04:53:34, Jeff G. <jeff-wmj(a)usclec.net> opened the
following bug:
> Why does it "post to article talk pages instead of applying
> w:template:dead link directly to the page"? per
> http://en.wikipedia.org/wiki/Wikipedia:Bots/Requests_for_approval/JeffGBot
> as posted in edit
> http://en.wikipedia.org/w/index.php?title=Wikipedia:Bots/Requests_for_appro…
--
You are receiving this mail because:
You are the assignee for the bug.