| Dvorapa created this task. Dvorapa added projects: Pywikibot-category.py, Pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper. |
TASK DESCRIPTION
Steps to reproduce
- python pwb.py category move on category with a talkpage (without page deletion rights)
Expected behavior
Both category page and talkpage are proposed to be deleted by {{delete}} template
Current behavior
Category talkpage deletion request by bot is declined by AbuseFilter (1), because it adds a category to the talk page:
{{delete|1=Robot: nahrazení kategorie Příkazy DOS za [[Kategorie:Příkazy DOSu|Příkazy DOSu]]}}Translated to english: {{delete|1=Bot: category Old moved to [[Category:New|New]]}}Cause
There is colon character (:) missing in the parameter. In category.py the content of the first parameter is taken from automatic summary. The summary contains link to New generated by newcat.title(asLink=True) (2). The asLink part adds only a semicolon, when on category or file page (3). Not on category talk page.Configuration
python 3.6.2
TASK DETAIL
EMAIL PREFERENCES
To: Dvorapa
Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
