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

2015-03-30 Thread Smalyshev
Smalyshev created this task.
Smalyshev added subscribers: Smalyshev, Beebs.systap, Haasepeter, 
Thompsonbry.systap, Manybubbles.
Smalyshev added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Between XSD 1.0 and XSD 1.1 standards, the meaning of dates with year 0 and 
negative years changed. In XSD 1.0, year 0 is invalid, and year -1 is 1 BCE. In 
XSD 1.1, following ISO 8601:2000, year 0 is valid and means 1 BCE, year -1 is 2 
BCE.
  
  Judging from these tests:
  ```
  prefix xsd: 
  
  SELECT ?date
  WHERE {
BIND ( year("-01-01T00:00:00"^^xsd:dateTime) AS ?date)
  }
  
  MalformedQueryException: "-01-01T00:00:00" is not a valid representation 
of an XML Gregorian Calendar value.
  prefix xsd: 
  
  SELECT ?date
  WHERE {
BIND ( "0001-01-01T00:00:00"^^xsd:dateTime - 
"-0001-01-01T00:00:00"^^xsd:dateTime AS ?date)
  }
  
  366.0
  ```
  
  Blazegraph follows XSD 1.0. Current RDF spec specifies that it uses XSD 1.1. 
So we probably need an option to support XSD 1.1. 
  
  See also discussion in T94064.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T90852: Create a system to store and query links to books

2015-03-30 Thread NiharikaKohli
NiharikaKohli added a subscriber: NiharikaKohli.
NiharikaKohli added a comment.

@CeruleanDreamer, could you email me at nko...@wikimedia.org regarding 
Outreachy? We may have some opportunity to adjust you in.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Ladsgroup, NiharikaKohli
Cc: NiharikaKohli, Mvolz, CeruleanDreamer, Magnus, Jdouglas, Lydia_Pintscher, 
Qgil, Aklapper, Ladsgroup, Sylvain_WMFr, AlexWang, mobrovac, jkroll, Smalyshev, 
Wikidata-bugs, Ryasmeen, aude, GWicke, Daniel_Mietchen, Manybubbles, Gryllida, 
Ijon, daniel, JanZerebecki, Rdicerb



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


[Wikidata-bugs] [Maniphest] [Commented On] T93866: Rollback diff causes error

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200810 had a related patch set uploaded (by Aaron Schulz):
Added slave/master fallback logic in Revision

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, gerritbot
Cc: MZMcBride, Matiia, matej_suchanek, mmodell, greg, gerritbot, hoo, 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] T93866: Rollback diff causes error

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 199804 abandoned by Aaron Schulz:
Added slave/master fallback logic in Revision

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, gerritbot
Cc: MZMcBride, Matiia, matej_suchanek, mmodell, greg, gerritbot, hoo, 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] T90879: adapt machine learning tools to Wikidata for spam and vandalism fighting

2015-03-30 Thread Ladsgroup
Ladsgroup added a comment.

I'm working on this in several different projects


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Ladsgroup
Cc: Liuxinyu970226, 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] [Claimed] T90879: adapt machine learning tools to Wikidata for spam and vandalism fighting

2015-03-30 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Ladsgroup
Cc: Liuxinyu970226, 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] [Changed Subscribers] T66084: Time data-type inconsistently zero-pads year value (dates earlier than year 1000?)

2015-03-30 Thread Liuxinyu970226
Liuxinyu970226 removed a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, Liuxinyu970226
Cc: JulesWinnfield-hu, daniel, gnosygnu, adrianheine, thiemowmde, Jc3s5h, 
Wikidata-bugs, Nemo_bis, Addshore, MZMcBride, Lydia_Pintscher, JohnLewis, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-30 Thread Liuxinyu970226
Liuxinyu970226 removed a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread Liuxinyu970226
Liuxinyu970226 removed a subscriber: Liuxinyu970226.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, Liuxinyu970226
Cc: daniel, gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, 
thiemowmde, adrianheine, Snaterlicious, Yair_rand, 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] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread hoo
hoo added a comment.

@Rical: We already have entity caching in place, this is (mostly) about other 
pain points like in process memory usage, in process cpu time usage, used 
network bandwidth and such things.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Commented On] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread Rical
Rical added a comment.

The cases are very various and choose some stable limits seems very hard.

How to adapt and reduce the charge of servers ? Which part in real time ? Which 
part in pre-computed time ?
The way could be : For each title Q and each property P compute a mean 
delay between 2 acces and a mean charge of an acces.
From these mean charges, select which Q and P pre-computed work we keep 
in "cache" to reduce the global charge of servers.
The real time work is then reduced to the too unpredictible asks.

This perpetual optimization process could use 1% of the charge of servers, but 
greatly reduce the global charge.
The question become : which elementary charge we compute to optimize the global 
process ?

Then the limits can be bigger and less meaningfull.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, Rical
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Smalyshev
Smalyshev added a comment.

Virtuoso seems to be pretty odd. E.g. this query:

  PREFIX :  
  SELECT ?x  ?time WHERE { 
?x  ?time . 
FILTER (?time < "0002-01-01"^^xsd:date) 
  } LIMIT 100

returns only a handful of items with year 1 but not any dates with BCE. Same 
when using "0002"^^xsd:gYear.  Moreover, this one:

  PREFIX :  
  SELECT count(?time) WHERE { 
?x  ?time . 
FILTER regex(str(?time), "^-") .
FILTER (?time > "0001"^^) .
  } LIMIT 100

produces 3541 - i.e., Virtuoso thinks all negative years are actually bigger 
than year 1. No idea what's going on there but I suspect it's not what we want.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Smalyshev
Smalyshev added a comment.

> Item 1 will ensure that we can work with the dates as they will most likely 
> be when we enter production.


I'm not sure what is the basis of this assertion? I didn't see any plans for 
BlazeGraph to move to new standard in the near term, and the same for Virtuoso. 
I will create an issue with Blazegraph but even if/when we convince them to 
move (as this would mean everybody that uses older 1.0 format will not be able 
to receive correct results from RDF anymore, I'm not sure they'd be eager to 
switch) it may take time, and more realistically we'd probably to have to rely 
on our own date handling eventually. However, this is for BlazeGraph, but 
loading the same data into Virtuoso would still produce broken results for any 
BCE date.

More importantly, do we have a commitment that Wikidata data format will be 
changed in the very near future so that all stored dates are actually valid 
proleptic Gregorian? We've initiated this discussion very recently and I didn't 
see any definite resolution yet, much less commitment for the time when the 
data would actually be like this (and how Julian dates will be represented in 
this case). Do you propose that until this happens, our date values in RDF dump 
for every Julian date, evern BCE date, and all dates like -02-31 should be 
unusuable? I'm not sure how that improves anything.

> It would be a waste of programming time to work around issues that others are 
> already trying to fix as we speak.


There's no programming time - current model is already implemented (and Julian 
handling too). Of course, it's not a problem to change it, but for that we need 
to know what we're changing it to and how it would work. Assuming that 
everything is ISO 8601:2000 when in fact it is not does not seem like correct 
way - BlazeGraph would just reject invalid dates (so, not useful for queries), 
and even worse - it would consume current BCE dates not in ISO 8601:2000 but in 
its own understanding of dates, which will make all queries touching 1BCE and 
below invalid, at least until we implement custom date handling. I'm not sure I 
understand why this is the best option, unless we //know// all internal dates 
move to  ISO 8601:2000 very soon.

> I agree with you that some dates will not be interpreted as intended, but 
> this is unavoidable


It is true that there will be invalid dates. But you seem to be proposing just 
ignoring this fact and put them in the data - with full knowledge they are 
invalid and either can not be consumed by the query engine or, even worse, will 
be interpreted incorrectly by the query engine. I am proposing to try and fix 
those that we can so that we allow the query engine to make sense for most of 
them. For others, to just provide string representation and not claim that some 
random assembly of characters that we can not validate is actually xsd:dateTime.

> Your finding of "" years in our Virtuoso instance is quite peculiar


Virtuoso seems to be able to import invalid dates. I'm not sure if it's 
actually able to index it (probably not but I can check). However other tools 
can reject them or even fail the whole import.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread mkroetzsch
mkroetzsch added a comment.

@Smalyshev P.S. Your finding of "" years in our Virtuoso instance is quite 
peculiar given that this endpoint is based on RDF 1.0 dumps as they are 
currently generated in WDTK using this code: 
https://github.com/Wikidata/Wikidata-Toolkit/blob/a9f676bfbc2df545d386bfa72e5130fa280521a9/wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/values/TimeValueConverter.java#L112-L117


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, mkroetzsch
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread mkroetzsch
mkroetzsch added a comment.

@Smalyshev We really want the same thing: move on with minimal disturbance as 
quickly as possible. As you rightly say, the data we generate right now is not 
meant for production use but for testing. We must make sure that our production 
environment will understand dates properly, but it's still some time before 
that. Here is my proposal summed up:

1. Implement RDF export now as if Wikidata would encode all dates in ISO 
8601:2000 (proleptic Gregorian with year 0 encoding -1BCE)
2. Have a switch in the RDF export code that allows us to export to RDF 1.1 or 
to RDF 1.0.

Item 1 will ensure that we can work with the dates as they will most likely be 
when we enter production. With the discovery that all of JavaScript relies on 
ISO 8601:2000, there is not much of a question that we will have this corrected 
in the end. It would be a waste of programming time to work around issues that 
others are already trying to fix as we speak. We can still implement 
reinterpretations of the internal dates when we find that the internal format 
is still broken when we want to release this (I hope this won't happen).

Item 2 is a compromise. It will ensure that we can use BlazeGraph even before 
the xsd:date bug is fixed. Has anyone reported the issue to them yet? It might 
well be that they are quicker fixing this than we are finishing this 
discussion. I am sure they would also like to conform to SPARQL 1.1.

I agree with you that some dates will not be interpreted as intended, but this 
is unavoidable (whatever rule we pick, we will always have some dates that are 
not as intended, already because of the calendar model mix-up). We have to rely 
on the ongoing review to get this fixed. This should not worry us right now, as 
it affects everyone (including actual production uses of Wikidata data from the 
API or JSON dumps).


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, mkroetzsch
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread greg
greg removed a subscriber: greg.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, greg
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Updated] T94143: Unstyled "Edit links" when previewing a page

2015-03-30 Thread aude
aude removed a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude
Cc: hoo, gerritbot, Schnark, 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] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread aude
aude removed a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T91840: Test of WikiGrok --> Wikidata pipeline

2015-03-30 Thread gpaumier
gpaumier moved this task to Triaged on the notice workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: gpaumier
Cc: greg, Eloquence, Lydia_Pintscher, Ainali, Maryana, Aklapper, Wikidata-bugs, 
aude, gpaumier, Quiddity, Qgil



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


[Wikidata-bugs] [Maniphest] [Commented On] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread Dzahn
Dzahn added a comment.

--> https://phabricator.wikimedia.org/T94474


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Manybubbles, Dzahn
Cc: Dzahn, JanZerebecki, Manybubbles, fgiunchedi, RobH, Aklapper, Joe, aaron, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, mark, faidon, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Updated] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread Dzahn
Dzahn added a blocked task: T94474: reclaim / decom haedus and capella.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Manybubbles, Dzahn
Cc: Dzahn, JanZerebecki, Manybubbles, fgiunchedi, RobH, Aklapper, Joe, aaron, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, mark, faidon, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Commented On] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread Dzahn
Dzahn added a subscriber: Dzahn.
Dzahn added a comment.

Should have a decom/reclaim ticket to follow-up with 
https://wikitech.wikimedia.org/wiki/Server_Lifecycle#Reclaim_or_Decommission


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Manybubbles, Dzahn
Cc: Dzahn, JanZerebecki, Manybubbles, fgiunchedi, RobH, Aklapper, Joe, aaron, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, mark, faidon, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T90123: BlazeGraph Finalization: Value representation

2015-03-30 Thread bd808
bd808 moved this task to Done on the MediaWiki-Core-Team workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200641 merged by jenkins-bot:
Fix focus when clicking "add qualifier"

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, gerritbot
Cc: daniel, gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, 
thiemowmde, adrianheine, Snaterlicious, Liuxinyu970226, Yair_rand, Aklapper, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92990: Add bestRank to RDF export

2015-03-30 Thread bd808
bd808 moved this task to Done on the MediaWiki-Core-Team workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, bd808
Cc: gerritbot, Smalyshev, Aklapper, Manybubbles, jkroll, Wikidata-bugs, 
Jdouglas, aude, GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200640 merged by jenkins-bot:
Fix focus on value field on property select

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Declined] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread Manybubbles
Manybubbles closed this task as "Declined".
Manybubbles claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Manybubbles
Cc: JanZerebecki, Manybubbles, fgiunchedi, RobH, Aklapper, Joe, aaron, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, mark, faidon, Dzahn, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread JanZerebecki
JanZerebecki added subscribers: Manybubbles, JanZerebecki.
JanZerebecki added a comment.

As orientdb testing is over... @Manybubbles are these still needed?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: JanZerebecki
Cc: JanZerebecki, Manybubbles, fgiunchedi, RobH, Aklapper, Joe, aaron, jkroll, 
Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, mark, faidon, Dzahn, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Commented On] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200641 had a related patch set uploaded (by Aude):
Fix focus when clicking "add qualifier"

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, gerritbot
Cc: daniel, gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, 
thiemowmde, adrianheine, Snaterlicious, Liuxinyu970226, Yair_rand, 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] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200640 had a related patch set uploaded (by Aude):
Fix focus on value field on property select

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93658: cron job to create RDF dumps

2015-03-30 Thread Joe
Joe added a subscriber: Joe.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T94115: Add property types to RDF dump

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200262 merged by jenkins-bot:
https://phabricator.wikimedia.org/T94115: add property type to dump

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, gerritbot
Cc: gerritbot, daniel, Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, 
aude, GWicke, Manybubbles, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Commented On] T93658: cron job to create RDF dumps

2015-03-30 Thread JanZerebecki
JanZerebecki added a comment.

Ready to run manual command to create a dump:

  filename=`date +'%Y%m%d'`; i=0; shards=4; while [ $i -lt $shards ]; do php 
/srv/mediawiki/multiversion/MWScript.php 
extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --format 
ttl --wiki wikidatawiki --shard $i --sharding-factor $shards 2>> 
/var/log/wikidatadump/dumpwikidatardf-$filename-$i.log | gzip > 
/mnt/data/xmldatadumps/temp/wikidataRdf-$filename.$i.gz & let i++; done


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Smalyshev
Smalyshev added a comment.

I'm not sure why it is the only way. Certainly using Somevalue or string or any 
other placeholder value are ways too. They can be worse ways if you see 
arguments against them but why they are not ways at all? Why these ways can not 
be considered? Also, we're not talking only about year 0 - there are many 
non-Gregorian dates there.

Judging by this:
http://milenio.dcc.uchile.cl/sparql?default-graph-uri=&query=PREFIX+%3A+%3Chttp%3A%2F%2Fwww.wikidata.org%2Fentity%2F%3E+SELECT+count%28%3Ftime%29+WHERE+%7B+%0D%0A++%3Fx+%3Chttp%3A%2F%2Fwww.wikidata.org%2Fontology%23time%3E+%3Ftime+.+%0D%0A++FILTER+regex%28str%28%3Ftime%29%2C+%22%5E%22%29+.%0D%0A%7D+&format=text%2Fhtml&timeout=0&debug=on

We have 51 entries with year 0 (if the data there is full and up-to-date) and 
3541 negative dates. Not sure how to count invalid dates but there is a date 
like "1966-02-31"^^http://www.w3.org/2001/XMLSchema#date in the DB there which 
doesn't look like a valid one - looks like Virtuoso is more lenient in allowing 
invalid data than BlazeGraph.

We also have 12806 entries marked as Julian.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T93658: cron job to create RDF dumps

2015-03-30 Thread JanZerebecki
JanZerebecki added a comment.

We need a variant of modules/snapshot/files/dumpwikidatajson.sh for this, which 
does the sharding and assembling the shards.
https://git.wikimedia.org/blob/operations%2Fpuppet.git/6abb1fd3a7b9e9baa0155732d0e96999ff925527/modules%2Fsnapshot%2Ffiles%2Fdumpwikidatajson.sh


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

It is the only way I see forward right now that will let you continue working 
on queries quickly. (Anything else needs considerably more 
discussion/investigation as this ticket shows) And I consider it acceptable in 
this case. How many cases are we talking about?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, Lydia_Pintscher
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Smalyshev
Smalyshev added a comment.

@Lydia_Pintscher this means for the dump there will be no difference between 
"has property value with date containing year 0" and "has no property valye". 
I'm not sure it is a good idea. Having no property value is meaningful (e.g. 
having position start/end date, having death date, having organization 
creation/dissolution date, etc.) so it may lead to wrong query results. We may 
use string or Somevalue, but dropping existing data seems too radical for me.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

Yes I am proposing to drop dates that have year set to 0 for now from the RDF 
export. We can communicate that and need to do this anyway as it is really bad 
practice.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, Lydia_Pintscher
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93365: wbmergeitems doesn't need a token to merge items

2015-03-30 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, Ricordisamoa
Cc: Ricordisamoa, Ladsgroup, Sjoerddebruin, Multichill, Magnus, gerritbot, 
greg, Lydia_Pintscher, Legoktm, hoo, daniel, aude, Lucie, Wikidata-bugs, 
Jalexander, Parent5446, Anomie, csteipp, Krenair



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


[Wikidata-bugs] [Maniphest] [Updated] T93365: wbmergeitems doesn't need a token to merge items

2015-03-30 Thread Ricordisamoa
Ricordisamoa removed a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, Ricordisamoa
Cc: Ladsgroup, Sjoerddebruin, Multichill, Magnus, gerritbot, greg, 
Lydia_Pintscher, Legoktm, hoo, daniel, aude, Lucie, Wikidata-bugs, Jalexander, 
Parent5446, Anomie, csteipp, Krenair



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread Smalyshev
Smalyshev added a comment.

> The WDTK RDF exports are generated based on the original specification. There 
> is no technical issue with this and it does not block development to do just 
> this.


If by original specification you mean assumption "all data is proleptic 
Gregorian", then it does not match the current data. I.e. if I just make code 
assume that, it will generate a real lot of broken dates which will not be 
interpreted properly by the query engine. In fact, almost all Julian dates will 
be wrong, and many others will be broken too. I'm not sure how useful it would 
be to take this road - why have broken data in our dump?

> If not, then better wait until Lydia has a conclusion for what to do with 
> dates, rather than implementing your point of view without consensus.


I'm not sure how it's better. If any decision is made, we can always change the 
code, but just sitting with our hands folded and doing nothing doesn't look 
like a good idea.

> Re deep value model: the core of the issue is that you propose to represent 
> dates as the "original" string. Denny and I have clarified that we don't find 
> this an acceptable representation for dates.


OK, but what I still miss is what you consider acceptable that would be able to 
represent current data. If we have date of -02-31 in the data, what you 
propose for the RDF data to contain? What is it's marked as Julian date - what 
should the data contain? What if it is marked with calendar that is neither 
Gregorian nor Julian?

> There is no upgrade path from this implementation to the one we actually want.


Why not? If the format changes, you can update your data pretty easily by 
removing old value nodes/triples and replacing them with new ones. That 
provided somebody would actually use our beta data and get deep enough so it 
would be a problem it time it takes us to make a decision. Which, if that is 
going to take so long time, is yet another argument for not blocking on it.

> Thus we can as well work on the hypothesis that dates are in ISO 8601:2000 as 
> originally intended.


I understand that neither BlazeGraph not Virtuozo do not actually interpret the 
dates as ISO 8601:2000. We need them to understand our dates. I'm not sure how 
you propose to solve this? Or am I mistaken in interpreting Jan's conslusions 
and they are ISO 8601:2000?

@Lydia_Pintscher could you clarify what you mean by "those dates"? We want to 
represent all dates, I think, so are you proposing to just ignore the triples 
with "weird" dates? That would mean the data would look as if these dates do 
not exist - which may confuse some queries (e.g person with no date of death is 
considered alive, but it's not the same as somebody having the date of death as 
April 31th 4BCE).


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T84902: deploy haedus and capella with os for orientdb testing

2015-03-30 Thread fgiunchedi
fgiunchedi added a subscriber: fgiunchedi.
fgiunchedi added a comment.

looks like this is completed, anything else left @joe ?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: fgiunchedi
Cc: fgiunchedi, RobH, Aklapper, Joe, aaron, jkroll, Smalyshev, Wikidata-bugs, 
Jdouglas, aude, GWicke, Manybubbles, daniel, mark, JanZerebecki, faidon, Dzahn, 
chasemp



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


[Wikidata-bugs] [Maniphest] [Commented On] T91517: Revision slave does not belong to entity Q139

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 199783 merged by jenkins-bot:
Improve exception about an unexpected entity id in WikiPageEntityRevisionLookup

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: gerritbot
Cc: hoo, gerritbot, Liuxinyu970226, 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] T94143: Unstyled "Edit links" when previewing a page

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 200539 merged by jenkins-bot:
Include style for "edit links" for page preview action

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, gerritbot
Cc: hoo, gerritbot, Schnark, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T93106: GSoC proposal for Wikivoyage PageBanner extension

2015-03-30 Thread Sumit
Sumit edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Sumit
Cc: Wrh2, Jdlrobson, KLans_WMF, Lydia_Pintscher, Florian, Aklapper, LtPowers, 
Deskana, Shaundd, Matroc, Nicolas_Raoul, Sumit, kaldari, Qgil, NiharikaKohli, 
Glaisher, Danapit, Andyrom75, Imaculate, 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] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread Mvolz
Mvolz added a comment.

@daniel Thanks for the info!

So it would be possible to do limited citations then, but not full citations. 
For instance, the publication name would be free from the journal, but not the 
location or journal editors. For authors, a typical citation template has 
separate fields for first name and last name, which wouldn't be included.

But you could probably do something not half bad with just the publication 
title and full author name since those don't count towards the limit.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, Mvolz
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
greg, Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Commented On] T93127: Setup WikidataPageBanner extension repository on Gerrit

2015-03-30 Thread Sumit
Sumit added a comment.

The repository for wikidata pagebanner extension has been created and 
initialized with extension:BoilerPlate
See 
https://git.wikimedia.org/tree/mediawiki%2Fextensions%2FWikidataPageBanner.git
Shall this task be closed?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Sumit
Cc: Wrh2, Jdlrobson, KLans_WMF, Lydia_Pintscher, Florian, Aklapper, LtPowers, 
Deskana, Shaundd, Matroc, Nicolas_Raoul, Sumit, kaldari, Qgil, NiharikaKohli, 
Glaisher, Danapit, Andyrom75, Sushrutsg, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T93106: GSoC proposal for Wikivoyage PageBanner extension

2015-03-30 Thread Sumit
Sumit edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Sumit
Cc: Wrh2, Jdlrobson, KLans_WMF, Lydia_Pintscher, Florian, Aklapper, LtPowers, 
Deskana, Shaundd, Matroc, Nicolas_Raoul, Sumit, kaldari, Qgil, NiharikaKohli, 
Glaisher, Danapit, Andyrom75, Imaculate, 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] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread daniel
daniel added a comment.

@mvolz: also note that as long as only the title and local page name of the 
entity are accessed, special optimizations apply. Such access would not count 
towards the arbitrary access limit.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, daniel
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
greg, Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Commented On] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread hoo
hoo added a comment.

In https://phabricator.wikimedia.org/T93885#1162819, @Mvolz wrote:

> Just another use case for your consideration, but there's been some 
> discussion regarding using wikidata inside citation templates.
>
> So on a worse case scenario like Barack Obama, you might see > 200 citations 
> there.
>
> It gets even worse when you consider that each citation might contain fields 
> from multiple entities. For instance, if you are citing a journal article, 
> you might need information about
>
> 1. The article entity
> 2. The journal entity
> 3. Entity data about every linked author or other creator
>
>   In the case of requesting data about the author entities, this could go bad 
> rather quickly. Assuming an average of 10 linked entities per paper (high, 
> but some papers have 50 authors or so), you could easily see something like 
> 2000 (200 * 10) entity requests in a page.


For now we will also have an own limit just for the entities access and that 
will be well below 500.

