[Wikidata-bugs] [Maniphest] [Commented On] T152185: Pagebanner not shown on IE11

2016-12-13 Thread Andyrom75
Andyrom75 added a comment.
Here below attached what I see on it:voy (jointly with my IE & Windows version).
F5052788: pasted_file

Regarding fr:voy this is what I see "sometimes" although after few refresh I've seen it regularly F5052799: pasted_file

Note: when I see it regularly, it appears after a fraction of second. It's like it's shown, not like all the other images, but through a JS instruction, so I suppose that when it doesn't appear, there's something that block the JS execution. It's just a feeling because I haven't seen the code.TASK DETAILhttps://phabricator.wikimedia.org/T152185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Andyrom75Cc: Nicholas.tsg, Jdlrobson, ovasileva, Andyrom75, Aklapper, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152342: Include SPARQL and SERVICE documentation in WDQS help

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 327136 had a related patch set uploaded (by Smalyshev):
Add link to SPARQL spec

https://gerrit.wikimedia.org/r/327136TASK DETAILhttps://phabricator.wikimedia.org/T152342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Smalyshev, Saerdnaer, Aklapper, WikidataFacts, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T152342: Include SPARQL and SERVICE documentation in WDQS help

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T152342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Smalyshev, Saerdnaer, Aklapper, WikidataFacts, Th3d3v1ls, Ramalepe, Liugev6, EBjune, mschwarzer, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T152342: Include SPARQL and SERVICE documentation in WDQS help

2016-12-13 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T152342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Saerdnaer, Aklapper, WikidataFacts, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152342: Include SPARQL and SERVICE documentation in WDQS help

2016-12-13 Thread Smalyshev
Smalyshev added a comment.
Services are described in the User Manual: https://www.mediawiki.org/wiki/Wikidata_query_service/User_Manual which is linked from the query menu. I'll add SPARQL spec link, too.TASK DETAILhttps://phabricator.wikimedia.org/T152342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Saerdnaer, Aklapper, WikidataFacts, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T146921: GROUP, OPTIONAL and LABEL service leads to timeout

2016-12-13 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T146921EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, gerritbot, Aklapper, Esc3300, Th3d3v1ls, Ramalepe, Liugev6, EBjune, mschwarzer, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151717: Usage tracking: record which statement group is used

2016-12-13 Thread Hall1467
Hall1467 added a comment.
I think a good way to go about this tracking would be by overriding the Lua direct access method for the table that represents the entity.

This can be done via an “__index” metamethod that would log statement usage (see this example of tracking: https://www.lua.org/pil/13.4.4.html). A “loggingtable” proxy object would access/track the actual object/table containing the entity. This should be a small change in modules using Wikidata.TASK DETAILhttps://phabricator.wikimedia.org/T151717EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Hall1467Cc: TomT0m, Hall1467, hoo, zhuyifei1999, Eloquence, Lydia_Pintscher, Sannita, Ainali, Liuxinyu970226, MZMcBride, Ricordisamoa, Micru, jayvdb, Daniel_Mietchen, Tobi_WMDE_SW, Legoktm, Abraham, Wikidata-bugs, liangent, jeremyb, aude, Candalua, Bianjiang, Aklapper, DixonD, daniel, D3r1ck01, Izno, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153108: Duplicated data in queries

2016-12-13 Thread Smalyshev
Smalyshev added a comment.
Workaround: add this to the query:

hint:Query hint:analytic false .TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T46874: [Epic] Full support for wikibase edits in enhanced changes format ("Group changes by page in recent changes and watchlist" [usenewrc])

2016-12-13 Thread JKatzWMF
JKatzWMF added a comment.
Just noting that fixing this will be an extra precaution against potential vandalism arising from wikidata description editing in Android app for communities with app usage, but not a lot of wikidata usage.

More on that project here:
https://www.wikidata.org/wiki/Wikidata:Requests_for_comment/Editing_descriptions_from_Wikipedia_Android_app

and work tracked here:
https://phabricator.wikimedia.org/project/board/2237TASK DETAILhttps://phabricator.wikimedia.org/T46874EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JKatzWMFCc: JKatzWMF, Trizek-WMF, H4stings, nyuszika7h, Danmichaelo, Zppix, StudiesWorld, Kipod, Krenair, Soisyc_Croisic, vlsergey, Simon_Villeneuve, Aklapper, MGChecker, CennoxX, mxn, Ricordisamoa, Perhelion, Elitre, MisterSynergy, Conny, Reaper35, liangent, Jdforrester-WMF, Abraham, matmarex, Nemo_bis, Schnark, Tobi_WMDE_SW, He7d3r, aude, Liuxinyu970226, Tgr, Lydia_Pintscher, Ltrlg, Raymond, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T42358: [Epic] Wikidata changes in article history

2016-12-13 Thread JKatzWMF
JKatzWMF added a comment.
Just noting that this will be an extra helpful precaution against potential vandalism arising from wikidata description editing in Android app for communities with app usage, but not a lot of wikidata usage.

More on that project here:
https://www.wikidata.org/wiki/Wikidata:Requests_for_comment/Editing_descriptions_from_Wikipedia_Android_app

and work tracked here:
https://phabricator.wikimedia.org/project/board/2237TASK DETAILhttps://phabricator.wikimedia.org/T42358EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JKatzWMFCc: JKatzWMF, WTM, mlinksva, Danmichaelo, H4stings, Metamorforme42, Nemo_bis, VIGNERON, Fanchb29, Soisyc_Croisic, Superjuju10, Oliv0, Ash_Crow, Sylvain_WMFr, ThierryCaro, 0x010C, Simon_Villeneuve, Ricordisamoa, Thibaut120094, DixonD, Aklapper, daniel, Nicolas_Raoul, Reaper35, matmarex, jeblad, KTC, SPQRobin, Denny, aude, matej_suchanek, SJu, Arkanosis, Liuxinyu970226, Ainali, Tgr, Lydia_Pintscher, Stryn, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152185: Pagebanner not shown on IE11

2016-12-13 Thread Nicholas.tsg
Nicholas.tsg added a comment.
Tested on the final application version of IE 11 - I'm not sure of the exact reproduction instructions but on my machines they looked fine - 
F5051787: T152185 Sardaigne.png
F5051791: T152185 Sardegna.pngTASK DETAILhttps://phabricator.wikimedia.org/T152185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Nicholas.tsgCc: Nicholas.tsg, Jdlrobson, ovasileva, Andyrom75, Aklapper, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152615: Collect stats about the usage of Quantity values on Wikidata

2016-12-13 Thread daniel
daniel added a comment.
@Esc330 oh wow, thank you!TASK DETAILhttps://phabricator.wikimedia.org/T152615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, danielCc: Esc3300, gerritbot, Aklapper, Lydia_Pintscher, Glorian_Yapinus, daniel, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Andrew-WMDE, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T152185: Pagebanner not shown on IE11

2016-12-13 Thread Jdlrobson
Jdlrobson lowered the priority of this task from "High" to "Normal".Jdlrobson moved this task from Sprint +1 to Needs Reproduction on the Reading-Web-Backlog board.Jdlrobson added a comment.
Hi @Andyrom75 I tried to replicate this on browserstack.com IE11 Windows 10 but couldn't - page banner shows fine for me. I can't see what's wrong. Can you clarify? 
Does the issue happen when you are logged out?
Which Windows version are you using?

F5051497: Screen Shot 2016-12-13 at 2.25.14 PM.png
F5051500: Screen Shot 2016-12-13 at 2.27.48 PM.pngTASK DETAILhttps://phabricator.wikimedia.org/T152185WORKBOARDhttps://phabricator.wikimedia.org/project/board/67/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Jdlrobson, ovasileva, Andyrom75, Aklapper, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152615: Collect stats about the usage of Quantity values on Wikidata

2016-12-13 Thread Esc3300
Esc3300 added a comment.
Maybe from this .TASK DETAILhttps://phabricator.wikimedia.org/T152615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, Esc3300Cc: Esc3300, gerritbot, Aklapper, Lydia_Pintscher, Glorian_Yapinus, daniel, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Andrew-WMDE, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T153108: Duplicated data in queries

2016-12-13 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T153108: Duplicated data in queries

2016-12-13 Thread Smalyshev
Smalyshev added a project: Upstream.Smalyshev added a comment.
Looks like upstream bug, filed https://jira.blazegraph.com/browse/BLZG-4476TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T151997: Allow creating a lookup instance for the local repository in the factory of repo-specific WikiPageEntityRevisionLookups

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 324439 merged by jenkins-bot:
Allow usage of a factory of WikiPageEntityRevisionLookups for local repo

https://gerrit.wikimedia.org/r/324439TASK DETAILhttps://phabricator.wikimedia.org/T151997EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, Aklapper, daniel, WMDE-leszek, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153108: Duplicated data in queries

2016-12-13 Thread Smalyshev
Smalyshev edited the task description. (Show Details)
EDIT DETAILS...Here is a python 3 script that manifests the problem. It executes 10 queries 5 seconds apart (printing the duplicates of the first and the duplicate count of the others):

#!/usr/bin/env python3
#-*- coding: UTF-8 -*-

import requests, time

def queryWikidata(query):
WIKIDATAQUERYURL = 'https://query.wikidata.org/sparql'
data = "" params={'format': 'json', 'query': query}).json()

data = "" />
cleanData = []
for i in data:
cleanData.append({x: i[x]['value'] for x in i})   
return cleanData



def testQuery(echo):
QUERY = """SELECT DISTINCT ?language ?languageLabel ?nSpeakers ?Lx ?LxLabel ?time ?country
WHERE
{
?language wdt:P31/wdt:P279* wd:Q34770.
?language p:P1098 ?nSpeakersStatement.
?nSpeakersStatement ps:P1098 ?nSpeakers
optional {?nSpeakersStatement pq:P518 ?Lx}.
optional {?nSpeakersStatement pq:P585 ?time}.
optional {?nSpeakersStatement pq:P17 ?country}.
FILTER EXISTS {?wikipedia wdt:P407 ?language}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }

}"""
foundDuplicates = []
data = "" />
data.sort(key=lambda x: (x['language'], x['nSpeakers']))
count=0
for i in data:
if data.count(i)>1 and i not in foundDuplicates:
if echo == True:
print(i)
foundDuplicates.append(i)
return len(foundDuplicates)

duplicateCount = []
duplicates = testQuery(True)
print('\nQuery', 1)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)
for i in range(2, 11):
time.sleep(5)
print('Query', i)
duplicates = testQuery(False)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)
print(duplicateCount)
```
#!/usr/bin/env python3
#-*- coding: UTF-8 -*-

import requests, time

def queryWikidata(query):
WIKIDATAQUERYURL = 'https://query.wikidata.org/sparql'
data = "" params={'format': 'json', 'query': query}).json()

data = "" />
cleanData = []
for i in data:
cleanData.append({x: i[x]['value'] for x in i})   
return cleanData



def testQuery(echo):
QUERY = """SELECT DISTINCT ?language ?languageLabel ?nSpeakers ?Lx ?LxLabel ?time ?country
WHERE
{
?language wdt:P31/wdt:P279* wd:Q34770.
?language p:P1098 ?nSpeakersStatement.
?nSpeakersStatement ps:P1098 ?nSpeakers
optional {?nSpeakersStatement pq:P518 ?Lx}.
optional {?nSpeakersStatement pq:P585 ?time}.
optional {?nSpeakersStatement pq:P17 ?country}.
FILTER EXISTS {?wikipedia wdt:P407 ?language}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }

}"""
foundDuplicates = []
data = "" />
data.sort(key=lambda x: (x['language'], x['nSpeakers']))
count=0
for i in data:
if data.count(i)>1 and i not in foundDuplicates:
if echo == True:
print(i)
foundDuplicates.append(i)
return len(foundDuplicates)

duplicateCount = []
duplicates = testQuery(True)
print('\nQuery', 1)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)
for i in range(2, 11):
time.sleep(5)
print('Query', i)
duplicates = testQuery(False)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)
print(duplicateCount)
```

TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153108: Duplicated data in queries

