[Wikidata-bugs] [Maniphest] [Edited] T245352: Munging errors "Unrecognized subjects"

2020-02-15 Thread despens
despens updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T245352

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, despens
Cc: despens, Aklapper, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Asahiko, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T245352: Munging errors "Unrecognized subjects"

2020-02-15 Thread despens
despens created this task.
despens added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added projects: Wikidata, User-Addshore.

TASK DESCRIPTION
  I am following this excellent tutorial by @Addshore 

 to reset my WDQS after migrating data to a new Wikibase.
  
  The munging throws an error:
  
#logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
23:57:52.108 [main] INFO  org.wikidata.query.rdf.tool.Munge - Switching to 
/tmp/db-dumps/mungedOut/wikidump-1.ttl.gz
23:58:02.401 [main] INFO  o.wikidata.query.rdf.tool.rdf.Munger - 
Unrecognized subjects: 
[https://artbase.rhizome.org/entity/statement/Q4198-2BB92CD9-DB2D-4482-87F1-115C209FE3A9,
 https://artbase.rhizome.org/prop/statement/value/P109, 
https://artbase.rhizome.org/entity/statement/Q1623-28C1990A-7E66-442C-8617-37D890C63B30,
 https://artbase.rhizome.org/prop/statement/value/P107, 
https://artbase.rhizome.org/prop/statement/value/P108, 
https://artbase.rhizome.org/prop/statement/value/P101, 
https://artbase.rhizome.org/prop/statement/value/P102, 
https://artbase.rhizome.org/entity/statement/ [...]
  
  ...then follows a list of each and every triple in my Wikibase as 
"Unrecognized subject". Finally, the output concludes with...
  
at 
org.wikidata.query.rdf.tool.rdf.Munger$MungeOperation.finishCommon(Munger.java:965)
at 
org.wikidata.query.rdf.tool.rdf.Munger$MungeOperation.munge(Munger.java:493)
at org.wikidata.query.rdf.tool.rdf.Munger.munge(Munger.java:148)
at org.wikidata.query.rdf.tool.rdf.Munger.munge(Munger.java:192)
at 
org.wikidata.query.rdf.tool.Munge$EntityMungingRdfHandler.munge(Munge.java:255)
at 
org.wikidata.query.rdf.tool.Munge$EntityMungingRdfHandler.endRDF(Munge.java:243)
at 
org.wikidata.query.rdf.tool.rdf.DelegatingRdfHandler.endRDF(DelegatingRdfHandler.java:28)
at org.openrdf.rio.turtle.TurtleParser.parse(TurtleParser.java:223)
at org.wikidata.query.rdf.tool.Munge.run(Munge.java:115)
at org.wikidata.query.rdf.tool.Munge.main(Munge.java:76)
http://www.w3.org/TR/html4/loose.dtd;>blazegraph by SYSTAPtotalElapsed=188ms, elapsed=65ms, connFlush=0ms, batchResolve=0, 
whereClause=0ms, deleteClause=0ms, insertClause=0msCOMMIT: totalElapsed=242ms, commitTime=1581813802754, 
mutationCount=6Processing wikidump-1.ttl.gz
http://www.w3.org/TR/html4/loose.dtd;>blazegraph by SYSTAPtotalElapsed=92ms, elapsed=92ms, connFlush=0ms, batchResolve=0, 
whereClause=0ms, deleteClause=0ms, insertClause=0msCOMMIT: totalElapsed=131ms, commitTime=1581813803605, 
mutationCount=6File wikidump-2.ttl.gz not found, terminating
  
  The munger creates a `wikidump-1.ttl.gz` that is 535 bytes long.
  
  I wonder what the issue is with my exported TTL file, but it doesn't look 
problematic to me, all namespaces are defined at the top of the file with the 
correct base URI https://artbase.rhizome.org and the docker-compose file 
contains the environment to make that known to WDQS:
  
environment:
  - WIKIBASE_SCHEME=https
  - WIKIBASE_HOST=artbase.rhizome.org
  
  I was trying to examine the munger's code to see when it throws the 
"Unrecognized subjects" error but the Dockerfile 
 
just loads compiled JVM binaries and I don't know where to find the source.

TASK DETAIL
  https://phabricator.wikimedia.org/T245352

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, despens
Cc: despens, Aklapper, darthmon_wmde, Jelabra, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Asahiko, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T165902: Create a Wikidata Tour / tutorial about references

2020-02-15 Thread NavinoEvans
NavinoEvans added a comment.


  @Mrjohncummings this tour is now ready on test wikidata 
(https://test.wikidata.org/w/index.php?title=Q211911=wbreferences2). I had 
to fix a few things with the slide order and headings in the wiki text, so if 
you want to carry on editing that make sure to do it from my test version 
(https://test.wikidata.org/wiki/User:NavinoEvans/tours/references)
  
  As with all the versions on test wikidata, any text within slides that relies 
on P or Q numbers will be mangled, but will all sort out automatically on live 
Wikidata. Also as mentioned, the reference URL attaching will be a bit funny 
because of the different UI on test wikidata - the best thing to do is click 
the "manual" tab when you get to adding a reference as this is then similar to 
live wikidata.
  
  p.s. I'll wait until tomorrow before I start moving everything over to live, 
just to give people a chance to feedback on T244994: Wikidata tours: Reconcile 
versions of MediaWiki:Guidedtour-lib.js 
, but will make sure it's all up and 
running by early afternoon

TASK DETAIL
  https://phabricator.wikimedia.org/T165902

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: NavinoEvans, Mrjohncummings, Aklapper, Spinster, Pavithraes, darthmon_wmde, 
Tore_Danielsson_WMSE, Nandana, tramm, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, 
Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, Puik, _jensen, 
rosalieper, D3r1ck01, Envlh, Scott_WUaS, Wikidata-bugs, aude, Tobias1984, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T165902: Create a Wikidata Tour / tutorial about references

2020-02-15 Thread NavinoEvans
NavinoEvans updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T165902

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: NavinoEvans, Mrjohncummings, Framawiki, Aklapper, Spinster, Pavithraes, 
darthmon_wmde, Tore_Danielsson_WMSE, Nandana, tramm, Cpaulf30, Lahi, Gq86, 
GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, Puik, 
_jensen, rosalieper, D3r1ck01, Envlh, Scott_WUaS, Wikidata-bugs, aude, 
Tobias1984, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T245144: Increase Retry-After header for Wikidata

2020-02-15 Thread Dvorapa
Dvorapa added a comment.


  In T245144#5884781 , 
@Ladsgroup wrote:
  
  > We need something to slow down the bots before they reach to the threshold 
of maxlag and would have to back off.
  
  Totally agree!

TASK DETAIL
  https://phabricator.wikimedia.org/T245144

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Dvorapa, Ladsgroup, Multichill, Bugreporter, Ammarpad, Aklapper, Urbanecm, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, 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] [Updated] T225350: Maplink (via Wikidata) shows only empty window without map on all wikipedias

2020-02-15 Thread UV
UV edited projects, added Maps (Kartographer); removed Maps.

TASK DETAIL
  https://phabricator.wikimedia.org/T225350

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: UV
Cc: Evad37, Pikne, Lydia_Pintscher, hoo, Tpt, UV, Aklapper, Andrew_Dalby, 
Alilje, darthmon_wmde, Nabetaro, Nandana, MSantos, Lahi, Gq86, Looniverse, 
GoranSMilovanovic, QZanden, Orienteerix, LawExplorer, Ddproxy, _jensen, 
rosalieper, JGirault, Scott_WUaS, phabyogi, GAllegre, Susannaanas, ferdbold, 
lxbarth, Planemad, Wikidata-bugs, aude, Yurik, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T241422: Wikidata forms without statements use empty JSON array instead of empty JSON object

2020-02-15 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.35-notes (1.35.0-wmf.20; 
2020-02-18); removed MW-1.35-notes (1.35.0-wmf.18; 2020-02-04).

TASK DETAIL
  https://phabricator.wikimedia.org/T241422

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ReleaseTaggerBot
Cc: DannyS712, Addshore, Pintoch, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T241422: Wikidata forms without statements use empty JSON array instead of empty JSON object

2020-02-15 Thread gerritbot
gerritbot added a comment.


  Change 572397 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Fix testEmptyLists
  
  https://gerrit.wikimedia.org/r/572397

TASK DETAIL
  https://phabricator.wikimedia.org/T241422

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: gerritbot
Cc: DannyS712, Addshore, Pintoch, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Mringgaard, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, 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] T119226: Very small (or very large) quantity values (represented in scientific notation) result in error in add/update via pywikibot/wikidata API

2020-02-15 Thread matej_suchanek
matej_suchanek added a comment.


  My T204331  is probably a 
duplicate.
  
  > Should I submit this?
  
  Sure, reviews are better in Gerrit.
  
  There are two problems:
  
  - Pywikibot can loose precision when manipulating data
  - Pywikibot submits values that are not valid according to Wikibase (eg. 
`"+1.9e-09"`)

TASK DETAIL
  https://phabricator.wikimedia.org/T119226

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: DD063520, matej_suchanek
Cc: matej_suchanek, Xqt, Liuxinyu970226, DD063520, thiemowmde, Tobias1984, 
Aklapper, StudiesWorld, pywikibot-bugs-list, ArthurPSmith, Zkhalido, 
darthmon_wmde, Viztor, Nandana, Wenyi, Lahi, Gq86, GoranSMilovanovic, QZanden, 
Tbscho, MayS, LawExplorer, Mdupont, JJMC89, Dvorapa, _jensen, rosalieper, 
Altostratus, Avicennasis, Scott_WUaS, mys_721tx, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Masti, Alchimista, Mbch331, Rxy
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T243825: Create a Wikidata tour about Coordinates

2020-02-15 Thread NavinoEvans
NavinoEvans updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T243825

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Pasleim, Alicia_Fagerving_WMSE, NavinoEvans, #user-mrjohncummings, 
Mrjohncummings, Pavithraes, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
tramm, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T245347: Wikidata Tours: Clicking final "end" tour" button should redirect to Tours page

2020-02-15 Thread NavinoEvans
NavinoEvans created this task.
NavinoEvans added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Currently the user is left on the tour Wikidata item at the end of the tour. 
This confusing as they should not carry on editing the item.
  
  Instead we they should always redirect to 
https://wikidata.org/wiki/Wikidata:Tours once thy click the final complete 
button.
  
  At the moment, this can be done in relatively hacky way for any individual 
tour by adding the following for the final step in the JavaScript file for the 
tour:
  
{
// Congratulations!
onShow: function() {
$('.guidedtour-end-button').off('click').on('click', function() {
window.location = window.location.origin + 
'/wiki/Wikidata:tours';
})
}
}
  
  However, there we should instead use the built in feature of the Tour library.
  
  The only problem is that we don't seem to have any CSS for the `{action: 
"wikiLink"`} button type.
  
  It also looks like the current version of Guidedtour-lib.js overrides the 
final button with an "end" button type so this would need to be adjusted so 
anything defined in the options overrides the default. Or we simply change the 
default to the link back to main tours page (which I personally think is good 
for all Wikidata tours)
  Adding this to the step options does show a working button, but with no 
button text/image:
  
{ action: 'wikiLink', page: 'Wikidata:Tours' }

TASK DETAIL
  https://phabricator.wikimedia.org/T245347

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Aklapper, Mrjohncummings, NavinoEvans, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T165903: Improve Wikidata tours

2020-02-15 Thread NavinoEvans
NavinoEvans added a subtask: T245347: Wikidata Tours: Clicking final "end" 
tour" button should redirect to Tours page.

TASK DETAIL
  https://phabricator.wikimedia.org/T165903

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Mrjohncummings, Bene, Lucie, Popcorndude, Glorian_Yapinus, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, Pigsonthewing, Multichill, Quiddity, 
Daniel_Mietchen, BrillLyle, waldyrious, Rfarrand, Crang115, Spinster, 
Pavithraes, darthmon_wmde, Nandana, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, 
Ivana_Isadora, Jayprakash12345, QZanden, LawExplorer, Culex, Puik, _jensen, 
rosalieper, D3r1ck01, Envlh, Scott_WUaS, Wikidata-bugs, aude, Tobias1984, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T245347: Wikidata Tours: Clicking final "end" tour" button should redirect to Tours page

2020-02-15 Thread NavinoEvans
NavinoEvans added a parent task: T165903: Improve Wikidata tours.

TASK DETAIL
  https://phabricator.wikimedia.org/T245347

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Aklapper, Mrjohncummings, NavinoEvans, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
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] T237164: Wikibase's cache/integration-tests incompatible with PHPUnit 8

2020-02-15 Thread Ladsgroup
Ladsgroup added a comment.


  In T237164#5827895 , 
@Addshore wrote:
  
  > Disabling this test looks fine for now until upstream releases
  
  Apparently the latest release of this library just had its second 
anniversary. I think we should drop using it altogether?

TASK DETAIL
  https://phabricator.wikimedia.org/T237164

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Addshore, Daimona, Jdforrester-WMF, Ladsgroup, thiemowmde, Aklapper, 
MaxSem, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, 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] [Updated] T195962: "Failed to serialize data" on Commons pages using Wikidata based templates

2020-02-15 Thread Jarekt
Jarekt removed a project: Wikidata.
Jarekt added a comment.


  File 
[https://commons.wikimedia.org/wiki/File:L%27Int%C3%A9rieur_du_Mus%C3%A9e_des_beaux-arts_de_Nancy.jpg|c:File:L%27Int%C3%A9rieur_du_Mus%C3%A9e_des_beaux-arts_de_Nancy.jpg]
 shows "Failed to 
serialize data." error. Attempt to do any edit on the file gives 
Internal Error "[XkgM4wpAMEoAAE8Us7QAAACS] 2020-02-15 15:23:15: Fatal exception 
of type "Wikibase\Lib\Store\DivergingEntityIdException"". Any idea how to 
resolve it? F31617567: Screenshot_2020-02-15 Internal error - Wikimedia 
Commons.png 

TASK DETAIL
  https://phabricator.wikimedia.org/T195962

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jarekt
Cc: Aklapper, Tgr, Jarekt, TerraCodes, Poyekhali, Taiwania_Justo, Ixocactus, 
Wong128hk, Wikidata-bugs, El_Grafo, Dinoguy1000, Steinsplitter, Keegan, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T243825: Create a Wikidata tour about Coordinates

2020-02-15 Thread NavinoEvans
NavinoEvans updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T243825

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Pasleim, Alicia_Fagerving_WMSE, NavinoEvans, #user-mrjohncummings, 
Mrjohncummings, Pavithraes, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
tramm, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T243825: Create a Wikidata tour about Coordinates

2020-02-15 Thread NavinoEvans
NavinoEvans updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T243825

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: NavinoEvans
Cc: Pasleim, Alicia_Fagerving_WMSE, NavinoEvans, #user-mrjohncummings, 
Mrjohncummings, Pavithraes, darthmon_wmde, Tore_Danielsson_WMSE, Nandana, 
tramm, Cpaulf30, Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, Jayprakash12345, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T230588: Wikidata Query Service is swapping items and properties

2020-02-15 Thread Dipsacus_fullonum
Dipsacus_fullonum added a comment.


  Also wikibase:quantityUnit is affected by this - unless the strange results 
of this query is caused by something else:
  
SELECT ?item ?itemLabel ?amount ?unit ?unitLabel
WHERE
{
  VALUES ?item { wd:Q20414458 }
  ?item p:P2048/psv:P2048 _:heigth .
  _:heigth wikibase:quantityAmount ?amount .
  _:heigth wikibase:quantityUnit ?unit .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
  
  Results:
  
  | item | itemLabel  | amount | unit | unitLabel  |
  | wd:Q20414458 | Blomsterstykke | 46 | wd:P174728 | P174728  |
  | wd:Q20414458 | Blomsterstykke | 46 | wd:Q174728 | centimetre |
  |

TASK DETAIL
  https://phabricator.wikimedia.org/T230588

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Zbyszko, Dipsacus_fullonum
Cc: Dipsacus_fullonum, Larske, Mathew.onipe, Esc3300, agray, Jakub.klimek, 
Gehel, bennofs, Magnus, Robby, Mmarx, jeremyb, Lea_Lacroix_WMDE, Manu1400, 
Lucas_Werkmeister_WMDE, Smalyshev, Moebeus, Aklapper, Fnielsen, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, 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