I can see that there are some use cases that require accessing an immense 
amount of entities in one way or another, but that's not inside the scope of 
arbitrary access as it's implemented now. We will have a solution for that at 
some point (see also what Daniel said about lists, as that's kind of related), 
but that solution will not involve loading the whole entity (which is what 
arbitrary access is about right now) but rather be a more specialized access 
functionality (that would eg. only return Statements with a certain PropertyId 
from a list of Items).


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
greg, Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Commented On] T93885: Implement a limit for entities accessed via arbitrary access features and mark as expensive

2015-03-30 Thread Mvolz
Mvolz added a comment.

Just another use case for your consideration, but there's been some discussion 
regarding using wikidata inside citation templates.

So on a worse case scenario like Barack Obama, you might see > 200 citations 
there.

It gets even worse when you consider that each citation might contain fields 
from multiple entities. For instance, if you are citing a journal article, you 
might need information about

1. The article entity
2. The journal entity
3. Entity data about every linked author or other creator

In the case of requesting data about the author entities, this could go bad 
rather quickly. Assuming an average of 10 linked entities per paper (high, but 
some papers have 50 authors or so), you could easily see something like 2000 
(200 * 10) entity requests in a page.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: hoo, Mvolz
Cc: gerritbot, Anomie, hoo, Danmichaelo, daniel, Ltrlg, zhuyifei1999, Stryn, 
MF-Warburg, Lydia_Pintscher, Laddo, Chmarkine, Ainali, Pietrodn, Florian, 
Liuxinyu970226, Snipre, Multichill, Yann, geraki, Mvolz, Ash_Crow, Hkjacksonhk, 
Aklapper, MZMcBride, Jarekt, Ricordisamoa, Aubrey, Cwek, matej_suchanek, Qgil, 
aude, Micru, Denny, jayvdb, Bennylin, Filceolaire, ValterVB, Daniel_Mietchen, 
He7d3r, mxn, Addshore, HenkvD, Jasper, JulesWinnfield-hu, Abraham, Kersti, 
greg, Rical, Wikidata-bugs, -jem-, RP88, jeremyb, Dr_Brains, Pengo, Reaper35, 
Eloquence, adrianheine, Candalua, Rschen7754



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


[Wikidata-bugs] [Maniphest] [Created] T94416: Don't use 'enwiki' as site id for test2wiki and testwiki

2015-03-30 Thread aude
aude created this task.
aude added a subscriber: aude.
aude added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We should make sure that we can add test2wiki and testwiki as site links on 
test.wikidata and then switch the site global id for test2 and testwiki to be 
themselves, instead of 'enwiki'.
  
  this would allow the dispatcher to work properly.  right now, the dispatcher 
will incorrectly or not regard changes as relevant for the testwikis.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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] T66084: Time data-type inconsistently zero-pads year value (dates earlier than year 1000?)

2015-03-30 Thread JulesWinnfield-hu
JulesWinnfield-hu added a subscriber: JulesWinnfield-hu.
JulesWinnfield-hu added a comment.

Please fix documentation on https://www.wikidata.org/wiki/Special:ListDatatypes


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, JulesWinnfield-hu
Cc: JulesWinnfield-hu, daniel, gnosygnu, adrianheine, Liuxinyu970226, 
thiemowmde, Jc3s5h, Wikidata-bugs, Nemo_bis, Addshore, MZMcBride, 
Lydia_Pintscher, JohnLewis, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T90893: After I undo a description in the "term" box, the item page shows version of description before undo

2015-03-30 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to consider for next sprint on the Wikidata 
workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


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

2015-03-30 Thread daniel
daniel claimed this task.
daniel added a comment.

I'm working on this, and I have very little issues with cross-dependencies. The 
different aspects come apart nicely. Will try to get this finished this week.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: Smalyshev, 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] [Unblock] T89002: Track multi-lingual label usage

2015-03-30 Thread daniel
daniel closed blocking task T92288: Increase width of the eu_aspect column to 
allow inclusion of language codes. as "Resolved".

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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 Project Column] T94163: Fix failed Wikidata browsertests Jenkins job

2015-03-30 Thread zeljkofilipin
zeljkofilipin moved this task to Backlog on the Browser-Tests workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: zeljkofilipin
Cc: Liuxinyu970226, Tobi_WMDE_SW, WMDE-Fisch, zeljkofilipin, Aklapper, hashar, 
Wikidata-bugs, aude



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


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

2015-03-30 Thread daniel
daniel added a project: § Wikidata-Sprint-2015-03-24.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: Smalyshev, 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 Project Column] T92515: Implement each "flavor" of RDF in a separate class.

2015-03-30 Thread daniel
daniel moved this task to Doing on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: Smalyshev, 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] [Unblock] T92988: Deploy schema change for wbc_entity_usage table

2015-03-30 Thread daniel
daniel closed blocking task T92288: Increase width of the eu_aspect column to 
allow inclusion of language codes. as "Resolved".

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
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] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-30 Thread Ricordisamoa
Ricordisamoa removed a project: Patch-For-Review.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel, Ricordisamoa
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] T94224: Enable header/footer generation with RdfWriter without buffering full output.

2015-03-30 Thread daniel
daniel added a project: § Wikidata-Sprint-2015-03-24.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, daniel
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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T94224: Enable header/footer generation with RdfWriter without buffering full output.

