[Wikidata-bugs] [Maniphest] [Commented On] T193728: Solve legal uncertainty of Wikidata

2018-05-20 Thread SimonPoole
SimonPoole added a comment.
IMHO there are multiple, mainly communications related issues, that continue to lead to confusion


people actually need to read the text of the CC0 licence, you will find by using CC0 that the WMF does not make any representations as to third party data in wikidata (see https://creativecommons.org/publicdomain/zero/1.0/legalcode 4.c) and only waives any rights the WMF would have. Yes the "human readable" version of CC0 is (not for the first time) misleading (see https://creativecommons.org/publicdomain/zero/1.0/).
the https://www.wikidata.org/wiki/Wikidata:Contribute page is silent on the issue of using third party sources
the WMF  communicates ambiguously about its approach to respecting rights of third parties in the place where it does touch on the subject, and it suggests subterfuge to get around database rights (see https://www.wikidata.org/wiki/Wikidata:Data_donation#Wikidata_and_copyright)  (which is AFAIK untested in court so may or may not work). https://meta.wikimedia.org/wiki/Wikilegal/Database_Rights is better but unlikely to be seen by contributors. Note: for whatever reason the WMF totally ignores non-EU countries that have a sweat of the brow doctrine (Australia and New Zealand for example) in practice these tend to be far more restrictive than the EU sui generis db rights.


SimonTASK DETAILhttps://phabricator.wikimedia.org/T193728EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SimonPooleCc: SimonPoole, Scott_WorldUnivAndSch, Micru, lisong, Lofhi, Nemo_bis, TomT0m, jrbs, EgonWillighagen, sarojdhakal, Agabi10, NMaia, Simon_Villeneuve, Jarekt, Rspeer, OhKayeSierra, Aschmidt, AndrewSu, Mateusz_Konieczny, Maxlath, Huji, Glrx, Realworldobject, Ltrlg, Papapep, Tgr, Ayack, Gnom1, MichaelMaggs, MisterSynergy, Pasleim, Cirdan, 0x010C, Sylvain_WMFr, Denny, Ivanhercaz, Pintoch, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, Psychoslave, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, ZhouZ, Mpaulson, Wikidata-bugs, aude, jayvdb, Slaporte, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195226: Precision issues with diff-within-range constraint in Wikidata

2018-05-20 Thread abian
abian created this task.abian added projects: Wikibase-Quality-Constraints, Wikibase-Quality.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONRight now, some violations of the diff-within-range constraint aren't such, they are wrongly calculated. Some examples of the expected functioning of this constraint are given below.

Minimum and maximum differences

When we have two dates in the same calendar, their maximum and minimum differences should be calculated first.

The minimum difference, mindiff, should be calculated as in these examples:


year 1990 - 20th century = 0, because the year 1990 belongs to the 20th century
20th century - year 1920 = 0, because the year 1920 belongs to the 20th century
2nd millennium - 1st millennium = 0, the difference between the first moment of the 2nd millennium (1001-01-01 00:00:00) and the last moment of the 1st millennium (1000-12-31 23:59:59.99... = 1001-01-01 00:00:00)
year 1920 - 19th century = 19 years, the difference between the first moment of the year 1920 (1920-01-01 00:00:00) and the last moment of the 19th century (1900-12-31 23:59:59.99... = 1901-01-01 00:00:00)
21st century - year 1920 = 80 years, the difference between the first moment of the 21st century (2001-01-01 00:00:00) and the last moment of the year 1920 (1920-12-31 23:59:59.99... = 1921-01-01 00:00:00)
year 1990 - year 1810 = 179 years, the difference between the first moment of the year 1990 (1990-01-01 00:00:00) and the last moment of the year 1810 (1810-12-31 23:59:59.99... = 1811-01-01 00:00:00)


The maximum difference, maxdiff, should be calculated as in these examples:


year 1990 - 20th century = 90 years, the difference between the last moment of the year 1990 (1990-12-31 23:59:59.99... = 1991-01-01 00:00:00) and the first moment of the 20th century (1901-01-01 00:00:00)
20th century - year 1920 = 81 years, the difference between the last moment of the 20th century (2000-12-31 23:59:59.99... = 2001-01-01 00:00:00) and the first moment of the year 1920 (1920-01-01 00:00:00)
2nd millennium - 1st millennium = 2000 years, the difference between the last moment of the 2nd millennium (2000-12-31 23:59:59.99... = 2001-01-01 00:00:00) and the first moment of the 1st millennium (1-01-01 00:00:00)
year 1920 - 19th century = 120 years, the difference between the last moment of the year 1920 (1920-12-31 23:59:59.99... = 1921-01-01 00:00:00) and the first moment of the 19th century (1801-01-01 00:00:00)
21st century - year 1920 = 181 years, the difference between the last moment of the 21st century (2100-12-31 23:59:59.99... = 2101-01-01 00:00:00) and the first moment of the year 1920 (1920-01-01 00:00:00)
year 1990 - year 1810 = 181 years, the difference between the last moment of the year 1990 (1990-12-31 23:59:59.99... = 1991-01-01 00:00:00) and the first moment of the year 1810 (1810-01-01 00:00:00)


Intervals

We say there is a violation of the diff-within-range constraint if, and only if, the difference interval [mindiff, maxdiff] and the required diff-within-range interval [P2313, P2312] do not intersect (that is to say, their intersection is empty; in Boolean logic, mindiff > P2312 or P2313 > maxdiff). For the previous examples, if [P2313, P2312] = [0, 150 years], then:


[0, 90 years] ∩ [0, 150 years] = [0, 90 years] ≠ ∅, so no violation.
[0, 81 years] ∩ [0, 150 years] = [0, 81 years] ≠ ∅, so no violation.
[0, 2000 years] ∩ [0, 150 years] = [0, 150 years] ≠ ∅, so no violation.
[19 years, 120 years] ∩ [0, 150 years] = [19, 120 years] ≠ ∅, so no violation.
[80 years, 181 years] ∩ [0, 150 years] = [80, 150 years] ≠ ∅, so no violation.
[179 years, 181 years] ∩ [0, 150 years] = ∅, violation!


The implementation should be fixed accordingly.TASK DETAILhttps://phabricator.wikimedia.org/T195226EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: abianCc: abian, Aklapper, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T195081: [[MediaWiki:Wbqc-violation-message-unique-value/nb]] translation issue

2018-05-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".Lucas_Werkmeister_WMDE added a comment.
Updated, translatewiki.net should see the update tonight and deployment to wikidata.org should happen next Wednesday evening.TASK DETAILhttps://phabricator.wikimedia.org/T195081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, jeblad, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195081: [[MediaWiki:Wbqc-violation-message-unique-value/nb]] translation issue

2018-05-20 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-05-22 (1.32.0-wmf.5)).
TASK DETAILhttps://phabricator.wikimedia.org/T195081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, ReleaseTaggerBotCc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, jeblad, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195081: [[MediaWiki:Wbqc-violation-message-unique-value/nb]] translation issue

2018-05-20 Thread gerritbot
gerritbot added a comment.
Change 434069 merged by jenkins-bot:
[mediawiki/extensions/WikibaseQualityConstraints@master] Use “should” instead of “must”

https://gerrit.wikimedia.org/r/434069TASK DETAILhttps://phabricator.wikimedia.org/T195081EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDE, gerritbotCc: gerritbot, Lucas_Werkmeister_WMDE, Aklapper, jeblad, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Agabi10, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T111231: Page previews for Wikidata

2018-05-20 Thread Jdlrobson
Jdlrobson added a comment.
I worked on this during the hackathon.

This seems relatively straightforward. It needs a new endpoint (POC=https://gerrit.wikimedia.org/r/434193 WIP: Add a wikidata summary endpoint) and configuration like so ($wgPopupsRestGatewayEndpoint = 'http://0.0.0.0:6927/en.wikidata.org/v1/page/summary/') where en is the language. This could be configured on the client and obey user preferences. A minor change in page previews would be needed to support language specific configuration (e.g. $wgPopupsRestGatewayEndpoint = 'http://0.0.0.0:6927/$1.wikidata.org/v1/page/summary/') but apart from that, this is a pure mobileapps change - creating the API.

Demo: http://jdlrobson.com/DEMO2.movTASK DETAILhttps://phabricator.wikimedia.org/T111231EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Smalyshev, ovasileva, Lucas_Werkmeister_WMDE, Mholloway, Sjoerddebruin, Pchelolo, pmiazga, aude, Nirzar, Tbayer, CKoerner_WMF, Yurik, phuedx, Jdlrobson, Liuxinyu970226, Yair_rand, JKatzWMF, Ricordisamoa, Bene, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, Winter, Salgo60, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, Dcljr, Shizhao, Se4598, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195212: ServiceContainer: Allow extensions to manipulate services upon creation

2018-05-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T195212EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, gerritbotCc: gerritbot, Aklapper, daniel, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, PDrouin-WMF, Gq86, Baloch007, E1presidente, Ramsey-WMF, Cparle, Darkminds3113, SandraF_WMF, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Tramullas, Acer, LawExplorer, Lewizho99, Maathavan, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Anomie, Steinsplitter, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195212: ServiceContainer: Allow extensions to manipulate services upon creation

2018-05-20 Thread gerritbot
gerritbot added a comment.
Change 434142 had a related patch set uploaded (by Daniel Kinzler; owner: Daniel Kinzler):
[mediawiki/core@master] [MCR] Allow extensions to manipulate service instances

https://gerrit.wikimedia.org/r/434142TASK DETAILhttps://phabricator.wikimedia.org/T195212EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: daniel, gerritbotCc: gerritbot, Aklapper, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Anomie, Steinsplitter, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195212: ServiceContainer: Allow extensions to manipulate services upon creation

2018-05-20 Thread daniel
daniel created this task.daniel triaged this task as "Normal" priority.daniel added projects: Wikidata, Structured-Data-Commons, MediaWiki-Platform-Team.
TASK DESCRIPTIONRationale: Extensions need an opportunity to register their SlotRoleHandlers when the SlotRoleRegistery service is first instantiated by the SericeContainer.TASK DETAILhttps://phabricator.wikimedia.org/T195212EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: gerritbot, Aklapper, daniel, Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Susannaanas, Aschroet, Fjalapeno, Jane023, Wikidata-bugs, PKM, Base, matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, Raymond, Anomie, Steinsplitter, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195117: Make translate article menu available for mobile

2018-05-20 Thread Florian
Florian added a parent task: T132900: Design the translation experience on mobile.
TASK DETAILhttps://phabricator.wikimedia.org/T195117EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FlorianCc: Aklapper, Florian, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T111231: Page previews for Wikidata

2018-05-20 Thread Jdlrobson
Jdlrobson added a comment.
http://jdlrobson.com/DEMO2.movTASK DETAILhttps://phabricator.wikimedia.org/T111231EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: ovasileva, Lucas_Werkmeister_WMDE, Mholloway, Sjoerddebruin, Pchelolo, pmiazga, aude, Nirzar, Tbayer, CKoerner_WMF, Yurik, phuedx, Jdlrobson, Liuxinyu970226, Yair_rand, JKatzWMF, Ricordisamoa, Bene, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, Winter, Salgo60, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, Dcljr, Shizhao, Se4598, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T111231: Page previews for Wikidata

2018-05-20 Thread ovasileva
ovasileva added a project: Wikimania-Hackathon-2018.
TASK DETAILhttps://phabricator.wikimedia.org/T111231EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ovasilevaCc: ovasileva, Lucas_Werkmeister_WMDE, Mholloway, Sjoerddebruin, Pchelolo, pmiazga, aude, Nirzar, Tbayer, CKoerner_WMF, Yurik, phuedx, Jdlrobson, Liuxinyu970226, Yair_rand, JKatzWMF, Ricordisamoa, Bene, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, Winter, Salgo60, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, Dcljr, Shizhao, Se4598, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T111231: Page previews for Wikidata

2018-05-20 Thread ovasileva
ovasileva added a comment.
@Jdlrobson - upload video hereTASK DETAILhttps://phabricator.wikimedia.org/T111231EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ovasilevaCc: ovasileva, Lucas_Werkmeister_WMDE, Mholloway, Sjoerddebruin, Pchelolo, pmiazga, aude, Nirzar, Tbayer, CKoerner_WMF, Yurik, phuedx, Jdlrobson, Liuxinyu970226, Yair_rand, JKatzWMF, Ricordisamoa, Bene, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, Winter, DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Tulsi_Bhagat, Wong128hk, Luke081515, SimmeD, biplabanand, Wikidata-bugs, Snowolf, Dcljr, Shizhao, Se4598, Jdforrester-WMF, Matanya, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T193442: Querying multiple entity labels in one API call

2018-05-20 Thread Husky
Husky added a comment.
@Lea_Lacroix_WMDE what i basically want is an option to use the wbgetentities method with an option to query by label in the same way you can query ids or titles. I was working on matching a set of street names to WD items, i could of course do an individual query for each street using wbsearchentities, but then i can only query one item at a time. So basically i could imagine something like:

https://www.wikidata.org/w/api.php?action="">

And then get back a similar result that you get when using the titles or ids parameter. It's fine if the matching is strict (so it won't return "Berlin Alexanderplatz" as well). So something like this when i would to the query mentioned above:

{
  "entities": {
"Q64": {
  "id": "Q64",
  "labels": {
"en": {
  "language": "en",
  "value": "Berlin"
},
"nl": {
  "language": "nl",
  "value": "Berlijn"
}
  },
  "type": "item"
},
"Q641": {
  "id": "Q641",
  "labels": {
"en": {
  "language": "en",
  "value": "Venice"
},
"nl": {
  "language": "nl",
  "value": "Venetië"
},
  },
  "type": "item"
},
"Q727": {
  "id": "Q727",
  "labels": {
"nl": {
  "language": "nl",
  "value": "Amsterdam"
},
"en": {
  "language": "en",
  "value": "Amsterdam"
}
  },
  "type": "item"
}
  },
  "success": 1
}TASK DETAILhttps://phabricator.wikimedia.org/T193442EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: HuskyCc: Lea_Lacroix_WMDE, matej_suchanek, Edgars2007, Husky, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195203: Federated SPARQL queries https://data.pdok.nl/sparql failing with error 500

2018-05-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
The end of the stack trace, for future reference:

Caused by: com.bigdata.rdf.sail.webapp.client.HttpException: Status Code=500, Status Line=Internal Server Error, Response=

500 Internal Server Error

Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator,
 root@localhost and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.
More information about this error may be available
in the server error log.


	at com.bigdata.rdf.sail.webapp.client.RemoteRepositoryBase.checkResponseCode(RemoteRepositoryBase.java:102)
	at com.bigdata.rdf.sail.webapp.client.RemoteRepositoryManager.tupleResults(RemoteRepositoryManager.java:2178)
	at com.bigdata.rdf.sparql.ast.service.RemoteServiceCallImpl.call(RemoteServiceCallImpl.java:153)
	at com.bigdata.rdf.sparql.ast.service.RemoteServiceCallImpl.call(RemoteServiceCallImpl.java:51)
	at com.bigdata.bop.controller.ServiceCallJoin$ChunkTask$ServiceCallTask.doNonBigdataSesameServiceCall(ServiceCallJoin.java:839)
	at com.bigdata.bop.controller.ServiceCallJoin$ChunkTask$ServiceCallTask.doRemoteServiceCall(ServiceCallJoin.java:803)
	at com.bigdata.bop.controller.ServiceCallJoin$ChunkTask$ServiceCallTask.doServiceCall(ServiceCallJoin.java:717)
	... 6 moreTASK DETAILhttps://phabricator.wikimedia.org/T195203EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Smalyshev, hoo, Husky, Aklapper, Multichill, Lahi, Gq86, Darkminds3113, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195203: Federated SPARQL queries https://data.pdok.nl/sparql failing with error 500

2018-05-20 Thread Multichill
Multichill created this task.Multichill added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery.
TASK DESCRIPTIONThis weekend we have been trying SPARQL federation queries. If we do https://data.pdok.nl directly ( http://tinyurl.com/y9hl3vd5  ) it fails, if we federate it through another SPARQL server it works (  http://tinyurl.com/y9bc3clv ). It also works from the SPARQL test instance on wmflabs and a curl from the production Blazegraph server.TASK DETAILhttps://phabricator.wikimedia.org/T195203EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Smalyshev, hoo, Husky, Aklapper, Multichill, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, Jonas, FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T184933: Use or to view coordinates on Wikidata

2018-05-20 Thread gerritbot
gerritbot added a comment.
Change 434177 had a related patch set uploaded (by Hoo man; owner: Hoo man):
[mediawiki/extensions/Wikibase@master] Use Kartographer mapframes for displaying maps

https://gerrit.wikimedia.org/r/434177TASK DETAILhttps://phabricator.wikimedia.org/T184933EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, hoo, Ayack, Sjoerddebruin, Aklapper, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Looniverse, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, Orienteerix, dachary, LawExplorer, Avner, Lewizho99, Maathavan, Gehel, JGirault, phabyogi, FloNight, Susannaanas, lxbarth, Zache, Planemad, Wikidata-bugs, aude, Ricordisamoa, Yurik, MaxSem, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195197: Introducing the WikiProvenance tool

2018-05-20 Thread Jsamwrites
Jsamwrites created this task.Jsamwrites added projects: Wikidata, Wikimedia-Hackathon-2018.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWikidata items: Obtaining real-time statistics on the number of references, external identifiiers and articles on the Wikimedia projects

Demo available on https://rawgit.com/johnsamuelwrites/WikiProvenance/master/index.htmlTASK DETAILhttps://phabricator.wikimedia.org/T195197EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JsamwritesCc: Aklapper, Jsamwrites, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Culex, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T194969: Warn user if searching mix of item and non-item spaces on Wikidata

2018-05-20 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.32-release-notes (WMF-deploy-2018-05-22 (1.32.0-wmf.5)).
TASK DETAILhttps://phabricator.wikimedia.org/T194969EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReleaseTaggerBotCc: gerritbot, Lydia_Pintscher, Lea_WMDE, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195185: [Bug] Error message when trying to delete a statement from a Lexeme

2018-05-20 Thread WMDE-leszek
WMDE-leszek added a comment.
Looks like it might be T194354.TASK DETAILhttps://phabricator.wikimedia.org/T195185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Pablo-WMDE, WMDE-leszek, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194969: Warn user if searching mix of item and non-item spaces on Wikidata

2018-05-20 Thread gerritbot
gerritbot added a comment.
Change 434155 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Warn about using namespace mix in fulltext search

https://gerrit.wikimedia.org/r/434155TASK DETAILhttps://phabricator.wikimedia.org/T194969EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Lydia_Pintscher, Lea_WMDE, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T195110: Special:EntityData throws an exception when called with a form id

2018-05-20 Thread Aklapper
Aklapper renamed this task from "Special:EntityData throws an exeption when called with a form id" to "Special:EntityData throws an exception when called with a form id".
TASK DETAILhttps://phabricator.wikimedia.org/T195110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AklapperCc: Lydia_Pintscher, WMDE-leszek, Aklapper, Tpt, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T194969: Warn user if searching mix of item and non-item spaces on Wikidata

2018-05-20 Thread gerritbot
gerritbot added a comment.
Change 434155 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[mediawiki/extensions/Wikibase@master] Warn about using namespace mix in fulltext search

https://gerrit.wikimedia.org/r/434155TASK DETAILhttps://phabricator.wikimedia.org/T194969EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Lydia_Pintscher, Lea_WMDE, Aklapper, Smalyshev, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T194969: Warn user if searching mix of item and non-item spaces on Wikidata

2018-05-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T194969EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Lydia_Pintscher, Lea_WMDE, Aklapper, Smalyshev, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195110: Special:EntityData throws an exeption when called with a form id

2018-05-20 Thread WMDE-leszek
WMDE-leszek added a comment.
Also reported in T192149TASK DETAILhttps://phabricator.wikimedia.org/T195110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, WMDE-leszek, Aklapper, Tpt, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195181: Minimum number of statements constraint type

2018-05-20 Thread Multichill
Multichill created this task.Multichill added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONMinimum number of statements: Item using a certain property should at least have this number of statements (available in [https://www.wikidata.org/wiki/Special:EntityData/Q544488.rdf RDF for a while])

(part of https://www.wikidata.org/wiki/Help_talk:Property_constraints_portal#Improvements_for_2018 )TASK DETAILhttps://phabricator.wikimedia.org/T195181EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Aklapper, Multichill, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195178: Label in language constraint type

2018-05-20 Thread Multichill
Multichill created this task.Multichill added projects: Wikidata, Wikibase-Quality-Constraints, Wikibase-Quality.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONLabel in language: An item using a certain property should at least have a label in this language or these languages. example defined on Property talk:P650 (https://www.wikidata.org/wiki/Property_talk:P650).TASK DETAILhttps://phabricator.wikimedia.org/T195178EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Aklapper, Multichill, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195185: [Bug] Error message when trying to delete a statement from a Lexeme

2018-05-20 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE created this task.Lea_Lacroix_WMDE added a project: Lexicographical data.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONI'm doing some tests on the demo system on this Lexeme.


I created a statement for the Lexeme (derived from -> Leiter (L15)), and saved it
Then I clicked on edit
I removed the current value (L15)
I entered the same value again, by re-typing "Leiter" and selecting Leiter (L15)
Then I clicked on "remove"
I got an error message: "Could not remove due to an error. Invalid claim guid." I couldn't remove the statement.


F18372101: Screenshot from 2018-05-20 12-16-28.pngTASK DETAILhttps://phabricator.wikimedia.org/T195185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lea_Lacroix_WMDECc: Pablo-WMDE, WMDE-leszek, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195052: Add “citation needed” constraint type

2018-05-20 Thread Multichill
Multichill added a comment.
This is part of https://www.wikidata.org/wiki/Help_talk:Property_constraints_portal#Improvements_for_2018 . Would start with just binary in the first version and maybe do a second version that looks for real references (and not imported from).TASK DETAILhttps://phabricator.wikimedia.org/T195052EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Sjoerddebruin, Multichill, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T195178: Label in language constraint type

2018-05-20 Thread Multichill
Multichill updated the task description. (Show Details)
CHANGES TO TASK DESCRIPTIONLabel in language: An item using a certain property should at least have a label in this language or these languages. example defined on Property talk:P650 (https://www.wikidata.org/wiki/Property_talk:P650). 

(part of https://www.wikidata.org/wiki/Help_talk:Property_constraints_portal#Improvements_for_2018 )TASK DETAILhttps://phabricator.wikimedia.org/T195178EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Aklapper, Multichill, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195117: Make translate article menu available for mobile

2018-05-20 Thread Florian
Florian added a parent task: T192067: Prototype ideas for translation on mobile.
TASK DETAILhttps://phabricator.wikimedia.org/T195117EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FlorianCc: Aklapper, Florian, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195117: Make translate article menu available for mobile

2018-05-20 Thread Florian
Florian added a comment.
Ok, the overview page of ContentTranslation is kind of working (and looks already really good on mobile, *thumbsup*), however, actually translating pages does not work at all, so this task is kind of being blocked by T192067: Prototype ideas for translation on mobile maybe? I haven't found any better task for now :)TASK DETAILhttps://phabricator.wikimedia.org/T195117EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FlorianCc: Aklapper, Florian, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T195179: Description in language constraint type

2018-05-20 Thread Multichill
Multichill created this task.Multichill added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONJust like T195178 , but for descriptions. An item using a certain property should at least have a description in this language or these languages.

(part of https://www.wikidata.org/wiki/Help_talk:Property_constraints_portal#Improvements_for_2018 )TASK DETAILhttps://phabricator.wikimedia.org/T195179EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MultichillCc: Aklapper, Multichill, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195110: Special:EntityData throws an exeption when called with a form id

2018-05-20 Thread WMDE-leszek
WMDE-leszek added a comment.
I thought I did, but not yet really!TASK DETAILhttps://phabricator.wikimedia.org/T195110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Lydia_Pintscher, WMDE-leszek, Aklapper, Tpt, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195117: Make translate article menu available for mobile

2018-05-20 Thread Florian
Florian edited parent tasks, added: T105190: [Epic] Mobile stategy for ContentTranslation; removed: T192067: Prototype ideas for translation on mobile.
TASK DETAILhttps://phabricator.wikimedia.org/T195117EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: FlorianCc: Aklapper, Florian, Lahi, Gq86, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195036: Introducing the WDProp tool

2018-05-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.
Modification of the “property path” query to add permalink and diff:

SELECT * {
  SERVICE wikibase:mwapi {
bd:serviceParam wikibase:endpoint "www.wikidata.org" .
bd:serviceParam wikibase:api "Generator" .
bd:serviceParam mwapi:generator "revisions" .
bd:serviceParam mwapi:titles "Property:P5008" .
bd:serviceParam mwapi:grvprop "timestamp|comment" .
bd:serviceParam mwapi:grvlimit "1".
bd:serviceParam mwapi:prop  "revisions".
?time wikibase:apiOutput "revisions/rev[1]/@timestamp" .
?comment wikibase:apiOutput "revisions/rev[1]/@comment" .
?revision wikibase:apiOutput "revisions/rev[1]/@revid" .
  }
  BIND(URI(CONCAT("https://www.wikidata.org/wiki/Special:PermaLink/", ?revision)) AS ?permaLink)
  BIND(URI(CONCAT("https://www.wikidata.org/wiki/Special:Diff/", ?revision)) AS ?diff)
}
order by ?timeTASK DETAILhttps://phabricator.wikimedia.org/T195036EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jsamwrites, Lucas_Werkmeister_WMDECc: Lucas_Werkmeister_WMDE, Aklapper, Jsamwrites, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T139583: [Story] "citation needed" for Wikidata

2018-05-20 Thread Sjoerddebruin
Sjoerddebruin added a comment.
It would indeed be better than adding something to just a single item!TASK DETAILhttps://phabricator.wikimedia.org/T139583EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, JEumerus, Slowking4, Izno, Thryduulf, T.seppelt, Jan_Dittrich, daniel, Pigsonthewing, Lydia_Pintscher, Mbch331, Aklapper, Zppix, ChristianKl, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T195052: Add “citation needed” constraint type

2018-05-20 Thread Sjoerddebruin
Sjoerddebruin added a comment.
Well, I do would love some option to say that references to Wikipedia aren't enough.TASK DETAILhttps://phabricator.wikimedia.org/T195052EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Multichill, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T139583: [Story] "citation needed" for Wikidata

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
I wonder how much of this can be covered by T195052.TASK DETAILhttps://phabricator.wikimedia.org/T139583EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: JEumerus, Slowking4, Izno, Thryduulf, T.seppelt, Jan_Dittrich, daniel, Pigsonthewing, Lydia_Pintscher, Mbch331, Aklapper, Zppix, ChristianKl, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T189596: Run deleteAutopatrolLogs script for Wikidata (WMF)

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
\o/TASK DETAILhttps://phabricator.wikimedia.org/T189596EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, Lydia_PintscherCc: Lydia_Pintscher, jcrespo, GeoffreyT2000, kaldari, gerritbot, Stashbot, Lucas_Werkmeister_WMDE, Aklapper, Ladsgroup, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, lisong, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Dcljr, Mbch331, Rxy, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T195052: Add “citation needed” constraint type

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from incoming to Features/bugs for next release on the Wikibase-Quality-Constraints board.Lydia_Pintscher triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T195052WORKBOARDhttps://phabricator.wikimedia.org/project/board/1202/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Multichill, Lucas_Werkmeister_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Agabi10, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T160260: [Task] Spec for Lexeme Rdf mapping

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher claimed this task.Lydia_Pintscher added a comment.
Going ahead and closing this. Comments have been taken into account and we seem to be good with the current version.TASK DETAILhttps://phabricator.wikimedia.org/T160260EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Tpt, Denny, mkroetzsch, Aklapper, Ladsgroup, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T160259: [Story] RDF for Lexemes, Forms and Senses

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T160260: [Task] Spec for Lexeme Rdf mapping as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T160259EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lucas_Werkmeister_WMDE, Aklapper, Ladsgroup, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T195110: Special:EntityData throws an exeption when called with a form id

2018-05-20 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: WMDE-leszek, Lydia_Pintscher.Lydia_Pintscher added a comment.
@WMDE-leszek iirc you said you fixed this already? Or am I mixing things up?TASK DETAILhttps://phabricator.wikimedia.org/T195110EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, WMDE-leszek, Aklapper, Tpt, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs