[Wikidata-bugs] [Maniphest] [Commented On] T77925: Wikidata PageBanner extension

2015-03-16 Thread Nicolas_Raoul
Nicolas_Raoul added a comment.

This description could be kept on Wikidata if there is a convenient UI to edit 
it from Wikivoyage.
Of course, the description would be different (or non-existent) for each 
language, though.


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: Nicolas_Raoul
Cc: Andyrom75, Danapit, Glaisher, NiharikaKohli, Qgil, kaldari, Sumit, 
Nicolas_Raoul, Matroc, Shaundd, Deskana, LtPowers, Aklapper, Florian, 
Lydia_Pintscher, FDMS, KLans_WMF, Jdlrobson, Wrh2, 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] T92848: Build tool to update RDF store

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

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

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

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: Manybubbles, bd808
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, 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] T77925: Wikidata PageBanner extension

2015-03-16 Thread Andyrom75
Andyrom75 added a subscriber: Andyrom75.
Andyrom75 added a comment.

On https://it.wikivoyage.org we store the banner locally without using the one 
on wikidata because we add a description for each banner, so we can't allow 
that the image will be changed from wikidata. We just have a category that list 
the articles that have a different local banner from the one on wikidata in 
order to discuss about its change.


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: Andyrom75
Cc: Andyrom75, Danapit, Glaisher, NiharikaKohli, Qgil, kaldari, Sumit, 
Nicolas_Raoul, Matroc, Shaundd, Deskana, LtPowers, Aklapper, Florian, 
Lydia_Pintscher, FDMS, KLans_WMF, Jdlrobson, Wrh2, 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] T77925: Wikidata PageBanner extension

2015-03-16 Thread Jdlrobson
Jdlrobson added a comment.

Note this extension doesn't need to be installed everywhere to start with so we 
could trial this on english wikivoyage first.

Could the description be kept in wikidata too?


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: Jdlrobson
Cc: Andyrom75, Danapit, Glaisher, NiharikaKohli, Qgil, kaldari, Sumit, 
Nicolas_Raoul, Matroc, Shaundd, Deskana, LtPowers, Aklapper, Florian, 
Lydia_Pintscher, FDMS, KLans_WMF, Jdlrobson, Wrh2, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T92931: delayedJobsEnabled is false for UpdateRepo*Job

2015-03-16 Thread aaron
aaron added a comment.

Is this just 
https://phabricator.wikimedia.org/rMW38f3c9667465ea389fa2bb4bbf814dfaa2840d0c 
not being backported?


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

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: aaron
Cc: aude, daniel, aaron, Aklapper, hoo, Wikidata-bugs, Snowolf, tomasz



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


[Wikidata-bugs] [Maniphest] [Created] T92931: delayedJobsEnabled is false for UpdateRepo*Job

2015-03-16 Thread hoo
hoo created this task.
hoo added subscribers: hoo, aaron, daniel, aude.
hoo added projects: Wikidata, Wikimedia-Site-requests, MediaWiki-JobQueue.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  ```
  hoo@terbium:~$ mwscript eval.php --wiki test2wiki
   $jobQueueGroup = JobQueueGroup::singleton( 'wikidatawiki' );
  
   var_dump( $jobQueueGroup-get( 'UpdateRepoOnMove' )-delayedJobsEnabled() );
  bool(false)
  ```
  
  This is causing UpdateRepo jobs to still being run immediately after the 
delete/move happened without giving the slaves a chance to catch up.

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

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: aude, daniel, aaron, Aklapper, hoo, Wikidata-bugs, Snowolf, tomasz



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


[Wikidata-bugs] [Maniphest] [Updated] T92931: delayedJobsEnabled is false for UpdateRepo*Job

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

In https://phabricator.wikimedia.org/T92931#1124116, @aaron wrote:

 Is this just 
 https://phabricator.wikimedia.org/rMW38f3c9667465ea389fa2bb4bbf814dfaa2840d0c 
 not being backported?