2015-03-30 Thread daniel
daniel moved this task to Review on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, daniel
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


[Wikidata-bugs] [Maniphest] [Commented On] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

It'll probably continue to be on top because it has so many sitelinks and 
roughly as many labels. But at least it will no longer not be on the first page.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, daniel
Cc: daniel, gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, 
thiemowmde, adrianheine, Snaterlicious, Liuxinyu970226, Yair_rand, Aklapper, 
Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Closed] T92288: Increase width of the eu_aspect column to allow inclusion of language codes.

2015-03-30 Thread daniel
daniel closed this task as "Resolved".
daniel added a comment.

merged


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: gerritbot, 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] [Unblock] T89002: Track multi-lingual label usage

2015-03-30 Thread daniel
daniel closed blocking task T93057: add eu_page_touched field to 
wbc_entity_usage_tracking as "Resolved".

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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] [Updated] T94163: Fix failed Wikidata browsertests Jenkins job

2015-03-30 Thread zeljkofilipin
zeljkofilipin removed a project: Tracking.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: zeljkofilipin
Cc: Liuxinyu970226, Tobi_WMDE_SW, WMDE-Fisch, zeljkofilipin, Aklapper, hashar, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-30 Thread daniel
daniel closed this task as "Resolved".
daniel added a comment.

merged


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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] [Changed Subscribers] T93853: "Created a new item" edit summary when editing via new Special:SetLabelDescriptionAliases page

2015-03-30 Thread Laddo
Laddo added a subscriber: Laddo.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Tobi_WMDE_SW, Laddo
Cc: Laddo, gerritbot, thiemowmde, Lydia_Pintscher, aude, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T93057: add eu_page_touched field to wbc_entity_usage_tracking

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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] [Commented On] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread aude
aude added a comment.

@Sjoerddebruin  https://www.wikidata.org/wiki/Q6581097 has numerous labels but 
no site links


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92288: Increase width of the eu_aspect column to allow inclusion of language codes.

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: gerritbot, 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] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Sjoerddebruin
Sjoerddebruin added a comment.

Yeah, but that's English. I'm talking about when in search in Dutch for "man" 
(the Dutch version of male), will it appear on top or will the island be on top?


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, daniel
Cc: daniel, gerritbot, JanZerebecki, 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 Project Column] T66084: Time data-type inconsistently zero-pads year value (dates earlier than year 1000?)

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, daniel
Cc: daniel, gnosygnu, adrianheine, Liuxinyu970226, thiemowmde, Jc3s5h, 
Wikidata-bugs, Nemo_bis, Addshore, MZMcBride, Lydia_Pintscher, JohnLewis, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

For things like male there is quite a difference. 
https://www.wikidata.org/wiki/Q6581097 has 0 sitelinks but ~90 labels.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread daniel
daniel moved this task to Done on the § Wikidata-Sprint-2015-03-24 workboard.

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, daniel
Cc: daniel, gerritbot, 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] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Sjoerddebruin
Sjoerddebruin added a comment.

Hm, I don't think there is much difference between the number of sitelinks and 
the number of labels of the known queries that cause problems.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Edited] T86530: Tracking: replace wb_terms table with more specialized mechanisms for terms

2015-03-30 Thread daniel
daniel edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: Ricordisamoa, Lydia_Pintscher, adrianheine, thiemowmde, Tobi_WMDE_SW, 
JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, daniel, hoo, 
Wikidata-bugs, GWicke



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


[Wikidata-bugs] [Maniphest] [Updated] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread daniel
daniel added a comment.

For reference, switching entity selector to elastic is tracked as 
https://phabricator.wikimedia.org/T86530


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Retitled] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "boost weight of suggestions based on 
incoming links" to "boost weight of suggestions based on number of labels".
Lydia_Pintscher edited the task description.
Lydia_Pintscher set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 199910 merged by jenkins-bot:
Fix focus on value field on property select

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Closed] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

2015-03-30 Thread daniel
daniel added a subscriber: daniel.
daniel closed this task as "Resolved".
daniel added a comment.

all linked changes have been merged


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, daniel
Cc: daniel, gerritbot, JanZerebecki, 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] [Edited] T86530: Tracking: replace wb_terms table with more specialized mechanisms for terms

2015-03-30 Thread daniel
daniel edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: daniel
Cc: Ricordisamoa, Lydia_Pintscher, adrianheine, thiemowmde, Tobi_WMDE_SW, 
JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, daniel, hoo, 
Wikidata-bugs, GWicke



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


[Wikidata-bugs] [Maniphest] [Commented On] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 199858 merged by Daniel Kinzler:
Update data-values/interfaces to 0.1.5

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, gerritbot
Cc: gerritbot, JanZerebecki, 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] [Retitled] T94163: Fix failed Wikidata browsertests Jenkins job

