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: 2011-03-30 12:37
Message:
Any news?
----------------------------------------------------------------------
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 #3208738, was opened at 2011-03-13 11:43
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3208738&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: Tanvir Rahman (tanvirglhs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interwiki.py is replacing texts
Initial Comment:
Hello, few days ago, my interwiki bot was malfunctioning 1/2 days ago. It was replacing words of the main article, what interwiki.py does not suppose to do. After I got informed about that problems, I stopped it, and re-installed Pywikipedia, and started everything over. As far as I know, that's not happening again now, but I still curious to know why was that happening in case of few edits. Since I don't know the cause, so I don't have the clue how to solve it in future.
The problematic diffs are as follows:
1. http://sl.wikipedia.org/wiki/?&diff=2826459&oldid=2826454
2. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86257583
3. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86259285
4. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86258895
5. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86259821
Here is the copy of my current version.py. The actual Pywikipedia version was a few revisions earlier.
Pywikipedia [http] trunk/pywikipedia (r9042, 2011/03/13, 10:14:47)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-03-21 09:35
Message:
I had a lot of xml parser SaxParseBug errors when this error occured.
Unfortunately I deleted these files. Maybe it had to to with sth coming
from sprecial:export. Since 10 days there was no error again and I couldn't
reproduce it.
----------------------------------------------------------------------
Comment By: GanZ (ganz-ru)
Date: 2011-03-20 04:11
Message:
My script checked contribution and found some incorrect edits (below edits
in De.Wiki):
WikitanvirBot (in addition to edits in topic)
http://de.wikipedia.org/w/index.php?diff=86256825http://de.wikipedia.org/w/index.php?diff=86260439http://de.wikipedia.org/w/index.php?diff=86256886
Luckas-bot:
http://de.wikipedia.org/w/index.php?diff=86259198http://de.wikipedia.org/w/index.php?diff=86260085http://de.wikipedia.org/w/index.php?diff=86260280
Xqbot:
http://de.wikipedia.org/w/index.php?diff=86260277http://de.wikipedia.org/w/index.php?diff=86260345
ArthurBot:
http://de.wikipedia.org/w/index.php?diff=86258540
So, this problem happened to many different bots.
----------------------------------------------------------------------
Comment By: GanZ (ganz-ru)
Date: 2011-03-18 03:01
Message:
Also, I think that it is possible to write some script which can check
bot's edits and compare with it's description in comment. In almost every
of founded cases there clear mismatch between edit and it's description.
----------------------------------------------------------------------
Comment By: GanZ (ganz-ru)
Date: 2011-03-18 02:54
Message:
Same problem:
* http://nds-nl.wikipedia.org/w/index.php?diff=182567&oldid=181429
* http://ru.wikipedia.org/w/index.php?diff=32635182&oldid=32613311
* http://ru.wikipedia.org/w/index.php?diff=32634369&oldid=32072584 (edit's
comment does not correspond to action. 2 lines were removed by
cosmetic_changes.py)
* http://nds-nl.wikipedia.org/w/index.php?diff=182568&oldid=181967
All of these edits have 2 common points:
1) Date - 9-th or 10-th of March
2) Every edit changes some symbols to others by it's code shifting. For
example (here - http://sl.wikipedia.org/wiki/?diff=2826459&oldid=2826454):
l (U+006C) -> h (U+0068)
s (U+0073) -> w (U+0077)
r (U+0072) -> v (U+0076)
And everytime the new symbol is greater or lesser than old exactly of 4.
My current version (not the version when problem happened, of cource):
Pywikipedia [http] trunk/pywikipedia (r9086, 2011/03/17, 14:20:21)
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
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2011-03-13 14:13
Message:
Do you still have the checkout that caused these problems?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3208738&group_…
Bugs item #2767772, was opened at 2009-04-16 08:58
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&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: Works For Me
Priority: 5
Private: No
Submitted By: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker.py bug
Initial Comment:
weblinkchecker.py can't to distinguish like: <ref>{{cite web|url=http://xxx.xxx/xxx.html|| title= XXXXXXX}}</ref> ( in between http://xxx.xxx/xxx.html and "|" not have blank space).
see http://zh.wikipedia.org/wiki/Talk:Wii_Sports
Pywikipedia [http] trunk/pywikipedia (r6568, Apr 01 2009, 11:18:59)
Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)
[GCC 4.3.2]
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-03-21 07:37
Message:
Really fixed in r5258? Bug was reported with release r6568.
----------------------------------------------------------------------
Comment By: John Vandenberg (zeroj)
Date: 2011-03-21 04:17
Message:
This was fixed in r5258.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&group_…
Patches item #3230284, was opened at 2011-03-21 01:20
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3230284&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: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: Project and prokect talk namespaces
Initial Comment:
this is already on wikinews_family.py and should remove on family.py 'cause it used just for fawikinews not for other fa wiks
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-03-21 09:05
Message:
fixed in r9126. thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3230284&group_…
Bugs item #2767772, was opened at 2009-04-16 08:58
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&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: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker.py bug
Initial Comment:
weblinkchecker.py can't to distinguish like: <ref>{{cite web|url=http://xxx.xxx/xxx.html|| title= XXXXXXX}}</ref> ( in between http://xxx.xxx/xxx.html and "|" not have blank space).
see http://zh.wikipedia.org/wiki/Talk:Wii_Sports
Pywikipedia [http] trunk/pywikipedia (r6568, Apr 01 2009, 11:18:59)
Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)
[GCC 4.3.2]
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-03-21 07:37
Message:
Really fixed in r5258? Bug was reported with release r6568.
----------------------------------------------------------------------
Comment By: John Vandenberg (zeroj)
Date: 2011-03-21 04:17
Message:
This was fixed in r5258.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&group_…
Bugs item #2767772, was opened at 2009-04-16 16:58
Message generated for change (Comment added) made by zeroj
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&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: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker.py bug
Initial Comment:
weblinkchecker.py can't to distinguish like: <ref>{{cite web|url=http://xxx.xxx/xxx.html|| title= XXXXXXX}}</ref> ( in between http://xxx.xxx/xxx.html and "|" not have blank space).
see http://zh.wikipedia.org/wiki/Talk:Wii_Sports
Pywikipedia [http] trunk/pywikipedia (r6568, Apr 01 2009, 11:18:59)
Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)
[GCC 4.3.2]
----------------------------------------------------------------------
Comment By: John Vandenberg (zeroj)
Date: 2011-03-21 14:17
Message:
This was fixed in r5258.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2767772&group_…
Bugs item #3228606, was opened at 2011-03-20 11:22
Message generated for change (Settings changed) made by mauro742
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3228606&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: 7
Private: No
Submitted By: Mauro (mauro742)
Assigned to: Nobody/Anonymous (nobody)
Summary: catlib problem with large category
Initial Comment:
The category "Featured articles" on enwiki has about 3.000 articles. If I try to get the list of this articles with catlib library I obtain only 1.930 pages. There's some limitation?
Pywikipedia [http] trunk/pywikipedia (r9107, 2011/03/20, 09:37:35)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
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=3228606&group_…
Bugs item #3228606, was opened at 2011-03-20 11:22
Message generated for change (Tracker Item Submitted) made by mauro742
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3228606&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: Mauro (mauro742)
Assigned to: Nobody/Anonymous (nobody)
Summary: catlib problem with large category
Initial Comment:
The category "Featured articles" on enwiki has about 3.000 articles. If I try to get the list of this articles with catlib library I obtain only 1.930 pages. There's some limitation?
Pywikipedia [http] trunk/pywikipedia (r9107, 2011/03/20, 09:37:35)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
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=3228606&group_…
Bugs item #3208738, was opened at 2011-03-13 13:43
Message generated for change (Comment added) made by ganz-ru
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3208738&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: 8
Private: No
Submitted By: Tanvir Rahman (tanvirglhs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interwiki.py is replacing texts
Initial Comment:
Hello, few days ago, my interwiki bot was malfunctioning 1/2 days ago. It was replacing words of the main article, what interwiki.py does not suppose to do. After I got informed about that problems, I stopped it, and re-installed Pywikipedia, and started everything over. As far as I know, that's not happening again now, but I still curious to know why was that happening in case of few edits. Since I don't know the cause, so I don't have the clue how to solve it in future.
The problematic diffs are as follows:
1. http://sl.wikipedia.org/wiki/?&diff=2826459&oldid=2826454
2. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86257583
3. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86259285
4. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86258895
5. http://de.wikipedia.org/wiki/?&diff=prev&oldid=86259821
Here is the copy of my current version.py. The actual Pywikipedia version was a few revisions earlier.
Pywikipedia [http] trunk/pywikipedia (r9042, 2011/03/13, 10:14:47)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: GanZ (ganz-ru)
Date: 2011-03-18 05:01
Message:
Also, I think that it is possible to write some script which can check
bot's edits and compare with it's description in comment. In almost every
of founded cases there clear mismatch between edit and it's description.
----------------------------------------------------------------------
Comment By: GanZ (ganz-ru)
Date: 2011-03-18 04:54
Message:
Same problem:
* http://nds-nl.wikipedia.org/w/index.php?diff=182567&oldid=181429
* http://ru.wikipedia.org/w/index.php?diff=32635182&oldid=32613311
* http://ru.wikipedia.org/w/index.php?diff=32634369&oldid=32072584 (edit's
comment does not correspond to action. 2 lines were removed by
cosmetic_changes.py)
* http://nds-nl.wikipedia.org/w/index.php?diff=182568&oldid=181967
All of these edits have 2 common points:
1) Date - 9-th or 10-th of March
2) Every edit changes some symbols to others by it's code shifting. For
example (here - http://sl.wikipedia.org/wiki/?diff=2826459&oldid=2826454):
l (U+006C) -> h (U+0068)
s (U+0073) -> w (U+0077)
r (U+0072) -> v (U+0076)
And everytime the new symbol is greater or lesser than old exactly of 4.
My current version (not the version when problem happened, of cource):
Pywikipedia [http] trunk/pywikipedia (r9086, 2011/03/17, 14:20:21)
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
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2011-03-13 16:13
Message:
Do you still have the checkout that caused these problems?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3208738&group_…