2016-12-13 Thread Smalyshev
Smalyshev added a comment.
The standard says (https://www.w3.org/TR/sparql11-query/#propertypath-syntaxforms):

Evaluation of a property path _expression_ can lead to duplicates because any variables introduced in the equivalent pattern are not part of the results and are not already used elsewhere. They are hidden by implicit projection of the results to just the variables given in the query.

I suspect this is the reason for duplicate languages - path _expression_ wdt:P31/wdt:P279* arrives to the result by different path, which produces duplicates. However, not sure why DISTINCT hasn't eliminated them.TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152615: Collect stats about the usage of Quantity values on Wikidata

2016-12-13 Thread daniel
daniel added a comment.
Anyone up to turning this into CVS?TASK DETAILhttps://phabricator.wikimedia.org/T152615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, danielCc: Esc3300, gerritbot, Aklapper, Lydia_Pintscher, Glorian_Yapinus, daniel, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Andrew-WMDE, Izno, 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] T153108: Duplicated data in queries

2016-12-13 Thread Mbch331
Mbch331 added a project: Wikidata-Query-Service.Herald added a project: Discovery.
TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Mbch331Cc: Aklapper, Tcp-ip, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] Wikidata Redirects in dumps

2016-12-13 Thread Daniel Kinzler
Am 12.12.2016 um 20:53 schrieb Praveen Balaji:
> When using JSON dumps, how can I tell a redirected entity from the JSON dumps

If you look at the ID of the entity you get when you ask for
, you will
notice that it does not have the ID you requested. This way, you know that you
have been redirected.

-- 
Daniel Kinzler
Senior Software Developer

Wikimedia Deutschland
Gesellschaft zur Förderung Freien Wissens e.V.

___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Created] T153108: Duplicated data in queries

2016-12-13 Thread Tcp-ip
Tcp-ip created this task.Tcp-ip added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONI am querying Wikidata for the number of speakers of the languages that have a Wikipedia and I have found out that my query returns some unexplainable duplicated entries.
For example the following entry is returned twice:
{'language': 'http://www.wikidata.org/entity/Q29921', 'languageLabel': 'Inuktitut', 'nSpeakers': '3'}
This happens although I can find no duplication in the entry about that language and the 'distinct' in my query should have eliminated it anyway.
I suspect that it is a bug of the querying system, and not just me making a mistake, because the same query returns different results if executed few seconds apart.  Data about Inuktitut language and Esperanto seems to be always affected, whereas data about other languages are duplicated only sometimes. For example, running the same query five seconds apart, I have obtained the following number of duplicates: 34, 34, 24, 24, 6, 6, 6, 24, 6, 33.

Here is a python 3 script that manifests the problem. It executes 10 queries 5 seconds apart (printing the duplicates of the first and the duplicate count of the others):

#!/usr/bin/env python3
#-*- coding: UTF-8 -*-

import requests, time

def queryWikidata(query):

WIKIDATAQUERYURL = 'https://query.wikidata.org/sparql'
data = "" params={'format': 'json', 'query': query}).json()

data = ""
cleanData = []
for i in data:
cleanData.append({x: i[x]['value'] for x in i})   
return cleanData

def testQuery(echo):

QUERY = """SELECT DISTINCT ?language ?languageLabel ?nSpeakers ?Lx ?LxLabel ?time ?country
WHERE
{
?language wdt:P31/wdt:P279* wd:Q34770.
?language p:P1098 ?nSpeakersStatement.
?nSpeakersStatement ps:P1098 ?nSpeakers
optional {?nSpeakersStatement pq:P518 ?Lx}.
optional {?nSpeakersStatement pq:P585 ?time}.
optional {?nSpeakersStatement pq:P17 ?country}.
FILTER EXISTS {?wikipedia wdt:P407 ?language}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }

}"""
foundDuplicates = []
data = ""
data.sort(key=lambda x: (x['language'], x['nSpeakers']))
count=0
for i in data:
if data.count(i)>1 and i not in foundDuplicates:
if echo == True:
print(i)
foundDuplicates.append(i)
return len(foundDuplicates)

duplicateCount = []
duplicates = testQuery(True)
print('\nQuery', 1)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)
for i in range(2, 11):

time.sleep(5)
print('Query', i)
duplicates = testQuery(False)
print('Duplicates:', duplicates)
duplicateCount.append(duplicates)

print(duplicateCount)TASK DETAILhttps://phabricator.wikimedia.org/T153108EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tcp-ipCc: Aklapper, Tcp-ip, D3r1ck01, Izno, 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] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread daniel
daniel added a comment.
@WMDE-leszek regarding Property:P123: that's the page title of P123. Using page titles instead of entity IDs is a common mistake. In the past, IDs could not contain a oclon, so they would just bounce as malformed. Now they look like foreign IDs from an unknown repo, so they hit a different code path, and fail in a different way. We should indeed make sure that this is handled gracefully.

Btw, I hope nobody gets the idea of using "property" as a repo prefix repo prefixes and namespaces should not conflict. But this is really no different from MediaWiki's normal interwiki prefixes. They also compete with wiki namespaces as title prefixes.TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, danielCc: gerritbot, TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150788: [Task] Apply property ordering in EntityView

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 327001 merged by jenkins-bot:
Apply property ordering in StatementGroupListView

https://gerrit.wikimedia.org/r/327001TASK DETAILhttps://phabricator.wikimedia.org/T150788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gerritbotCc: gerritbot, Pasleim, thiemowmde, Aklapper, Lydia_Pintscher, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] New features for Wikidata Query Timeline tool

2016-12-13 Thread Navino Evans
Hi all,

We’ve just released some cool new features for the Histropedia Wikidata
Query Timeline  tool.

Here's a quick overview of what's new, along with some examples (more
examples available in the drop down menu on the query input page
) :

*1. Vertical spacing controls + auto-fit mode*
A new control panel on the timeline for controlling the space between rows
of events.
This includes an 'auto' mode that keeps everything visible as you zoom and
scroll (set to ‘on’ by default for small timelines).
*Example: *


   - Heritage structures in London  - should
  load in auto mode. Try zooming in to an area with your
mousewheel to see it
  auto adjust. You can click on the arrows in the new panel (right
of screen)
  to adjust the spacing manually.



*2. 'Colour scale' colour coding*
This is created automatically if you choose to colour code by a variable
that returns a number (e.g. population, height, etc).
*Examples:*
*Click the [image: Inline images 4] icon to see the colour code key*


   - Discovery of the chemical elements  –
  colour coded by atomic number (shows that heavy elements are discovered
  much later than light ones)
  - Things located within 20km of the Statue of Liberty
   - colour coded by distance from the
  Statue of Liberty (light colours are closest)



*3. Multiple filters*
You can now have multiple filter options on a timeline (previously only
allowed a single filter option)
*Examples:*
*Click on the [image: Inline images 1] icon to see the available filters.*


   - The Louvre Collections   - filter by
  creator, genre, movement, material used and room


   - People born on this day  – filter by
  gender, occupation, education, cause of death and ethnic group