2015-03-30 Thread zeljkofilipin
zeljkofilipin changed the title from "Delete or fix failed Wikidata 
browsertests Jenkins job" to "Fix failed Wikidata browsertests Jenkins job".
zeljkofilipin set Security to None.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: zeljkofilipin
Cc: Liuxinyu970226, Tobi_WMDE_SW, WMDE-Fisch, zeljkofilipin, Aklapper, hashar, 
Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Merged] T87410: Link translated articles with other languages through Wikidata automatically

2015-03-30 Thread Amire80
Amire80 merged a task: T94398: After publishing add entry to interlanguage 
links data.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Amire80
Cc: santhosh, Nikerabbit, CennoxX, hoo, Lydia_Pintscher, Amire80, Arrbee, 
Aklapper, Pginer-WMF, Wikidata-bugs, aude, Jsahleen, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Claimed] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread aude
aude claimed this task.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Edited] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

2015-03-30 Thread daniel
daniel edited the task description.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: thiemowmde, daniel
Cc: gerritbot, JanZerebecki, 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 Project Column] T92831: Date and some other type of values sometimes cut off when saving

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

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

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93807: description in other languages is not readable without clicking edit

2015-03-30 Thread Laddo
Laddo added a subscriber: Laddo.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Ricordisamoa, Laddo
Cc: Laddo, gerritbot, Lucie, Snaterlicious, adrianheine, Tobi_WMDE_SW, 
thiemowmde, Wikidata-bugs, Daniel_Mietchen, Ricordisamoa, Aklapper, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T94064: Date of +0000-01-01 is allowed but undefined in wikibase but is not allowed in xsd:dateTime as implemented by blazegraph

2015-03-30 Thread mkroetzsch
mkroetzsch added a comment.

> @mkroetzsch I already listed a few of the tools that implement XSD 1.0 style 
> BCE years and I read your answer as to say that you know of no tools that 
> implement XSD 1.1 style BCE years.


Then you misread my answer. Almost all tools that exist today use the 2000 
version of the ISO standard. A prominent example is ECMAScript, and thus all 
JavaScript implementations, and virtually every JavaScript timeline 
implementation. See 
http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.15 and the examples 
in the following section to see this. RDF tools are an understandable 
exception, not because people there think one should cling to the old standard, 
but because RDF 1.1 was only standardised in 2014. It is natural that existing 
RDF implementations have more pressing upgrade work to do than to fix BCE date 
handling. I am sure they will all move to the new standard in due course.

It is worth noting that all of the ECMAScript documents use "ISO 8601" to refer 
to "ISO 8601:2000", just like we did in the Wikidata data model specification. 
It seems that most people are not confused by this.

Having dug up ECMA from the Web, I can now also safely say that JSON exports 
should definitely use ISO 8601:2000 dates.

The new situation therefore is: ISO, W3C, and all JavaScript implementations 
vs. a subset of the developers in the WMDE office. I am very unhappy about the 
amount of my time I have to put into digging up for you what the rest of the 
world is thinking. It's a nice position to put yourself in, asking others to 
find specific arguments against your position and assuming you are right if 
they don't have the time or knowledge to do it. Now I am myself far from being 
an expert in JavaScript or even in all details of SPARQL 1.1, but if I don't 
know something I try to find out before taking part in discussions like this.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Smalyshev, mkroetzsch
Cc: Lydia_Pintscher, Denny, Manybubbles, daniel, mkroetzsch, Smalyshev, 
JanZerebecki, Aklapper, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke



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


[Wikidata-bugs] [Maniphest] [Closed] T93864: Focus not in main snak value after selecting a property with mouse

2015-03-30 Thread daniel
daniel added a subscriber: daniel.
daniel closed this task as "Resolved".
daniel claimed this task.
daniel added a comment.

merged


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93863: order in other language box by order of babel boxes

2015-03-30 Thread Laddo
Laddo added a subscriber: Laddo.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Laddo
Cc: Laddo, Lydia_Pintscher, Snaterlicious, adrianheine, 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] T92759: allow editing of more languages in the in other languages box than the ones defined via babel boxes

2015-03-30 Thread Laddo
Laddo added a subscriber: Laddo.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: Laddo
Cc: Laddo, Pengo, Denny, Daniel_Mietchen, Ricordisamoa, thiemowmde, 
Lydia_Pintscher, Snaterlicious, adrianheine, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread daniel
daniel added a subscriber: daniel.
daniel closed this task as "Resolved".
daniel added a comment.

merged


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, daniel
Cc: daniel, gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, 
thiemowmde, adrianheine, Snaterlicious, Liuxinyu970226, Yair_rand, 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] T89300: "Add qualifier" button should automatically focus text box

2015-03-30 Thread gerritbot
gerritbot added a comment.

Change 199962 merged by Daniel Kinzler:
Fix focus when clicking "add qualifier"

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


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

To: aude, gerritbot
Cc: gerritbot, aude, matej_suchanek, jhsoby, Lydia_Pintscher, thiemowmde, 
adrianheine, Snaterlicious, Liuxinyu970226, Yair_rand, 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] T94404: boost weight of suggestions based on number of labels

2015-03-30 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.

Good point. Adapted the description accordingly.


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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
.

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

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



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


  1   2   3   >