It's not backported... but I don't think that is the relevant change (rather 
https://phabricator.wikimedia.org/rMWb480ec335310af417458f4ab489e17ecf29f066a 
probably?).

Can we get that backported (w/o breaking b/c with old Job creations)?


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

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: aude, daniel, aaron, Aklapper, hoo, Wikidata-bugs, Snowolf, tomasz



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


[Wikidata-bugs] [Maniphest] [Commented On] T92931: delayedJobsEnabled is false for UpdateRepo*Job

2015-03-16 Thread aaron
aaron added a comment.

I think you need both (for it to merge cleanly).


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

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: aaron
Cc: aude, daniel, aaron, Aklapper, hoo, Wikidata-bugs, Snowolf, tomasz



___
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-16 Thread JanZerebecki
JanZerebecki moved this task to Review on the § Wikidata-Sprint-2015-03-11 
workboard.

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

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

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-phone, Legoktm



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


[Wikidata-bugs] [Maniphest] [Commented On] T92825: Make wbs_propertypairs table on wikidata available in labs

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

Change 197055 had a related patch set uploaded (by coren):
Update maintain-replicas

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


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

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: coren, gerritbot
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Updated] T92825: Make wbs_propertypairs table on wikidata available in labs

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

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

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: coren, gerritbot
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Commented On] T92825: Make wbs_propertypairs table on wikidata available in labs

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

Change 197055 merged by coren:
Update maintain-replicas

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


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

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: coren, gerritbot
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Closed] T92825: Make wbs_propertypairs table on wikidata available in labs

2015-03-16 Thread coren
coren closed this task as Resolved.
coren added a comment.

Done, and applied.


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

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: coren
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Updated] T92825: Make wbs_propertypairs table on wikidata available in labs

2015-03-16 Thread coren
coren removed a project: Patch-For-Review.

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

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: coren
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Triaged] T92848: Build tool to update RDF store

2015-03-16 Thread Manybubbles
Manybubbles triaged this task as Normal priority.
Manybubbles set Security to None.

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

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: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, 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] T92825: Make wbs_propertypairs table on wikidata available in labs

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

thanks @coren :)


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

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: coren, aude
Cc: gerritbot, Sjoerddebruin, aude, Aklapper, Wikidata-bugs, Gryllida, scfc



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


[Wikidata-bugs] [Maniphest] [Edited] T89852: Build a tool for synchronizing Wikidata changes into Blazegraph

2015-03-16 Thread Manybubbles
Manybubbles edited the task description.

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

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: Jdouglas, Manybubbles
Cc: Manybubbles, Aklapper, Jdouglas, jkroll, Smalyshev, Wikidata-bugs, aude, 
GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92848: Build tool to update RDF store

2015-03-16 Thread Manybubbles
Manybubbles moved this task to In Dev/Progress on the MediaWiki-Core-Team 
workboard.

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

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

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: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, 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] T87579: investigate solutions for items with a large number of aliases

2015-03-16 Thread Denny
Denny added a subscriber: Denny.
Denny added a comment.

I am quite strongly against splitting the label and description by the aliases. 
The label and description together establish the identity of the item, whereas 
the aliases (which is indeed a bad term) are used to facilitate finding the 
item. No further meaning should be associated with these things.

The label and description are a semantic unit, whereas the aliases are outside 
of those. Aliases are not just more labels for the entity, or alternative 
labels. Instead, aliases are meant to help with the search, but not for 
establishing identity. E.g. 'George Bush' might be a decent alias for Q207, and 
the description could be 'US president', but it would not be a good label 
because label+description do not establish identity in that case. The alias is 
only there because we assume that users might search for 'George Bush', and 
then can select between the relevant items based on their actual 
label+description.

So, please put the label and description together again. This is also how it 
works in the entity selector (for good reasons), and this visual unity also 
sells the concept of the label and description being the identity providers for 
items.


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

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: Snaterlicious, Denny
Cc: Denny, Lydia_Pintscher, Snaterlicious, adrianheine, Tobi_WMDE_SW, 
thiemowmde, Wikidata-bugs, Aklapper, aude



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


[Wikidata-bugs] [Maniphest] [Created] T92848: Build tool to update RDF store

2015-03-16 Thread Manybubbles
Manybubbles created this task.
Manybubbles added a subscriber: Manybubbles.
Manybubbles added projects: MediaWiki-Core-Team, Wikidata-Query-Service.
Manybubbles moved this task to To Do on the MediaWiki-Core-Team workboard.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As wikidata changes we need to scrape those changes into the RDF triple 
store.  This needs to be done in a way that is easy to do outside of our 
cluster, is tolerant of service interruptions, and doesn't impose many 
technical requirements on end users far beyond those of Blazegraph.  It should 
also be capable of updating non-Blazegraph RDF stores, even while we test it 
against Blazegraph.

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

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

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: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, 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] [Changed Project Column] T91813: Add whitelist of RDF datasets that queries can operate on

2015-03-16 Thread Manybubbles
Manybubbles moved this task to To Do on the MediaWiki-Core-Team workboard.

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

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

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: Manybubbles
Cc: Smalyshev, Manybubbles, Aklapper, 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] T89852: Build a tool for synchronizing Wikidata changes into Blazegraph

2015-03-16 Thread Manybubbles
Manybubbles added a comment.

We've now verified that Blazegraph works.  Here are some additional 
requirements:

As wikidata changes we need to scrape those changes into the RDF triple store. 
This needs to be done in a way that is easy to do outside of our cluster, is 
tolerant of service interruptions, and doesn't impose many technical 
requirements on end users far beyond those of Blazegraph. It should also be 
capable of updating non-Blazegraph RDF stores, even while we test it against 
Blazegraph.


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

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: Manybubbles
Cc: Manybubbles, Aklapper, Jdouglas, jkroll, Smalyshev, Wikidata-bugs, aude, 
GWicke, daniel, JanZerebecki



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


[Wikidata-bugs] [Maniphest] [Declined] T92848: Build tool to update RDF store

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

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

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: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, 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] [Claimed] T89852: Build a tool for synchronizing Wikidata changes into Blazegraph

2015-03-16 Thread Manybubbles
Manybubbles edited the task description.
Manybubbles raised the priority of this task from Low to Normal.
Manybubbles claimed this task.

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

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: Manybubbles
Cc: Manybubbles, Aklapper, Jdouglas, jkroll, Smalyshev, Wikidata-bugs, 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] T92759: allow editing of more languages in the in other languages box than the ones defined via babel boxes

2015-03-16 Thread Denny
Denny added a subscriber: Denny.
Denny added a comment.

But maybe name it More, Even more, All ;)


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: Denny
Cc: 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] [Commented On] T87579: investigate solutions for items with a large number of aliases

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

I think something like traditional or traditional piped would be good.  Such 
layout would also better on items with lengthy labels, descriptions or aliases.

(e.g. Krung Thep Mahanakhon Amon Rattanakosin Mahinthara Ayuthaya Mahadilok 
Phop Noppharat Ratchathani Burirom Udomratchaniwet Mahasathan Amon Piman Awatan 
Sathit Sakkathattiya Witsanukam Prasit on the Bangkok item)

imho, it would also be more suitable for responsive design.

I also tend to agree with Denny, regarding position of the aliases (between 
label and description).


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

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: Snaterlicious, aude
Cc: aude, Denny, Lydia_Pintscher, Snaterlicious, adrianheine, Tobi_WMDE_SW, 
thiemowmde, Wikidata-bugs, Aklapper



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


[Wikidata-bugs] [Maniphest] [Created] T92878: vagrant git-update doesn't run composer update for WikidataBuildResources

