Bugs item #3539176, was opened at 2012-06-30 10:50
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3539176&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: ToAruShiroiNeko ()
Assigned to: Nobody/Anonymous (nobody)
Summary: archivebot.py doesn't support unicode month names
Initial Comment:
archivebot.py doesn't work well with languages such as Turkish which has some months with unicode characters. Namely:
2 Şubat
4 Mayıs
8 Ağustos
9 Eylül
11 Kasım
12 Aralık
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-07-01 06:45
Message:
Could you give us a traceback or further informations about that bug? The
bot uses the monthnames coming from mediaWiki messages and I don't know
what is the significance of the locale setting. Could you try to run the
bot without --locale=tr setting?
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 10:58
Message:
Command line I used was archivebot.py -l turkish Archive/config
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 10:55
Message:
Pywikipedia [http] trunk/pywikipedia (r10432, 2012/06/30, 15:47:55)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3539176&group_…
Bugs item #3539175, was opened at 2012-06-30 10:48
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3539175&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: Accepted
Priority: 5
Private: No
Submitted By: ToAruShiroiNeko ()
Assigned to: Nobody/Anonymous (nobody)
Summary: archivebot.py doesn't support Global arguments
Initial Comment:
http://www.mediawiki.org/wiki/Manual:Pywikipediabot/archivebot.py suggests archivebot.py can use global arguments such as -family: and -lang:
It doesn't and I feel this would be an improvement.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-07-01 06:37
Message:
The main documentation is the script itself, just run archivebot.py. I've
corrected that wrong part at mw. Nevertheless the option handling of
archivebot should be adapted to the general standard of the other scripts
and should also enable global options as well.
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 10:55
Message:
Pywikipedia [http] trunk/pywikipedia (r10432, 2012/06/30, 15:47:55)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3539175&group_…
Feature Requests item #3528379, was opened at 2012-05-20 04:31
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&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: ToAruShiroiNeko ()
Assigned to: xqt (xqt)
Summary: redirect.py logging of problems that cannot be fixed
Initial Comment:
redirect.py needs to log issues it is unable to fix and why on each wiki. There are several flavors of problems that appears on Special:Doubleredirects
1. Self redirects (redirects that point to themselves)
2. Redirect loops (redirects that go in circles)
3. Double redirects formed due to page protection.
4. Inter-wiki redirects (redirects that point to redirects in other wikis)
It would be a lot easier if I had a log of these pages and user can post it on the village pump or perhaps bot can do this monthly for a select number of wikis. The code already provides a warning on the console but when you are running it on 700 wikis like me that becomes a serious chore to follow.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-07-01 06:31
Message:
They remain in Special:DoubleRedirects and must be fixed by hand or deleted
by admins. It is easy to distinguish between multiple redirects and
redirect loops and there is no need to explain it outside.
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 17:20
Message:
How is keeping track of problems bots are unable to fix a duplication of
Special:DoubleRedirect's?
You asked me to file this bug request after I explained the problem I was
having to you.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-18 04:24
Message:
rejected. I do not see any sense for a list duplication of
Special:DoubleRedirects
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-05-20 06:36
Message:
1. - 3. are all listed by Special:DoubleRedirects. They are remaining after
the redirect bot cannot solve the problem.
4. Interwiki redirects normally are fixed be interwiki bots except there is
a __STATICREDIRECT__ in the redirect page.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&group_…
Feature Requests item #3528379, was opened at 2012-05-20 04:31
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&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: None
Priority: 5
Private: No
Submitted By: ToAruShiroiNeko ()
Assigned to: xqt (xqt)
Summary: redirect.py logging of problems that cannot be fixed
Initial Comment:
redirect.py needs to log issues it is unable to fix and why on each wiki. There are several flavors of problems that appears on Special:Doubleredirects
1. Self redirects (redirects that point to themselves)
2. Redirect loops (redirects that go in circles)
3. Double redirects formed due to page protection.
4. Inter-wiki redirects (redirects that point to redirects in other wikis)
It would be a lot easier if I had a log of these pages and user can post it on the village pump or perhaps bot can do this monthly for a select number of wikis. The code already provides a warning on the console but when you are running it on 700 wikis like me that becomes a serious chore to follow.
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 17:20
Message:
How is keeping track of problems bots are unable to fix a duplication of
Special:DoubleRedirect's?
You asked me to file this bug request after I explained the problem I was
having to you.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-18 04:24
Message:
rejected. I do not see any sense for a list duplication of
Special:DoubleRedirects
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-05-20 06:36
Message:
1. - 3. are all listed by Special:DoubleRedirects. They are remaining after
the redirect bot cannot solve the problem.
4. Interwiki redirects normally are fixed be interwiki bots except there is
a __STATICREDIRECT__ in the redirect page.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&group_…