Bugs item #3610965, was opened at 2013-04-15 11:43
Message generated for change (Settings changed) made by russblau
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610965&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: rewrite
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Nobody/Anonymous (nobody)
Summary: Rewrite DataSite.editSource
Initial Comment:
When adding a source to a claim for Wikidata, edits are not marked as bot edits like at all other functions.
See: https://www.wikidata.org/wiki/User_talk:FischBot#bot-flag
WP Name: Pyfisch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610965&group_…
Bugs item #3610965, was opened at 2013-04-15 11:43
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610965&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: rewrite
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Russell Blau (russblau)
Summary: Rewrite DataSite.editSource
Initial Comment:
When adding a source to a claim for Wikidata, edits are not marked as bot edits like at all other functions.
See: https://www.wikidata.org/wiki/User_talk:FischBot#bot-flag
WP Name: Pyfisch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610965&group_…
Bugs item #3610818, was opened at 2013-04-14 02:25
Message generated for change (Tracker Item Submitted) made by harmenhuizinga
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610818&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: weblinkchecker
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Harmen (harmenhuizinga)
Assigned to: Nobody/Anonymous (nobody)
Summary: urls ending on a ) incorrectly parsed
Initial Comment:
$ python version.pyPywikipedia [http] trunk/pywikipedia (r11368, 2013/04/13, 08:16:45, ok)
Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
Weblinks with an ) at the end of the url are handled incorrect by weblinkchecker. That means that the ) is stripped from the url. See example:
$ python weblinkchecker.py -lang:nl -page:Gebruiker:Smile4ever/test
Getting 1 page from wikipedia:nl...
Waiting for remaining 1 threads to finish, please wait...
*[[Gebruiker:Smile4ever/test]] links to http://nl.wikipedia.org/wiki/Koe_(rund - 404 Not Found.
Saving history...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610818&group_…
Bugs item #3610806, was opened at 2013-04-13 23:53
Message generated for change (Comment added) made by leeyc0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610806&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: leeyc0 (leeyc0)
Assigned to: Nobody/Anonymous (nobody)
Summary: yet another bug in extract_templates_and_params()
Initial Comment:
I found another bug in extract_templates_and_params() if curly bracket exists inside template.
Below is the code snippet demonstrating the bug
#!/usr/bin/python
# -*- coding: utf-8 -*-
# you need to download and configure pywikipedia
import sys
sys.path = ["/home/yclee/pywikipedia"] + sys.path
import wikipedia as pywikibot
# bug: extract_templates_and_params returns empty list
pageStr = "{{aaa|name=-{name123}-}}"
print pywikibot.extract_templates_and_params(pageStr)
# normal
pageStr = "{{aaa|name=name123}}"
print pywikibot.extract_templates_and_params(pageStr)
(note: -{XXXXX}- is a special syntax in Chinese wikipedia, which the usage is to inhibit automatic traditional/simplified Chinese conversion)
----------------------------------------------------------------------
>Comment By: leeyc0 (leeyc0)
Date: 2013-04-13 23:54
Message:
BTW, the bug also there if pageStr is
pageStr = "{{aaa|name={name123}}}"
A simple pair of curly bracket is enough to trigger the bug
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610806&group_…
Bugs item #3610806, was opened at 2013-04-13 23:53
Message generated for change (Tracker Item Submitted) made by leeyc0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610806&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: leeyc0 (leeyc0)
Assigned to: Nobody/Anonymous (nobody)
Summary: yet another bug in extract_templates_and_params()
Initial Comment:
I found another bug in extract_templates_and_params() if curly bracket exists inside template.
Below is the code snippet demonstrating the bug
#!/usr/bin/python
# -*- coding: utf-8 -*-
# you need to download and configure pywikipedia
import sys
sys.path = ["/home/yclee/pywikipedia"] + sys.path
import wikipedia as pywikibot
# bug: extract_templates_and_params returns empty list
pageStr = "{{aaa|name=-{name123}-}}"
print pywikibot.extract_templates_and_params(pageStr)
# normal
pageStr = "{{aaa|name=name123}}"
print pywikibot.extract_templates_and_params(pageStr)
(note: -{XXXXX}- is a special syntax in Chinese wikipedia, which the usage is to inhibit automatic traditional/simplified Chinese conversion)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610806&group_…
Bugs item #3610805, was opened at 2013-04-13 23:34
Message generated for change (Tracker Item Submitted) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610805&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: Date and time format in archivebot.py
Initial Comment:
Skilled owners of bots told me that the problem because of which archivebot.py doesn't work in the Russian Wikipedia, is that the bot doesn't accept a format of date and time of the Russian Wikipedia.
http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#archive…
I would like that in standard framework the relevant amendments allowing users of the Russian Wikipedia to work with this script were made. Also, please, make amendments to a standard code for the Chinese Wikipedia.
https://github.com/makecat/wikipediabot/commit/659a774d159d0c53e4ee74f2b78e…
Thanks.
Pywikipedia (r11307 (wikipedia.py), 2013/03/30, 16:42:04, OUTDATED)
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3610805&group_…
Bugs item #3587857, was opened at 2012-11-16 02:40
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3587857&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: some case NamespaceFilterPageGenerator fail on template.py
Initial Comment:
template.py "Welcome" -subst -ns:3
because genFactory.gens == [], NamespaceFilterPageGenerator in getCombinedGenerator fail.
template.py -transcludes:Welcome -subst -ns:3 is OK.
Pywikipedia trunk/pywikipedia/ (r10737, 2012/11/15, 21:06:38)
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2013-04-13 19:41
Message:
Na9PJ7 <a href="http://lvksiyttzxrp.com/">lvksiyttzxrp</a>,
[url=http://niqxkdamfopq.com/]niqxkdamfopq[/url],
[link=http://hxxxxijymlpf.com/]hxxxxijymlpf[/link],
http://vxsqlqvckuzc.com/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3587857&group_…
Patches item #3610773, was opened at 2013-04-13 14:11
Message generated for change (Tracker Item Submitted) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3610773&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Merlijn S. van Deen (valhallasw)
Assigned to: Nobody/Anonymous (nobody)
Summary: sync.py, linkreports.py and phpfrontforpywikibot
Initial Comment:
See http://lists.wikimedia.org/pipermail/pywikipedia-l/2013-March/007776.html and http://lists.wikimedia.org/pipermail/pywikipedia-l/2013-March/007785.html
------------
I have been working on some additions to the pywikipediabot framework.
I'd be happy if my code could be useful to others.
sync.py helps synchronizing different wikis. It goes through a bunch
of namespaces and creates an overview of pages that are different,
this is already useful for Templates and MediaWiki but especially
useful when dealing with semantic mediawiki, where a lot of the
functionality lives in namespaces such as Property, Type and Form.
linkreports.py creates a page with a table of broken links, first
date, last date and error message.
I also wrote a little PHP frontend that lets people run a
pywikipediabot replace script (it's for folks who can't or don't want
to use anything on a commandline). This can probably live on its own
on github, but it might be a bit too custom at this point and I'd like
to have some comments on it.
This PHP frontend is available at https://github.com/guaka/phpfrontforpywikibot
It's pretty rough still but releasing it forces me to think about the
public release when adding more functionality.
I'm not sure how to proceed with getting sync.py and linkreports.py in
the official repo. Shall I just put them up on github so you can take
a look? I'm looking forward to your ideas.
Kasper
----------------------
On Mon, Mar 11, 2013 at 11:10 AM, Kasper Souren <kasper.souren(a)gmail.com> wrote:
> I'm not sure how to proceed with getting sync.py and linkreports.py in
> the official repo. Shall I just put them up on github so you can take
> a look? I'm looking forward to your ideas.
Didn't hear anything back in a week so I just put stuff up here:
https://github.com/guaka/pywikibot-extras
Still needs a bit of work to make it more generic but sync.py could
already be useful as is.
-------------------
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3610773&group_…