Bugs item #3535936, was opened at 2012-06-18 01:18
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535936&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: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Outdated family file wikipedia: namespace['frp'][2]
Initial Comment:
WARNING: Outdated family file wikipedia: namespace['frp'][2] is 'Usanciér', but should be 'Utilisator'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535936&group_…
Feature Requests item #3535909, was opened at 2012-06-17 22:17
Message generated for change (Comment added) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&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: Avicennasis (avicennasis)
Assigned to: Nobody/Anonymous (nobody)
Summary: -enable arg to all scripts
Initial Comment:
It would be handy to have an optional -enable "Checkpage" option built into scripts by default - so that a bot can deactivated by non-admins, if so needed.
----------------------------------------------------------------------
>Comment By: Avicennasis (avicennasis)
Date: 2012-06-18 00:11
Message:
A simple boolean value - if the arg is used, read checkpage - if 'true',
continue script - if false, stop and exit script.
I know some of the scripts have a "enablePage" - but a lot of them don't.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-18 00:06
Message:
What is the behaviour you would want/expect when 'Checkpage' is enabled?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&group_…
Feature Requests item #3535909, was opened at 2012-06-17 22:17
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&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: Avicennasis (avicennasis)
Assigned to: Nobody/Anonymous (nobody)
Summary: -enable arg to all scripts
Initial Comment:
It would be handy to have an optional -enable "Checkpage" option built into scripts by default - so that a bot can deactivated by non-admins, if so needed.
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-18 00:06
Message:
What is the behaviour you would want/expect when 'Checkpage' is enabled?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&group_…
Feature Requests item #3535909, was opened at 2012-06-17 22:17
Message generated for change (Tracker Item Submitted) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&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: Avicennasis (avicennasis)
Assigned to: Nobody/Anonymous (nobody)
Summary: -enable arg to all scripts
Initial Comment:
It would be handy to have an optional -enable "Checkpage" option built into scripts by default - so that a bot can deactivated by non-admins, if so needed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3535909&group_…
Bugs item #3535710, was opened at 2012-06-16 14:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&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: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Bertrand Grondin (grondin85)
>Assigned to: xqt (xqt)
Summary: 'sd' language obsolete in Wikinews
Initial Comment:
When lauching interwiki.py I've the following message :
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is obsolete
I deleted 'sd' code in families/wikinews.py
this patch should solve this problem.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-17 10:49
Message:
You are right! Sorry, my fault.
Fixed in r10367
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 02:16
Message:
I did the same command-line after applying the patch (remove 'sd' language
in line 16 of /families/wikinews_family.py, and the script runs.
I saw that the closed wiki languages are been removed in the variable
self.languages_by_size = [ …]: 'hu', 'th' by example.
We must remove 'sd' from this variable (for the moment)
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 02:08
Message:
New test on another page :
commande-line :
python interwiki.py -page:"Catégorie:16 juin 2012" -putthrottle:"1"
-lang:"fr"
error message :
Updating links on page [[fr:Catégorie:16 juin 2012]].
Changes to be made: Robot: Removing bg, cs, eo, fi, he, no, ro, sq, sv, uk
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:59
Message:
Page given to the command-line (catalan wikinews)
França: mor el periodista esportiu Thierry Roland
http://ca.wikinews.org/wiki/França:_mor_el_periodista_esportiu_Thierry_Rola…
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:54
Message:
Command line :
python interwiki.py -page -putthrottle:"1" -lang:"ca"
----------------------------------------------------------------------
Comment By: Bertrand Grondin (grondin85)
Date: 2012-06-17 01:48
Message:
Trackback of error messages
Updating links on page [[fr:France : disparition de Thierry Roland]].
Changes to be made: Robot: Adding [[ca:França: mor el periodista esportiu
Thierry Roland]]
Dump fr (wikinews) appended.
Traceback (most recent call last):
File "interwiki.py", line 2583, in <module>
main()
File "interwiki.py", line 2557, in main
bot.run()
File "interwiki.py", line 2296, in run
self.queryStep()
File "interwiki.py", line 2274, in queryStep
subj.finish(self)
File "interwiki.py", line 1723, in finish
if self.replaceLinks(page, new, bot):
File "interwiki.py", line 1878, in replaceLinks
template=template)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 448, in
replaceLanguageLinks
s = interwikiFormat(new, insite = site)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 524, in
interwikiFormat
ar = interwikiSort(links.keys(), insite)
File "/home/bertrand/pywikipedia/pywikibot/textlib.py", line 557, in
interwikiSort
site = insite.getSite(code = code)
File "/home/bertrand/pywikipedia/wikipedia.py", line 7819, in getSite
return getSite(code = code, fam = self.family, user=self.user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 8000, in getSite
_sites[key] = Site(code=code, fam=fam, user=user)
File "/home/bertrand/pywikipedia/pywikibot/__init__.py", line 115, in
wrapper
return method(*__args, **__kw)
File "/home/bertrand/pywikipedia/wikipedia.py", line 5255, in __init__
% (self.__code, self.__family.name))
pywikibot.exceptions.NoSuchSite: Language sd in family wikinews is
obsolete
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-16 22:59
Message:
'sd' is in family.obsolete dictionary. Your patch doesn't solve the
problem. Please give your full traceback and the command line you have uses
and if possible the page where this error occurred. Since this bug is not a
general blocker, I degraded the priority.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535710&group_…
Bugs item #3535800, was opened at 2012-06-17 06:25
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&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: category
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: adding new template to commonscatTemplates for fa.wiki
Initial Comment:
please add
u'جعبه پیوند به پروژههای خواهر' in commonscat.py in
commonscatTemplates dictionary for fa:
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-17 10:17
Message:
done in r10364 by amir
----------------------------------------------------------------------
Comment By: Javad (javad3244)
Date: 2012-06-17 07:11
Message:
Also add در پروژههای خواهر for fa.wiki
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2012-06-17 06:29
Message:
also please add to ignoreTemplates vraible
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&group_…
Bugs item #3535800, was opened at 2012-06-17 06:25
Message generated for change (Comment added) made by javad3244
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: adding new template to commonscatTemplates for fa.wiki
Initial Comment:
please add
u'جعبه پیوند به پروژههای خواهر' in commonscat.py in
commonscatTemplates dictionary for fa:
----------------------------------------------------------------------
Comment By: Javad (javad3244)
Date: 2012-06-17 07:11
Message:
Also add در پروژههای خواهر for fa.wiki
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2012-06-17 06:29
Message:
also please add to ignoreTemplates vraible
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&group_…
Bugs item #3535800, was opened at 2012-06-17 06:25
Message generated for change (Comment added) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: adding new template to commonscatTemplates for fa.wiki
Initial Comment:
please add
u'جعبه پیوند به پروژههای خواهر' in commonscat.py in
commonscatTemplates dictionary for fa:
----------------------------------------------------------------------
>Comment By: reza (reza1615)
Date: 2012-06-17 06:29
Message:
also please add to ignoreTemplates vraible
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&group_…
Bugs item #3535800, was opened at 2012-06-17 06:25
Message generated for change (Settings changed) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
>Summary: adding new template to commonscatTemplates for fa.wiki
Initial Comment:
please add
u'جعبه پیوند به پروژههای خواهر' in commonscat.py in
commonscatTemplates dictionary for fa:
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&group_…
Bugs item #3535800, was opened at 2012-06-17 06:25
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: adding commonscatTemplates for fa.wiki
Initial Comment:
please add
u'جعبه پیوند به پروژههای خواهر' in commonscat.py in
commonscatTemplates dictionary for fa:
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3535800&group_…