[Pywikipedia-bugs] [Maniphest] [Created] T174041: Category redirects broken on commons

2017-08-24 Thread russblau
russblau created this task.russblau added a project: Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONAttempting to use the .isCategoryRedirect() method on commons always returns False, even if the category is in fact a redirect. This appears to be the

[Pywikipedia-bugs] [Maniphest] [Commented On] T174041: Category redirects broken on commons

2017-08-24 Thread russblau
russblau added a comment. More detail ... in the commons family file (families/commons_family.py), the values in self.category_redirect_templates aren't being picked up when the Family object's .category_redirects() method is called.TASK DETAILhttps://phabricator.wikimedia.org/T1

[Pywikipedia-bugs] [Maniphest] [Created] T183987: Add category redirect template on commons

2018-01-02 Thread russblau
russblau created this task.russblau added a project: Pywikibot-General.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONIn pywikibot/families/commons_family.py, line 35, please add "Endashcatredirect" as a new item in self.category_redirect_templates['

[Pywikipedia-bugs] [Maniphest] [Created] T188320: Page.botMayEdit does not parse comma-separated lists correctly

2018-02-26 Thread russblau
russblau created this task.russblau added a project: Pywikibot-core.Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTIONThe bot exclusion protocol allows the {{bots}} or {{nobots}} template to take an argument which is a comma-separated list of bot names. Pywikibot does not

[Pywikipedia-bugs] [Maniphest] [Commented On] T125505: Tool Labs: shared Pywikibot code not available

2016-05-22 Thread russblau
russblau added a comment. This has been happening multiple times per month, sometimes more than once in a week. When it happens, it can be fixed simply by re-running the nightly job on the Tool Labs pywikibot account. However, this has to be done manually. It would be much better if the

[Pywikipedia-bugs] [Maniphest] [Created] T253709: Bug: Page.botMayEdit() returns incorrect result if "allow=" syntax is used

2020-05-26 Thread russblau
russblau created this task. russblau added a project: Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Liuxinyu970226, Aklapper. TASK DESCRIPTION Page.botMayEdit() should return False if the page contains {{nobots|allow=Foo}} unless "Foo" matches the bot&

[Pywikipedia-bugs] [Maniphest] [Commented On] T253709: Bug: Page.botMayEdit() returns incorrect result if "allow=" syntax is used

2020-05-27 Thread russblau
russblau added a comment. The current implementation contains a logic error, in that it tries to split a parameter value on a ',' without first checking for the presence of an '='. This is a bug, regardless of whether we think the correct implementation should or

[Pywikipedia-bugs] [Maniphest] [Created] T353537: Pywikibot image for Toolforge jobs does not capture output

2023-12-15 Thread russblau
russblau created this task. russblau added projects: Pywikibot, Toolforge Jobs framework. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Running a test script on Toolforge as follows: `toolforge jobs run test1 --image tool-pywikibot/pywikibot