Bugs item #3148647, was opened at 2010-12-31 13:49
Message generated for change (Tracker Item Submitted) made by masti01
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3148647&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: masti (masti01)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflinks disrupts references
Initial Comment:
in some cases reflinks.py disrupts references when both group and name tags are used in references i.e. <ref group="adn." name="echo">
link to faulty edit diff:
http://pl.wikipedia.org/w/index.php?title=Katedra_Naj%C5%9Bwi%C4%99tszej_Ma…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3148647&group_…
Bugs item #3147994, was opened at 2010-12-30 07:46
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3147994&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: interwiki
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: interwiki.py crashes on redirected section link
Initial Comment:
interwiki.py crashes on the link [[sv:Lista över kortspel#P]], which is a redirect to [[sv:Kategori:Kortspel]].
> interwiki.py -lang:fi Paskahousu
Getting 1 pages from wikipedia:fi...
[[Paskahousu]]: [[fi:Paskahousu]] gives new interwiki [[en:Paskahousu]]
[[Paskahousu]]: [[fi:Paskahousu]] gives new interwiki [[sv:Lista över kortspel#P]]
Getting 1 pages from wikipedia:en...
Getting 1 pages from wikipedia:sv...
WARNING: Section not found: [[sv:Lista över kortspel#P]]
Kategori:Kortspel#P 17 None
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "C:\svn\pywikipedia\interwiki.py", line 2673, in <module>
main()
File "C:\svn\pywikipedia\interwiki.py", line 2647, in main
bot.run()
File "C:\svn\pywikipedia\interwiki.py", line 2390, in run
self.queryStep()
File "C:\svn\pywikipedia\interwiki.py", line 2363, in queryStep
self.oneQuery()
File "C:\svn\pywikipedia\interwiki.py", line 2359, in oneQuery
subject.batchLoaded(self)
File "C:\svn\pywikipedia\interwiki.py", line 1399, in batchLoaded
% (page.aslink(True), redir, redirectTargetPage.aslink(True)))
File "c:\svn\pywikipedia\wikipedia.py", line 571, in aslink
allowInterwiki=not noInterwiki, textlink=textlink)
File "c:\svn\pywikipedia\wikipedia.py", line 465, in title
title = title[:begin + 1] + anchor
TypeError: coercing to Unicode: need string or buffer, NoneType found
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8813, 2010/12/29, 22:27:03)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-12-31 11:42
Message:
categories does not have sections. Invalid section error introduced in
r8815.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3147994&group_…
Patches item #3147585, was opened at 2010-12-29 15:55
Message generated for change (Comment added) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&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: 6
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Working with interwikis on subpage
Initial Comment:
I think I implemented my feature request with ID: 3146291
Please, review carefully my code - to be honest I don't have really much experience with Python.
And few moments:
1) When we adding/fixing interwikis on subpage, I think we should remove interwikis in template itself if any
2) It seems that logic of determing whether this page has subpages, getting interwikis also from included subpages etc should be decoupled from interwiki.py and moved to wikipedia.py
3) Not really related but.. cosmetic_changes.py removes interwikis from subpage.
----------------------------------------------------------------------
Comment By: DixonD (dixond)
Date: 2010-12-30 14:46
Message:
Uploaded new patch with some fixes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&group_…
Bugs item #3147994, was opened at 2010-12-30 08:46
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3147994&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py crashes on redirected section link
Initial Comment:
interwiki.py crashes on the link [[sv:Lista över kortspel#P]], which is a redirect to [[sv:Kategori:Kortspel]].
> interwiki.py -lang:fi Paskahousu
Getting 1 pages from wikipedia:fi...
[[Paskahousu]]: [[fi:Paskahousu]] gives new interwiki [[en:Paskahousu]]
[[Paskahousu]]: [[fi:Paskahousu]] gives new interwiki [[sv:Lista över kortspel#P]]
Getting 1 pages from wikipedia:en...
Getting 1 pages from wikipedia:sv...
WARNING: Section not found: [[sv:Lista över kortspel#P]]
Kategori:Kortspel#P 17 None
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "C:\svn\pywikipedia\interwiki.py", line 2673, in <module>
main()
File "C:\svn\pywikipedia\interwiki.py", line 2647, in main
bot.run()
File "C:\svn\pywikipedia\interwiki.py", line 2390, in run
self.queryStep()
File "C:\svn\pywikipedia\interwiki.py", line 2363, in queryStep
self.oneQuery()
File "C:\svn\pywikipedia\interwiki.py", line 2359, in oneQuery
subject.batchLoaded(self)
File "C:\svn\pywikipedia\interwiki.py", line 1399, in batchLoaded
% (page.aslink(True), redir, redirectTargetPage.aslink(True)))
File "c:\svn\pywikipedia\wikipedia.py", line 571, in aslink
allowInterwiki=not noInterwiki, textlink=textlink)
File "c:\svn\pywikipedia\wikipedia.py", line 465, in title
title = title[:begin + 1] + anchor
TypeError: coercing to Unicode: need string or buffer, NoneType found
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8813, 2010/12/29, 22:27:03)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 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=3147994&group_…
Patches item #3147709, was opened at 2010-12-29 19:11
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147709&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: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Linar Khalitov (rubin16)
>Assigned to: xqt (xqt)
Summary: update for commonscat.py
Initial Comment:
added one template from ru.wiki
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-12-29 23:28
Message:
done in r8812, thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147709&group_…
Patches item #3147709, was opened at 2010-12-29 21:11
Message generated for change (Tracker Item Submitted) made by rubin16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147709&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: Linar Khalitov (rubin16)
Assigned to: Nobody/Anonymous (nobody)
Summary: update for commonscat.py
Initial Comment:
added one template from ru.wiki
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147709&group_…
Patches item #3147585, was opened at 2010-12-29 15:55
Message generated for change (Settings changed) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&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: 6
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Working with interwikis on subpage
Initial Comment:
I think I implemented my feature request with ID: 3146291
Please, review carefully my code - to be honest I don't have really much experience with Python.
And few moments:
1) When we adding/fixing interwikis on subpage, I think we should remove interwikis in template itself if any
2) It seems that logic of determing whether this page has subpages, getting interwikis also from included subpages etc should be decoupled from interwiki.py and moved to wikipedia.py
3) Not really related but.. cosmetic_changes.py removes interwikis from subpage.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&group_…
Patches item #3147585, was opened at 2010-12-29 15:55
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&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: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Working with interwikis on subpage
Initial Comment:
I think I implemented my feature request with ID: 3146291
Please, review carefully my code - to be honest I don't have really much experience with Python.
And few moments:
1) When we adding/fixing interwikis on subpage, I think we should remove interwikis in template itself if any
2) It seems that logic of determing whether this page has subpages, getting interwikis also from included subpages etc should be decoupled from interwiki.py and moved to wikipedia.py
3) Not really related but.. cosmetic_changes.py removes interwikis from subpage.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3147585&group_…
Feature Requests item #3147516, was opened at 2010-12-29 11:41
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3147516&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
Priority: 5
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Reporting with templates in weblinkchecker.py
Initial Comment:
It would nice to have option to report dead links with templates like http://en.wikipedia.org/wiki/Template:Dead_link instead of adding section in the talk page.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3147516&group_…
Patches item #3146633, was opened at 2010-12-28 00:21
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3146633&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: Translations
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: DixonD (dixond)
>Assigned to: xqt (xqt)
Summary: Template documentation subpage names for Ukrainian wiki
Initial Comment:
Added names of documentation templates for Ukrainian wiki.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-12-28 22:51
Message:
done in r8808. thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3146633&group_…