[Pywikipedia-bugs] [Maniphest] [Updated] T116517: Make sure pywikibot handles readonly databases properly

2015-10-25 Thread jayvdb
jayvdb added a subscriber: jayvdb. jayvdb added a comment. I suspect this is https://phabricator.wikimedia.org/T100123, which is the API `readonly` code, which is not currently handled. Or it is `internal_api_error_ReadOnlyError`, which is already handled correctly. TASK DETAIL

[Pywikipedia-bugs] [Maniphest] [Created] T116517: Make sure pywikibot handles readonly databases properly

2015-10-25 Thread Legoktm
Legoktm created this task. Legoktm added a subscriber: Legoktm. Legoktm added a project: pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION My quick search of "readonly" didn't find anything, so we should make sure pywikibot properly handles readonly

[Pywikipedia-bugs] [Maniphest] [Commented On] T73646: replace.py: async output messages jumbled with user interaction on main thread

2015-10-25 Thread gerritbot
gerritbot added a subscriber: gerritbot. gerritbot added a comment. Change 248680 had a related patch set uploaded (by Mpaa): Control output message when saving in async mode https://gerrit.wikimedia.org/r/248680 TASK DETAIL https://phabricator.wikimedia.org/T73646 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T73646: replace.py: async output messages jumbled with user interaction on main thread

2015-10-25 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T73646 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Mpaa, JAnD, jayvdb, valhallasw, pywikibot-bugs-list

[Pywikipedia-bugs] [Maniphest] [Commented On] T102467: checkimages.py: keep track of which file is already logged

2015-10-25 Thread gerritbot
gerritbot added a comment. Change 248686 had a related patch set uploaded (by Xqt): [bugfix] add the image name before comparing the content https://gerrit.wikimedia.org/r/248686 TASK DETAIL https://phabricator.wikimedia.org/T102467 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Blocker] T72936: Pywikibot 2.1 (tracking)

2015-10-25 Thread Mpaa
Mpaa changed the status of blocking task T73646: replace.py: async output messages jumbled with user interaction on main thread from "Stalled" to "Open". TASK DETAIL https://phabricator.wikimedia.org/T72936 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Pywikipedia-bugs] [Maniphest] [Changed Status] T73646: replace.py: async output messages jumbled with user interaction on main thread

2015-10-25 Thread Mpaa
Mpaa changed the task status from "Stalled" to "Open". Herald added a subscriber: Aklapper. TASK DETAIL https://phabricator.wikimedia.org/T73646 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Mpaa Cc: Aklapper, gerritbot, Mpaa, JAnD, jayvdb,

[Pywikipedia-bugs] [Maniphest] [Commented On] T108969: Update bot to support Flow and demo it

2015-10-25 Thread Mattflaschen
Mattflaschen added a comment. In https://phabricator.wikimedia.org/T108969#1664461, @Quiddity wrote: > @happy5214 Is there a clear description somewhere, that other bot > authors/maintainers should follow in order to update their bots? Or do they > just need to update their pywikibot scripts

[Pywikipedia-bugs] [Maniphest] [Commented On] T87169: run at least pep8 and pep257 for new changesets submitted to pywikibot/core for any user

2015-10-25 Thread gerritbot
gerritbot added a comment. Change 248714 had a related patch set uploaded (by John Vandenberg): Add tox default envs for WM Jenkins https://gerrit.wikimedia.org/r/248714 TASK DETAIL https://phabricator.wikimedia.org/T87169 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T102467: checkimages.py: keep track of which file is already logged

2015-10-25 Thread gerritbot
gerritbot added a comment. Change 248686 merged by jenkins-bot: [bugfix] add the image name before comparing the content https://gerrit.wikimedia.org/r/248686 TASK DETAIL https://phabricator.wikimedia.org/T102467 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T115679: Handle property datatype changing gracefully

2015-10-25 Thread daniel
daniel added a subscriber: daniel. daniel added a comment. Does pywikibot differentiate between value type and data type? Does pywikibot even *use* the data type as such? The value type is not going to change, only the data type. For example, for the "url" data type, the value type is

[Pywikipedia-bugs] [Maniphest] [Commented On] T115679: Handle property datatype changing gracefully

2015-10-25 Thread jayvdb
jayvdb added a comment. Pywikibot does use the data type, quite extensively. e.g. https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/page.py#L3951 They are mapped to classes, and mapped to value-types. With something like https://gerrit.wikimedia.org/r/247080 , we can easily