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

2015-03-31 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: http://www.w3.org/2001/XMLSchema#
  
  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: http://www.w3.org/2001/XMLSchema#
  
  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 
username.

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] T63662: unknown value and no value in diff should be italic

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

Change 195876 merged by jenkins-bot:
Rework MessageSnakFormatterTest

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


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

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

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

To: gerritbot
Cc: gerritbot, aude, Wikidata-bugs, thiemowmde, jayvdb, adrianheine, 
matej_suchanek, Snaterlicious, Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Commented On] T70380: Factor dispatch logic out of maintenance script

2015-03-31 Thread adrianheine
adrianheine added a subscriber: adrianheine.
adrianheine added a comment.

Why is this in review?


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

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

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

To: adrianheine
Cc: adrianheine, Wikidata-bugs, Tobi_WMDE_SW, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T93880: Add support for nod (Northern Thai) to Wikidata

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

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

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

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

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

To: Lydia_Pintscher
Cc: hoo, aude, GerardM, Lydia_Pintscher, Ahoerstemeier, 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] T93745: Move view related code into separate directory

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

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

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

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

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

To: adrianheine
Cc: adrianheine, Tobi_WMDE_SW, Wikidata-bugs, JeroenDeDauw, 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-31 Thread mkroetzsch
mkroetzsch added a comment.

@Smalyshev You comment on my Item 1 by referring to BlazeGraph and Virtuoso. 
However, my Item 1 is about reading Wikidata, not about exporting to RDF. Your 
concerns about BlazeGraph compatibility are addressed by my item 2. I hope this 
clarifies this part.

As for the wrong dates, I simply say that we do not know how to fix them, since 
the errors are not sufficiently systematic. At best we can replace one kind of 
error with another kind of error. I agree with you that wrong dates are a bad 
thing, but a bad thing that is beyond our power to fix. We should focus on the 
RDF export and rely on others to do their work, so that everything will run 
smoothly in the end. At the current stage of the RDF work, the issue is of 
relatively minor relevance compared to the problems it is causing elsewhere. 
All of our current RDF exports and several applications that people are using 
suffer from the same errors in Wikidata. We need to fix it at the root, not in 
each consumer.


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

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

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] T57549: add a new datatype for geoshapes

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

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

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Cavila, Rits, Qgil, NiharikaKohli, Kolossos, El_Grafo, 
Wikidata-bugs, Tobias1984, aude, Rschen7754, Liuxinyu970226, Ainali, 
Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Commented On] T93880: Wikidata does not support language nod (Northern Thai)

2015-03-31 Thread GerardM
GerardM added a comment.

Northern Thai is eligible.. It is not automatically added to Wikidata as a 
language. Given that it is eligible, it can be added. It needs to be restricted 
to one script.


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

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

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

To: GerardM
Cc: GerardM, Lydia_Pintscher, Ahoerstemeier, 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] T93880: Add support for nod (Northern Thai) to Wikidata

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from Wikidata does not support language nod 
(Northern Thai) to Add support for nod (Northern Thai) to Wikidata.
Lydia_Pintscher added subscribers: aude, hoo.
Lydia_Pintscher set Security to None.

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

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

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

To: Lydia_Pintscher
Cc: hoo, aude, GerardM, Lydia_Pintscher, Ahoerstemeier, 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] T94539: BlazeGraph uses old xsd:dateTime standard

2015-03-31 Thread Thompsonbry.systap
Thompsonbry.systap added a comment.

Peter comments that he has also run into this just recently.

I think that we should create two tickets

1. The xsd date time specification change.  This will need to get

documented at the data migration page. We should also modify the service
description output to indicate what version of RDF, XSD, etc. are supported.

2. A ticket for RDF 1.1 compliance.  Openrdf 2.8 targets RDF 1.1, but

Blazegraph is still on RDF 1.0.  We should pull together a list of all of
the changes associated with RDF 1.1 and see if we can get there in a single
release.

Question: is it appropriate to support XSD 1.1 while we are on RDF 1.0?

Thanks,
Bryan


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T92370: Avoid formatting in italics

2015-03-31 Thread jayvdb
jayvdb added a subscriber: jayvdb.

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

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

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

To: jayvdb
Cc: jayvdb, adrianheine, Snaterlicious, thiemowmde, 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] T94552: Add language fallback for badge labels

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 200848 had a related patch set uploaded (by Adrian Lang):
Add language fallback for badge labels

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


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

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

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

To: adrianheine, gerritbot
Cc: gerritbot, 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] T94552: Add language fallback for badge labels

2015-03-31 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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

To: adrianheine, gerritbot
Cc: gerritbot, 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] T94552: Add language fallback for badge labels

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

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

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T66084: Time data-type inconsistently zero-pads year value (dates earlier than year 1000?)

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 200845 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Update Special:ListDatatypes for TimeValue

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


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

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

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

To: thiemowmde, gerritbot
Cc: gerritbot, 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] [Updated] T70380: Factor dispatch logic out of maintenance script

2015-03-31 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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

To: gerritbot
Cc: gerritbot, adrianheine, Wikidata-bugs, Tobi_WMDE_SW, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T70380: Factor dispatch logic out of maintenance script

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 198427 had a related patch set uploaded (by Adrian Lang):
Refactoring dispatchChanges.php

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


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

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

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

To: gerritbot
Cc: gerritbot, adrianheine, Wikidata-bugs, Tobi_WMDE_SW, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T63662: unknown value and no value in diff should be italic

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

Change 195877 merged by jenkins-bot:
Make unknown value and no value snaks in diffs italic

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


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

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

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

To: gerritbot
Cc: gerritbot, aude, Wikidata-bugs, thiemowmde, jayvdb, adrianheine, 
matej_suchanek, Snaterlicious, Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Commented On] T88600: When creating a new page, suggest doing a translation instead

2015-03-31 Thread Pginer-WMF
Pginer-WMF added a comment.

I illustrated a possible solution in two prototypes (try searching for pink 
parrot and creating a new article):

- Suggest to translate in general 
http://pauginer.github.io/prototypes/translation/creating-page/index.html to 
be used when we don't have the capability to figure out if the article the user 
tries to create exists in another language.
- Suggest to translate a specific article. 
http://pauginer.github.io/prototypes/translation/creating-page/index.html#suggest:
 when we are able to find an article that is likely the one the user is trying 
to create. In this case, if we found no article candidate, nothing should be 
shown o the user.


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

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

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

To: Pginer-WMF
Cc: Lydia_Pintscher, Pginer-WMF, Aklapper, Nirzar, santhosh, Arrbee, Amire80, 
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] [Updated] T94552: Add language fallback for badge labels

2015-03-31 Thread adrianheine
adrianheine added a project: § Wikidata-Sprint-2015-03-24.

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

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

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

To: adrianheine
Cc: 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] T94552: Add language fallback for badge labels

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

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

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T94552: Add language fallback for badge labels

2015-03-31 Thread adrianheine
adrianheine created this task.
adrianheine claimed this task.
adrianheine added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

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

To: adrianheine
Cc: 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] T94539: BlazeGraph uses old xsd:dateTime standard

2015-03-31 Thread JanZerebecki
JanZerebecki added a subscriber: JanZerebecki.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T93772: Rename TimeParser

2015-03-31 Thread thiemowmde
thiemowmde added a comment.

I fixed https://github.com/DataValues/Time/pull/39, but what's across the 
board?


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

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

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

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



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


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

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.
Lydia_Pintscher added a subscriber: hoo.
Lydia_Pintscher set Security to None.

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

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

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

To: Lydia_Pintscher
Cc: hoo, 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] T94416: Don't use 'enwiki' as site id for test2wiki and testwiki

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

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

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

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

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

To: Lydia_Pintscher
Cc: hoo, 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] T94394: Remove explicit jquery.qunit loading from DataValuesJavaScript

2015-03-31 Thread JanZerebecki
JanZerebecki moved this task to Backlog on the § Wikidata-Sprint-2015-03-24 
workboard.

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

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T94393: Switch wikidata qunit jobs from qunit to qunit-karma

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

Change 198699 merged by jenkins-bot:
Switch wikidata qunit jobs from qunit to qunit-karma

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


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

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

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

To: adrianheine, gerritbot
Cc: JanZerebecki, Tobi_WMDE_SW, Lydia_Pintscher, gerritbot, Aklapper, 
Wikidata-bugs, aude, hashar



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


[Wikidata-bugs] [Maniphest] [Commented On] T78285: Add indexer for statements based on GUID

2015-03-31 Thread JeroenDeDauw
JeroenDeDauw added a subscriber: JeroenDeDauw.
JeroenDeDauw added a comment.