2015-03-16 Thread kaldari
kaldari created this task.
kaldari added a subscriber: kaldari.
kaldari added projects: Wikidata, MediaWiki-Vagrant.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Recently, I updated my vagrant install, but then I had problems with 
wikidata. After a fair bit of troubleshooting, I finally figured out that the 
problem was that vagrant git-update didn't do a composer update for 
WikidataBuildResources and I had to do that separately. It would be awesome if 
vagrant git-update handled that for me.

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

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: kaldari
Cc: Aklapper, kaldari, mobrovac, Wikidata-bugs, aude, jeremyb-phone



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


[Wikidata-bugs] [Maniphest] [Commented On] T92487: Comparing Diff objects fails on certain environments

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

Change 196544 merged by jenkins-bot:
Clean up ClaimDifferTest

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


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

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: JanZerebecki, daniel, gerritbot, JeroenDeDauw, 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] [Closed] T92878: vagrant git-update doesn't run composer update for WikidataBuildResources

2015-03-16 Thread kaldari
kaldari closed this task as Resolved.
kaldari claimed this task.

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

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: kaldari
Cc: aude, Aklapper, kaldari, mobrovac, Wikidata-bugs, jeremyb-phone



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


[Wikidata-bugs] [Maniphest] [Commented On] T92878: vagrant git-update doesn't run composer update for WikidataBuildResources

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

is this not fixed in https://phabricator.wikimedia.org/T90565 ?


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

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: aude, Aklapper, kaldari, mobrovac, Wikidata-bugs, jeremyb-phone



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


[Wikidata-bugs] [Maniphest] [Commented On] T92878: vagrant git-update doesn't run composer update for WikidataBuildResources

2015-03-16 Thread kaldari
kaldari added a comment.

This might already be fixed by https://gerrit.wikimedia.org/r/#/c/196613/


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

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: kaldari
Cc: aude, Aklapper, kaldari, mobrovac, Wikidata-bugs, jeremyb-phone



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


[Wikidata-bugs] [Maniphest] [Commented On] T92431: white gap next to wikibase-sitelinkgroupview-heading-container in site link edit mode

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

Change 197121 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
Fix issue of white space in sitelinkgroupview heading

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


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

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: thiemowmde, 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] T87579: investigate solutions for items with a large number of aliases

2015-03-16 Thread Denny
Denny added a comment.

Since the top line is not directly editable anymore anyway, also an option 
could be to set the Label in big letters in the top, description next to it 
(not under it), and the aliases below. This should also be pleasing 
aesthetically, and keeping the semantic unity of label+description.


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

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: Snaterlicious, Denny
Cc: aude, Denny, Lydia_Pintscher, Snaterlicious, adrianheine, Tobi_WMDE_SW, 
thiemowmde, Wikidata-bugs, Aklapper



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


[Wikidata-bugs] [Maniphest] [Lowered Priority] T75306: Inject variationsFactory into snakview

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from Normal to Low.

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

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: Wikidata-bugs, adrianheine, 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] T68108: Store media information for files on Wikimedia Commons as structured data

2015-03-16 Thread Steinsplitter
Steinsplitter moved this task to Backlog on the Commons workboard.

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

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

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: Steinsplitter
Cc: Daniel_Mietchen, Jdforrester-WMF, GPHemsley, Bene, Legoktm, Nemo_bis, 
Lokal_Profil, Tobi_WMDE_SW, He7d3r, Petrb, Gilles, jayvdb, Kelson, MarkTraceur, 
Steinsplitter, JeroenDeDauw, Micru, Revi, JanZerebecki, JeanFred, Ricordisamoa, 
Snowolf, Keegan, Rillke, Bawolff, Fabrice_Florin, Multichill, Liuxinyu970226, 
Ainali, Tgr, Lydia_Pintscher, jeremyb, Stryn, Ltrlg, daniel, Dereckson, 
JohnLewis, Wikidata-bugs, aude, Aklapper



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


[Wikidata-bugs] [Maniphest] [Updated] T92522: Add test case for output of stubs for mentioned entities in RDF output

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T50143: Implement complete RDF mapping 
for entities (tracking).

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

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

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T92522: Add test case for output of 
stubs for mentioned entities in RDF output.

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, Lydia_Pintscher
Cc: gerritbot, Smalyshev, Wikidata-bugs, jayvdb, adrianheine, Liuxinyu970226, 
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 Project Column] T73991: RDF output should contain license info about the concrete rendering, not only the abstract description document.

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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: 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] [Changed Project Column] T69033: Include redirects in RDF rendering.

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

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

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: Liuxinyu970226, 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] [Changed Project Column] T76016: user interface for structured data on Commons

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Daniel_Mietchen, Snaterlicious, Pginer-WMF, Lydia_Pintscher, Wikidata-bugs, 
aude, Ricordisamoa, Fabrice_Florin, Gilles, Tgr, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T74666: Unify view-implementations in JS frontend

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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: Wikidata-bugs, Tobi_WMDE_SW, adrianheine, Snaterlicious, Lydia_Pintscher, 
aude



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


[Wikidata-bugs] [Maniphest] [Unblock] T74184: fix the qunit tests for wikidata: mwext-Wikibase-qunit

2015-03-16 Thread adrianheine
adrianheine closed blocking task T91376: Make ValueView qunit tests independent 
of focus. as Resolved.

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

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: Tobi_WMDE_SW, Snaterlicious, WMDE-Fisch, Wikidata-bugs, greg, Krinkle, 
hashar, JanZerebecki, adrianheine, Lydia_Pintscher, JohnLewis, hoo, aude, 
wikibugs-l



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


[Wikidata-bugs] [Maniphest] [Closed] T91376: Make ValueView qunit tests independent of focus.

2015-03-16 Thread adrianheine
adrianheine closed this task as Resolved.

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

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: thiemowmde, GerardM, adrianheine, JanZerebecki, WMDE-Fisch, Snaterlicious, 
Tobi_WMDE_SW, 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] T91376: Make ValueView qunit tests independent of focus.

2015-03-16 Thread adrianheine
adrianheine moved this task to Done on the § Wikidata-Sprint-2015-03-11 
workboard.

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

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

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: thiemowmde, GerardM, adrianheine, JanZerebecki, WMDE-Fisch, Snaterlicious, 
Tobi_WMDE_SW, 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] T74184: fix the qunit tests for wikidata: mwext-Wikibase-qunit

2015-03-16 Thread adrianheine
adrianheine added a comment.

QUnit tests passed for me for the first time in 
https://gerrit.wikimedia.org/r/#/c/196241/.


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

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: Tobi_WMDE_SW, Snaterlicious, WMDE-Fisch, Wikidata-bugs, greg, Krinkle, 
hashar, JanZerebecki, adrianheine, Lydia_Pintscher, JohnLewis, hoo, aude, 
wikibugs-l



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


[Wikidata-bugs] [Maniphest] [Updated] T68108: Store media information for files on Wikimedia Commons as structured data

2015-03-16 Thread Steinsplitter
Steinsplitter added a project: Commons.

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

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: Steinsplitter
Cc: Daniel_Mietchen, Jdforrester-WMF, GPHemsley, Bene, Legoktm, Nemo_bis, 
Lokal_Profil, Tobi_WMDE_SW, He7d3r, Petrb, Gilles, jayvdb, Kelson, MarkTraceur, 
Steinsplitter, JeroenDeDauw, Micru, Revi, JanZerebecki, JeanFred, Ricordisamoa, 
Snowolf, Keegan, Rillke, Bawolff, Fabrice_Florin, Multichill, Liuxinyu970226, 
Ainali, Tgr, Lydia_Pintscher, jeremyb, Stryn, Ltrlg, daniel, Dereckson, 
JohnLewis, Wikidata-bugs, aude, Aklapper



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


[Wikidata-bugs] [Maniphest] [Commented On] T92763: On Android, cannot scroll past title when other languages open

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

I'm sure this is indeed an issue (with position: fixed of the edit toolbar), 
but can't reproduced it.  I have older android (4.0.4) and older chrome.

If we want to use position:fixed then perhaps we need to disable page scaling. 
Not sure we what we want more (page scaling or position fixed?) or maybe that 
is not the issue.

http://bradfrost.com/blog/mobile/fixed-position/


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

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: aude, cdrini, Snaterlicious, adrianheine, Tobi_WMDE_SW, thiemowmde, 
Daniel_Mietchen, Ricordisamoa, Aklapper, Wikidata-bugs



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


[Wikidata-bugs] [Maniphest] [Updated] T92737: Uncaught TypeError: Cannot read property '0' of null

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a project: § Wikidata-Sprint-2015-03-11.
Lydia_Pintscher added a subscriber: Lydia_Pintscher.

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

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: Lydia_Pintscher, 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] [Assigned] T86182: Allow list of available languages to be configurable

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher assigned this task to adrianheine.

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

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, Lydia_Pintscher
Cc: adrianheine, Wikidata-bugs, jeblad, thiemowmde, Tobi_WMDE_SW, jayvdb, 
JanZerebecki, Aklapper, Snipre, 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 Project Column] T91067: Port wikibase templates to Mustache

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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: thiemowmde, adrianheine, Jdouglas, 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] [Triaged] T91067: Port wikibase templates to Mustache

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.
Lydia_Pintscher added subscribers: adrianheine, thiemowmde.
Lydia_Pintscher set Security to None.

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

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: thiemowmde, adrianheine, Jdouglas, 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] T92397: PHP fatal errors are not visible in jenkins output in mwext-Wikibase-client-tests job

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

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

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: Addshore, Legoktm, aude, Aklapper, daniel, Wikidata-bugs, hashar



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


[Wikidata-bugs] [Maniphest] [Triaged] T92517: Implement separate RDF generators for each value type

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.
Lydia_Pintscher set Security to None.

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

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: 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] T73498: benchmark database performance of usage tracking

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

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

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: Liuxinyu970226, Wikidata-bugs, Springle, aaron, Lydia_Pintscher, daniel, 
aude



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T75863: split wikibase.git

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.

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

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: adrianheine, Wikidata-bugs, GPHemsley, Tobi_WMDE_SW, JeroenDeDauw, 
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] T71752: Refactor EntityContent (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Tracking.
Lydia_Pintscher set Security to None.

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

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: Wikidata-bugs, GPHemsley, Bene, JeroenDeDauw, Lydia_Pintscher, aude, 
Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T71752: Refactor EntityContent (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Wikidata-bugs, GPHemsley, Bene, JeroenDeDauw, Lydia_Pintscher, aude, 
Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T46529: Wikidata search problems (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Wikidata-bugs, Nemo_bis, Addshore, whym, Aklapper, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T54385: Query by one property and one value (simple queries) (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Wikidata-bugs, greg, Bene, jeblad, He7d3r, -jem-, Denny, Aklapper, Kozuch, 
Snipre, Liuxinyu970226, Ainali, kaldari, Lydia_Pintscher, daniel, Zellfaze, 
jkroll, Smalyshev, 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] [Updated] T76854: N-Triples encoding for RDF output uses invalid escaping

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher added projects: § Wikidata-Sprint-2015-03-11, Patch-For-Review.
Lydia_Pintscher added a comment.

Fixed? Both patches are merged.


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

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

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T92521: Improve meta-data handling in 
RDF-Output.

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, Lydia_Pintscher
Cc: gerritbot, Smalyshev, Wikidata-bugs, jayvdb, adrianheine, Liuxinyu970226, 
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] T92521: Improve meta-data handling in RDF-Output

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T50143: Implement complete RDF mapping 
for entities (tracking).

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

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: daniel, Aklapper, Smalyshev, 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] T74666: Unify view-implementations in JS frontend

2015-03-16 Thread adrianheine
adrianheine added a comment.

Sorta. Henning did a great work leveling our widget implementations, but he 
didn't really do what I lined out here. I still think that would make sense.


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

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: Wikidata-bugs, Tobi_WMDE_SW, adrianheine, Snaterlicious, 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] T92737: Uncaught TypeError: Cannot read property '0' of null

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to Review on the § Wikidata-Sprint-2015-03-11 
workboard.

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

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

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: adrianheine, thiemowmde, Lydia_Pintscher, 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] [Triaged] T92737: Uncaught TypeError: Cannot read property '0' of null

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.

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

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: adrianheine, thiemowmde, Lydia_Pintscher, 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] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

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

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

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: thiemowmde, Lydia_Pintscher
Cc: 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] [Lowered Priority] T92280: Make [Formatter|Parser]Options nullable/optional everywhere

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher lowered the priority of this task from Unbreak Now! to High.
Lydia_Pintscher set Security to None.

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

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, Lydia_Pintscher
Cc: thiemowmde, Aklapper, Wikidata-bugs, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T50143: Implement complete RDF mapping for entities (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T92523: Implement fast sequential RDF 
output generation.

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, Lydia_Pintscher
Cc: gerritbot, Smalyshev, Wikidata-bugs, jayvdb, adrianheine, Liuxinyu970226, 
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 Project Column] T76854: N-Triples encoding for RDF output uses invalid escaping

