Bugs item #2376362, was opened at 2008-12-02 18:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362...
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: 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.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362...