*4. Automatic detection of timeline data from the SPARQL query*
Just paste a SPARQL query in to the input box on the query input page
 and click 'generate
timeline'. Any query that has the timeline view built available on the
Wikidata Query Service should work automatically.
You can then optionally use the 'map variables' section to add *date
precision*, *colour codes *and *filters*, or to override anything that
automatic detection got wrong.



*5. New help popups *
There are now lots of new instructions on the query input page
 (just click on the
little help icons *[image: Inline images 2]* ). This includes info on how
to add colour codes and filters to a timeline.



Let me know if you have any feedback or suggestions!


Cheers :)


Navino

-- 

*nav...@histropedia.com *

@NavinoEvans 
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Commented On] T150788: [Task] Apply property ordering in EntityView

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326986 merged by jenkins-bot:
Fix PropertyOrderProvider type hint in top level factory

https://gerrit.wikimedia.org/r/326986TASK DETAILhttps://phabricator.wikimedia.org/T150788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gerritbotCc: gerritbot, Pasleim, thiemowmde, Aklapper, Lydia_Pintscher, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T152185: Pagebanner not shown on IE11

2016-12-13 Thread Jdlrobson
Jdlrobson added subscribers: ovasileva, Jdlrobson.Jdlrobson added a comment.
@ovasileva probably something we should fix sooner rather than later.TASK DETAILhttps://phabricator.wikimedia.org/T152185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Jdlrobson, ovasileva, Andyrom75, Aklapper, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T152185: Pagebanner not shown on IE11

2016-12-13 Thread Jdlrobson
Jdlrobson triaged this task as "High" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T152185EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: Andyrom75, Aklapper, Winter, D3r1ck01, Izno, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T150788: [Task] Apply property ordering in EntityView

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 327001 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Apply property ordering in StatementGroupListView

https://gerrit.wikimedia.org/r/327001TASK DETAILhttps://phabricator.wikimedia.org/T150788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gerritbotCc: gerritbot, Pasleim, thiemowmde, Aklapper, Lydia_Pintscher, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T152644: rack/setup/install wdqs2003

2016-12-13 Thread Papaul
Papaul edited the task description. (Show Details)
EDIT DETAILS...[x] - create sub-task (or update this task) with port info for network...TASK DETAILhttps://phabricator.wikimedia.org/T152644EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PapaulCc: Southparkfan, Smalyshev, Aklapper, Deskana, mark, emailbot, Papaul, Cmjohnson, RobH, Gehel, Th3d3v1ls, EBjune, mschwarzer, Avner, Zppix, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, faidon, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T152644: rack/setup/install wdqs2003

2016-12-13 Thread Papaul
Papaul created subtask T153094: wdqs2003 switch port configuration.
TASK DETAILhttps://phabricator.wikimedia.org/T152644EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PapaulCc: Southparkfan, Smalyshev, Aklapper, Deskana, mark, emailbot, Papaul, Cmjohnson, RobH, Gehel, Th3d3v1ls, EBjune, mschwarzer, Avner, Zppix, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, faidon, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T153094: wdqs2003 switch port configuration

2016-12-13 Thread Papaul
Papaul created this task.Papaul added projects: Discovery, Wikidata-Query-Service, Wikidata, Operations, ops-codfw, netops.
TASK DESCRIPTIONPlease see below for switch port information

wdqs2003  ge-5/0/29  row A rack A5TASK DETAILhttps://phabricator.wikimedia.org/T153094EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: RobH, PapaulCc: Gehel, RobH, Cmjohnson, emailbot, mark, Deskana, Aklapper, Smalyshev, Southparkfan, Papaul, Th3d3v1ls, EBjune, mschwarzer, Avner, Zppix, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, faidon, Mbch331, Jay8g, akosiaris, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T126077: html continues to say "Editing..." after I saved an edit using VisualEditor (and interwiki links are gone)

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T126077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, StudiesWorld, aude, Th3d3v1ls, Ramalepe, Liugev6, merbst, Lewizho99, AlexMonk-WMF, Maathavan, Wess, D3r1ck01, Izno, Jrf, Husun1297, Wikidata-bugs, Etonkovidova, Swainr, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T126077: html continues to say "Editing..." after I saved an edit using VisualEditor (and interwiki links are gone)

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326999 had a related patch set uploaded (by DLynch):
DesktopArticleTarget: Generate the original page title if needed

https://gerrit.wikimedia.org/r/326999TASK DETAILhttps://phabricator.wikimedia.org/T126077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Aklapper, StudiesWorld, aude, merbst, AlexMonk-WMF, Wess, D3r1ck01, Izno, Jrf, Husun1297, Wikidata-bugs, Etonkovidova, Swainr, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T153089: autodesc should not prefix property IDs

2016-12-13 Thread hoo
hoo added a project: Wikidata-Gadgets.
TASK DETAILhttps://phabricator.wikimedia.org/T153089EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Nikki, Aklapper, dachary, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Sjoerddebruin, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T153089: autodesc should not prefix property IDs

2016-12-13 Thread Nikki
Nikki created this task.Nikki added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONautodesc is creating URLs like https://www.wikidata.org/w/api.php?action="">...

It should not be prefixing the property IDs.

There are two versions that I can find: http://tools.wmflabs.org/wikidata-todo/autodesc.js and https://en.wikipedia.org/wiki/MediaWiki:Wdsearch-autodesc.js

This is being used by some wikis to provide Wikidata search results, but I think the problem with properties is only visible when people use it on Wikidata itself.TASK DETAILhttps://phabricator.wikimedia.org/T153089EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: NikkiCc: Nikki, Aklapper, D3r1ck01, Izno, 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] T96149: [Task] Fix jslint errors in property suggester

2016-12-13 Thread MtDu
MtDu closed this task as "Resolved".MtDu claimed this task.MtDu added a comment.
This was completed and further discussed at https://github.com/Wikidata-lib/PropertySuggester/pull/184.
Thanks!TASK DETAILhttps://phabricator.wikimedia.org/T96149EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MtDuCc: MtDu, gerritbot, Addshore, TerraCodes, TheDJ, Ricordisamoa, aude, Aklapper, Th3d3v1ls, SacredWKnight, JakeTheDeveloper, Ramalepe, Liugev6, enigmaeth, rohitt, Lewizho99, Maathavan, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, jayvdb, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326939 merged by jenkins-bot:
Return fallback language code for TermFallback in getLabelWithLang

