https://bugzilla.wikimedia.org/show_bug.cgi?id=55100
Web browser: ---
Bug ID: 55100
Summary: Use API module 'parse' for retrieving interwiki links
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: interwiki.py
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/151/
Reported by: melancholie
Created on: 2008-06-13 14:47:11
Subject: Use API module 'parse' for retrieving interwiki links
Original description:
Currently pages are retrieved in a batch by using Special:Export.
Although being fast \(as only one request is done\), there is a huge data
overhead with this method\!
Why not use the API with its 'parse' module? Only interwiki links can be
fetched with that, reducing traffic \(overhead\) a lot\!
See:
http://de.wikipedia.org/w/api.php?action=parse&format=xml&page=Test&prop=la…
Outputs could be downloaded in parallel to virtualize a batch \(faster\).
\----
At least make this method optional \(config.py\) for being able of reducing
data traffic, if wanted. API is just more efficient.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55319
Web browser: ---
Bug ID: 55319
Summary: featured.py -after:zzzz (CAT method) should begin at
"zzzz"
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/756/
Reported by: melancholie
Created on: 2008-07-02 16:06:59
Subject: featured.py -after:zzzz (CAT method) should begin at "zzzz"
Original description:
featured.py -after:zzzz should begin at "zzzz" if method is CAT.
Beginning URL should be e.g.:
http://zh.wikipedia.org/w/index.php?title=Category:%E7%89%B9%E8%89%B2%E6%9D…
Currently the bot begins with "\!"; the number of featured articles could be
read from the text "...out of 2,118 total." \(without calculating?\)...
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55065
Web browser: ---
Bug ID: 55065
Summary: category.py put "{{cat redir}}" after move
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/245/
Reported by: Anonymous user
Created on: 2010-03-31 10:17:49
Subject: category.py put "{{cat redir}}" after move
Original description:
After moving category via "python category.py move ...", put the template
\{\{category redirect\}\} could be a choice instead of deleting old category.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55291
Web browser: ---
Bug ID: 55291
Summary: no prompt for ad {{delet}} to old cats
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
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/1092/
Reported by: Anonymous user
Created on: 2009-11-27 14:08:04
Subject: no prompt for ad {{delet}} to old cats
Original description:
Using the script, it desn't asks fot adding the del tag to older cats, just
put's them. The comand used where both
"category.pt move" and the "category.py move -from:old\_cat -to:new\_Cat". The
resoult can be seen in:
http://pt.wikipedia.org/w/index.php?title=Categoria:Egipt%C3%B3logos\_dos\_…
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55265
Web browser: ---
Bug ID: 55265
Summary: Category move special names
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
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/1213/
Reported by: jandudik
Created on: 2010-07-16 07:15:13
Subject: Category move special names
Original description:
There is category e.g. Category:Maintenance
I want to move it to Category:Wikipedia:Maintenance
category.py move -from:údržba\_Wikipedie -to:Wikipedie:Údržba
But bot says Wikipedia:Maintenance is not in category namespace
There are severals categories with this name
http://cs.wikipedia.org/wiki/Kategorie:Wikipedie:Spr%C3%A1va
and I want to rename some others
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55260
Web browser: ---
Bug ID: 55260
Summary: category.py move ignores noinclude, includeonly
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
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/1232/
Reported by: djbarrett
Created on: 2010-08-26 14:05:12
Subject: category.py move ignores noinclude, includeonly
Original description:
When running "python category.py move", if the old category is enclosed in
<noinclude> or <includeonly> tags, the new, replaced category is
not, which is a problem. For example, this construction:
<includeonly>\[\[Category:Foo\]\]</includeonly>
when operated on by:
python category.py move -from:"Foo" -to:"Bar"
produces:
<includeonly></includeonly>
\[\[Category:Bar\]\]
which is wrong.
This bug has existed for a long time, at least a few years.
$ python version.py
Python 2.4.3 \(\#1, Sep 3 2009, 15:37:37\)
\[GCC 4.1.2 20080704 \(Red Hat 4.1.2-46\)\]
config-settings:
use\_api = True
use\_api\_login = True
$ svn info
Revision: 8319
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55302
Web browser: ---
Bug ID: 55302
Summary: checkimages.py category handling error
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
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/963/
Reported by: tgr_
Created on: 2009-06-22 07:33:46
Subject: checkimages.py category handling error
Original description:
checkimages.py does not look into subcategories when preparing the list of
acceptable licenses. It seems to \(prints the names of subcats on screen\) but
then goes and marks every image not having a template in the base category as
missing license. Seen on huwiki with r6971. Might or might not be related to
the fact that calling catlib.categoryAllPageObjectsAPI twice results in
subcategories not being parsed the second time.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55326
Web browser: ---
Bug ID: 55326
Summary: "category.py move" fails on many pages.
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/583/
Reported by: purodha
Created on: 2008-01-07 02:53:34
Subject: "category.py move" fails on many pages.
Original description:
In the Wikipedia of Ripuarian languages, we have tons of samples which do not
work.
Here is another one:
python /home/purodha/pywikipedia/category.py move -putthrottle:51 -inplace
-from:Geschichte\_Nordrhein-Westfalens -to:Noodrhing-Wäßfaale
Checked for running processes. 1 processes currently running, including the
current process.
Reading dump from category.dump.bz2
Getting \[\[Saachjrupp:Geschichte Nordrhein-Westfalens\]\]...
Getting 3 pages from wikipedia:ksh...
No changes in made in page \[\[Herzogtum Geldern\]\].
No changes in made in page \[\[Herzogtum Jülich\]\].
No changes in made in page \[\[Herzogtum Kleve\]\].
Dumping to category.dump.bz2, please wait...
This is very likely due to various localized ways to write the name space name
"Category:" which possibly pywikipediabot does not know about.
See also bug \# 1755347
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55172
Web browser: ---
Bug ID: 55172
Summary: category.py needs some fixes for sysops bots
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: category.py
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/1510/
Reported by: reza1615
Created on: 2012-09-09 03:09:24
Subject: category.py needs some fixes for sysops bots
Original description:
category.py in move cases with sysops bots
1- doesn't have any option to delete old category automatically and it asks
question. \(it is not possible to use it in crontab\)
2-.if new category is existed after moving pages it will leave old category
with out deleting .it doesn't merge history of old category to new category
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55216
Web browser: ---
Bug ID: 55216
Summary: interwiki.py crashes on "Shakti: The Power"
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/1404/
Reported by: ganz-ru
Created on: 2012-02-08 21:27:31
Subject: interwiki.py crashes on "Shakti: The Power"
Original description:
interwiki.py recognizes the first word of title of
http://en.wikipedia.org/wiki/Shakti:\_The\_Power as incorrect interlaguage
preffix and crashes.
Traceback \(most recent call last\):
File "interwiki.py", line 2573, in <module>
main\(\)
File "interwiki.py", line 2547, in main
bot.run\(\)
File "interwiki.py", line 2287, in run
self.queryStep\(\)
File "interwiki.py", line 2260, in queryStep
self.oneQuery\(\)
File "interwiki.py", line 2256, in oneQuery
subject.batchLoaded\(self\)
File "interwiki.py", line 1255, in batchLoaded
redirectTargetPage = page.getRedirectTarget\(\)
File "/usr/pywikipedia/wikipedia.py", line 2612, in getRedirectTarget
return Page\(self.site\(\), target\)
File "/usr/pywikipedia/wikipedia.py", line 374, in \_\_init\_\_
% \(title, self.\_site, familyName\)\)
pywikibot.exceptions.NoPage: Shakti: The Power is not a local page on
wikipedia:sh, and the shakti family is
not supported by PyWikipediaBot\!
version.py:
Pywikipedia \[http\] trunk/pywikipedia \(r9876, 2012/02/08, 21:07:16\)
Python 2.7.2+ \(default, Oct 4 2011, 20:03:08\)
\[GCC 4.6.1\]
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.