Pull request up for review: https://github.com/wmde/WikibaseDataModel/pull/419


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

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

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

To: JeroenDeDauw
Cc: JeroenDeDauw, Aklapper, Lucie, 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] T90435: Wikidata watchlist integration (tracking)

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Snaterlicious.
Lydia_Pintscher added a comment.

We discussed the feedback we got so far today. I posted the summary of this at 
https://www.wikidata.org/wiki/Wikidata:Watchlist_integration_improvement_input 
The next step is for @snaterlicious to work out a proposal based on this for 
user interaction/logic.


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

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

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

To: Lydia_Pintscher
Cc: Snaterlicious, Liuxinyu970226, Quiddity, Rschen7754, Ainali, MisterSynergy, 
Lydia_Pintscher, 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] T90435: Wikidata watchlist integration (tracking)

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

We discussed the feedback we got so far today. I posted the summary of this at 
https://www.wikidata.org/wiki/Wikidata:Watchlist_integration_improvement_input 
The next step is for @snaterlicious to work out a proposal based on this for 
user interaction/logic.


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

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

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

To: Lydia_Pintscher
Cc: Snaterlicious, Liuxinyu970226, Quiddity, Rschen7754, Ainali, MisterSynergy, 
Lydia_Pintscher, 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] [Closed] T94394: Remove explicit jquery.qunit loading from DataValuesJavaScript

2015-03-31 Thread JanZerebecki
JanZerebecki added a subscriber: JanZerebecki.
JanZerebecki closed this task as Resolved.
JanZerebecki added a comment.

https://github.com/wmde/DataValuesJavascript/releases/tag/0.6.2


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Unblock] T94393: Switch wikidata qunit jobs from qunit to qunit-karma

2015-03-31 Thread JanZerebecki
JanZerebecki closed blocking task T94394: Remove explicit jquery.qunit loading 
from DataValuesJavaScript as Resolved.

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

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

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

To: adrianheine, JanZerebecki
Cc: JanZerebecki, Tobi_WMDE_SW, Lydia_Pintscher, gerritbot, Aklapper, 
Wikidata-bugs, aude, hashar



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T47082: Wikidata edits should be recognizable in the watchlist API module

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, Wikidata-bugs, Addshore, Micru, Svick, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T47279: Consolidate localization of edit summaries on repo and client.

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, Wikidata-bugs, aude, Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T90392: Incorrect links for external changes in client watchlist atom and rss feeds

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

To: Liuxinyu970226
Cc: 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] T73991: RDF output should contain license info about the concrete rendering, not only the abstract description document.

2015-03-31 Thread Nevalicori
Nevalicori added a comment.

Thanks for clarifying the priority issue.

While it might be repetitious, it's not unusual to license different 
serialisations differently (WIkidata doesn't, but other sites do: the HTML 
representation may well be under a more restrictive license than the RDF, for 
example). From a processor's point of view (at least, one that actually cares 
about licensing and isn't a human being), it needs to be able to understand 
that this resource that I retrieved is under X licence (which is really the 
point of licensing predicates).

As the resource URI really is `/wiki/Special:EntityData/Q1.ttl`, that's the 
resource which needs to have licensing data expressed about it.

You //could// say “all serialisations of this document are licensed under these 
terms”, but you'd have to relate each serialisation to the abstract document 
URI //and// be fairly confident that consumers would adopt it as a practice. We 
could update our processor to follow a `concrete-uri dct:isVersionOf 
abstract-uri` to look for licensing data, although I don't know if anybody 
else would go to the trouble (it's hard enough to get licensing data included 
in the first place!)

An alternative approach would be to send it as a `Link` header (with 
`rel=license`) (which is what some others do), at which point the RDF itself 
becomes slightly moot.


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

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

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

To: Nevalicori
Cc: Smalyshev, Nevalicori, Wikidata-bugs, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Closed] T63662: unknown value and no value in diff should be italic

2015-03-31 Thread Tobi_WMDE_SW
Tobi_WMDE_SW closed this task as Resolved.
Tobi_WMDE_SW set Security to None.

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

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

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

To: Tobi_WMDE_SW
Cc: gerritbot, aude, Wikidata-bugs, thiemowmde, jayvdb, adrianheine, 
matej_suchanek, Snaterlicious, Lydia_Pintscher, daniel



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


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

2015-03-31 Thread aude
aude added a subscriber: aude.
aude added a comment.

With the patch, the other languages box, with very long descriptions and 
aliases, looks like this:

F107433: pasted_file https://phabricator.wikimedia.org/F107433

On master, it is like:

F107435: pasted_file https://phabricator.wikimedia.org/F107435

my test item is probably pretty extreme case of long aliases (although it comes 
from the item for Bangkok) and number of aliases.  I personally like having the 
text wrapped, as the patch does, even if there are a lot of aliases, but do 
others have opinion?


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T92489: In edit mode, labels in entitytermsview box should line wrap like descriptions do

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

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

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

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

To: Ricordisamoa
Cc: Ricordisamoa, adrianheine, Snaterlicious, thiemowmde, 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] T93807: description in other languages is not readable without clicking edit

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher added a comment.

Let's do it and reevaluate later based on what @snaterlicious comes up with for 
items with many aliases.


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T94394: Remove explicit jquery.qunit loading from DataValuesJavaScript

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

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

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

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

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

To: adrianheine, JanZerebecki
Cc: JanZerebecki, thiemowmde, Lydia_Pintscher, 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] T94119: Edit links not working properly in categories named Wikipedia

2015-03-31 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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

To: gerritbot
Cc: gerritbot, Gerardduenas, Lydia_Pintscher, hoo, Dereckson, Aklapper, 
pere_prlpz, 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] T94119: Edit links not working properly in categories named Wikipedia

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 200882 had a related patch set uploaded (by Hoo man):
Use wgPageName to construct an mw.Title in linkItem init

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


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

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

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

To: gerritbot
Cc: gerritbot, Gerardduenas, Lydia_Pintscher, hoo, Dereckson, Aklapper, 
pere_prlpz, 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] T40790: Split items in Wikidata

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

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

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

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

To: Lydia_Pintscher, Laddo
Cc: Laddo, Wikidata-bugs, jeblad, He7d3r, Denny, Ricordisamoa, Lydia_Pintscher, 
aude



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


[Wikidata-bugs] [Maniphest] [Created] T94588: property label doesn't scroll with viewport anymore

2015-03-31 Thread JanZerebecki
JanZerebecki created this task.
JanZerebecki added subscribers: JanZerebecki, Lydia_Pintscher.
JanZerebecki added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The property label doesn't scroll with the viewport anymore.
  
  Example: https://www.wikidata.org/wiki/Q42#P998

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T93880: Add support for nod (Northern Thai) to Wikidata

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

This is not much work, the only information I need (despite the ISO 639-3 code 
which is `nod`) is the name of the language (in the language itself). If there 
is no such name that can be agreed upon, we can also use the English name as 
that's not set in stone. But in general the native name is preferred.


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

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

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

To: hoo
Cc: hoo, aude, GerardM, Lydia_Pintscher, Ahoerstemeier, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Unblock] T94393: Switch wikidata qunit jobs from qunit to qunit-karma

2015-03-31 Thread JanZerebecki
JanZerebecki closed blocking task T94395: Remove explicit jquery.qunit loading 
from ValueView as Resolved.

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

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

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

To: adrianheine, JanZerebecki
Cc: JanZerebecki, Tobi_WMDE_SW, Lydia_Pintscher, gerritbot, Aklapper, 
Wikidata-bugs, aude, hashar



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T94395: Remove explicit jquery.qunit loading from ValueView

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

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

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

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

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

To: adrianheine, JanZerebecki
Cc: JanZerebecki, thiemowmde, Lydia_Pintscher, 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] T63662: unknown value and no value in diff should be italic

2015-03-31 Thread Ricordisamoa
Ricordisamoa added a subscriber: Ricordisamoa.
Ricordisamoa removed a project: Patch-For-Review.

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

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

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

To: Ricordisamoa
Cc: Ricordisamoa, gerritbot, aude, Wikidata-bugs, thiemowmde, jayvdb, 
adrianheine, matej_suchanek, Snaterlicious, Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Closed] T90453: qunit test broken without explicitly setting $wgResourceLoaderMaxQueryLength

2015-03-31 Thread JanZerebecki
JanZerebecki closed this task as Resolved.

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

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

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

To: JanZerebecki
Cc: adrianheine, Snaterlicious, hashar, Tobi_WMDE_SW, Krinkle, gerritbot, 
JanZerebecki, Aklapper, mobrovac, Wikidata-bugs, aude, Jdforrester-WMF, 
jeremyb, Legoktm



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T90453: qunit test broken without explicitly setting $wgResourceLoaderMaxQueryLength

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

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

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

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

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

To: JanZerebecki
Cc: adrianheine, Snaterlicious, hashar, Tobi_WMDE_SW, Krinkle, gerritbot, 
JanZerebecki, Aklapper, mobrovac, Wikidata-bugs, aude, Jdforrester-WMF, 
jeremyb, Legoktm



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


[Wikidata-bugs] [Maniphest] [Commented On] T88428: Drop referenced entities from JS config

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

Change 197290 merged by jenkins-bot:
Remove wbUsedEntities

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


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T90453: qunit test broken without explicitly setting $wgResourceLoaderMaxQueryLength

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

Change 200937 merged by jenkins-bot:
Do not set $wgResourceLoaderMaxQueryLength for tests

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


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

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

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

To: JanZerebecki, gerritbot
Cc: adrianheine, Snaterlicious, hashar, Tobi_WMDE_SW, Krinkle, gerritbot, 
JanZerebecki, Aklapper, mobrovac, Wikidata-bugs, aude, Jdforrester-WMF, 
jeremyb, Legoktm



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T92270: Wikidata activities at the Wikimedia Hackathon 2015

2015-03-31 Thread putnik
putnik added a subscriber: putnik.

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

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

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

To: Lydia_Pintscher, putnik
Cc: putnik, Addshore, Tarrow, Ricordisamoa, Ladsgroup, Tpt, Bene, Multichill, 
WMDE-Fisch, Tobi_WMDE_SW, hoo, daniel, Lucie, thiemowmde, JanZerebecki, aude, 
Qgil, Aklapper, Sylvain_WMFr, AlexWang, Wikidata-bugs, Daniel_Mietchen



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


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

2015-03-31 Thread Smalyshev
Smalyshev closed this task as Resolved.

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

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

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

To: Smalyshev
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] [Unblock] T50143: Implement complete RDF mapping for entities (tracking)

2015-03-31 Thread Smalyshev
Smalyshev closed blocking task T94115: Add property types to RDF dump as 
Resolved.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T90453: qunit test broken without explicitly setting $wgResourceLoaderMaxQueryLength

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

Change 200937 had a related patch set uploaded (by JanZerebecki):
Do not set $wgResourceLoaderMaxQueryLength for tests

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


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

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

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

To: JanZerebecki, gerritbot
Cc: adrianheine, Snaterlicious, hashar, Tobi_WMDE_SW, Krinkle, gerritbot, 
JanZerebecki, Aklapper, mobrovac, Wikidata-bugs, aude, Jdforrester-WMF, 
jeremyb, Legoktm



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


[Wikidata-bugs] [Maniphest] [Updated] T90453: qunit test broken without explicitly setting $wgResourceLoaderMaxQueryLength

2015-03-31 Thread JanZerebecki
JanZerebecki added a project: § Wikidata-Sprint-2015-03-24.

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

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

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

To: JanZerebecki
Cc: adrianheine, Snaterlicious, hashar, Tobi_WMDE_SW, Krinkle, gerritbot, 
JanZerebecki, Aklapper, mobrovac, Wikidata-bugs, aude, Jdforrester-WMF, 
jeremyb, Legoktm



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


[Wikidata-bugs] [Maniphest] [Commented On] T92759: allow editing of more languages in the in other languages box than the ones defined via babel boxes

2015-03-31 Thread Nemo_bis
Nemo_bis added a subscriber: Nemo_bis.
Nemo_bis added a comment.

All is easy, More hard. Cf. 
https://www.mediawiki.org/wiki/Talk:Universal_Language_Selector/Design/Interlanguage_links#User-specific_language_selection

If the main use case is showing (and editing) a specific language or family of 
languages, the jquery.uls panel may help. 
https://commons.wikimedia.org/wiki/File:ULS_Language_list.png


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

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

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

To: Nemo_bis
Cc: Nemo_bis, 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] [Edited] T94589: Fix Unknown dependency: jquery.ui.EditableTemplatedWidget error

2015-03-31 Thread Krinkle
Krinkle edited the task description.
Krinkle set Security to None.

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

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

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

To: Krinkle
Cc: Krinkle, 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] T88428: Drop referenced entities from JS config

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Lydia_Pintscher, Ricordisamoa.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Closed] T88428: Drop referenced entities from JS config

2015-03-31 Thread hoo
hoo closed this task as Resolved.
hoo removed a project: Patch-For-Review.
hoo set Security to None.

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

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

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

To: hoo
Cc: Ricordisamoa, Lydia_Pintscher, gerritbot, daniel, Aklapper, adrianheine, 
Snaterlicious, thiemowmde, matej_suchanek, Liuxinyu970226, Wikidata-bugs, aude, 
GWicke



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


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

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

Change 199543 merged by jenkins-bot:
https://phabricator.wikimedia.org/T94224: Refactor prefixes to be output only 
once, eliminate need to clean prefixes on dump

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


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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T988: Phase 1: Represent Wiktionary lexicon using structured data

2015-03-31 Thread jberkel
jberkel added a subscriber: jberkel.

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

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

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

To: jberkel
Cc: jberkel, Darkdadaah, GPHemsley, Gilles, Lydia_Pintscher, Wikidata-bugs, 
aude, Krenair



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T987: Phase 0: Centralize interwiki language links for Wiktionary

2015-03-31 Thread jberkel
jberkel added a subscriber: jberkel.

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

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

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

To: jberkel
Cc: jberkel, mxn, PeterBowman, Liuxinyu970226, Darkdadaah, GPHemsley, Gilles, 
Ricordisamoa, Wikidata-bugs, aude, Krenair



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


[Wikidata-bugs] [Maniphest] [Unblock] T76230: data quality and trust

2015-03-31 Thread Tobi_WMDE_SW
Tobi_WMDE_SW closed blocking task T63662: unknown value and no value in 
diff should be italic as Resolved.

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

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

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

To: Tobi_WMDE_SW
Cc: Ricordisamoa, Elitre, Liuxinyu970226, Lydia_Pintscher, Wikidata-bugs, aude, 
Aklapper



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


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

2015-03-31 Thread Smalyshev
Smalyshev closed this task as Resolved.

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

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

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

To: Smalyshev
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] [Unblock] T50143: Implement complete RDF mapping for entities (tracking)

2015-03-31 Thread Smalyshev
Smalyshev closed blocking task T94224: Enable header/footer generation with 
RdfWriter without buffering full output. as Resolved.

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

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

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

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



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


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

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

No more such exceptions since we deployed the new exception message.


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

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

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

To: hoo
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] [Changed Subscribers] T77925: Wikidata PageBanner extension

2015-03-31 Thread Nastoshka
Nastoshka added a subscriber: Nastoshka.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T94563: Support language fallbacks in wbformatvalue

2015-03-31 Thread adrianheine
adrianheine created this task.
adrianheine added a subscriber: daniel.
adrianheine added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Currently, only one language can be passed via `lang` option. The API should 
either use the user's language fallback chain, or support getting a language 
fallback chain passed in.

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

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

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

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



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


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

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

Change 200810 merged by jenkins-bot:
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 
username.

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] T94172: Move RdfWriter to separate component

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

Change 200183 merged by jenkins-bot:
Moving RdfWriter and friends to a separate component called Purtle.

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


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

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

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

To: gerritbot
Cc: Lydia_Pintscher, 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] [Closed] T94172: Move RdfWriter to separate component

2015-03-31 Thread Smalyshev
Smalyshev closed this task as Resolved.

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

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

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

To: Smalyshev
Cc: Lydia_Pintscher, 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] [Unblock] T50143: Implement complete RDF mapping for entities (tracking)

2015-03-31 Thread Smalyshev
Smalyshev closed blocking task T94172: Move RdfWriter to separate component as 
Resolved.

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

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

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

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



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


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

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

Possible... let's keep this open for another few days and check back then.


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

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

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

To: hoo
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] T988: Phase 1: Represent Wiktionary lexicon using structured data

2015-03-31 Thread jberkel
jberkel added a comment.

Is there an easy way to set up one (or even several) WikiData / Wiktionary 
integration sandboxes where interested parties could just try out things and 
experiment? I think prototyping an integration with a small subset of the data 
could be very beneficial. It would allow us to get some quick feedback on which 
kind of ideas could work (and where the problems areas are). Planning 
everything upfront is almost impossible, given the ambition of this project.


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

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

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