https://gerrit.wikimedia.org/r/326939TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, gerritbotCc: aude, gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T150788: [Task] Apply property ordering in EntityView

2016-12-13 Thread thiemowmde
thiemowmde moved this task from Backlog to Review on the Wikidata-Sprint-2016-11-15 board.thiemowmde claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T150788WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: gerritbot, Pasleim, thiemowmde, Aklapper, Lydia_Pintscher, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T150788: [Task] Apply property ordering in EntityView

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T150788EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Pasleim, thiemowmde, Aklapper, Lydia_Pintscher, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T152644: rack/setup/install wdqs2003

2016-12-13 Thread Papaul
Papaul edited the task description. (Show Details)
EDIT DETAILS...[x] - receive system, asset tag, attach packing slip to parent task T149351
[x] - rack in a5-codfw...TASK DETAILhttps://phabricator.wikimedia.org/T152644EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PapaulCc: Southparkfan, Smalyshev, Aklapper, Deskana, mark, emailbot, Papaul, Cmjohnson, RobH, Gehel, Th3d3v1ls, EBjune, mschwarzer, Avner, Zppix, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, faidon, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T146792: Remove (seemingly) unused wb-status page prop (EntityContent::getEntityStatus)

2016-12-13 Thread thiemowmde
thiemowmde added a project: Wikidata-Sprint-2016-11-15.thiemowmde moved this task from incoming to in current sprint on the Wikidata board.
TASK DETAILhttps://phabricator.wikimedia.org/T146792WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, thiemowmdeCc: gerritbot, Lea_Lacroix_WMDE, Multichill, Lydia_Pintscher, thiemowmde, Addshore, daniel, aude, Aklapper, hoo, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread thiemowmde
thiemowmde triaged this task as "Normal" priority.thiemowmde added a project: Wikidata-Sprint-2016-11-15.thiemowmde added a subscriber: aude.thiemowmde moved this task from incoming to in current sprint on the Wikidata board.
TASK DETAILhttps://phabricator.wikimedia.org/T152241WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, thiemowmdeCc: aude, gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T146792: Remove (seemingly) unused wb-status page prop (EntityContent::getEntityStatus)

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326978 had a related patch set uploaded (by Hoo man):
Remove the "wb-status" page prop

https://gerrit.wikimedia.org/r/326978TASK DETAILhttps://phabricator.wikimedia.org/T146792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: gerritbot, Lea_Lacroix_WMDE, Multichill, Lydia_Pintscher, thiemowmde, Addshore, daniel, aude, Aklapper, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T146792: Remove (seemingly) unused wb-status page prop (EntityContent::getEntityStatus)

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T146792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: gerritbot, Lea_Lacroix_WMDE, Multichill, Lydia_Pintscher, thiemowmde, Addshore, daniel, aude, Aklapper, hoo, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T152485: Add DroidWiki as a user of Wikibase to wikiba.se

2016-12-13 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Sprint-2016-11-15.Lydia_Pintscher added a subscriber: Florian.
TASK DETAILhttps://phabricator.wikimedia.org/T152485EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Florian, Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, D3r1ck01, Izno, 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] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326974 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Fix language code returned by Lua's mw.wikibase.getLabelWithLang

https://gerrit.wikimedia.org/r/326974TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, gerritbotCc: gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326970 had a related patch set uploaded (by WMDE-leszek):
Make API wbgetentities skip entities from unknown repositories

https://gerrit.wikimedia.org/r/326970TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, JakeTheDeveloper, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread WMDE-leszek
WMDE-leszek claimed this task.WMDE-leszek added a project: Wikidata-Sprint-2016-11-15.
TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, JakeTheDeveloper, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread WMDE-leszek
WMDE-leszek added a comment.
Agreed. I'll try to fix the code using the lookup so it handles the exception.TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, JakeTheDeveloper, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread thiemowmde
thiemowmde triaged this task as "Normal" priority.thiemowmde moved this task from incoming to ready to go on the Wikidata board.thiemowmde added a project: Easy.thiemowmde added a subscriber: Lydia_Pintscher.thiemowmde added a comment.Herald added a subscriber: TerraCodes.
@WMDE-leszek, this is all perfectly fine. A request with ids=PROPERTY:P120 is supposed to fail. But it should not blow up in the users face with an exception. Instead it should return a useful error message. Something in the line "this is not a valid entity ID".

By the way, I run into the exact same problem on a special page. See https://gerrit.wikimedia.org/r/325777 (already merged) for how it got fixed there.TASK DETAILhttps://phabricator.wikimedia.org/T153076WORKBOARDhttps://phabricator.wikimedia.org/project/board/71/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: TerraCodes, Lydia_Pintscher, Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, JakeTheDeveloper, D3r1ck01, MuhammadShuaib, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153077: WDQ down

2016-12-13 Thread Esc3300
Esc3300 added a comment.
There is a "download" "as JSON"-option (bottom right corner).

For complex queries, personally, I think it works better. We haven't quite managed to replace it for simple but bulky queries.

Maybe https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/Wikidata_Query_Help can help you further.TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Magnus, Esc3300, TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, D3r1ck01, Izno, 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] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326939 had a related patch set uploaded (by Aude):
Return fallback language code for TermFallback in getLabelWithLang

https://gerrit.wikimedia.org/r/326939TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: aude, gerritbotCc: gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread WMDE-leszek
WMDE-leszek added a comment.
Silly question, why is it asking for ids=PROPERTY:P120 but not ids=P120.
While working on federation we decided that using a prefix with a colon would be used to state what repository the entity belongs to. So while asking the API for PROPERTY:P120 lookups tries to access repo PROPERTY which is obviously not configured etc.
Did we miss some important usage here and should not be making such assumption?TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T153009: EditFilterMerged hook still used in Wikidata

2016-12-13 Thread Reedy
Reedy closed this task as "Invalid".Reedy added a comment.
Long day it seems...TASK DETAILhttps://phabricator.wikimedia.org/T153009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: matej_suchanek, hoo, Aklapper, Reedy, D3r1ck01, Izno, Wikidata-bugs, aude, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Declined] T153077: WDQ down

