https://bugzilla.wikimedia.org/show_bug.cgi?id=55294
Web browser: ---
Bug ID: 55294
Summary: Issue in userlib.py
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/1063/
Reported by: nakor-wikipedia
Created on: 2009-10-31 20:53:12
Subject: Issue in userlib.py
Original description:
userlib.contributions\(\) changed the format it outputs. Please revert to the
previous format %Y-%m-%dT%H:%M:%SZ .
The new format should be proposed as an option. Just changing the format
without compatibility breaks existing scripts.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55152
Web browser: ---
Bug ID: 55152
Summary: Recentchanges misbehave?
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/1579/
Reported by: Anonymous user
Created on: 2013-02-13 09:41:03
Subject: Recentchanges misbehave?
Original description:
There are two bugs I found in recentchanges\(\) from wikipedia.py.
First, I think that the function should return every revision. However, now it
returns only pages that haven't seen before.
Should
if i\['pageid'\] not in seen:
seen.add\(i\['pageid'\]\)
be replaced with
if i\['revid'\] not in seen:
seen.add\(i\['revid'\]\)
?
Second, what does parameter 'includeredirects' stand for? It is useless becaue
it isn't used anywhere in the function.
Pywikipedia trunk/pywikipedia/ \(r11072, 2013/02/10, 16:52:07, ok\)
Python 2.7.3 \(default, Sep 26 2012, 21:53:58\)
\[GCC 4.7.2\]
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=56072
Web browser: ---
Bug ID: 56072
Summary: no pywikibot method corresponding to
'action=wbremovereferences' in wikidata api
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: Unprioritized
Component: Wikidata
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: isalix(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
While we have removeClaims as a function for ItemPages, there is no
removeSources to remove a source that belongs to a claim.
It would be needed to create a function for item pages, and for the underlying
site.py function removeSources to be created to call the api with
https://www.wikidata.org/w/api.php - action=wbremovereferences as the action.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54898
Web browser: ---
Bug ID: 54898
Summary: call to wikipediatools.py still done in core branch
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: mpaa.wiki(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
In version.py a call is still made to wikipediatools.py:
def getversion_nightly():
data = open(os.path.join(wikipediatools.get_base_dir(), 'version'))
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55130
Web browser: ---
Bug ID: 55130
Summary: version.py does not work with git
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/1649/
Reported by: valhallasw
Created on: 2013-07-28 19:37:27.167000
Subject: version.py does not work with git
Original description:
Pywikibot (r-1 (unknown), 0 (unknown), OUTDATED)
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
unicode test: ok
is not a very useful version identifier.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=57480
Web browser: ---
Bug ID: 57480
Summary: References cannot be set anymore
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: Wikidata
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: dr.trigon(a)surfeu.ch
Classification: Unclassified
Mobile Platform: ---
subster.py was able to set references to wikidata claims/entries, but this does
not work anymore, instead it raises an exception:
Traceback (most recent call last):
File "subster.py", line 609, in data_save
comment=summary)
File "/data/toolserver/pywikipedia-git/wikipedia.py", line 4826, in
editclaim
raise RuntimeError("API query error: %s" % data)
RuntimeError: API query error: {u'servedby': u'mw1191', u'error': {u'info':
u'Malformed input: +00000002013-11-23T12:50:53Z', u'code':
u'invalid-snak-value', u'messages': {u'0': {u'type': u'error', u'name':
u'wikibase-validator-malformed-value', u'parameters':
[u'+00000002013-11-23T12:50:53Z']}, u'html': {u'*': u'<p>Malformed input:
+00000002013-11-23T12:50:53Z\n</p>'}}}}
Since subster.py has not changed during this time, this has to be caused either
by changes in wikipedia.py or (IMHO more probable) in wikidata mw software.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=56827
Web browser: ---
Bug ID: 56827
Summary: KeyError 'user' in wikipedia.getLatestUploader
Product: Pywikibot
Version: compat (1.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55028
Web browser: ---
Bug ID: 55028
Summary: adding bot varable for NewpagesPageGenerator()
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/316/
Reported by: reza1615
Created on: 2012-09-25 14:04:52
Subject: adding bot varable for NewpagesPageGenerator()
Original description:
I don't have developer acount
In pagegenerator.NewpagesPageGenerator\(\) llike wikipedia.newpages\(\) please
add bot variable
In pagegenerator.py it need replace line 562-571 with this code
def NewpagesPageGenerator\(number=100, repeat=False, site=None,
namespace=0,bot=True\):
"""
Iterate Page objects for all new titles in a single namespace.
"""
\# defaults to namespace 0 because that's how Special:Newpages defaults
if site is None:
site = pywikibot.getSite\(\)
if bot:
for item in site.newpages\(number=number, repeat=repeat, namespace=namespace,
rcshow=\['\!redirect'\]\):
yield item\[0\]
else:
for item in site.newpages\(number=number, repeat=repeat, namespace=namespace,
rcshow=\['\!bot','\!redirect'\]\):
yield item\[0\]
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55081
Web browser: ---
Bug ID: 55081
Summary: Flagged Revision
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/211/
Reported by: Anonymous user
Created on: 2009-07-09 20:49:29
Subject: Flagged Revision
Original description:
Hi... I'm using pywikipedia for create a RSS feed, but we are interested in
publish only the stable pages. Are there some method in wikipedia class to get
if the edition is reviewed by some editor and it has any stable edition?.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55053
Web browser: ---
Bug ID: 55053
Summary: Review Pages
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/275/
Reported by: mjbmr
Created on: 2010-11-19 11:35:32
Subject: Review Pages
Original description:
I am working on a site that is installed flagged revisions on it, and i have
editor flags sometimes i need to review many pages that i created with my bot
and i think this will be good to pywikipedia to have an option to review pages,
thanks
--
You are receiving this mail because:
You are the assignee for the bug.