[Pywikipedia-bugs] [Maniphest] [Commented On] T139015: Welcome messages break Notification.fromJSON()

2016-07-01 Thread gerritbot
gerritbot added a comment. Change 296688 merged by jenkins-bot: Fix notifications building from JSON https://gerrit.wikimedia.org/r/296688TASK DETAILhttps://phabricator.wikimedia.org/T139015EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc:

[Pywikipedia-bugs] [Maniphest] [Edited] T139222: Investigate building notification page titles from the namespace key and text

2016-07-01 Thread APerson
APerson edited the task description. (Show Details) EDIT DETAILS...However, a TODO comment suggested that we instead build it from the `namespace-key` and `text` attributes, which contain the namespace number and title (without namespace) of the page, respectively. This task was opened as a

[Pywikipedia-bugs] [Maniphest] [Commented On] T94826: Don't crash when MediaWiki returns a page title different from the query because of normalization (Arabic and Malayalam normalization in particula

2016-07-01 Thread whym
whym added a comment. The variables $wgFixArabicUnicode, $wgFixMalayalamUnicode and $wgAllUnicodeFixes are now exposed: https://gerrit.wikimedia.org/r/#/c/296155/ https://test.wikipedia.org/w/api.php?action=""> TASK DETAILhttps://phabricator.wikimedia.org/T94826EMAIL

[Pywikipedia-bugs] [Maniphest] [Commented On] T138441: ProofreadPage incompatibility starting from WMF-deploy-2016-06-28_(1.28.0-wmf.8)

2016-07-01 Thread gerritbot
gerritbot added a comment. Change 296961 abandoned by Mpaa: is now optional in ProofreadPage pages serialization Reason: Pushed by mistake. Was supposed to be https://gerrit.wikimedia.org/r/#/c/295626/ https://gerrit.wikimedia.org/r/296961TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T138441: ProofreadPage incompatibility starting from WMF-deploy-2016-06-28_(1.28.0-wmf.8)

2016-07-01 Thread gerritbot
gerritbot added a comment. Change 296961 had a related patch set uploaded (by Mpaa): is now optional in ProofreadPage pages serialization https://gerrit.wikimedia.org/r/296961TASK DETAILhttps://phabricator.wikimedia.org/T138441EMAIL

[Pywikipedia-bugs] [Maniphest] [Changed Project Column] T139188: Meeting 11 - Fri 8 July 2016 - 12:30 UTC

2016-07-01 Thread DrTrigon
DrTrigon moved this task from Backlog to GSoC Meetings on the Pywikibot-catimages board. TASK DETAILhttps://phabricator.wikimedia.org/T139188WORKBOARDhttps://phabricator.wikimedia.org/project/board/755/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Pywikipedia-bugs] [Maniphest] [Closed] T138582: Meeting 10 - Fri 1 July 2016 - 12:30 UTC

2016-07-01 Thread DrTrigon
DrTrigon closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T138582EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DrTrigonCc: pywikibot-bugs-list, jayvdb, Aklapper, AbdealiJK, DrTrigon, Zppix, Lethexie,

[Pywikipedia-bugs] [Maniphest] [Edited] T138582: Meeting 10 - Fri 1 July 2016 - 12:30 UTC