2016-12-13 Thread Sophivorus
Sophivorus closed this task as "Declined".Sophivorus added a comment.
@Esc3300 Thanks, I created an issue there. By the way, what is the recommended way to do complex WikiData API queries? https://query.wikidata.org/ doesn't seem to be able to return JSON data. Should I use plain old https://www.wikidata.org/w/api.php ?TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SophivorusCc: Magnus, Esc3300, TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, D3r1ck01, Izno, 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] T153077: WDQ down

2016-12-13 Thread Esc3300
Esc3300 edited the task description. (Show Details)
EDIT DETAILSThe WDQ API seems down. I tested it today and some days ago, and I keep getting "504 Gateway Error". See for example https://wdq.wmflabs.org/api?q=claim[138:676555]



---
Workaround:  instead of the deprecated service, use https://query.wikidata.org TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Magnus, Esc3300, TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread aude
aude claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153009: EditFilterMerged hook still used in Wikidata

2016-12-13 Thread matej_suchanek
matej_suchanek added a comment.
These are all EditFilterMergedContent, EditFilterMerged is only a substring.TASK DETAILhttps://phabricator.wikimedia.org/T153009EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, hoo, Aklapper, Reedy, D3r1ck01, Izno, Wikidata-bugs, aude, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326939 had a related patch set uploaded (by Aude):
Return fallback language code for TermFallback in getLabelWithLang

https://gerrit.wikimedia.org/r/326939TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, D3r1ck01, Izno, 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] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153077: WDQ down

2016-12-13 Thread matej_suchanek
matej_suchanek added a subscriber: Magnus.matej_suchanek removed projects: Discovery, Wikidata-Query-Service.
TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Magnus, Esc3300, TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, D3r1ck01, Izno, 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] T153077: WDQ down

2016-12-13 Thread Esc3300
Esc3300 added a comment.
I thought it had been discontinued. Anyways, this should probably be reported at https://bitbucket.org/magnusmanske/wikidataqueryTASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300Cc: Esc3300, TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T146792: Remove (seemingly) unused wb-status page prop (EntityContent::getEntityStatus)

2016-12-13 Thread hoo
hoo claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T146792EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lea_Lacroix_WMDE, Multichill, Lydia_Pintscher, thiemowmde, Addshore, daniel, aude, Aklapper, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T153077: WDQ down

2016-12-13 Thread Sophivorus
Sophivorus triaged this task as "Unbreak Now!" priority.Herald added subscribers: Jay8g, Luke081515, TerraCodes.
TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SophivorusCc: TerraCodes, Luke081515, Jay8g, Sophivorus, Aklapper, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T153077: WDQ down

2016-12-13 Thread Sophivorus
Sophivorus created this task.Sophivorus added a project: Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery.
TASK DESCRIPTIONThe WDQ API seems down. I tested it today and some days ago, and I keep getting "504 Gateway Error". See for example https://wdq.wmflabs.org/api?q=claim[138:676555]TASK DETAILhttps://phabricator.wikimedia.org/T153077EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SophivorusCc: Sophivorus, Aklapper, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152615: Collect stats about the usage of Quantity values on Wikidata

2016-12-13 Thread Esc3300
Esc3300 added a comment.
Nice. It added posted the top 10 to Project_chat#Stats_on_quantitiesTASK DETAILhttps://phabricator.wikimedia.org/T152615EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, Esc3300Cc: Esc3300, gerritbot, Aklapper, Lydia_Pintscher, Glorian_Yapinus, daniel, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Andrew-WMDE, Izno, 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] T153076: InvalidArgumentException: "Could not load data from the database of repository" in invalid wbgetentities calls

2016-12-13 Thread hoo
hoo created this task.hoo added projects: Wikidata, MediaWiki-extensions-WikibaseRepository, Wikimedia-log-errors.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONI see a couple of these in the exception logs (with various invalid ids, mostly "Property", but also "Property_talk"):

2016-12-11 19:19:53 [WE2m2QpAAEcAAgMpwBMAAABO] mw1276 wikidatawiki 1.29.0-wmf.5 exception ERROR: [WE2m2QpAAEcAAgMpwBMAAABO] /w/api.php?action=""   InvalidArgumentException from line 76 of /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/Sql/WikiPageEntityMetaDataLookup.php: Could not load data from the database of repository: PROPERTY {"exception_id":"WE2m2QpAAEcAAgMpwBMAAABO"} 
[Exception InvalidArgumentException] (/srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/Sql/WikiPageEntityMetaDataLookup.php:76) Could not load data from the database of repository: PROPERTY
  #0 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/Sql/PrefetchingWikiPageEntityMetaDataAccessor.php(199): Wikibase\Lib\Store\Sql\WikiPageEntityMetaDataLookup->loadRevisionInformation(array, string)
  #1 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/Sql/PrefetchingWikiPageEntityMetaDataAccessor.php(164): Wikibase\Lib\Store\Sql\PrefetchingWikiPageEntityMetaDataAccessor->doFetch(string)
  #2 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/Sql/WikiPageEntityRevisionLookup.php(84): Wikibase\Lib\Store\Sql\PrefetchingWikiPageEntityMetaDataAccessor->loadRevisionInformation(array, string)
  #3 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/CachingEntityRevisionLookup.php(156): Wikibase\Lib\Store\WikiPageEntityRevisionLookup->getEntityRevision(Wikibase\DataModel\Entity\PropertyId, integer, string)
  #4 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/CachingEntityRevisionLookup.php(138): Wikibase\Lib\Store\CachingEntityRevisionLookup->fetchEntityRevision(Wikibase\DataModel\Entity\PropertyId, integer, string)
  #5 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/CachingEntityRevisionLookup.php(156): Wikibase\Lib\Store\CachingEntityRevisionLookup->getEntityRevision(Wikibase\DataModel\Entity\PropertyId, integer, string)
  #6 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/lib/includes/Store/CachingEntityRevisionLookup.php(138): Wikibase\Lib\Store\CachingEntityRevisionLookup->fetchEntityRevision(Wikibase\DataModel\Entity\PropertyId, integer, string)
  #7 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/repo/includes/Api/GetEntities.php(255): Wikibase\Lib\Store\CachingEntityRevisionLookup->getEntityRevision(Wikibase\DataModel\Entity\PropertyId)
  #8 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/repo/includes/Api/GetEntities.php(237): Wikibase\Repo\Api\GetEntities->getEntityRevision(Wikibase\DataModel\Entity\PropertyId, boolean)
  #9 /srv/mediawiki/php-1.29.0-wmf.5/extensions/Wikidata/extensions/Wikibase/repo/includes/Api/GetEntities.php(129): Wikibase\Repo\Api\GetEntities->getEntityRevisionsFromEntityIds(array, boolean)
  #10 /srv/mediawiki/php-1.29.0-wmf.5/includes/api/ApiMain.php(1434): Wikibase\Repo\Api\GetEntities->execute()
  #11 /srv/mediawiki/php-1.29.0-wmf.5/includes/api/ApiMain.php(510): ApiMain->executeAction()
  #12 /srv/mediawiki/php-1.29.0-wmf.5/includes/api/ApiMain.php(481): ApiMain->executeActionWithErrorHandling()
  #13 /srv/mediawiki/php-1.29.0-wmf.5/api.php(83): ApiMain->execute()
  #14 /srv/mediawiki/w/api.php(3): include(string)
  #15 {main}

