[Wikidata-bugs] [Maniphest] [Changed Project Column] T105845: Page components / content widgets

2016-07-12 Thread RobLa-WMF
RobLa-WMF moved this task from Backlog to GWicke on the Archcom-has-shepherd board. TASK DETAILhttps://phabricator.wikimedia.org/T105845WORKBOARDhttps://phabricator.wikimedia.org/project/board/1892/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GWicke,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T102476: RFC: Requirements for change propagation

2016-07-12 Thread RobLa-WMF
RobLa-WMF moved this task from Backlog to RobLa-WMF on the Archcom-has-shepherd board. TASK DETAILhttps://phabricator.wikimedia.org/T102476WORKBOARDhttps://phabricator.wikimedia.org/project/board/1892/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Updated] T105845: Page components / content widgets

2016-07-12 Thread RobLa-WMF
RobLa-WMF added a project: Archcom-has-shepherd . TASK DETAILhttps://phabricator.wikimedia.org/T105845EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: GWicke, RobLa-WMFCc: RandomDSdevel, jmadler, Bianjiang, LikeLifer, MGChecker, -jem-, Daniel_Mietchen,

[Wikidata-bugs] [Maniphest] [Updated] T102476: RFC: Requirements for change propagation

2016-07-12 Thread RobLa-WMF
RobLa-WMF added a project: Archcom-has-shepherd . TASK DETAILhttps://phabricator.wikimedia.org/T102476EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RobLa-WMFCc: Mholloway, Liuxinyu970226, Scott_WUaS, Ottomata, Smalyshev, ArielGlenn, hoo, Addshore,

Re: [Wikidata] Problems with Serbian on Wikidata

2016-07-12 Thread Smolenski Nikola
Citiranje Smolenski Nikola : > It gets even funnier if you go to > https://www.wikidata.org/wiki/Q3711?uselang=sr-el since now you get Serbian > three times: as "srpski (latinica)‎", "Serbian (Cyrillic script)" and > "српски". > It appears that the first is sr-el, the second is

[Wikidata-bugs] [Maniphest] [Changed Project Column] T117031: Represent normalized unit values in full values RDF

2016-07-12 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to Ready for work on the Wikidata-Query-Service board. TASK DETAILhttps://phabricator.wikimedia.org/T117031WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL

[Wikidata-bugs] [Maniphest] [Closed] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev added a comment. Fixed, will be deployed next Monday.TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Aklapper, Zppix, WikidataFacts,

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread gerritbot
gerritbot added a comment. Change 298676 merged by jenkins-bot: Don't try to check type when value has no type https://gerrit.wikimedia.org/r/298676TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev,

[Wikidata-bugs] [Maniphest] [Updated] T140151: NullPointerException when subtracting dates

2016-07-12 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Zppix, WikidataFacts, Avner, Lewizho99, Maathavan, debt, Gehel,

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread gerritbot
gerritbot added a comment. Change 298676 had a related patch set uploaded (by Smalyshev): Don't try to check type when value has no type https://gerrit.wikimedia.org/r/298676TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread WikidataFacts
WikidataFacts added a comment. Ah… I should have thought of that. Because I actually saw an odd date string for that item at one point, and fixed it. Sorry, I really should have mentioned that. (But it probably won’t be the only item with such a date string…)TASK

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev added a comment. The difference is that wdq1 somehow has old data where ?dateOfDeath for Q4165863 is an invalid date string. Still should not do NPE, but at least clear what the difference is.TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread WikidataFacts
WikidataFacts added a comment. Huh, so it’s the discrepancy in the precision? I ran the query a few times with LIMIT 10 before reporting this, and when it did go through, the results were all old Pharaohs (probably because the index for those properties is ordered by death, I guess?), which don’t

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev added a comment. The trigger is wd:Q4165863: SELECT ?person ?age WHERE { BIND(wd:Q4165863 as ?person) ?person wdt:P569 ?dateOfBirth; wdt:P570 ?dateOfDeath. BIND(?dateOfDeath - ?dateOfBirth AS ?age). }TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev added a comment. BTW, this query is huge, I'd seriously recommend running it with limit.TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Zppix, WikidataFacts, Avner, debt,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T107595: [RFC] Multi-Content Revisions