To: jberkel
Cc: jberkel, Darkdadaah, GPHemsley, Gilles, Lydia_Pintscher, Wikidata-bugs, 
aude, Krenair



___
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-31 Thread aude
aude added a comment.

could it be something in core was causing some (or most) of these that we had 
last week? and it got fixed with new core code deployed to wikidata today?


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

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

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

To: aude
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] [Changed Subscribers] T35704: GeoData should pull coordinates from Wikidata on sites with the Wikibase Client

2015-03-31 Thread Nastoshka
Nastoshka added a subscriber: Nastoshka.

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

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

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

To: MaxSem, Nastoshka
Cc: Nastoshka, MnemonicFlow, Liuxinyu970226, Amire80, Krenair, Elitre, 
Nemo_bis, bearND, He7d3r, Tfinc, Dbrant, Deskana, Multichill, eranroz, MaxSem, 
Lydia_Pintscher, Nikerabbit, KLans_WMF, Cxyshine, Wikidata-bugs, aude, 
wikibugs-l



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


[Wikidata-bugs] [Maniphest] [Updated] T94119: Edit links not working properly in categories named Wikipedia

2015-03-31 Thread Lydia_Pintscher
Lydia_Pintscher added a project: § Wikidata-Sprint-2015-03-24.

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

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

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

To: Lydia_Pintscher
Cc: gerritbot, Gerardduenas, Lydia_Pintscher, hoo, Dereckson, Aklapper, 
pere_prlpz, 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] T93658: cron job to create RDF dumps

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 201003 had a related patch set uploaded (by Smalyshev):
https://phabricator.wikimedia.org/T93658: create script for TTL dumps

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


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

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

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

To: hoo, gerritbot
Cc: gerritbot, 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] [Changed Subscribers] T986: Use structured data on Wiktionary

2015-03-31 Thread jberkel
jberkel added a subscriber: jberkel.

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

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

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

To: jberkel
Cc: jberkel, GPHemsley, Gilles, JanZerebecki, Ricordisamoa, Liuxinyu970226, 
Wikidata-bugs, aude, Darkdadaah, Krenair



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


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

2015-03-31 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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

To: hoo, gerritbot
Cc: gerritbot, 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] [Changed Subscribers] T38881: Wiktionary needs usable API

2015-03-31 Thread jberkel
jberkel added a subscriber: jberkel.

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

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

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

To: jberkel
Cc: jberkel, Liuxinyu970226, Wikidata-bugs, GPHemsley, Amire80, siebrand, mxn, 
Glaisher, Qgil, MZMcBride, Yurik, Bawolff, Lydia_Pintscher, Darkdadaah, 
Krenair, wikibugs-l



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


[Wikidata-bugs] [Maniphest] [Commented On] T93804: edit summary doesn't show label of property when changing claims

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

Change 201062 had a related patch set uploaded (by Hoo man):
Introduce EntityIdPlainLinkFormatter for SummaryFormatter

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


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

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

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

To: aude, gerritbot
Cc: hoo, gerritbot, aude, matej_suchanek, 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] T55247: History and diff pages should show labels of properties and items in edit summaries

2015-03-31 Thread gerritbot
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.

Change 201077 had a related patch set uploaded (by Hoo man):
Show labels in edit summaries on history/diff pages

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


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

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

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

To: gerritbot
Cc: gerritbot, hoo, Ricordisamoa, Wikidata-bugs, GPHemsley, Yair_rand, 
Tobi_WMDE_SW, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T55247: History and diff pages should show labels of properties and items in edit summaries

2015-03-31 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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

To: gerritbot
Cc: gerritbot, hoo, Ricordisamoa, Wikidata-bugs, GPHemsley, Yair_rand, 
Tobi_WMDE_SW, Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T88428: Drop referenced entities from JS config

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

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93488: Determine which dump parts we want in which files

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93767: Include redirects in RDF dumps

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, mkroetzsch, Denny, 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] T93805: Test RdfWriter against W3C test suite

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

To: Liuxinyu970226
Cc: Liuxinyu970226, Lydia_Pintscher, 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] T93453: Create distinction between coordinates on Earth and others

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T93451: Data format updates for RDF export

2015-03-31 Thread Liuxinyu970226
Liuxinyu970226 added a subscriber: Liuxinyu970226.

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

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

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

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



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