Happening quite often:

$ zgrep -cF "Could not load data from the database of repository" archive/exception.log-20161212.gz 
89TASK DETAILhttps://phabricator.wikimedia.org/T153076EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Aklapper, thiemowmde, aude, WMDE-leszek, daniel, hoo, D3r1ck01, Izno, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T152958: [RfC] Make Create Article Button visible (again)

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 326936 had a related patch set uploaded (by Jonas Kress (WMDE)):
Make Create Article Button visible

https://gerrit.wikimedia.org/r/326936TASK DETAILhttps://phabricator.wikimedia.org/T152958EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Incabell, hoo, thiemowmde, Lydia_Pintscher, Jonas, Aklapper, Lucie, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T148747: Estimate hardware requirements for WDQS upgrade

2016-12-13 Thread mark
mark closed subtask Unknown Object (Task) as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T148747EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Deskana, markCc: OakleyAlways1, RobH, mark, K4-713, Sjoerddebruin, Gehel, Aklapper, Deskana, Smalyshev, Th3d3v1ls, EBjune, mschwarzer, Avner, Zppix, debt, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, faidon, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T127959: Write Learning Pattern on Community Communication for Wikidata

2016-12-13 Thread Tobi_WMDE_SW
Tobi_WMDE_SW edited projects, added WMDE-Tech-Communication; removed WMDE-Tech-Communication-Communications.
TASK DETAILhttps://phabricator.wikimedia.org/T127959EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tobi_WMDE_SWCc: Lydia_Pintscher, Lea_Lacroix_WMDE, ChrisPins, Aklapper, Juscwmde, johl, StudiesWorld, D3r1ck01, Izno, 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] T152083: Expose the repository on which wbsearchentities match was found

2016-12-13 Thread WMDE-leszek
WMDE-leszek edited the task description. (Show Details)
EDIT DETAILSIt would be (implicitly) possible to figure out the repository name of the search entity result from the id serialization but, as @daniel stated in T150848#2835772 API should not make its clients decode ID to be able to know where the match was foundTASK DETAILhttps://phabricator.wikimedia.org/T152083EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, WMDE-leszek, daniel, Acer, D3r1ck01, Izno, Wikidata-bugs, aude, Ricordisamoa, Fabrice_Florin, Mbch331, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T153059: Create DispatchingServiceFactory for creating instances of dispatching services that could be used with multiple repositories

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T153059EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, Aklapper, daniel, Jakob_WMDE, WMDE-leszek, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153057: Create a repository service container

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 325967 had a related patch set uploaded (by WMDE-leszek):
Add RepositoryServiceContainer and the wiring file

https://gerrit.wikimedia.org/r/325967TASK DETAILhttps://phabricator.wikimedia.org/T153057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: Aklapper, daniel, gerritbot, Jakob_WMDE, WMDE-leszek, D3r1ck01, Izno, 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] T153059: Create DispatchingServiceFactory for creating instances of dispatching services that could be used with multiple repositories

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 325968 had a related patch set uploaded (by WMDE-leszek):
Add DispatchingServiceFactory and the wiring file

https://gerrit.wikimedia.org/r/325968TASK DETAILhttps://phabricator.wikimedia.org/T153059EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, Aklapper, daniel, Jakob_WMDE, WMDE-leszek, D3r1ck01, Izno, 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] T153057: Create a repository service container

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T153057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: Aklapper, daniel, gerritbot, Jakob_WMDE, WMDE-leszek, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T152485: Add DroidWiki as a user of Wikibase to wikiba.se

2016-12-13 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a comment.
Btw. here's their logo: https://data.droidwiki.de/static/images/project-logos/androide.pngTASK DETAILhttps://phabricator.wikimedia.org/T152485EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tobi_WMDE_SWCc: Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, D3r1ck01, Izno, 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] T153061: [Bug] SPARQL sub queries avoid timeouts

2016-12-13 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata-Query-Service, Discovery.Herald added a subscriber: Aklapper.Herald added a project: Wikidata.
TASK DESCRIPTIONThis query works

SELECT DISTINCT ?id ?label ?description WHERE {
  {
SELECT ?id WHERE { ?i wdt:P31 ?id. }
  }
  ?id rdfs:label ?label.
  ?id schema:description ?description.
  FILTER((LANG(?label)) = "en")
  FILTER((LANG(?description)) = "en")
}
LIMIT 20

but this query times out

SELECT DISTINCT ?id ?label ?description WHERE {
  ?i wdt:P31 ?id. 
  ?id rdfs:label ?label.
  ?id schema:description ?description.
  FILTER((LANG(?label)) = "en")
  FILTER((LANG(?description)) = "en")
}
LIMIT 20

So as far as I understand those two queries are semantically the same and it might be a bug that a sub query must be used to avoid time outs.TASK DETAILhttps://phabricator.wikimedia.org/T153061EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T152241: getLabelWithLang returns wrong lang

2016-12-13 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: thiemowmde.Lydia_Pintscher added a comment.
Marius, Thiemo: Can you have a look?TASK DETAILhttps://phabricator.wikimedia.org/T152241EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: thiemowmde, matej_suchanek, Lydia_Pintscher, hoo, Aklapper, eranroz, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T148141: Use dispatching services in Client