2016-07-12 Thread RobLa-WMF
RobLa-WMF moved this task from Backlog (blocked or draft) to Inbox on the ArchCom-RfC board.RobLa-WMF added a comment. My understanding is that @brion and @daniel have been working on this this week. Their work: https://gerrit.wikimedia.org/r/#/c/217710/ . I'd like to discuss the state of this

[Wikidata-bugs] [Maniphest] [Commented On] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev added a comment. "no value" would not match wdt:*, but "unknown value" could.TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Zppix, WikidataFacts, Avner, debt, Gehel,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T113034: RFC: Overhaul Interwiki map, unify with Sites and WikiMap

2016-07-12 Thread RobLa-WMF
RobLa-WMF moved this task from Under discussion to In progress on the ArchCom-RfC board. TASK DETAILhttps://phabricator.wikimedia.org/T113034WORKBOARDhttps://phabricator.wikimedia.org/project/board/52/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel,

Re: [Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Loic Dachary
Hi Thad, On 12/07/2016 19:27, Thad Guidry wrote: > OpenStreetMap an API interface to their Software and Database. Unless I'm mistaken, there is no "provides" property at the moment. Do you suggest one should be created ? Cheers > > OpenStreetMap is an Organization. > > It provides things.

[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-12 Thread gerritbot
gerritbot added a comment. Change 296342 abandoned by Jdlrobson: Refactor Wikibase config variables to be less confusing Reason: This has now been split up into https://gerrit.wikimedia.org/r/298262 and friends - let's carry conversation over there. https://gerrit.wikimedia.org/r/296342TASK

[Wikidata-bugs] [Maniphest] [Commented On] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-12 Thread Jdlrobson
Jdlrobson added a comment. There are a few open questions on the patchsets (see +1s and -1s) but nothing too major. I hope we can wrap this work up Wednesday - we may want to hangout after standup to do so.TASK DETAILhttps://phabricator.wikimedia.org/T138788EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T138788: Refactor Wikibase config variables used by MobileFrontend

2016-07-12 Thread Jdlrobson
Jdlrobson moved this task from Code Review to -1 (Needs More Work) on the Reading-Web-Sprint-76-Retrosprekfast board. TASK DETAILhttps://phabricator.wikimedia.org/T138788WORKBOARDhttps://phabricator.wikimedia.org/project/board/2023/EMAIL

[Wikidata-bugs] [Maniphest] [Closed] T139687: Language with space in the name produces broken RDF

2016-07-12 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev added a comment. New dump (starting July 18th) should be ok.TASK DETAILhttps://phabricator.wikimedia.org/T139687EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, JanZerebecki, daniel,

[Wikidata-bugs] [Maniphest] [Claimed] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev triaged this task as "High" priority.Smalyshev claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T140151EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Zppix, WikidataFacts, Avner, debt, Gehel, D3r1ck01, Jonas,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T140151: NullPointerException when subtracting dates

2016-07-12 Thread Smalyshev
Smalyshev moved this task from All WDQS-related tasks to Ready for work on the Wikidata-Query-Service board. TASK DETAILhttps://phabricator.wikimedia.org/T140151WORKBOARDhttps://phabricator.wikimedia.org/project/board/891/EMAIL

[Wikidata-bugs] [Maniphest] [Created] T140151: NullPointerException when subtracting dates

2016-07-12 Thread WikidataFacts
WikidataFacts created this task.WikidataFacts added projects: Wikidata, Wikidata-Query-Service.Herald added subscribers: Zppix, Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONThis query will lead to a NullPointerException most of the time: SELECT ?person ?age WHERE { ?person

Re: [Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Andy Mabbett
On 12 July 2016 at 18:27, Thad Guidry wrote: > OpenStreetMap is an Organization. Alternatively: The OpenStreetMap Foundation is an organisation OpenStreetMap is a web service, a database (and, if you must, a map - though I usually tell people it's not a map.) -- Andy

[Wikidata-bugs] [Maniphest] [Commented On] T139244: Add the ability to change color points on the map

2016-07-12 Thread Jonas
Jonas added a comment. Preview F4266801: pasted_fileTASK DETAILhttps://phabricator.wikimedia.org/T139244EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, Xmlizer, Zppix, Avner, debt, Gehel, D3r1ck01, FloNight, Izno, jkroll, Smalyshev,

[Wikidata-bugs] [Maniphest] [Declined] T139834: Wikidata Entity datatype

2016-07-12 Thread Jdforrester-WMF
Jdforrester-WMF closed this task as "Declined".Herald removed a subscriber: Liuxinyu970226. TASK DETAILhttps://phabricator.wikimedia.org/T139834EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jdforrester-WMFCc: Jdforrester-WMF, Aklapper, TomT0m, Zppix,

[Wikidata-bugs] [Maniphest] [Updated] T139834: Wikidata Entity datatype

2016-07-12 Thread Jdforrester-WMF
Jdforrester-WMF added a comment. I think this is at the same time too specific and also too general. Supporting all three of "1" and "Q1" and "https://www.wikidata.org/wiki/Q11344" seems like a terrible idea, particularly if "12xx34" is magically meant to be allowed but not break things. There's

[Wikidata-bugs] [Maniphest] [Updated] T138413: Form styles are missing on Wikibase special pages in mobile view

2016-07-12 Thread Jdlrobson
Jdlrobson removed a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T138413EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, JdlrobsonCc: Jdlrobson, Ricordisamoa, gerritbot, Jonas, Sjoerddebruin, Aklapper, aude, Zppix, Winter,

[Wikidata-bugs] [Maniphest] [Commented On] T138413: Form styles are missing on Wikibase special pages in mobile view

2016-07-12 Thread Jdlrobson
Jdlrobson added a comment. Just a note it has always been the case that mediawiki.ui.input has to be explicitly added to special pages.TASK DETAILhttps://phabricator.wikimedia.org/T138413EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, JdlrobsonCc:

[Wikidata-bugs] [Maniphest] [Retitled] T139636: Wikidata Database contention under high edit rate

2016-07-12 Thread jcrespo
jcrespo changed the title from "Database contention under high edit rate" to "Wikidata Database contention under high edit rate". TASK DETAILhttps://phabricator.wikimedia.org/T139636EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: jcrespoCc: Aklapper, Zppix,

Re: [Wikidata] Geo-coordinates?

2016-07-12 Thread Gerard Meijssen
Hoi, There is no problem in indicating that a Wikimania or whatever meeting is in a given location. It has a GPS location and that should imho suffice. Thanks, GerardM On 12 July 2016 at 18:44, Yaroslav M. Blanter wrote: > Brill Lyle писал 2016-07-12 18:35: > >> Thanks

Re: [Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Thad Guidry
Example please Thomas. Thad +ThadGuidry On Tue, Jul 12, 2016 at 12:40 PM, Thomas Douillard < thomas.douill...@gmail.com> wrote: > There is two things : API specs, and services that can implement that > specs. > > Which property links something to the class

[Wikidata-bugs] [Maniphest] [Updated] T115966: Show map for coordinate diffs

2016-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Sprint-2016-07-19. TASK DETAILhttps://phabricator.wikimedia.org/T115966EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Yurik, Lydia_Pintscher, Sjoerddebruin, Ricordisamoa, Nikki, Aklapper, D3r1ck01,

Re: [Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Thomas Douillard
There is two things : API specs, and services that can implement that specs. Which property links something to the class of stuffs that represents its properties ? "Instance of", a pretty natural way in computing :) The spec is a set of property its implementations fulfills ... Problem solved :)

[Wikidata-bugs] [Maniphest] [Commented On] T112247: [RFC] Create a "number" datatype for exact values

2016-07-12 Thread abian
abian added a comment. See also https://www.wikidata.org/?diff=356831116=356821963.TASK DETAILhttps://phabricator.wikimedia.org/T112247EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: abian, Nikki, TerraCodes, JohnLewis, JanZerebecki, Micru,

Re: [Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Thad Guidry
OpenStreetMap an API interface to their Software and Database. OpenStreetMap is an Organization. It provides things. It has things. One thing is Software. OpenStreeMap Maps and DB. Another thing is the Software provides an API interface to retrieve data from that Software. Looks like

[Wikidata-bugs] [Maniphest] [Block] T97566: Provide another way to surface usage instructions besides tacking them onto descriptions

2016-07-12 Thread kaldari
kaldari created subtask T140131: Show text from Wikidata usage instructions property (P2559) when auto-suggesting properties or items. TASK DETAILhttps://phabricator.wikimedia.org/T97566EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: kaldariCc: StudiesWorld,

[Wikidata-bugs] [Maniphest] [Created] T140131: Show text from Wikidata usage instructions property (P2559) when auto-suggesting properties or items

2016-07-12 Thread kaldari
kaldari created this task.kaldari added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Zppix. TASK DESCRIPTIONPer T97566, we need a feature that displays the text in the Wikidata usage instructions property (https://www.wikidata.org/wiki/Property:P2559) when

[Wikidata-bugs] [Maniphest] [Retitled] T97566: Provide another way to surface usage instructions besides tacking them onto descriptions

2016-07-12 Thread kaldari
kaldari changed the title from "Add an instruction field for Wikidata items" to "Provide another way to surface usage instructions besides tacking them onto descriptions". TASK DETAILhttps://phabricator.wikimedia.org/T97566EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T97566: Add an instruction field for Wikidata items

2016-07-12 Thread kaldari
kaldari added a comment. The Wikidata usage instructions property has been approved and is now being used (https://www.wikidata.org/wiki/Property:P2559). Once there is a feature to surface this property when adding new statements, we will then be able to remove the usage instructions from the

[Wikidata] Software API : {{P:part of}} or {{P:API}} ?

2016-07-12 Thread Loic Dachary
Hi, An API such as the OpenStreetMap API ( https://www.wikidata.org/wiki/Q25822543 ) is a subclass of the API item https://www.wikidata.org/wiki/Q16519, it makes sense to me that the OpenStreetMap API is a part of ( https://www.wikidata.org/wiki/Property:P361 ) OpenStreetmap (

Re: [Wikidata] Geo-coordinates?

2016-07-12 Thread Yaroslav M. Blanter
Brill Lyle писал 2016-07-12 18:35: Thanks so much Stas. Apologies for not following up sooner. I think in order for this to work, we would need to create Wikidata pages that link to Wikipedia:Meetup event pages, I think. 1. Is this possible? 2. Do other chapters do this? We don't typically

Re: [Wikidata] Geo-coordinates?

2016-07-12 Thread Brill Lyle
Thanks so much Stas. Apologies for not following up sooner. I think in order for this to work, we would need to create Wikidata pages that link to Wikipedia:Meetup event pages, I think. 1. Is this possible? 2. Do other chapters do this? We don't typically use Meta #shudder for event pages so

[Wikidata-bugs] [Maniphest] [Commented On] T140027: Make extracting tags possible from rendered template of the example

2016-07-12 Thread Smalyshev
Smalyshev added a comment. But most queries are created manually, not auto-saved. And parsing wikitext forces people to manually create the items/properties. Which many neglect to do, and which opens space for errors.TASK DETAILhttps://phabricator.wikimedia.org/T140027EMAIL

[Wikidata-bugs] [Maniphest] [Created] T140125: DuplicateReferences doesn't work without refresh on second statements

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin created this task.Sjoerddebruin added projects: Wikidata, Wikidata-Gadgets.Herald added subscribers: Zppix, Aklapper. TASK DESCRIPTIONWe've had T115554 and it seems you can insert a reference to a new statement without refreshing. But, if there is already a statement with the same

[Wikidata-bugs] [Maniphest] [Edited] T140125: DuplicateReferences doesn't work without refresh on second statements

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin edited the task description. (Show Details) EDIT DETAILSWe've had T115554 and it seems you can insert a reference to a new statement without refreshing. But, if there is already a statement with the same property, the insert option doesn't appearappear until you refresh the page.TASK

[Wikidata-bugs] [Maniphest] [Changed Project Column] T140124: Enable Merge gadget as default

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from incoming to needs discussion or investigation on the Wikidata board. TASK DETAILhttps://phabricator.wikimedia.org/T140124WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL

[Wikidata-bugs] [Maniphest] [Created] T140124: Enable Merge gadget as default

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin created this task.Sjoerddebruin added projects: Wikidata-Gadgets, Wikidata.Herald added subscribers: Zppix, Aklapper. TASK DESCRIPTIONToday there are still a lot of uncompleted merges, I think it will help a lot if the merge gadget was enabled as default. There are a few questions:

Re: [Wikidata] Primary Sources Tool code has been moved to Wikidata org

2016-07-12 Thread Thad Guidry
This contributor agreement needs a refresh ? https://github.com/Wikidata/primarysources/blob/master/CONTRIBUTING.md Thad +ThadGuidry On Tue, Jul 12, 2016 at 10:47 AM, Marco Fossati wrote: > Thanks for the heads-up, Lydia. > I assume

[Wikidata-bugs] [Maniphest] [Triaged] T101161: "Mark as patrolled" gadget for Contributions and History

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T101161EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Ricordisamoa, Sjoerddebruin, petr.matas, matej_suchanek, Aklapper, MGChecker, D3r1ck01,

[Wikidata-bugs] [Maniphest] [Triaged] T138916: Wikidata gadget request: Search for this item in Mix'n'Match

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T138916EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Magnus, Edgars2007, Aklapper, Spinster, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Triaged] T129443: Build a gadget for quantitative metrical patterns that actually works

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T129443EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Ricordisamoa, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Sjoerddebruin,

[Wikidata-bugs] [Maniphest] [Triaged] T139898: New gadget to aid property creation process

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T139898EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Aklapper, Zppix, Bugreporter, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T68253: [Task] Browsertests for CommonsMedia gadget on beta

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Additions and adjustments on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T68253WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T115966: Show map for coordinate diffs

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T115966WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T115981: Show official title of entity according to given date

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T115981WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T107693: Add "Create new item" link to property value drop-down menu (particularly when no item matches)

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T107693WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T115640: Link to a subclass list from each entity

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T115640WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T71456: [Story] Use MediaViewer on commonsMedia properties on Wikibase repo

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T71456WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Triaged] T47224: [Story] Allow detailed summaries

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T47224EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Zppix, YFdyh000, Nikki, Daniel_Mietchen, Lydia_Pintscher, Bene, jayvdb, Aklapper,

[Wikidata-bugs] [Maniphest] [Raised Priority] T47224: [Story] Allow detailed summaries

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board.Sjoerddebruin raised the priority of this task from "Normal" to "Needs Triage". TASK

[Wikidata-bugs] [Maniphest] [Raised Priority] T101161: "Mark as patrolled" gadget for Contributions and History

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board.Sjoerddebruin raised the priority of this task from "Normal" to "Needs Triage". TASK

[Wikidata-bugs] [Maniphest] [Changed Project Column] T129443: Build a gadget for quantitative metrical patterns that actually works

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T129443WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T138916: Wikidata gadget request: Search for this item in Mix'n'Match

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T138916WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T139898: New gadget to aid property creation process

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Additions and adjustments to Suggestions for new gadgets on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T139898WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL

Re: [Wikidata] Primary Sources Tool code has been moved to Wikidata org

2016-07-12 Thread Marco Fossati
Thanks for the heads-up, Lydia. I assume future contributors won't have to sign a Google Contributor License Agreement, right? Cheers, Marco On 7/12/16 17:11, Lydia Pintscher wrote: Hey folks :) Based on requests here Denny and I have worked on getting the Primary Sources Tool code moved

[Wikidata-bugs] [Maniphest] [Changed Project Column] T129244: [Story] create gadget to try out global sort order

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Suggestions on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T129244WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T129443: Build a gadget for quantitative metrical patterns that actually works

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Suggestions on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T129443WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T139862: Expand EasyQuery to work with more properties/ data types

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Suggestions on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T139862WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T138916: Wikidata gadget request: Search for this item in Mix'n'Match

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Suggestions on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T138916WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T139898: New gadget to aid property creation process

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Suggestions on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T139898WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T95290: [Story] Browsertests for Google's primary source tool

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Primary Sources on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T95290WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Changed Project Column] T139757: Primary sources tool suggests duplicate statements

2016-07-12 Thread Sjoerddebruin
Sjoerddebruin moved this task from Backlog to Primary Sources on the Wikidata-Gadgets board. TASK DETAILhttps://phabricator.wikimedia.org/T139757WORKBOARDhttps://phabricator.wikimedia.org/project/board/1278/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T138748: [Solution] Value checking and saving: Error messages, no silent fails

2016-07-12 Thread daniel
daniel added a comment. I'd like to repeat my suggestion from the Story Time session: Tell the save button why it is disabled. There are already code paths that update the save button's state to enabled or disabled. It should be simple enough to indicate the reason via the same code paths. Even

[Wikidata-bugs] [Maniphest] [Updated] T138748: [Solution] Value checking and saving: Error messages, no silent fails

2016-07-12 Thread daniel
daniel added a comment. @Jan_Dittrich Errors that do not correspond to a single input field: Uniqueness constraints on the combination of language, label and description: the error applies to the three fields together (one line in the term-box). Currently, you can edit terms for multiple

[Wikidata] Primary Sources Tool code has been moved to Wikidata org

2016-07-12 Thread Lydia Pintscher
Hey folks :) Based on requests here Denny and I have worked on getting the Primary Sources Tool code moved from the Google to the Wikidata organisation. This has now happened and it is available at https://github.com/Wikidata/primarysources from now on. I hope this will lead to more contributions

[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-12 Thread thiemowmde
thiemowmde added a comment. There are three code paths that extract a "detailed message" from the API response, see https://github.com/wikimedia/mediawiki-extensions-WikibaseJavaScriptApi/blob/master/src/RepoApiError.js#L93. The last two should stay as they are. Technical, untranslated, maybe not

[Wikidata-bugs] [Maniphest] [Commented On] T138748: [Solution] Value checking and saving: Error messages, no silent fails

2016-07-12 Thread Jan_Dittrich
Jan_Dittrich added a comment. Thats what preview currently looks like in the UI: F4265911: previewDate.pngTASK DETAILhttps://phabricator.wikimedia.org/T138748EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_Pintscher, Jan_DittrichCc: Tobi_WMDE_SW,

[Wikidata-bugs] [Maniphest] [Commented On] T128466: Frontpage of wikidata wiki of the vagrant role wikidata shows error mssage

2016-07-12 Thread daniel
daniel added a comment. In T128466#2450979, @Mattflaschen-WMF With this approach: You only need to migrate it if it's in the main namespace (not always true, e.g. https://de.wikipedia.org/wiki/Wikipedia:Hauptseite). You can just prepend: MWNamespace::getCanonicalName( NS_PROJECT ) . ':' to get

[Wikidata-bugs] [Maniphest] [Updated] T138748: [Solution] Value checking and saving: Error messages, no silent fails

2016-07-12 Thread Jan_Dittrich
Jan_Dittrich added a comment. Short summary of the planning in regards to this on 12.7.16: Quick Fixes: T140085 (autosuggest shows "nothing found"), T54843 (expand error message on default) Interface-wise: Concerns about a checkmark indicating that the value is real-world truthy and not just

[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-12 Thread daniel
daniel added a comment. @thiemowmde Translated and untranslated error messages are returned from the API using different mechanisms. They are easy to distinguish. There is basically three cases: delivery failure: the API response is not even valid JSON, it's HTML or soemthing. technical error:

[Wikidata-bugs] [Maniphest] [Triaged] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-12 Thread zeljkofilipin
zeljkofilipin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T140096EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: Aklapper, Zppix, Tobi_WMDE_SW, zeljkofilipin, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T140098: selenium-Wikidata fails with Timeout::Error

2016-07-12 Thread zeljkofilipin
zeljkofilipin moved this task from Backlog to Next on the User-zeljkofilipin board. TASK DETAILhttps://phabricator.wikimedia.org/T140098WORKBOARDhttps://phabricator.wikimedia.org/project/board/1938/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-12 Thread thiemowmde
thiemowmde added a comment. As far as I'm aware of what I said still applies in many cases: Not all error messages (below the expand button) are translated. I suggest to remove the expand button but keep the (tiny) visual difference between the two. Maybe make it a bit prettier?TASK

[Wikidata-bugs] [Maniphest] [Changed Project Column] T95932: Automatically add tasks to "Discovery" project via Herald

2016-07-12 Thread Danny_B
Danny_B moved this task from To Triage to Herald rules on the Phabricator board.Herald added a subscriber: TerraCodes.Herald added a project: Discovery-Search-Backlog. TASK DETAILhttps://phabricator.wikimedia.org/T95932WORKBOARDhttps://phabricator.wikimedia.org/project/board/5/EMAIL

[Wikidata-bugs] [Maniphest] [Triaged] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-12 Thread zeljkofilipin
zeljkofilipin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T140097EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Triaged] T140098: selenium-Wikidata fails with Timeout::Error

2016-07-12 Thread zeljkofilipin
zeljkofilipin triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T140098EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: zeljkofilipinCc: Tobi_WMDE_SW, Aklapper, zeljkofilipin, Zppix, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-12 Thread zeljkofilipin
zeljkofilipin moved this task from Backlog to Next on the User-zeljkofilipin board. TASK DETAILhttps://phabricator.wikimedia.org/T140097WORKBOARDhttps://phabricator.wikimedia.org/project/board/1938/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Created] T140097: selenium-Wikidata Jenkins job fails with MediawikiSelenium::ConfigurationError

2016-07-12 Thread zeljkofilipin
zeljkofilipin created this task.zeljkofilipin added projects: Wikidata, Browser-Tests, User-zeljkofilipin.Herald added subscribers: Zppix, Aklapper. TASK

[Wikidata-bugs] [Maniphest] [Updated] T1211: Create team projects for all teams participating in scrum of scrums

2016-07-12 Thread Danny_B
Danny_B edited projects, added Project-Admins; removed Phabricator.Herald added subscribers: Malyacko, Matanya. TASK DETAILhttps://phabricator.wikimedia.org/T1211EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Qgil, Danny_BCc: Matanya, Malyacko, Jsahleen,

[Wikidata-bugs] [Maniphest] [Changed Project Column] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-12 Thread zeljkofilipin
zeljkofilipin moved this task from Backlog to Next on the User-zeljkofilipin board. TASK DETAILhttps://phabricator.wikimedia.org/T140096WORKBOARDhttps://phabricator.wikimedia.org/project/board/1938/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Created] T140096: selenium-Wikibase Jenkins job fails with `no such file to load -- features/support/pages (LoadError)`

2016-07-12 Thread zeljkofilipin
zeljkofilipin created this task.zeljkofilipin added projects: Wikidata, Browser-Tests-Infrastructure, User-zeljkofilipin.Herald added subscribers: Zppix, Aklapper. TASK

[Wikidata-bugs] [Maniphest] [Commented On] T54843: Improve display of API error messages in the UI

2016-07-12 Thread Jan_Dittrich
Jan_Dittrich added a comment. I wonder if we need the in-the-interface split between normal and expanded anyway – currently, most errors I know have the useful and short stuff in the expand part so we could try to show normal and expanded part without a visible division.TASK

[Wikidata-bugs] [Maniphest] [Changed Status] T88567: [Task] Remove support for old extension registration/loading endpoint

2016-07-12 Thread Paladox
Paladox changed the task status from "Stalled" to "Open".Paladox added a comment. Wrong place.TASK DETAILhttps://phabricator.wikimedia.org/T88567EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PaladoxCc: Paladox, Lydia_Pintscher, Kghbln, Liuxinyu970226,

[Wikidata-bugs] [Maniphest] [Changed Status] T88567: [Task] Remove support for old extension registration/loading endpoint

2016-07-12 Thread Paladox
Paladox changed the task status from "Open" to "Stalled".Paladox added a comment. Making this stalled since we need to convert all the extensions and that takes time.TASK DETAILhttps://phabricator.wikimedia.org/T88567EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T138500: [Task] Add Special:AboutTopic view stats to grafana for ArticlePlaceholder

2016-07-12 Thread Addshore
Addshore added a comment. This is now just pending deployment which should happen in the next 48 hours! :)TASK DETAILhttps://phabricator.wikimedia.org/T138500EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: JAllemandou, Liuxinyu970226, Izno,

[Wikidata-bugs] [Maniphest] [Triaged] T140085: [Task] Suggesters should show a "nothing found" message

2016-07-12 Thread thiemowmde
thiemowmde triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T140085EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: Charlie_WMDE, Jonas, Jan_Dittrich, Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, thiemowmde, Zppix,

  1   2   >