[Wikidata-bugs] [Maniphest] [Commented On] T99775: Qunit test always fail in Wikidata Jenkins jobs.

2015-05-21 Thread daniel
daniel added a comment.

That did it, thanks a lot, guys!


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

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

To: JanZerebecki, daniel
Cc: gerritbot, Legoktm, aude, Krinkle, ori, aaron, thcipriani, Manybubbles, 
zeljkofilipin, hashar, Addshore, JanZerebecki, Aklapper, daniel, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T76233: make it possible to easily clone an existing reference from the same item

2015-05-21 Thread Multichill
Multichill added a subscriber: Multichill.
Multichill added a comment.

Not sure if duplicating is the best solution. On Wikipedia we have one 
reference that we use multiple times. If an url changes, you just have to 
change it once. If the reference would be duplicated, you would have to do it 
multiple times (or you risk forgetting the update the others).

We talked about the concept of subitems in the past to cover this use case.


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

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

To: Multichill
Cc: Multichill, JohnLewis, aude, Wikidata-bugs, thiemowmde, Sjoerddebruin, 
adrianheine, Snaterlicious, Liuxinyu970226, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread Smalyshev
Smalyshev added a comment.

I like the idea of a visual pattern, but the difference between YYY 
and Y is not comprehensible to humans and will only lead to errors 
and frustration. At least I can easily tell between 2 and 6, but beyond about 5 
identical objects pattern recognition for most people returns a lot of 
objects and you can not work with that. So if we found a better pattern-like 
representation for 0 to 9, I think it might be workable. Maybe something like 
9Y, 8Y, ..., 2Y, Y, YM, etc... ? This however does not sort, but the idea is to 
get something that humans can distinguish.


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

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

To: Smalyshev
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T97522: update Wikibase ontology schema (owl)

2015-05-21 Thread Smalyshev
Smalyshev added a comment.

I think we need at least https://phabricator.wikimedia.org/T98810 and 
https://phabricator.wikimedia.org/T98809. Not sure about renaming property 
predicates like wikibase:directClaim.


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

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

To: Smalyshev
Cc: gerritbot, Smalyshev, daniel, Manybubbles, mkroetzsch, Denny, Aklapper, 
Lydia_Pintscher, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread thiemowmde
thiemowmde added a comment.

  Y07 = 0
  Y08 = 1
  Y09 = 2
  Y10 = 3
  Y11 = 4
  Y12 = 5
  Y13 = 6
  Y14 = 7
  Y15 = 8
  Y16 = 9
  Y16M = 10
  Y16MD = 11
  Y16MDH = 12
  Y16MDHM = 13
  Y16MDHMS = 14

... the number describing the relevant digits of the year when it's padded to 
the maximum of 16 digits.


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

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

To: thiemowmde
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel created this task.
daniel added a subscriber: daniel.
daniel added projects: Wikidata, MediaWiki-extensions-WikibaseClient.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The idea of Special:ShowEntity is to provide a way to link to local pages 
without knowing the local title, when knowing the item ID.
  Special:ShowEntity takes an entity ID as a parameter (optionally using 
subpage syntax). If the entity is connected to a local page, Special:ShowEntity 
can (optionally?) forward to that page. Otherwise, it should show the following:
  
  * label and description, plus a link to the entity on the repo
  * sitelinks (in the sidebar, or a more prominent location?)
  * A create page button, with an input field for the desired title, 
pre-populated with the entity's label. (Items only?)
  
  The behavior of the create page button should be:
  * fail if a page with that title already exists
  * forward to an empty edit form for the desired page; the page is only 