2016-12-13 Thread WMDE-leszek
WMDE-leszek created subtask T153059: Create DispatchingServiceFactory for creating instances of dispatching services that could be used with multiple repositories.
TASK DETAILhttps://phabricator.wikimedia.org/T148141EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Jakob_WMDE, gerritbot, daniel, WMDE-leszek, Aklapper, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T153059: Create DispatchingServiceFactory for creating instances of dispatching services that could be used with multiple repositories

2016-12-13 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata, Wikidata-Sprint-2016-11-15.
TASK DESCRIPTIONAccording to the architecture outlined in T148141 DispatchingServiceFactory will enumerate RepositoryServiceContainers (see T153057) to get a mapping from repository names to repository-specific service instances.
This map will be use to create an instance of the dispatching service. Instantiation of the particular dispatching service will be defined in the wiring file.TASK DETAILhttps://phabricator.wikimedia.org/T153059EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, daniel, Jakob_WMDE, WMDE-leszek, D3r1ck01, Izno, 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] T153057: Create a repository service container

2016-12-13 Thread WMDE-leszek
WMDE-leszek created this task.WMDE-leszek added projects: Wikidata, Wikidata-Sprint-2016-11-15.
TASK DESCRIPTIONFollowing the architecture outlined in T148141 create a ServiceContainer that contains services configured for the given (single) repository.
Instantiation of particular services should be done in the wiring file.TASK DETAILhttps://phabricator.wikimedia.org/T153057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, daniel, gerritbot, Jakob_WMDE, WMDE-leszek, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T148141: Use dispatching services in Client

2016-12-13 Thread WMDE-leszek
WMDE-leszek created subtask T153057: Create a repository service container.
TASK DETAILhttps://phabricator.wikimedia.org/T148141EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Jakob_WMDE, gerritbot, daniel, WMDE-leszek, Aklapper, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T148141: Use dispatching services in Client

2016-12-13 Thread gerritbot
gerritbot added a comment.
Change 315904 abandoned by WMDE-leszek:
[WIP] Use dispatching services in client

Reason:
Abandoning this in favour of I8009728707a0ca741404895593d067c8fb0f3df4 and Iebd9994b57b9248b1f9a7869f51eb28e6c2eeace

https://gerrit.wikimedia.org/r/315904TASK DETAILhttps://phabricator.wikimedia.org/T148141EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: Jakob_WMDE, gerritbot, daniel, WMDE-leszek, Aklapper, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, 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] T118267: [Story] inviting sentence for empty statement section

2016-12-13 Thread Glorian_Yapinus
Glorian_Yapinus added a comment.
I have created a mockup for this in order to get a better picture of what should be developed.

You can find the mockup here:
F5048114: Mockup Presentation.odpTASK DETAILhttps://phabricator.wikimedia.org/T118267EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_YapinusCc: Glorian_Yapinus, Charlie_WMDE, Sjoerddebruin, Aklapper, D3r1ck01, Izno, 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] T150550: [RfC] Propagate the usage of statement ordering

2016-12-13 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T150550EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lea_Lacroix_WMDE, hoo, Lydia_Pintscher, Aklapper, Lucie, D3r1ck01, Izno, Wikidata-bugs, aude, jayvdb, Ricordisamoa, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T149540: Load the property order from Wikidata on Wikimedia wikis

2016-12-13 Thread hoo
hoo closed this task as "Resolved".hoo removed a project: Patch-For-Review.hoo edited the task description. (Show Details)
EDIT DETAILS...[x] Delete old local pages (if their content still matches the default).TASK DETAILhttps://phabricator.wikimedia.org/T149540EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Stashbot, gerritbot, Izno, aude, Aklapper, Lydia_Pintscher, Matanya, Lucie, JEumerus, hoo, Urbanecm, D3r1ck01, Tulsi_Bhagat, Matiia, Luke081515, biplabanand, Wikidata-bugs, Snowolf, jayvdb, Ricordisamoa, Rschen7754, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] Wikidata Redirects in dumps

2016-12-13 Thread Praveen Balaji
Hi
I had a short conversation with Stas earlier about this, but thought I'd
continue the conversation on the group for general interest.

In the wikidata JSON dumps, I noticed that Redirects are inlined. For
example:

Q6703218 
redirects
to Q24836918 . However, I do not
see this information in the json. The Redirect reference has been inlined:

https://www.wikidata.org/wiki/Special:EntityData/Q24836918.json
https://www.wikidata.org/wiki/Special:EntityData/Q6703218.json

There is a owl:sameAs annotation when I use the SPAQRL query: SPARQL:
Q6703218



When using JSON dumps, how can I tell a redirected entity from the JSON
dumps

Thanks
Praveen
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Updated] T126146: Norwegian messages inContentLanguage look for on-wiki overrides at the /nb subpage, not the root page

2016-12-13 Thread TTO
TTO added a project: Wikidata.TTO added a comment.
Adding #Wikidata in the hope of seeing some progress here.TASK DETAILhttps://phabricator.wikimedia.org/T126146EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TTOCc: Krinkle, Fomafix, JanZerebecki, hoo, gerritbot, jhsoby, Krenair, Nikerabbit, Matanya, TTO, JEumerus, Vogone, Aklapper, Matiia, StudiesWorld, D3r1ck01, MuhammadShuaib, Izno, Psychoslave, Wikidata-bugs, aude, Arrbee, KartikMistry, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T115267: [Bug] Text field doesn't always load when trying to add a statement

2016-12-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T115267EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: gerritbot, hoo, abian, Lydia_Pintscher, adrianheine, thiemowmde, Mbch331, Sjoerddebruin, Nikki, Aklapper, Th3d3v1ls, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T150633: Please enable abe or Western Abenaki

2016-12-13 Thread thiemowmde
thiemowmde closed this task as "Resolved".thiemowmde moved this task from Review to Done on the Wikidata-Sprint-2016-11-15 board.thiemowmde removed a project: Patch-For-Review.thiemowmde claimed this task.thiemowmde added a subscriber: Dereckson.thiemowmde added a comment.
No need to remove such labels. They don't do harm.TASK DETAILhttps://phabricator.wikimedia.org/T150633WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmdeCc: Dereckson, Nikki, thiemowmde, Lydia_Pintscher, Stashbot, gerritbot, Matanya, JEumerus, Aklapper, Fralambert, Urbanecm, D3r1ck01, Tulsi_Bhagat, Izno, Matiia, Luke081515, biplabanand, Wikidata-bugs, Snowolf, aude, Rschen7754, Mbch331, Rxy, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs