Feature Requests item #3609181, was opened at 2013-03-26 19:38
Message generated for change (Tracker Item Submitted) made by cdpark
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3609181&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: Interface Improvements
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ChongDae (cdpark)
Assigned to: Nobody/Anonymous (nobody)
Summary: pagegenerators.py -new for other namespaces
Initial Comment:
"pagegenerators.py -new -ns:14" does not work now. It was generated new caterogories in past.
It would be helpful if command line supports namespace argument (for monitoring, ...)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3609181&group_…
Patches item #3608989, was opened at 2013-03-25 01:20
Message generated for change (Comment added) made by legoktm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3608989&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: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nullzer0 (nu11zer0)
>Assigned to: Legoktm (legoktm)
Summary: 2 bugs on site.py (rewrite branch)
Initial Comment:
Btw, Is this the right place to send patch for rewrite branch?
----
Pywikibot branches/rewrite/ (r11259, 2013/03/25, 07:29:54, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
unicode test: ok
----------------------------------------------------------------------
>Comment By: Legoktm (legoktm)
Date: 2013-03-25 17:55
Message:
Thanks, applied in r11277. And yes, this is the right place for rewrite
patches :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3608989&group_…
Bugs item #3609076, was opened at 2013-03-25 16:11
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3609076&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: rewrite
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: xqt (xqt)
Summary: instance attribute does not work while creating a site
Initial Comment:
Creating a site with instance attribute does not always work as expected.
Calling the framework without installing keeps the APIsite:
>>> r = wp.getSite('wikidata', 'wikidata', interface='DataSite')
>>> r
Site("wikidata", "wikidata")
>>> type(r)
<class 'pywikibot.site.APISite'>
but it works right with internal use:
>>> s = wp.Site('de', 'wikipedia')
>>> s
Site("de", "wikipedia")
>>> r = s.data_repository()
>>> r
DataSite("wikidata", "wikidata")
>>> type(r)
<class 'pywikibot.site.DataSite'>
>>> type(s)
<class 'pywikibot.site.APISite'>
where site,data_repository() returns:
return pywikibot.Site(code, fam, self.username(),
interface="DataSite")
Installing the framework fails with that internal use, see
http://bin.8191.at/?bcdda66fd7b9bc62#amJm4jTHCBOhQRNBUqGOGPR094V3oQcVQuEtia…
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-03-25 16:44
Message:
sorry, I am wrong. Comes from cache.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3609076&group_…
Bugs item #3609076, was opened at 2013-03-25 16:11
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3609076&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: rewrite
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: instance attribute does not work while creating a site
Initial Comment:
Creating a site with instance attribute does not always work as expected.
Calling the framework without installing keeps the APIsite:
>>> r = wp.getSite('wikidata', 'wikidata', interface='DataSite')
>>> r
Site("wikidata", "wikidata")
>>> type(r)
<class 'pywikibot.site.APISite'>
but it works right with internal use:
>>> s = wp.Site('de', 'wikipedia')
>>> s
Site("de", "wikipedia")
>>> r = s.data_repository()
>>> r
DataSite("wikidata", "wikidata")
>>> type(r)
<class 'pywikibot.site.DataSite'>
>>> type(s)
<class 'pywikibot.site.APISite'>
where site,data_repository() returns:
return pywikibot.Site(code, fam, self.username(),
interface="DataSite")
Installing the framework fails with that internal use, see
http://bin.8191.at/?bcdda66fd7b9bc62#amJm4jTHCBOhQRNBUqGOGPR094V3oQcVQuEtia…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3609076&group_…
Patches item #3608989, was opened at 2013-03-25 01:20
Message generated for change (Tracker Item Submitted) made by nu11zer0
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3608989&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: Nullzer0 (nu11zer0)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2 bugs on site.py (rewrite branch)
Initial Comment:
Btw, Is this the right place to send patch for rewrite branch?
----
Pywikibot branches/rewrite/ (r11259, 2013/03/25, 07:29:54, ok)
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2]
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3608989&group_…
Bugs item #3608868, was opened at 2013-03-22 22:20
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&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: General
Group: trunk
>Status: Closed
>Resolution: Fixed
Priority: 6
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Amir (amird)
Summary: featured.py does not follow Wikidata links
Initial Comment:
Does featured.py understand only local interlanguage links? Alben W. Barkley is a featured article on enwiki, and it exists on fiwiki, but featured.py now just skips it.
> python version.py
Pywikipedia trunk/pywikipedia/ (r11237, 2013/03/22, 22:01:35, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
> featured.py -fromlang:en
...
Alben W. Barkley -> no corresponding page in wikipedia:fi
...
----------------------------------------------------------------------
>Comment By: Amir (amird)
Date: 2013-03-22 23:28
Message:
I'm not in hurry now :)
I forgot to remove another part
(https://www.mediawiki.org/wiki/Special:Code/pywikipedia/11239) I'm sorry
but I removed and It is ok now
I tested and it worked
fa.wikipedia.org/w/index.php?diff=prev&oldid=9880002fa.wikipedia.org/w/index.php?diff=prev&oldid=9880009
...
(http://fa.wikipedia.org/wiki/%D9%88%DB%8C%DA%98%D9%87:%D9%85%D8%B4%D8%A7%D8…)
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2013-03-22 22:41
Message:
Thanks! Not quite fixed yet: Now it finds the page, but doesn't figure out
where to add the template.
Alben W. Barkley -> corresponding page is Alben W. Barkley
no interwiki record, very strange
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:33
Message:
I mean "update the code", I am in hurry
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:32
Message:
I made r11238 to fix it but i didn't check
update the and check and if it worked, inform me so i can close the bug
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&group_…
Bugs item #3608868, was opened at 2013-03-22 22:20
Message generated for change (Comment added) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&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: General
Group: trunk
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Amir (amird)
Summary: featured.py does not follow Wikidata links
Initial Comment:
Does featured.py understand only local interlanguage links? Alben W. Barkley is a featured article on enwiki, and it exists on fiwiki, but featured.py now just skips it.
> python version.py
Pywikipedia trunk/pywikipedia/ (r11237, 2013/03/22, 22:01:35, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
> featured.py -fromlang:en
...
Alben W. Barkley -> no corresponding page in wikipedia:fi
...
----------------------------------------------------------------------
>Comment By: Mikko Silvonen (silvonen)
Date: 2013-03-22 22:41
Message:
Thanks! Not quite fixed yet: Now it finds the page, but doesn't figure out
where to add the template.
Alben W. Barkley -> corresponding page is Alben W. Barkley
no interwiki record, very strange
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:33
Message:
I mean "update the code", I am in hurry
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:32
Message:
I made r11238 to fix it but i didn't check
update the and check and if it worked, inform me so i can close the bug
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&group_…
Bugs item #3608868, was opened at 2013-03-22 22:20
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&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: General
Group: trunk
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Amir (amird)
Summary: featured.py does not follow Wikidata links
Initial Comment:
Does featured.py understand only local interlanguage links? Alben W. Barkley is a featured article on enwiki, and it exists on fiwiki, but featured.py now just skips it.
> python version.py
Pywikipedia trunk/pywikipedia/ (r11237, 2013/03/22, 22:01:35, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
> featured.py -fromlang:en
...
Alben W. Barkley -> no corresponding page in wikipedia:fi
...
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:33
Message:
I mean "update the code", I am in hurry
----------------------------------------------------------------------
Comment By: Amir (amird)
Date: 2013-03-22 22:32
Message:
I made r11238 to fix it but i didn't check
update the and check and if it worked, inform me so i can close the bug
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&group_…
Bugs item #3608868, was opened at 2013-03-22 22:20
Message generated for change (Comment added) made by amird
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&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: General
Group: trunk
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: Amir (amird)
Summary: featured.py does not follow Wikidata links
Initial Comment:
Does featured.py understand only local interlanguage links? Alben W. Barkley is a featured article on enwiki, and it exists on fiwiki, but featured.py now just skips it.
> python version.py
Pywikipedia trunk/pywikipedia/ (r11237, 2013/03/22, 22:01:35, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
> featured.py -fromlang:en
...
Alben W. Barkley -> no corresponding page in wikipedia:fi
...
----------------------------------------------------------------------
>Comment By: Amir (amird)
Date: 2013-03-22 22:32
Message:
I made r11238 to fix it but i didn't check
update the and check and if it worked, inform me so i can close the bug
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&group_…
Bugs item #3608868, was opened at 2013-03-22 22:20
Message generated for change (Settings changed) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&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: General
Group: trunk
Status: Open
Resolution: None
>Priority: 6
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: featured.py does not follow Wikidata links
Initial Comment:
Does featured.py understand only local interlanguage links? Alben W. Barkley is a featured article on enwiki, and it exists on fiwiki, but featured.py now just skips it.
> python version.py
Pywikipedia trunk/pywikipedia/ (r11237, 2013/03/22, 22:01:35, ok)
Python 2.7.2 (default, Jun 24 2011, 12:22:14) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
> featured.py -fromlang:en
...
Alben W. Barkley -> no corresponding page in wikipedia:fi
...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3608868&group_…