jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added projects: pywikibot-core, Phabricator. Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION Bugzilla has been replaced by #Phabricator, and references in the codebase need to be updated. misspelling even recommends that users create bugs in Bugzilla.
$ git grep -i bugzilla pywikibot/data/api.py: # Bugzilla 49978 pywikibot/families/wikibooks_family.py: 'co': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=28644 pywikibot/families/wikibooks_family.py: 'kn': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=20325 pywikibot/families/wikibooks_family.py: 'sw': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=25170 pywikibot/families/wikibooks_family.py: 'vo': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=37413 pywikibot/families/wikibooks_family.py: 'za': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=20325 pywikibot/families/wikibooks_family.py: 'zu': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=25425 pywikibot/families/wikinews_family.py: 'hu': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=28342 pywikibot/families/wikinews_family.py: 'nl': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=20325 pywikibot/families/wikinews_family.py: 'th': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=28341 pywikibot/families/wikiquote_family.py: 'ang': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=29150 pywikibot/families/wikiquote_family.py: 'ast': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=28964 pywikibot/families/wikiquote_family.py: 'kk': None, # https://bugzilla.wikimedia.org/show_bug.cgi?id=20325 pywikibot/family.py: 'bugzilla': 'bugzilla', pywikibot/logentries.py: # ( https://bugzilla.wikimedia.org/show_bug.cgi?id=17781 ) pywikibot/site.py: # bug: see https://bugzilla.wikimedia.org/show_bug.cgi?id=7304 pywikibot/site.py: # https://bugzilla.wikimedia.org/show_bug.cgi?id=53894 scripts/cosmetic_changes.py: 39, # Single quotation mark (") - Bugzilla 24093 scripts/misspelling.py: https://bugzilla.wikimedia.org/enter_bug.cgi?product=Pywikibot tests/link_tests.py: link = Link('bugzilla:1337', source=self.site) tests/link_tests.py: 'bugzilla:1337 is not a local page on wikipedia:en, and the ' tests/link_tests.py: 'interwiki prefix bugzilla is not supported by PyWikiBot!',
Also these phab tasks need to be reviewed to ensure that no vital information was lost in the migration.
TASK DETAIL https://phabricator.wikimedia.org/T94683
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb Cc: pywikipedia-bugs, jayvdb, Aklapper, jeremyb, Qgil
XZise added a subscriber: XZise. XZise added a comment.
By the way:
git grep -iE 'bug *[1-9]' pwb.py: # Use env var to communicate to config2.py pwb.py location (bug 72918). pywikibot/data/api.py: # bug 66619, after gerrit 124323 breaking change we have a pywikibot/data/api.py: retry = class_name in ['DBConnectionError', # bug 62974 pywikibot/data/api.py: 'DBQueryError', # bug 58158 pywikibot/data/api.py: 'ReadOnlyError' # bug 59227 pywikibot/data/api.py: # only "(query-)continue" returned. See Bug 72209. pywikibot/exceptions.py: This is considered invalid in Pywikibot. See Bug 73184. pywikibot/login.py: # TODO: investigate other unhandled API codes (bug 73539) pywikibot/page.py: self._pageprops = {} # page may not have pageprops (see bug 54868) pywikibot/page.py: # FIXME: bug 73561: withSortKey is ignored by Site.pagecategories pywikibot/page.py: if 'removed' not in self._content['labels'][lang]: # Bug 54767 pywikibot/pagegenerators.py: # partial workaround for bug 67249 pywikibot/site.py: page._isredir = False # bug 54684 pywikibot/site.py: # TODO: Dummy value to allow also Unicode names, see bug 73661 pywikibot/textlib.py: # month and day format might be identical (e.g. see bug 69315), scripts/blockpageschecker.py: # (see bug 55322) scripts/cosmetic_changes.py: # bug 55242 should be implemented scripts/cosmetic_changes.py: # deactivated due to bug 55185 scripts/reflinks.py: u = linkedpagetext.decode(enc[0]) # Bug 67410 scripts/unusedfiles.py: pywikibot.output(u"File '%s' does not exist (see bug 69133)." setup.py: # See bug 66010, Windows users will have issues tests/archivebot_tests.py: if code != 'de': # bug 67663 tests/http_tests.py: @expected_failure_if(sys.version_info[0] > 2) # bug 72236 tests/script_tests.py: 'makecat', # bug 69781 tests/script_tests.py: 'editarticle': 'Nothing changed', # This masks related bug 68645 but that tests/script_tests.py: 'transferbot': 'Target site not different from source site', # Bug 68662 tests/script_tests.py: # TODO: after bug 68611 and 68664 (and makecat), split -help tests/script_tests.py: 'checkimages', # bug 68613 tests/site_tests.py: 'searched. See also bug 73120'.format(using))
TASK DETAIL https://phabricator.wikimedia.org/T94683
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: XZise Cc: XZise, jayvdb, Aklapper, jeremyb, Qgil, pywikipedia-bugs
Qgil removed a project: Phabricator. Qgil set Security to None.
TASK DETAIL https://phabricator.wikimedia.org/T94683
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Qgil Cc: XZise, jayvdb, Aklapper, pywikipedia-bugs
Aklapper added a project: Easy. Aklapper added a comment.
The full URLs are redirects anyway. For those plain text "Bug 123456" links, turn them into Phab task URLs by adding 2000 to the number so you get the corresponding Phabricator task number? :)
(PS: Please feel free to set the https://phabricator.wikimedia.org/tag/easy/ project for trivial tasks.)
TASK DETAIL https://phabricator.wikimedia.org/T94683
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Aklapper Cc: XZise, jayvdb, Aklapper, 01tonythomas, pywikipedia-bugs
mgrabovsky added a subscriber: mgrabovsky.
TASK DETAIL https://phabricator.wikimedia.org/T94683
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: mgrabovsky Cc: mgrabovsky, XZise, jayvdb, Aklapper, 01tonythomas, pywikipedia-bugs
pywikipedia-bugs@lists.wikimedia.org