[Pywikipedia-l] [ pywikipediabot-Bugs-2376362 ] checkimages.py - allowed template is not hidden templates

SourceForge.net noreply at sourceforge.net
Tue Jan 27 08:54:19 UTC 2009


Bugs item #2376362, was opened at 2008-12-02 10:27
Message generated for change (Comment added) made by siebrand
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362&group_id=93107

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: Woo-Jin Kim (kwj2772)
Assigned to: Nobody/Anonymous (nobody)
Summary: checkimages.py - allowed template is not hidden templates

Initial Comment:
pywikipedia r6122
In ko.wp. Hidden templates are considered as license templates. source code should be changed from:

# A page where there's a list of template to consider as licenses.
PageWithAllowedTemplates = {
    'commons': u'User:Filbot/Allowed templates',
    'en':None,
    'it':u'Progetto:Coordinamento/Immagini/Bot/AllowedTemplates',
    'ko':u'User:Kwjbot_IV/whitetemplates/list',
    }

to

# A page where there's a list of template to consider as licenses.
PageWithAllowedTemplates = {
    'commons': u'User:Filbot/Allowed templates',
    'en':None,
    'it':u'Progetto:Coordinamento/Immagini/Bot/AllowedTemplates',
    'ko':u'User:Kwjbot_IV/AllowedTemplates',
    }

Thank you.

----------------------------------------------------------------------

>Comment By: siebrand (siebrand)
Date: 2009-01-27 09:54

Message:
Please provide a proper patch next time[1]. Applied in r6298. The comment
was not processed, as it is extremely unclear. Please provide a patch for
that in a new issue.

[1] http://en.wikipedia.org/wiki/Patch_(computing)

----------------------------------------------------------------------

Comment By: Woo-Jin Kim (kwj2772)
Date: 2009-01-09 08:23

Message:
And Please also change "그림" to "파일" due to namespace change.
Thanks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362&group_id=93107



More information about the Pywikipedia-l mailing list