Xqt created this task. Xqt added projects: Pywikibot, Pywikibot-pagegenerators. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION **Problem:** pagegenerators `-ref` option does not include redirects. This happens because `pagegenerators.Factory` calls `page.getReferences()` without any options, and //filter_redirects// parameter of `BasePage.getReferences()` is False by default. **Solution:** The default value for the //filter_redirects// parameter should be None, as in other methods. However, changing this now would be a breaking change. In the meantime the pagegenerators `-redirects` option can be used to decide how redirects should be handled with `-ref`. TASK DETAIL https://phabricator.wikimedia.org/T419512 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
_______________________________________________ pywikibot-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