2015-03-16 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Review on the § Wikidata-Sprint-2015-03-11 
workboard.

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

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

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: Lydia_Pintscher, 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] T91376: Make ValueView qunit tests independent of focus.

2015-03-16 Thread adrianheine
adrianheine added a comment.

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


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

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: thiemowmde, GerardM, adrianheine, JanZerebecki, WMDE-Fisch, Snaterlicious, 
Tobi_WMDE_SW, 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] T50143: Implement complete RDF mapping for entities (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Smalyshev, Lydia_Pintscher
Cc: gerritbot, Smalyshev, Wikidata-bugs, jayvdb, adrianheine, Liuxinyu970226, 
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 Project Column] T66515: Direct link to download the raw JSON data of each Entity

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

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

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: Wikidata-bugs, thiemowmde, Lydia_Pintscher, daniel, 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] T73052: Introduce a entity change subscription service

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Liuxinyu970226, Wikidata-bugs, 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] [Changed Project Column] T67626: support for complex queries

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: matej_suchanek, Bugreporter, -jem-, Liuxinyu970226, Lydia_Pintscher, 
Eloquence, Zellfaze, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, GWicke, 
Manybubbles, daniel, JanZerebecki, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92789: When I move a page in nowiki, the sitelink isn't updated automatically

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

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

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: hoo, Lydia_Pintscher
Cc: jhsoby, 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] T92281: Browsertests for link-item widget on Wikidata-Clients

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: hoo.
Lydia_Pintscher set Security to None.

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

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, WMDE-Fisch, Tobi_WMDE_SW, 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] T92281: Browsertests for link-item widget on Wikidata-Clients

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

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

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, WMDE-Fisch, Tobi_WMDE_SW, 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] T88735: wikidata-rdf wrong format.

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: mkroetzsch.
Lydia_Pintscher added a comment.

Is this about the RDF dump provided by Markus Krötzsch?


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

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: mkroetzsch, Lydia_Pintscher, daniel, Aklapper, W013ccw, 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] T75863: split wikibase.git

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Wikidata-bugs, Lydia_Pintscher
Cc: adrianheine, Wikidata-bugs, GPHemsley, Tobi_WMDE_SW, JeroenDeDauw, 
Lydia_Pintscher, daniel, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T68067: Support Redirects between Items (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher edited the task description.
Lydia_Pintscher added a project: Tracking.
Lydia_Pintscher set Security to None.

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

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: Addshore, Wikidata-bugs, Bene, matej_suchanek, 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] [Changed Project Column] T68067: Support Redirects between Items (tracking)

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Addshore, Wikidata-bugs, Bene, matej_suchanek, 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] T88674: data types

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Tracking.

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

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: Tamslo, Lydia_Pintscher, Aklapper, soeren.oldag, 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] T75654: Redesign header

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Ricordisamoa, Daniel_Mietchen, Wikidata-bugs, thiemowmde, Tobi_WMDE_SW, 
adrianheine, Snaterlicious, aude, Aklapper



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


