https://bugzilla.wikimedia.org/show_bug.cgi?id=55174
Web browser: ---
Bug ID: 55174
Summary: Category name misinterpreted if it starts by a IL
prefix
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/1507/
Reported by: malafaya
Created on: 2012-08-31 15:13:10
Subject: Category name misinterpreted if it starts by a IL prefix
Original description:
Many Wiktionaries use language code prefixes in categories. I tried executing:
>> category.py -lang:mk -family:wiktionary -inplace move
Category to move from: A
Category to move to: mk:B
\[...\]
Result: Pages will be moved from Category:A to Category:B, not Category:mk:B\!
"mk:" is being considered as the wiki interlanguage prefix.
Pywikipedia trunk/pywikipedia/ \(r10504, 2012/08/23, 10:22:31\)
Python 2.7.2 \(default, Jun 12 2011, 14:24:46\) \[MSC v.1500 64 bit \(AMD64\)\]
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=54563
Web browser: ---
Bug ID: 54563
Summary: Make RegexFilterPageGenerator work on page bodies.
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/patches/552/
Reported by: loxley
Created on: 2012-05-12 16:09:39
Subject: Make RegexFilterPageGenerator work on page bodies.
Original description:
Make RegexFilterPageGenerator work on page bodies. As suggested by valhallasw.
The re.S flag is backwards compatible and allows matching newlines.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55042
Web browser: ---
Bug ID: 55042
Summary: Pagegenerators Filter: skip page on specific last user
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/295/
Reported by: Anonymous user
Created on: 2011-11-21 09:21:42
Subject: Pagegenerators Filter: skip page on specific last user
Original description:
please add -lastUserExeption to PageGenarator.py .this argument will useful to
have list of pages that specific user didn't have last revision on them
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55263
Web browser: ---
Bug ID: 55263
Summary: -withoutinterwiki option in pagegenerators
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
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/bugs/1222/
Reported by: Anonymous user
Created on: 2010-08-19 20:43:41
Subject: -withoutinterwiki option in pagegenerators
Original description:
Currently, the description says "Work on all \_pages\_ that don't have
interlanguage links". This means only the main namespace \(ns:0\). It would be
great if we could combine this switch with other -namespace options, e.g.
-ns:14 to get categories without interwiki links. Is it possible to add this
functionality?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=57291
Web browser: ---
Bug ID: 57291
Summary: fullVersionHistory only retrieves 50, or doesn't
retrieve text
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: mediawikibugzilla.josh_parris(a)spamgourmet.com
Classification: Unclassified
Mobile Platform: ---
# This should output the same number over and over again. It should not output
50.
import pywikibot
site = pywikibot.getSite()
page = pywikibot.Page(site, u"Lily Serna")
print len(page.fullVersionHistory(reverseOrder=True))
print len(page.fullVersionHistory(reverseOrder=True,total=10000))
print len(page.fullVersionHistory(reverseOrder=True))
print len(page.getVersionHistory(reverseOrder=True))
print len(page.fullVersionHistory(reverseOrder=True))
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54999
Web browser: ---
Bug ID: 54999
Summary: preloadpagegenartor for wikidataitems
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
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/347/
Reported by: sk1d
Created on: 2013-09-02 22:26:45.280000
Subject: preloadpagegenartor for wikidataitems
Assigned to: legoktm
Original description:
Preloadpagegenerator with wikidataitems does not work. It seems you have to
call pywikibot.page.Itempage.get() for each item after you get it from the
generator. This should be obsolete as the item should already get loaded.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54550
Web browser: ---
Bug ID: 54550
Summary: Alternative to (and per) r10976
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
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/patches/602/
Reported by: hazard-sj
Created on: 2013-03-05 03:02:32
Subject: Alternative to (and per) r10976
Assigned to: xqt
Original description:
See https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10976 and patch
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54553
Web browser: ---
Bug ID: 54553
Summary: Convert relative links to absolute links in
linkedPages().
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
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/patches/589/
Reported by: nu11zer0
Created on: 2013-01-26 17:33:22
Subject: Convert relative links to absolute links in linkedPages().
Assigned to: xqt
Original description:
Convert relative links to absolute links in linkedPages\(\).
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55027
Web browser: ---
Bug ID: 55027
Summary: solve_disambiguations and templates
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
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/317/
Reported by: jandudik
Created on: 2012-10-04 20:02:23
Subject: solve_disambiguations and templates
Assigned to: xqt
Original description:
It would be fine, if I can define \(or global defined\) templates and
parametersm which means links.
example:
\{\{Infobox foo
|name = bar
|link=Article
|description=Lorem ipsum
\}\}
where \[\[Article\]\] is disambiguation
When I run solve\_disambiguation, bot got message No changes needed in "Page"
I want to replace Article -> Article \(main\)
but when it is not in brackets...
If there exists such list of templates and parameters, bot should recognize
parameter link= in template \{\{Infobox foo\}\} and replace it
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55036
Web browser: ---
Bug ID: 55036
Summary: redirect.py logging of problems that cannot be fixed
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
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/306/
Reported by: Anonymous user
Created on: 2012-05-20 11:31:33
Subject: redirect.py logging of problems that cannot be fixed
Assigned to: xqt
Original description:
redirect.py needs to log issues it is unable to fix and why on each wiki. There
are several flavors of problems that appears on Special:Doubleredirects
1\. Self redirects \(redirects that point to themselves\)
2\. Redirect loops \(redirects that go in circles\)
3\. Double redirects formed due to page protection.
4\. Inter-wiki redirects \(redirects that point to redirects in other wikis\)
It would be a lot easier if I had a log of these pages and user can post it on
the village pump or perhaps bot can do this monthly for a select number of
wikis. The code already provides a warning on the console but when you are
running it on 700 wikis like me that becomes a serious chore to follow.
--
You are receiving this mail because:
You are the assignee for the bug.