2016-07-01 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...Description: 10th meeting (Week 6) to discuss [the Midterm Evaluation and Measurable outcomes as well as the last 50% of the Project Plan accordingly] == Agenda:...[ [x] Have a pypi package "pypi-catimages" which can perform

[Pywikipedia-bugs] [Maniphest] [Commented On] T119226: Very small (or very large) quantity values (represented in scientific notation) result in error in add/update via pywikibot/wikidata API

2016-07-01 Thread ArthurPSmith
ArthurPSmith added a comment. Hmm. So is it a pywikibot problem or a wikibase API problem? Is pywikibot sending in JSON format?TASK DETAILhttps://phabricator.wikimedia.org/T119226EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ArthurPSmithCc: thiemowmde,

[Pywikipedia-bugs] [Maniphest] [Updated] T139144: Making a pypi package pywikibot-scripts for officially supported scripts

2016-07-01 Thread jayvdb
jayvdb added subscribers: valhallasw, jayvdb.jayvdb added a comment. The scripts are also provided as part of a tarball. but agreed that isnt very nice. Most of our script users still use git to fetch/sync library and scripts together, otherwise their scripts fail. It would be nice to have a

[Pywikipedia-bugs] [Maniphest] [Updated] T139143: Make a pywikibot entry point for scripts

2016-07-01 Thread jayvdb
jayvdb added a comment. This concept needs to be fleshed out some more. If it is only the scripts in pywikibot-core repo, T139144: Making a pypi package pywikibot-scripts for officially supported scripts would be the correct approach, and the current pwb.py script is probably not very useful for

[Pywikipedia-bugs] [Maniphest] [Commented On] T119226: Very small (or very large) quantity values (represented in scientific notation) result in error in add/update via pywikibot/wikidata API

2016-07-01 Thread thiemowmde
thiemowmde added a comment. I believe what you do is constructing a JSON blob, and that is not allowed to have exponential representation, see https://github.com/DataValues/Number/blob/master/src/DataValues/DecimalValue.php#L43. When you use the parser it is allowed to have other formats, see

[Pywikipedia-bugs] [Maniphest] [Merged] T74674: Unable to communicate with obsolete / non-existing wikis

2016-07-01 Thread zhuyifei1999
zhuyifei1999 added subscribers: Zppix, Thibaut120094.zhuyifei1999 merged a task: T139030: When running in autonomous mode, interwiki.py should ignore links to non-existant languages or add them to autonomous_problems.dat and carry on instead of crashing. TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T138582: Meeting 10 - Fri 1 July 2016 - 12:30 UTC

2016-07-01 Thread AbdealiJK
AbdealiJK added a comment. @jayvdb From my understanding, OSX wheel are there. Here is a travis build with OSX, Py35: https://travis-ci.org/python-pillow/pillow-wheels/jobs/141359557 Jobs 9 through 12 in the build https://travis-ci.org/python-pillow/pillow-wheels/builds/141359545 are for OSX.

[Pywikipedia-bugs] [Maniphest] [Commented On] T139156: pytest warning cannot collect TestDateMeta

2016-07-01 Thread jayvdb
jayvdb added a comment. A somewhat related bug : https://github.com/pytest-dev/pytest/issues/410TASK DETAILhttps://phabricator.wikimedia.org/T139156EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jayvdbCc: Zppix, XZise, pywikibot-bugs-list, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Block] T115313: Find an advanced test runner with logging

2016-07-01 Thread jayvdb
jayvdb created subtask T139156: pytest warning cannot collect TestDateMeta. TASK DETAILhttps://phabricator.wikimedia.org/T115313EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jayvdbCc: gerritbot, AbdealiJK, zhuyifei1999, Aklapper, pywikibot-bugs-list, XZise,

[Pywikipedia-bugs] [Maniphest] [Created] T139156: pytest warning cannot collect TestDateMeta

2016-07-01 Thread jayvdb
jayvdb created this task.jayvdb added a project: Pywikibot-tests.Herald added a subscriber: Zppix. TASK DESCRIPTIONEnabling warnings shows pytest is trying to collect TestDateMeta, and failing. We should configure pytest so it doesnt attempt to collect it, or rename the class so pytest doesnt try

[Pywikipedia-bugs] [Maniphest] [Edited] T129611: [GSoC 2016 Proposal] Port catimages.py to pywikibot-core

2016-07-01 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS...The project can be broadly divided into 23 parts, ...TASK DETAILhttps://phabricator.wikimedia.org/T129611EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AbdealiJK, DrTrigonCc: zhuyifei1999,

[Pywikipedia-bugs] [Maniphest] [Edited] T138722: Important references for project Pywikibot-catimages

2016-07-01 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS- http://write.flossmanuals.net/gsocstudentguide/what-is-google-summer-of-code/ - {T66838}- {T66838}, https://commons.wikimedia.org/wiki/User:AbdealiJK/file-metadata/Dependencies - {Z360}, {Z441}, {Z424}, {Z379}...TASK

[Pywikipedia-bugs] [Maniphest] [Commented On] T66838: Port catimages.py to core

2016-07-01 Thread DrTrigon
DrTrigon added a comment. https://commons.wikimedia.org/wiki/User:AbdealiJK/file-metadata/DependenciesTASK DETAILhttps://phabricator.wikimedia.org/T66838EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DrTrigonCc: Vlkyrie, Sumit, DrTrigon, AbdealiJK,

[Pywikipedia-bugs] [Maniphest] [Edited] T138582: Meeting 10 - Fri 1 July 2016 - 12:30 UTC

2016-07-01 Thread DrTrigon
DrTrigon edited the task description. (Show Details) EDIT DETAILS... - ? train the bot on the dataset itself at least after humans have gone over it - @DrTrigon requests to have a MVP for the project end of: - have a pypi package "pypi-catimages" and Pull Request / Patch Set

[Pywikipedia-bugs] [Maniphest] [Updated] T136985: file-metadata testing log

2016-07-01 Thread DrTrigon
DrTrigon added a project: User-DrTrigon. TASK DETAILhttps://phabricator.wikimedia.org/T136985EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DrTrigonCc: zhuyifei1999, jayvdb, AbdealiJK, Aklapper, pywikibot-bugs-list, DrTrigon, Zppix, Lethexie,

[Pywikipedia-bugs] [Maniphest] [Updated] T138722: Important references for project Pywikibot-catimages

2016-07-01 Thread DrTrigon
DrTrigon added a project: User-DrTrigon. TASK DETAILhttps://phabricator.wikimedia.org/T138722EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DrTrigonCc: Aklapper, Zppix, pywikibot-bugs-list, jayvdb, AbdealiJK, DrTrigon, Lethexie,