[Wikidata-bugs] [Maniphest] [Updated] T88677: dumps

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Tracking.

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

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: Liuxinyu970226, Lydia_Pintscher, Aklapper, soeren.oldag, Tamslo, 
dominic.sauer, 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] T76216: language fallback

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: He7d3r, matej_suchanek, 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] [Changed Project Column] T76230: data quality and trust

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: 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] [Changed Project Column] T68108: Store media information for files on Wikimedia Commons as structured data

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Daniel_Mietchen, Jdforrester-WMF, GPHemsley, Bene, Legoktm, Nemo_bis, 
Lokal_Profil, Tobi_WMDE_SW, He7d3r, Petrb, Gilles, jayvdb, Kelson, MarkTraceur, 
Steinsplitter, JeroenDeDauw, Micru, Revi, JanZerebecki, JeanFred, Ricordisamoa, 
Snowolf, Keegan, Rillke, Bawolff, Fabrice_Florin, Multichill, Liuxinyu970226, 
Ainali, Tgr, Lydia_Pintscher, jeremyb, Stryn, Ltrlg, daniel, Dereckson, 
JohnLewis, Wikidata-bugs, aude, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92737: Uncaught TypeError: Cannot read property '0' of null

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

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

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: aude, Lydia_Pintscher
Cc: adrianheine, thiemowmde, Lydia_Pintscher, 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] T76854: N-Triples encoding for RDF output uses invalid escaping

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

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

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: Lydia_Pintscher, 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] T52661: Support output of data type descriptions via Special:EntityData

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

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

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: 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] [Changed Project Column] T54843: Improve display of API error messages in the UI

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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: Wikidata-bugs, thiemowmde, adrianheine, Snaterlicious, Lydia_Pintscher, 
daniel, JohnLewis, aude



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


[Wikidata-bugs] [Maniphest] [Updated] T88673: error handling

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Tracking.

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

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: Tamslo, Lydia_Pintscher, Aklapper, soeren.oldag, 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] T75306: Inject variationsFactory into snakview

2015-03-16 Thread adrianheine
adrianheine added a comment.

Still reasonable to do, but not holding us back in any way currently.


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

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: Wikidata-bugs, adrianheine, Lydia_Pintscher, aude



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


[Wikidata-bugs] [Maniphest] [Assigned] T92737: Uncaught TypeError: Cannot read property '0' of null

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher assigned this task to aude.

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

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, Lydia_Pintscher
Cc: adrianheine, thiemowmde, Lydia_Pintscher, 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] [Assigned] T92487: Comparing Diff objects fails on certain environments

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher assigned this task to thiemowmde.

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

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, Lydia_Pintscher
Cc: JanZerebecki, daniel, gerritbot, JeroenDeDauw, 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] [Assigned] T91387: Special:SetLabelDescriptionandAlias should support removing of labels, descriptions and aliases

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher assigned this task to thiemowmde.

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

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, Lydia_Pintscher
Cc: gerritbot, 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] [Declined] T90484: RdfBuilder error on trying to getLanguageCode()

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Lydia_Pintscher.
Lydia_Pintscher closed this task as Declined.
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.

I am going to close this one. Let's figure out the rest in the other ticket.


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

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: Lydia_Pintscher, hoo, JanZerebecki, aude, daniel, despens, Aklapper, 
Wikidata-bugs



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


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

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher triaged this task as Normal priority.

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

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: 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] T92006: Add date filtering to RDF export

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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: Smalyshev, Lydia_Pintscher
Cc: Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, 
Manybubbles, daniel, JanZerebecki



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


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

2015-03-16 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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: Wikidata-bugs, AnjaJentzsch, Abraham, Denny, Lydia_Pintscher, daniel, aude, 
Aklapper



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


  1   2   >