created when the edit form is filled in and saved.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel edited the task description.
daniel set Security to None.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel added a blocked task: T99897: {{#property}} parser function should 
output EntityIdValues as local wiki links..

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99897: {{#property}} parser function should output EntityIdValues as local wiki links.

2015-05-21 Thread daniel
daniel created this task.
daniel added subscribers: daniel, Aklapper.
daniel added projects: Wikidata, MediaWiki-extensions-WikibaseClient.

TASK DESCRIPTION
  When rendering an EntityIdValue, we currently only output the target entity's 
label. We should instead create a local interwiki link using the appropriate 
label along with the local page connected to the target item, if there is any. 
If there is no local connected page, the link should point to 
Special:ShowEntity (whether such a link should be red or blue depends on how we 
interpret the functionality of Special:ShowEntity - showing content, or 
creating a page; this should be controlled by a special css class, and 
customizable per wiki, and per gadget).

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99897: {{#property}} parser function should output EntityIdValues as local wiki links.

2015-05-21 Thread daniel
daniel added a blocking task: T99895: Create Special:ShowEntity on the client.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T99897: {{#property}} parser function should output EntityIdValues as local wiki links.

2015-05-21 Thread daniel
daniel edited the task description.
daniel set Security to None.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99898: Create {{#entity-link|Q123}} parser function for linking to the local page about a given entity.

2015-05-21 Thread daniel
daniel created this task.
daniel added subscribers: Aklapper, daniel.
daniel added projects: MediaWiki-extensions-WikibaseClient, Wikidata.

TASK DESCRIPTION
  `{{#entity-link|Q123}}` should instead create a local interwiki link using 
the appropriate label along with the local page connected to the target item, 
if there is any. If there is no local connected page, the link should point to 
Special:ShowEntity (whether such a link should be red or blue depends on how we 
interpret the functionality of Special:ShowEntity - showing content, or 
creating a page; this should be controlled by a special css class, and 
customizable per wiki, and per gadget).
  
  See also {T99897}

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

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

To: daniel
Cc: daniel, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99898: Create {{#entity-link|Q123}} parser function for linking to the local page about a given entity.

2015-05-21 Thread daniel
daniel added a blocking task: T99895: Create Special:ShowEntity on the client.

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

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

To: daniel
Cc: daniel, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel added a blocked task: T99898: Create {{#entity-link|Q123}} parser 
function for linking to the local page about a given entity..

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99899: Allow looking up Entities by external identifiers.

2015-05-21 Thread daniel
daniel added a project: Wikidata.
daniel set Security to None.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T44063: Provide a plain linked data interface for accessing entities (story)

2015-05-21 Thread daniel
daniel added a blocking task: T99899: Allow looking up Entities by external 
identifiers..

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

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

To: daniel
Cc: Wikidata-bugs, AnjaJentzsch, Abraham, Denny, Lydia_Pintscher, daniel, aude, 
Aklapper



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


[Wikidata-bugs] [Maniphest] [Updated] T99899: Allow looking up Entities by external identifiers.

2015-05-21 Thread daniel
daniel added a blocked task: T44063: Provide a plain linked data interface for 
accessing entities (story).

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99901: Enable Other projects sidebar by default on Portuguese Wikipedia

2015-05-21 Thread He7d3r
He7d3r created this task.
He7d3r added a subscriber: He7d3r.
He7d3r added projects: Wikimedia-Site-requests, Wikidata, Beta-Feature.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  According to 
[[https://pt.wikipedia.org/wiki/Wikip%C3%A9dia:Esplanada/propostas/Ativar_outros_projetos_na_barra_lateral_%284mai2015%29|w:pt:WP:Esplanada/propostas/Ativar
 outros projetos na barra lateral (4mai2015)]].

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

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

To: He7d3r
Cc: He7d3r, Aklapper, Wikidata-bugs, Snowolf, aude, tomasz, Shizhao, Se4598, 
Jdforrester-WMF, Krenair



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


[Wikidata-bugs] [Maniphest] [Updated] T90870: selfcontained projects around Wikidata (tracking)

2015-05-21 Thread daniel
daniel added a blocking task: T99895: Create Special:ShowEntity on the client.

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

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

To: daniel
Cc: Ricordisamoa, Qgil, mkroetzsch, Aklapper, Lydia_Pintscher, Wikidata-bugs, 
aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel added a blocked task: T90870: selfcontained projects around Wikidata 
(tracking).

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99896: Use Lua for custom rendering of entity data on Special:ShowEntity

2015-05-21 Thread daniel
daniel created this task.
daniel added subscribers: Aklapper, daniel.
daniel added projects: MediaWiki-extensions-WikibaseClient, Wikidata.

TASK DESCRIPTION
  Special:ShowEntity itself does not know how to show a summary about the 
entity. But community maintained Lua code could have that knowledge.  It could 
work much like Reasonator does: by Looking at the entity, it decides which 
Statements to show and which related entities to look up. The result can be 
shown in infobox-style, or generated text.

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

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

To: daniel
Cc: daniel, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99896: Use Lua for custom rendering of entity data on Special:ShowEntity

2015-05-21 Thread daniel
daniel added a blocking task: T99895: Create Special:ShowEntity on the client.

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

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

To: daniel
Cc: daniel, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread daniel
daniel added a blocked task: T99896: Use Lua for custom rendering of entity 
data on Special:ShowEntity.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T99899: Allow looking up Entities by external identifiers.

2015-05-21 Thread daniel
daniel edited the task description.

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

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

To: daniel
Cc: Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread daniel
daniel added a comment.

I find it odd to base the numbering on an artificially fixed limit like 16. I 
also find it odd that the roughest precision has the lowest value. Makes 
sense if you interpret it as significant number of digits, but that only 
works with a fixed with.

So I proposed to reverse the order: the smallest ID should refer to seconds, 
then minutes, and so on - with the scale being open end. Not sure what the code 
for that should look like, though.

A very simple alternative: give the precision as a float (or decimal), in 
years. Anything smaller than that number, in years, is insignificant. The 
values for hour etc will not be pretty, but they would have meaning, and 
arithmetics would work nicely.


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

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

To: daniel
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread thiemowmde
thiemowmde added a comment.

Words like millennium, million and billion tend to be confusing 
(billion actually does have two meanings, right?) and are, in my opinion, not 
useful for what we are discussing here.

I'm not sure what the definition of significant digits should be for what we 
are discussing here. 1 Million BC and 1 after Christ both have 1 
significant digit but different precisions. Turning the precision into 
significant digits only makes sense with padding, which is exactly what I did. 
There is nothing wrong with that.

The problem with an inversed order is that this does not work:

  Ye0 = 9
  Ye0M = 10
  Ye0MD = 11
  Ye0MDH = 12
  Ye0MDHM = 13
  Ye0MDHMS = 14
  Ye1 = 8
  Ye2 = 7
  Ye3 = 6
  Ye4 = 5
  Ye5 = 4
  Ye6 = 3
  Ye7 = 2
  Ye8 = 1
  Ye9 = 0

Calculating fractions of a year or turning all these different precisions into 
seconds is not going to work because this would depend on the month and if it's 
a leap year, wouldn't it?


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

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

To: thiemowmde
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99899: Allow looking up Entities by external identifiers.

2015-05-21 Thread jeremyb
jeremyb added a subscriber: jeremyb.

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

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

To: jeremyb
Cc: jeremyb, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99253: Meeting: Short presentation of Capiunto with QA

2015-05-21 Thread Qgil
Qgil added a comment.

Heads up, a session previously scheduled as tentative is now confirmed: 
T99887: Meeting: QA with Lila Tretikov at the Wikimedia Hackathon in Lyon 
https://phabricator.wikimedia.org/T99887. It's at the same time than your 
session, and it might affect your attendance...


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

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

To: hoo, Qgil
Cc: Qgil, Lucie, Lydia_Pintscher, Aklapper, hoo, Sylvain_WMFr, AlexWang, 
Wikidata-bugs, aude, Daniel_Mietchen



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T77977: Unit support (tracking)

2015-05-21 Thread Tobias1984
Tobias1984 added a subscriber: Tobias1984.

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

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

To: Tobias1984
Cc: Tobias1984, Kelson, Ricordisamoa, Sylvain_WMFr, DSGalaktos, 
AmaryllisGardener, Liuxinyu970226, Aklapper, Snipre, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T97522: update Wikibase ontology schema (owl)

2015-05-21 Thread gerritbot
gerritbot added a comment.

Change 207632 merged by jenkins-bot:
https://phabricator.wikimedia.org/T97522: Add more documentation to OWL ontology

https://gerrit.wikimedia.org/r/207632


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

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

To: gerritbot
Cc: gerritbot, Smalyshev, daniel, Manybubbles, mkroetzsch, Denny, Aklapper, 
Lydia_Pintscher, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T98981: Split the ParserOutput data / property code from LangLinkHandler

2015-05-21 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 210711 merged by jenkins-bot:
Introduce ParserOutputDataUpdater class

https://gerrit.wikimedia.org/r/210711


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

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

To: aude, gerritbot
Cc: gerritbot, daniel, Lydia_Pintscher, Aklapper, aude, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T99911: Human-readable serialization of TimeValue precisions in JSON

2015-05-21 Thread thiemowmde
thiemowmde created this task.
thiemowmde added subscribers: daniel, thiemowmde, Lydia_Pintscher, mkroetzsch, 
Denny.
thiemowmde added projects: MediaWiki-extensions-WikibaseRepository, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The precision of a TimeValue is currently represented as an integer in JSON. 
But these numbers do not have a meaning. They are just constants, for internal 
use in the Wikibase code base. It probably makes much more sense to represent 
these precision values as short strings in JSON, e.g. `'precision': 'DAY'`. Or 
URIs, see {T99907}.
  
  Or does it? Code like in `TimeDetailsFormatter` makes use of the fact that 
the integer numbers 9 (year), 8 (10 years), 7 (100 years) and so on do have an 
order that can be used in a calculation. On the other hand I don't think this 
can be an argument for keeping the otherwise meaningless numbers.
  
  Also see https://github.com/DataValues/Time/pull/42, a patch that tries to 
come up with a better naming scheme for these constants.

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

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

To: thiemowmde
Cc: Aklapper, Denny, mkroetzsch, Lydia_Pintscher, thiemowmde, daniel, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread mkroetzsch
mkroetzsch added a comment.

A big advantage of the numbers is that you can search for values where the 
precision is at least a certain value (e.g., dates with precision day or 
above). This would be lost when using URIs.


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

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

To: mkroetzsch
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread thiemowmde
thiemowmde created this task.
thiemowmde added subscribers: thiemowmde, daniel, Smalyshev, mkroetzsch.
thiemowmde added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The precision of a TimeValue is currently represented as a nonNegativeInteger 
in RDF. See docs/ontology.owl, recently updated in 
https://gerrit.wikimedia.org/r/#/c/207632. But these numbers do not have a 
meaning. They are just constants, for internal use in the Wikibase code base. 
In RDF it probably makes much more sense to represent these precision values as 
URIs, each with a well defined meaning.

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

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

To: thiemowmde
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99901: Enable Other projects sidebar by default on Portuguese Wikipedia

2015-05-21 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Lydia_Pintscher, hoo, aude, JanZerebecki.

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

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

To: Lydia_Pintscher
Cc: JanZerebecki, aude, hoo, Lydia_Pintscher, He7d3r, Aklapper, Wikidata-bugs, 
Snowolf, tomasz, Shizhao, Se4598, Jdforrester-WMF, Krenair



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


[Wikidata-bugs] [Maniphest] [Triaged] T99901: Enable Other projects sidebar by default on Portuguese Wikipedia

2015-05-21 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.

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

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

To: Lydia_Pintscher
Cc: JanZerebecki, aude, hoo, Lydia_Pintscher, He7d3r, Aklapper, Wikidata-bugs, 
Snowolf, tomasz, Shizhao, Se4598, Jdforrester-WMF, Krenair



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T99901: Enable Other projects sidebar by default on Portuguese Wikipedia

2015-05-21 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to consider for next sprint on the Wikidata 
workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/71/

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

To: Lydia_Pintscher
Cc: JanZerebecki, aude, hoo, Lydia_Pintscher, He7d3r, Aklapper, Wikidata-bugs, 
Snowolf, tomasz, Shizhao, Se4598, Jdforrester-WMF, Krenair



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


[Wikidata-bugs] [Maniphest] [Commented On] T99911: Human-readable serialization of TimeValue precisions in JSON

2015-05-21 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 194306 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Unify names of time precision constants

https://gerrit.wikimedia.org/r/194306


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

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

To: gerritbot
Cc: gerritbot, Aklapper, Denny, mkroetzsch, Lydia_Pintscher, thiemowmde, 
daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99911: Human-readable serialization of TimeValue precisions in JSON

2015-05-21 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Aklapper, Denny, mkroetzsch, Lydia_Pintscher, thiemowmde, 
daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T93055: Implement tracking of label use per parser target language

2015-05-21 Thread daniel
daniel closed this task as Resolved.

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

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

To: daniel
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Liuxinyu970226, Ricordisamoa, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99817: Training: Wikidata's SPARQL introduction for beginners

2015-05-21 Thread Lucie
Lucie added a project: Wikimedia-Hackathon-2015.

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

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

To: Lucie
Cc: Liuxinyu970226, Smalyshev, Qgil, Lydia_Pintscher, JanZerebecki, hoo, 
Aklapper, Lucie, Sylvain_WMFr, AlexWang, Wikidata-bugs, aude, Daniel_Mietchen



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T99817: Training: Wikidata's SPARQL introduction for beginners

2015-05-21 Thread Lucie
Lucie moved this task to Training proposals on the Wikimedia-Hackathon-2015 
workboard.

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

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1018/

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

To: Lucie
Cc: Liuxinyu970226, Smalyshev, Qgil, Lydia_Pintscher, JanZerebecki, hoo, 
Aklapper, Lucie, Sylvain_WMFr, AlexWang, Wikidata-bugs, aude, Daniel_Mietchen



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


[Wikidata-bugs] [Maniphest] [Edited] T99253: Meeting: Short presentation of Capiunto with QA

2015-05-21 Thread Lucie
Lucie edited the task description.

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

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

To: hoo, Lucie
Cc: Qgil, Lucie, Lydia_Pintscher, Aklapper, hoo, Sylvain_WMFr, AlexWang, 
Wikidata-bugs, aude, Daniel_Mietchen



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


[Wikidata-bugs] [Maniphest] [Unblock] T89002: Track multi-lingual label usage

2015-05-21 Thread daniel
daniel closed blocking task T93055: Implement tracking of label use per parser 
target language as Resolved.

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

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

To: daniel
Cc: Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, Lydia_Pintscher, hoo, Rical, 
Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T94539: BlazeGraph uses old xsd:dateTime standard

2015-05-21 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, daniel, Jc3s5h, JanZerebecki, Manybubbles, 
Thompsonbry.systap, Haasepeter, Beebs.systap, Aklapper, Smalyshev, jkroll, 
Wikidata-bugs, Jdouglas, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99795: RdfBuilder should have an option to switch between XSD 1.1 and XSD 1.0 style dates in the output.

2015-05-21 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, Jc3s5h, Smalyshev, Aklapper, daniel, jkroll, Wikidata-bugs, 
Jdouglas, aude, Manybubbles, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93055: Implement tracking of label use per parser target language

2015-05-21 Thread Liuxinyu970226
Liuxinyu970226 removed a subscriber: Liuxinyu970226.

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

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

To: daniel, Liuxinyu970226
Cc: gerritbot, daniel, Aklapper, Rical, hoo, Lydia_Pintscher, Daniel_Mietchen, 
Ricordisamoa, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T90765: Make app Wikidata description editable

2015-05-21 Thread Tbayer
Tbayer added a subscriber: Tbayer.

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

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

To: Tbayer
Cc: Tbayer, Rberchie, hoo, Krenair, Qgil, Deskana, Vibhabamba, Mhurd, Aklapper, 
Sylvain_WMFr, Cxyshine, AlexWang, Wikidata-bugs, bearND, Ryasmeen, aude, 
Daniel_Mietchen, Dbrant



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


[Wikidata-bugs] [Maniphest] [Updated] T65722: Basic support for units in quantity datatype

2015-05-21 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.
Ricordisamoa removed a project: Patch-For-Review.

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

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

To: daniel, Ricordisamoa
Cc: Ricordisamoa, Wikidata-bugs, Bene, Tobi_WMDE_SW, Micru, mgrabovsky, Fale, 
Ash_Crow, Ainali, Lydia_Pintscher, Stryn, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99895: Create Special:ShowEntity on the client

2015-05-21 Thread Bugreporter
Bugreporter added a subscriber: Bugreporter.
Bugreporter added a comment.

I think we should add another two choice when the local page doesn't exist:

- forward to an edit form with preloaded text, which can be set by Lua.
- Load ContentTranslation to translate the page from a given wiki.


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

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

To: Bugreporter
Cc: Bugreporter, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T77982: Decide on implementation of Unit Selector widget

2015-05-21 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Bene, Lydia_Pintscher, Snipre, thiemowmde, Tobi_WMDE_SW, 
adrianheine, Snaterlicious, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T76217: language fallback for the property parser function

2015-05-21 Thread Ijon
Ijon added a subscriber: Ijon.

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

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

To: Ijon
Cc: Ijon, Ainali, Aklapper, Bugreporter, Wikidata-bugs, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread Smalyshev
Smalyshev added a comment.

 the number describing the relevant digits of the year when it's padded to the 
 maximum of 16 digits.


This sound kind of artificial, to be frank. I.e. can you tell which one is 
millenia? (I guess it's Y13 but I'm not sure). Why year is Y16 - I don't 
think we've every had a year in our DB with actual 16 significant digits (we 
have either 4 digit years or huge years like 13 billion where those zeroes are 
just scale). So 16 there is some technical number which doesn't make a lot of 
sense to people. I think we need more ideas on this.


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

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

To: Smalyshev
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Created] T99948: FA, GA, RA are not working for fawikivoyage

2015-05-21 Thread Mjbmr
Mjbmr created this task.
Mjbmr added a subscriber: Mjbmr.
Mjbmr added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  FA, GA, RA are not working for fawikivoyage, example: 
[[https://www.wikidata.org/wiki/Q794|Q794]], see 
[[https://en.wikivoyage.org/wiki/Iran|Iran]].

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

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

To: Mjbmr
Cc: Mjbmr, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99948: FA, GA, RA are not working for fawikivoyage

2015-05-21 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Lydia_Pintscher, aude.

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

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

To: Lydia_Pintscher
Cc: aude, Lydia_Pintscher, Mjbmr, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T99914: Implement UnDeserializableValue expert in ValueView

2015-05-21 Thread aude
aude created this task.
aude claimed this task.
aude added a subscriber: aude.
aude added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We need / should implement an expert in ValueView for UnDeserializable value.
  
  what I came up with is:
  
  https://phabricator.wikimedia.org/F167582
  
  where it displays the error and users can remove the value. (they still need 
to look at something like Special:EntityData to see the raw data, if they like. 
in the future we might be able to add some details display of the raw value 
or make more attempt to try to reparse the value)
  
  for now, I want something simple that works sufficiently. (vs. totally broken 
as is the current situation)

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T92975: UI breaks on UnDeserializable value.

2015-05-21 Thread aude
aude added a blocking task: T99914: Implement UnDeserializableValue expert in 
ValueView.

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

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

To: aude
Cc: Tobi_WMDE_SW, JanZerebecki, thiemowmde, adrianheine, Lydia_Pintscher, 
Krenair, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99917: Handle UnDeserializableValue in SnakDeserializer

2015-05-21 Thread aude
aude added a comment.

https://github.com/wmde/WikibaseSerializationJavaScript/pull/21


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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Triaged] T99917: Handle UnDeserializableValue in SnakDeserializer

2015-05-21 Thread aude
aude triaged this task as High priority.
aude set Security to None.

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Created] T99917: Handle UnDeserializableValue in SnakDeserializer

2015-05-21 Thread aude
aude created this task.
aude claimed this task.
aude added a subscriber: aude.
aude added projects: Wikidata, Wikidata-Sprint-2015-05-05.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We need to add handling for UnDeserializableValue in the javascript wikibase 
serializers. (specifically in SnakDeserializer, at minimum)

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T99914: Implement UnDeserializableValue expert in ValueView

2015-05-21 Thread aude
aude added a comment.

https://github.com/wmde/ValueView/pull/171


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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread thiemowmde
thiemowmde added a comment.

@mkroetzsch Good argument, I forgot that. Thanks. However, I think the 
disadvantage of not being readable without referring to external documentation 
is more relevant. Could be that we can solve this in an other way. Open for 
suggestions. Is there an obvious way to describe the range and meanings of 
these constants in the OWL documentation?


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

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

To: thiemowmde
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T99914: Implement UnDeserializableValue expert in ValueView

2015-05-21 Thread aude
aude added a project: Wikidata-Sprint-2015-05-05.
aude set Security to None.

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T99914: Implement UnDeserializableValue expert in ValueView

2015-05-21 Thread aude
aude added a blocked task: T92975: UI breaks on UnDeserializable value..

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Commented On] T92975: UI breaks on UnDeserializable value.

2015-05-21 Thread aude
aude added a comment.

I have resorted to working on a branch of Wikibase for this, that brings all 
the pieces together:

http://git.wikimedia.org/tree/mediawiki%2Fextensions%2FWikibase.git/refs%2Fheads%2Fdv070

once we get components tagged and all, I can make an actual patch for this.


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

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

To: aude
Cc: Tobi_WMDE_SW, JanZerebecki, thiemowmde, adrianheine, Lydia_Pintscher, 
Krenair, Aklapper, daniel, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99907: Human-readable serialization of TimeValue precisions in RDF

2015-05-21 Thread daniel
daniel added a comment.

@mkroetzsch To me, this isn't really about readability, but conceptual clarity 
- modeling the precision as an xsd:int using our internal constants seems bad. 
We should either model them as resources with URIs, or using a *meaningful* 
number, such as the number of digits in the ISO representation, or the number 
of seconds or some such.

The current for is fine for sorting and filtering. But for someone looking at 
the JSON or RDF is's totally unclear what the number means, and it's also 
unclear how to find out. And to interpret the number correctly, e.g. for 
formatting, you need to build a big switch statement implementing the somewhat 
random spec.


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

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

To: daniel
Cc: mkroetzsch, Smalyshev, daniel, thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T97522: update Wikibase ontology schema (owl)

2015-05-21 Thread daniel
daniel added a comment.

The patch that got merged isn't sufficient to close this ticket, right? Which 
points are still missing?


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

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

To: daniel
Cc: gerritbot, Smalyshev, daniel, Manybubbles, mkroetzsch, Denny, Aklapper, 
Lydia_Pintscher, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T99674: Decide on internal representation of (Gregorian and Julian) dates with negative years

2015-05-21 Thread Jc3s5h
Jc3s5h added a comment.

To get things moving, I'll make a proposal.

1. The following fields from the internal representation (as shown in JSON) are 
essential to correctly interpret a time datatype: time, timezone, 
precision, and calendarmodel
2. The first change to the meaning of the existing fields is the time field; 
year 0 is allowed and is equal to 1 BCE.
3. The second change to the meaning of the existing fields is timezone; it is 
a character string which may be a character representation of an integer or 
nil. If it is a character representation of an integer, it has the same 
meaning as at present. If it is nil the time is local time, the meaning of 
which is to be inferred from the context.
4. Currently the Z on the end of the time field is meaningless, and this lack 
of meaning continues.
5. The timezone field, except as mentioned above, retains its existing 
meaning: Signed integer. Timezone information as an offset from UTC in minutes. 
For dates before the modern implementation of UTC in 1972, this is the offset 
of the time zone from universal time. Before the implementation of time zones, 
this is the longitude of the place of the event, expressed in the range −180° 
to 180° (positive is east of Greenwich), multiplied by 4 to convert to minutes.
6. The precision field is the only method of expressing precision; precision 
shall not be inferred from what information is present or absent in the time 
field.
7. The precision field identifies which characters in the time field must 
be valid date or time representations. For example 
time:+0014-08-19T00:00:00Z combined with precision:11 (days) is valid, 
but time:+0014-00-00T00:00:00Z combined with precision:11 (days) is 
invalid because 0 is not a valid month and 0 is not a valid day.
8. The time value may be truncated at any point right of the rightmost day 
digit, thus allowing it to be read by a greater variety of existing ISO 8601 
parsers.
9. The before field is reserved for future development.
10. The after field is reserved for future development.


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

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

To: Jc3s5h
Cc: JanZerebecki, Smalyshev, Jc3s5h, daniel, Aklapper, Tobi_WMDE_SW, 
Wikidata-bugs, JulesWinnfield-hu, Addshore, Liuxinyu970226, Rical, Conny, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T92515: Implement each flavor of RDF in a separate class.

2015-05-21 Thread gerritbot
gerritbot added a comment.

Change 212268 merged by jenkins-bot:
Expand class level doc of RdfBuilder classes

https://gerrit.wikimedia.org/r/212268


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

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

To: daniel, gerritbot
Cc: gerritbot, Smalyshev, Aklapper, daniel, Wikidata-bugs, aude



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