[Pywikipedia-bugs] [Maniphest] [Edited] T133667: Weekly Reports for Pywikibot Support for Thanks

2016-05-17 Thread darthbhyrava
darthbhyrava edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T133667 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: darthbhyrava Cc: jayvdb, EBernhardson, Legoktm, Xqt, valhallasw, kaldari, polybuildr, 01tonythomas,

[Pywikipedia-bugs] [Maniphest] [Updated] T130585: Pywikibot Support for Thanks (GSoC Proposal)

2016-05-17 Thread jayvdb
jayvdb added a comment. The test plan for the `User.thanks_enabled` property, sending thanks needs specific verification that it does the right thing for anon users: T63022: Add ability to thank anonymous/IP users . Given that anons cant currently

[Pywikipedia-bugs] [Maniphest] [Updated] T130585: Pywikibot Support for Thanks (GSoC Proposal)

2016-05-17 Thread jayvdb
jayvdb added a comment. @kaldari , right, Subtask 1 & 2 (thanking) are `Revision` based - but Subtask 3 (thanks log) can't be `Revision` (or `Page`) based. To answer my own question, based on https://phabricator.wikimedia.org/T51087 which provides lots of rationale/background, it

[Pywikipedia-bugs] [Maniphest] [Closed] T135344: Add support for colored background in terminal

2016-05-17 Thread Mpaa
Mpaa closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T135344 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Mpaa Cc: jayvdb, MZMcBride, gerritbot, Aklapper, Zppix, pywikibot-bugs-list, Mpaa, Lewizho99, Mdupont,

[Pywikipedia-bugs] [Maniphest] [Commented On] T130585: Pywikibot Support for Thanks (GSoC Proposal)

2016-05-17 Thread kaldari
kaldari added a comment. @jayvdb, @darthbhyrava: Thanks are linked to revisions. The revision associated with a thank action is stored both in the logging table (if Thanks logging is enabled) and as part of the Echo notification. The revision (and page) associated with a thanks action is

[Pywikipedia-bugs] [Maniphest] [Triaged] T110640: weblib.getWebCitationURL broken, causes testWebCiteOlder to fail

2016-05-17 Thread jayvdb
jayvdb triaged this task as "Lowest" priority. jayvdb added a comment. This functionality is no longer used by https://phabricator.wikimedia.org/tag/pywikibot-weblinkchecker.py/ if `memento_client` is installed, since

[Pywikipedia-bugs] [Maniphest] [Edited] T110640: weblib.getWebCitationURL broken, causes testWebCiteOlder to fail

2016-05-17 Thread jayvdb
jayvdb edited the task description. TASK DETAIL https://phabricator.wikimedia.org/T110640 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, jayvdb, pywikibot-bugs-list, Mdupont ___

[Pywikipedia-bugs] [Maniphest] [Retitled] T110640: weblib.getWebCitationURL broken, causes testWebCiteOlder to fail

2016-05-17 Thread jayvdb
jayvdb changed the title from "weblib.getWebCitationURL broken" to "weblib.getWebCitationURL broken, causes testWebCiteOlder to fail". jayvdb added a project: Pywikibot-tests. TASK DETAIL https://phabricator.wikimedia.org/T110640 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T135505: logentries.LogEntryFactory creates invalid LogEntry type

2016-05-17 Thread gerritbot
gerritbot added a comment. Change 289227 had a related patch set uploaded (by Xqt): [bugfix] LogEntry is not a valid logtype class https://gerrit.wikimedia.org/r/289227 TASK DETAIL https://phabricator.wikimedia.org/T135505 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T135505: logentries.LogEntryFactory creates invalid LogEntry type

2016-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T135505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Ricordisamoa, russblau, Aklapper, Ladsgroup, Zppix, Xqt, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Claimed] T135507: debug message raises TypeError in LogEntryFactory._createFromData

2016-05-17 Thread Xqt
Xqt claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T135507 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: gerritbot, Aklapper, Zppix, pywikibot-bugs-list, Ladsgroup, russblau, Xqt, Lewizho99, Mdupont, Maathavan, jayvdb

[Pywikipedia-bugs] [Maniphest] [Updated] T135507: debug message raises TypeError in LogEntryFactory._createFromData

2016-05-17 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T135507 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: gerritbot, Aklapper, Zppix, pywikibot-bugs-list, Ladsgroup, russblau, Xqt, Lewizho99,

[Pywikipedia-bugs] [Maniphest] [Created] T135507: debug message raises TypeError in LogEntryFactory._createFromData

2016-05-17 Thread Xqt
Xqt created this task. Herald added subscribers: pywikibot-bugs-list, Zppix, Aklapper. TASK DESCRIPTION When the KeyError is not fetched by _getEntryClass method the following exception occurs >>> import pwb, pywikibot as py >>> from pywikibot.logentries import LogEntryFactory

[Pywikipedia-bugs] [Maniphest] [Triaged] T135507: debug message raises TypeError in LogEntryFactory._createFromData

2016-05-17 Thread Xqt
Xqt triaged this task as "Normal" priority. TASK DETAIL https://phabricator.wikimedia.org/T135507 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, Zppix, pywikibot-bugs-list, Ladsgroup, russblau, Xqt, Mdupont, jayvdb

[Pywikipedia-bugs] [Maniphest] [Triaged] T135505: logentries.LogEntryFactory creates invalid LogEntry type

2016-05-17 Thread Xqt
Xqt triaged this task as "Normal" priority. TASK DETAIL https://phabricator.wikimedia.org/T135505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Ricordisamoa, russblau, Aklapper, Ladsgroup, Zppix, Xqt, pywikibot-bugs-list, Mdupont, jayvdb

[Pywikipedia-bugs] [Maniphest] [Created] T135505: logentries.LogEntryFactory creates invalid LogEntry type

2016-05-17 Thread Xqt
Xqt created this task. Herald added subscribers: pywikibot-bugs-list, Zppix, Aklapper. TASK DESCRIPTION logentries.LogEntryFactory creates invalid LogEntry type instead of raising an error: >>> import pwb, pywikibot as py >>> from pywikibot.logentries import LogEntry >>> site =

[Pywikipedia-bugs] [Maniphest] [Commented On] T130585: Pywikibot Support for Thanks (GSoC Proposal)

2016-05-17 Thread darthbhyrava
darthbhyrava added a comment. In https://phabricator.wikimedia.org/T130585#2296218, @jayvdb wrote: > For when you have some spare time (i.e. after 16th)... > > If you want to use the Thanks functionality in production, to get a feel for how it works, here are some lovely media that

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

2016-05-17 Thread Ato_01
Ato_01 closed this task as "Resolved". Ato_01 raised the priority of this task from "Normal" to "Needs Triage". TASK DETAIL https://phabricator.wikimedia.org/T125505 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: scfc, Ato_01 Cc: bd808, Alchimista,