[Wikidata-bugs] [Maniphest] [Changed Project Column] T127583: WDQS GUI header should be a link

2016-02-19 Thread Smalyshev
Smalyshev moved this task to GUI on the Wikidata-Query-Service workboard.

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

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

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

To: Smalyshev
Cc: Jonas, Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127583: WDQS GUI header should be a link

2016-02-19 Thread Smalyshev
Smalyshev placed this task up for grabs.

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

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

To: Smalyshev
Cc: Jonas, Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Triaged] T127574: Add link classification by site type in RDF

2016-02-19 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.

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

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

To: Smalyshev
Cc: Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Triaged] T127583: WDQS GUI header should be a link

2016-02-19 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority.

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

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

To: Smalyshev
Cc: Jonas, Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T127583: WDQS GUI header should be a link

2016-02-19 Thread Smalyshev
Smalyshev created this task.
Herald added subscribers: StudiesWorld, Aklapper.
Herald added projects: Wikidata, Discovery.

TASK DESCRIPTION
  From https://www.wikidata.org/wiki/Topic:Syofw4iizq0yqya3:
  
  > I tend to click on the top left corner to open another tab. Most website 
link to the mainpage there. Could the text "Wikidata Query Service" on WQS link 
there too?
  
  I think adding a link to the WDQS GUI title is a good idea.

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

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

To: Jonas, Smalyshev
Cc: Jonas, Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


Re: [Wikidata-tech] Wikidata SPRQL (Jorge A. Hernandez)

2016-02-19 Thread Stas Malyshev
Hi!

> Although, one problem that I am having occurs when I  requesting
> "bounding boxes"
> (i.e., northeast, southwest) point coordinates per record feature. 
> In fact, I am able to get the pertinent point coordinates (lat and
> long), but how do we get the bounding boxes?

Well, we kind of have something in a sense that globe coordinate has
precision:

https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format#Globe_coordinate

which creates a circle around the point. But not boxes. Geo features in
general are very much work in progress still.

> 
> Is there a web location site where related queries are up for share? 
> Is there a Wikidata SPRQL prominent themed archive somewhere?

There are two places with query examples:

1. "Official" collection which is hooked directly to GUI in
query.wikidata.org:
https://www.mediawiki.org/wiki/Wikibase/Indexing/SPARQL_Query_Examples

2. https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries -
page where a lot of community members add SPARQL experiments and discuss
them. Check also the talk page.

You may be interested in this part:
https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries#Working_with_co-ordinates

-- 
Stas Malyshev
smalys...@wikimedia.org

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


[Wikidata-bugs] [Maniphest] [Created] T127574: Add link classification by site type in RDF

2016-02-19 Thread Smalyshev
Smalyshev created this task.
Herald added subscribers: StudiesWorld, Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION
  Right now links in RDF are represented like this:
  
 a schema:Article ;
schema:about wd:Q3 ;
schema:inLanguage "en" ;
wikibase:badge wd:Q5 .
  
  Which has one glaring omission: it is hard to distinguish between links to 
sites in the same language, such as English Wikipedia and English Wikisource. 
It would be nice to have some way to make it easier.
  
  Options:
  
  - `schema:isPartOf `
  - `schema:isPartOf wd:Q1234`, where wd:Q1234 is an entity for English 
wikipedia
  - `wikibase:wikiType wikibase:Wikipedia`
  - `wikibase:wikiType wd:Q1234`, where wd:Q1234 is an entity for English 
wikipedia
  
  Other ideas?

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

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

To: Smalyshev
Cc: Aklapper, StudiesWorld, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T103346: phpunit hhvm failure: LuaSandbox: TextLibraryTests[87]: json decode, invalid values (trailing comma)

2016-02-19 Thread Catrope
Catrope removed a project: Collaboration-Team-Current.

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

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

To: Mattflaschen, Catrope
Cc: Catrope, Mattflaschen, gerritbot, StudiesWorld, daniel, Anomie, 
JanZerebecki, Aklapper, Izno, Luke081515, Wikidata-bugs, aude, Dinoguy1000, 
jayvdb, MrStradivarius, Jackmcbarn, Mbch331, Krenair, Joe, jeremyb



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


Re: [Wikidata-tech] Wikidata SPRQL (Jorge A. Hernandez)

2016-02-19 Thread Magnus Manske
Better geo support will be added with the next blazegraph update, AFAIK.

On Fri, Feb 19, 2016 at 7:44 PM Jorge Hernandez  wrote:

> Greeting Wiki Tinkers!
>
> ​I have been researching into Wikidata SPRQL, and am very much enjoying
> the Wikidata Query Service API , tool.
> ​After some related research, I have managed to extract many related geo
> attributes
> of request records like ( e.g., cities in cali, parking in U.S. etc.)
> alongside pertinent fields
> like wikipedia site, GNSID, etc.
>
> Although, one problem that I am having occurs when I  requesting "bounding
> boxes"
> (i.e., northeast, southwest) point coordinates per record feature.
> In fact, I am able to get the pertinent point coordinates (lat and long),
> but how do we get the bounding boxes?
>
> Is there a web location site where related queries are up for share?
> Is there a Wikidata SPRQL prominent themed archive somewhere?
>
> Thanks All!
>
> Kindest Regards,
> J.A. H.
>
>
>
> ___
> Wikidata-tech mailing list
> Wikidata-tech@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata-tech
>
___
Wikidata-tech mailing list
Wikidata-tech@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech


[Wikidata] Fwd: ORES extension soon be deployed, help us test it

2016-02-19 Thread Amir Ladsgroup
We are also in progress of deploying this extension for Wikidata too in
near future. So your help would be appreciated.

-- Forwarded message -
From: Amir Ladsgroup 
Date: Sat, Feb 20, 2016 at 2:05 AM
Subject: ORES extension soon be deployed, help us test it
To: wikitech-l , 


Hey all,
TLDR: ORES extension [1] which is an extension that integrates ORES service
[2] with Wikipedia to make fighting vandalism easier and more efficient is
in the progress of deployment. You can test it in
https://mw-revscoring.wmflabs.org (Enable it in your preferences first)

You probably know ORES. It's an API service that gives probably of an edit
being vandalism, it also does other AI-related stuff like guessing the
quality of articles in Wikipedia. We have a nice blog post in Wikimedia
Blog [3] and media paid some attention to it [4]. Thanks to Aaron Halfaker
and others [5] for their work in building this service. There are several
tools using ORES to highlight possibly vandalism edits. Huggle, gadgets
like ScoredRevisions, etc. But an extension does this job much more
efficiently.

The extension which is being developed by Adam Wight, Kunal Mehta and me
highlights unpatrolled edits in recentchanges, watchlists, related changes
and in future, user contributions if ORES score of those edits pass a
certain threshold. GUI design is made by May Galloway. ORES API (
ores.wmflabs.org) only gives you a score between 0 and 1. Zero means it's
not vandalism at all and one means it's vandalism for sure. You can test
its simple GUI in https://ores.wmflabs.org/ui/. It's possible to change the
threshold in your preferences in the recent changes tab (you have options
instead of numbers because we thought numbers are not very intuitive).
Also, we enabled it in a test wiki so you test it:
https://mw-revscoring.wmflabs.org. You need to make an account (use a dummy
password) and then enable it in beta features tab. Note that building AI
tool to detect vandalism in a test wiki sounds a little bit silly ;) so we
set up a dummy model that probability of an edit being vandalism is
backward of the last two digits (e.g. diff id:12345 = score:54%). In a more
technical aspect, we store these scores in ores_classification table so we
can do a lot more analysis with them once the extension is deployed. Fun
use cases such as the average score of a certain page or contributions of a
user or members of a category, etc.

We passed security review and we have consensus to enable it in Persian
Wikipedia. We are only blocked on ORES moving from Labs to production
(T106867 [6]). The next wiki is Wikidata, we are good to go once the
community finishes labeling edits so we can build the "damaging" model. We
can enable it Portuguese and Turkish Wikipedia after March because s2 and
s3 have database storage issues right now. For other Wikis, you need to
check if ORES supports the Wiki and if community finished labeling edits
for ORES (check out the table at [2])
If you want to report bugs or add feature requests you can find it in here
[7].

[1]: https://www.mediawiki.org/wiki/Extension:ORES
[2]: https://meta.wikimedia.org/wiki/Objective_Revision_Evaluation_Service
[3]:
https://blog.wikimedia.org/2015/11/30/artificial-intelligence-x-ray-specs/
[4]:
https://meta.wikimedia.org/wiki/Research:Revision_scoring_as_a_service/Media
[5]:
https://meta.wikimedia.org/wiki/Research:Revision_scoring_as_a_service#Team
[6]: https://phabricator.wikimedia.org/T106867
[7]: https://phabricator.wikimedia.org/tag/mediawiki-extensions-ores/

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


[Wikidata-bugs] [Maniphest] [Commented On] T127340: Query examples are being loaded with duplicate prefixes

2016-02-19 Thread Smalyshev
Smalyshev added a comment.


  Well, if the query comes from outside it won't have the prefixes. Or it may 
have different prefixes. So if we always add default prefixes it could be messy.

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

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

To: Jonas, Smalyshev
Cc: Smalyshev, Mbch331, Jonas, Aklapper, StudiesWorld, hoo, debt, Gehel, Izno, 
jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles



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


[Wikidata-bugs] [Maniphest] [Commented On] T127340: Query examples are being loaded with duplicate prefixes

2016-02-19 Thread Jonas
Jonas added a comment.


  I think we should always show the default prefixes otherwise it is confusing.

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

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

To: Jonas
Cc: Smalyshev, Mbch331, Jonas, Aklapper, StudiesWorld, hoo, debt, Gehel, Izno, 
jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles



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


[Wikidata-bugs] [Maniphest] [Commented On] T127467: Finding items that should be merged

2016-02-19 Thread Ricordisamoa
Ricordisamoa added a comment.


  https://tools.wmflabs.org/wikidata-todo/dupe_finder.php

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

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

To: Ricordisamoa
Cc: Ricordisamoa, Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, 
Izno, Wikidata-bugs, aude, Mbch331



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


Re: [Wikidata] SPARQL endpoint caching

2016-02-19 Thread Stas Malyshev
Hi!

> 
> I'll do a presentation next week, in which I intend to demonstrate
> that I can add a Wikidata value online, which then is available
> immediately for my application - as well as for the whole rest of the
> world. (In Library Land, that's a real blast, because business
> processes related to authority data often take weeks or month ...)

I think we'll always have some way to run un-cached query. The question
is only how easy would it be - i.e. would you need to add parameter,
click a checkbox, etc.

-- 
Stas Malyshev
smalys...@wikimedia.org

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


[Wikidata-bugs] [Maniphest] [Commented On] T127340: Query examples are being loaded with duplicate prefixes

2016-02-19 Thread Smalyshev
Smalyshev added a comment.


  @Jonas They are not necessary now, so maybe. I'd leave the individual 
prefixes though as a lookup mechanism in case people need to know what each 
prefix means.

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

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

To: Jonas, Smalyshev
Cc: Smalyshev, Mbch331, Jonas, Aklapper, StudiesWorld, hoo, debt, Gehel, Izno, 
jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles



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


[Wikidata-tech] Wikidata SPRQL (Jorge A. Hernandez)

2016-02-19 Thread Jorge Hernandez
Greeting Wiki Tinkers!

​I have been researching into Wikidata SPRQL, and am very much enjoying
the Wikidata Query Service API , tool. ​After
some related research, I have managed to extract many related geo attributes
of request records like ( e.g., cities in cali, parking in U.S. etc.)
alongside pertinent fields
like wikipedia site, GNSID, etc.

Although, one problem that I am having occurs when I  requesting "bounding
boxes"
(i.e., northeast, southwest) point coordinates per record feature.
In fact, I am able to get the pertinent point coordinates (lat and long),
but how do we get the bounding boxes?

Is there a web location site where related queries are up for share?
Is there a Wikidata SPRQL prominent themed archive somewhere?

Thanks All!

Kindest Regards,
J.A. H.
___
Wikidata-tech mailing list
Wikidata-tech@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech


[Wikidata-bugs] [Maniphest] [Commented On] T117031: Represent normalized unit values in full values RDF

2016-02-19 Thread Smalyshev
Smalyshev added a comment.


  @Jc3s5h Basic ISO 8601 is not perfect for our goals, since we need to 
represent dates that non-extended ISO format can not. Thus, we are extending 
it, in accordance with W3C guidelines 
:
  
  > To accommodate year values greater than  additional digits can be added 
to the left of this representation.
  
  Note that this standard does not require fixed digits.
  
  Now, we know that some data stores are unable to accommodate extended date 
ranges, especially one that are implemented in Java and take shortcut of 
representing xsd:dateTime as Java calendar/datetime values (which can not 
accommodate the full range of dates Wikidata has). These solutions will have to 
be either modified or be unable to process certain data. There's no way around 
it - if they can not read our dates directly, they'd have to do something extra 
to read them. So far we've chosen the way that would be as close to the W3C 
standard as possible and not require to big a departure from ISO.

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

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

To: Smalyshev
Cc: Jc3s5h, aude, daniel, Aklapper, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T123521: [Bug] ValueView GitHub mirror not updated any more

2016-02-19 Thread demon
demon added a comment.


  In https://phabricator.wikimedia.org/T123521#2043920, @JanZerebecki wrote:
  
  > `refs/meta/config` is still not mirrored, but it is probably not necessary. 
master is mirrored fine.
  
  
  We don't mirror refs/changes/* or refs/meta/* to Github usually, it should 
just be refs/heads/* and refs/tags/*

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

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

To: JanZerebecki, demon
Cc: Paladox, demon, hoo, ori, Krinkle, BBlack, Krenair, Aklapper, JanZerebecki, 
Tobi_WMDE_SW, aude, Addshore, Jonas, Lydia_Pintscher, thiemowmde, Izno, 
Luke081515, Wikidata-bugs, Mbch331, QChris, greg



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


[Wikidata-bugs] [Maniphest] [Retitled] T127470: Wikidata item quality classification

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "Wikidata item quality classification:" 
to "Wikidata item quality classification".
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Retitled] T127467: Finding items that should be merged

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "Finding items that should be merged 
(general problem -- find missing connections):" to "Finding items that should 
be merged".
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T127467: Finding items that should be merged

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


Re: [Wikidata] [Analytics] [Wiki-Medicine] Zika

2016-02-19 Thread Dan Andreescu
Thanks, Reid.  When you say there's insufficient data history, do you mean
in other sources?  Zika was discovered in 1947 and the wiki page for it was
built in 2009.  We have high quality geolocated data since May 2015.

I'm still doing research (I admit the distractions at the foundation have
gotten in the way, I apologize for that).  I hope to get back to it with
renewed force this weekend.

On Fri, Feb 19, 2016 at 11:30 AM, Priedhorsky, Reid  wrote:

> We do have more work in progress to extend the 2014 paper, in particular
> to mosquito-borne diseases in a Spanish-speaking country, though not Zika
> because there is insufficient data history.
>
> I appreciate the pointer. Are there any specific questions folks would
> like me to address in this thread?
>
> Thanks,
> Reid
> ___
> Analytics mailing list
> analyt...@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/analytics
>
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Retitled] T127474: Finding good-faith contributors with ORES

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher changed the title from "Finding good-faith contributors" to 
"Finding good-faith contributors with ORES".
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T127475: Finding biases and content gaps

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Declined] T127463: Property proposal process:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Declined".
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.


  We said we can't really help here with machine learning.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


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

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher closed blocking task T127463: Property proposal process: as 
"Declined".

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

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

To: Lydia_Pintscher
Cc: Ricordisamoa, mkroetzsch, Aklapper, Lydia_Pintscher, Izno, Wikidata-bugs, 
aude, Mbch331



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


Re: [Wikidata] Make federated queries possible / was: SPARQL CONSTRUCT results truncated

2016-02-19 Thread Neubert, Joachim
Hi Stas,

Thanks for your explanation! I've to perhaps do some tests on my own systems ...

Cheers, Joachim

-Ursprüngliche Nachricht-
Von: Wikidata [mailto:wikidata-boun...@lists.wikimedia.org] Im Auftrag von Stas 
Malyshev
Gesendet: Donnerstag, 18. Februar 2016 19:12
An: Discussion list for the Wikidata project.
Betreff: Re: [Wikidata] Make federated queries possible / was: SPARQL CONSTRUCT 
results truncated

Hi!

> Now, obviously endpoints referenced in a federated query via a service 
> clause have to be open - so any attacker could send his queries 
> directly instead of squeezing them through some other endpoint. The 
> only scenario I can think of is that an attackers IP already is 
> blocked by the attacked site. If (instead of much more common ways to 
> fake an IP) the attacker would choose to do it by federated queries 
> through WDQS, this _could_ result in WDQS being blocked by this 
> endpoint.

This is not what we are concerned with. What we are concerned with is that 
federation essentially requires you to run an open proxy - i.e. to allow 
anybody to send requests to any URL. This is not acceptable to us because this 
means somebody could abuse this both to try and access our internal 
infrastructure and to launch attacks to other sites using our site as a 
platform.

We could allow, if there is enough demand, to access specific whitelisted 
endpoints but so far we haven't found any way to allow access to any SPARQL 
endpoint without essentially allowing anybody to launch arbitrary network 
connections from our server.

> provide for the linked data cloud. This must not involve the 
> highly-protected production environment, but could be solved by an 
> additional unstable/experimental endpoint under another address.

The problem is we can not run production-quality endpoint in non-production 
environment. We could set up an endpoint on the Labs, but this endpoint would 
be underpowered and we won't be able to guarantee any quality of service there. 
To serve the amount of Wikidata data and updates, the machines should have 
certain hardware capabilities, which Labs machines currently do not have.

Additionally, I'm not sure running open proxy even there would be a good idea. 
Unfortunately, in the internet environment of today there is no lack of players 
that would want to abuse such thing for nefarious purposes.

We will keep looking for solution for this, but so far we haven't found one.

Thanks,
--
Stas Malyshev
smalys...@wikimedia.org

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


[Wikidata-bugs] [Maniphest] [Updated] T127480: finding connections between articles across languages and projects

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, samuwmde, Amire80, Lydia_Pintscher, Izno, 
Wikidata-bugs, aude, Mbch331



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


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

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocking task: T127480: finding connections between 
articles across languages and projects.

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

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

To: Lydia_Pintscher
Cc: Ricordisamoa, mkroetzsch, Aklapper, Lydia_Pintscher, Izno, Wikidata-bugs, 
aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127480: finding connections between articles across languages and projects

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, samuwmde, Amire80, Lydia_Pintscher, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127471: How to improve querying:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


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

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added blocking tasks: T127463: Property proposal process:, 
T127467: Finding items that should be merged (general problem -- find missing 
connections):, T127470: Wikidata item quality classification:, T127471: How to 
improve querying:, T127473: Vandalism detection with non-user-based, but 
tractible features, T127474: Finding good-faith contributors, T127475: Finding 
biases and content gaps.

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

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

To: Lydia_Pintscher
Cc: Ricordisamoa, mkroetzsch, Aklapper, Lydia_Pintscher, Izno, Wikidata-bugs, 
aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127470: Wikidata item quality classification:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127463: Property proposal process:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127473: Vandalism detection with non-user-based, but tractible features

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127467: Finding items that should be merged (general problem -- find missing connections):

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127474: Finding good-faith contributors

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127475: Finding biases and content gaps

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a blocked task: T90870: selfcontained projects around 
Wikidata (tracking).

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127467: Finding items that should be merged (general problem -- find missing connections):

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127473: Vandalism detection with non-user-based, but tractible features

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127475: Finding biases and content gaps

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127474: Finding good-faith contributors

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127470: Wikidata item quality classification:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127465: Finding items that should be merged (general problem -- find missing connections):

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: hoo, Lydia_Pintscher, StudiesWorld, johl, Aklapper, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T127465: Finding items that should be merged (general problem -- find missing connections):

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher removed a subscriber: hoo.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, StudiesWorld, johl, Aklapper, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127471: How to improve querying:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Up For Grabs] T127463: Property proposal process:

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher placed this task up for grabs.
Lydia_Pintscher removed a subscriber: hoo.
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, johl, StudiesWorld, Lydia_Pintscher, samuwmde, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T91505: [Epic] Adding new datatypes to Wikidata

2016-02-19 Thread ArthurPSmith
ArthurPSmith added a comment.


  In https://phabricator.wikimedia.org/T91505#2015282, @Ricordisamoa wrote:
  
  > In https://phabricator.wikimedia.org/T91505#2008209, @Swpb wrote:
  >
  > > this discussion 

 has raised the usefulness of a degrees-minutes-seconds datatype for angular 
information.
  >
  >
  > The quantity datatype can fulfill that well once precision and custom 
formatters are supported properly.
  
  
  I don't know if that's true. Right ascension is peculiar -  it is typically 
given in time units (hours, minutes, seconds, and decimal beyond that). 
Formatting could turn a numerical value (number of seconds, say) into the right 
sort of string, but how do you handle data entry? Ideally we want somebody to 
be able to type in values as they find them in an astronomical table, which 
would be in the hours-minutes-seconds format, not a numeric number of seconds. 
Is there any proposal to create a data entry formatter that could do that sort 
of thing?

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

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

To: ArthurPSmith
Cc: Swpb, ArthurPSmith, gerritbot, Smalyshev, Shrutika719, MGChecker, Sannita, 
Ricordisamoa, mgrabovsky, Liuxinyu970226, Rits, Physikerwelt, Lydia_Pintscher, 
Niharika, Aklapper, Izno, Wikidata-bugs, aude, Mbch331, Jay8g



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


[Wikidata-bugs] [Maniphest] [Closed] T114547: Table of nuclides based on Wikidata

2016-02-19 Thread ArthurPSmith
ArthurPSmith closed this task as "Resolved".
ArthurPSmith claimed this task.
ArthurPSmith added a comment.
Herald added a subscriber: StudiesWorld.


  Probably should close this - it's been up live for a week or so now! Ran into 
a problem with query service bugs, but that seems to be resolved. See 
http://tools.wmflabs.org/ptable/nuclides

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

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

To: ArthurPSmith
Cc: StudiesWorld, ArthurPSmith, Pamputt, Tobias1984, Ricordisamoa, Aklapper, 
Izno, Wikidata-bugs, Lucie, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Edited] T74126: [Story] Monolingual text does not accept sr-cyrl and a number of other language codes

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher edited the task description.

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

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

To: Lydia_Pintscher
Cc: Josve05a, revi, AlexanderDoria, Nikki, daniel, aude, Amire80, 
Liuxinyu970226, Robin0van0der0vliet, Jonas, Runner1928, Filceolaire, Aklapper, 
Candalua, Ricordisamoa, jeblad, thiemowmde, JanZerebecki, adrianheine, 
Lydia_Pintscher, Izno, Wikidata-bugs, Mbch331



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


[Wikidata-bugs] [Maniphest] [Triaged] T127462: [Bug] Entity access counts retained between parser runs

2016-02-19 Thread hoo
hoo triaged this task as "High" priority.
hoo added a project: Wikidata-Sprint-2016-02-16.

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

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

To: hoo
Cc: Laddo, Lydia_Pintscher, daniel, aude, Aklapper, StudiesWorld, hoo, Izno, 
Wikidata-bugs, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T127462: [Bug] Entity access counts retained between parser runs

2016-02-19 Thread hoo
hoo created this task.
Herald added subscribers: StudiesWorld, Aklapper.

TASK DESCRIPTION
  If something (for example a job or a maintenance script) parses several pages 
during a single request, the number of entities accessed by any of these parser 
runs get accumulated.
  
  This leads to entity access limit exceeded errors on many pages that don't 
actually access many pages.

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

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

To: hoo
Cc: Laddo, Lydia_Pintscher, daniel, aude, Aklapper, StudiesWorld, hoo, Izno, 
Wikidata-bugs, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127435: Allow items in Cape Verdean Creole (kea) in Wikidata

2016-02-19 Thread Nikki
Nikki added a comment.


  This is already one of the languages listed as missing on 
https://phabricator.wikimedia.org/T74126.

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

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

To: Nikki
Cc: Nikki, MF-Warburg, Ahoerstemeier, GerardM, waldyrious, Aklapper, 
StudiesWorld, Bugreporter, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T111769: [Bug] EntityUsageTable::touchUsageBatch slow query

2016-02-19 Thread hoo
hoo added a comment.


  In https://phabricator.wikimedia.org/T111769#2043332, @jcrespo wrote:
  
  > Yesterday at ~19:00UTC there was an increase 2x in the number of UPDATES on 
almost all wikis. I tracked this down to large amounts of `UPDATE /* 
Wikibase\Client\Usage\Sql\EntityUsageTable::touchUsageBatch` queries. Is there 
anything that could have caused that? What could have doubled the amount of 
queries being done?
  
  
  Yesterday I converted string properties to external id ones and at 12:50 
(UTC) I bumped the cache epoch on Wikidata. But I don't think that should have 
had a noticeable impact beyond Wikidata (if at all).

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

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

To: hoo
Cc: Lydia_Pintscher, JanZerebecki, hoo, daniel, jcrespo, aude, Aklapper, Izno, 
Wikidata-bugs, GWicke, Mbch331, Krenair



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


[Wikidata-bugs] [Maniphest] [Commented On] T43103: initialization of the Language object is very heavy

2016-02-19 Thread Nikerabbit
Nikerabbit added a comment.


  So I thought as well, but I haven't found any proof that it is still heavy.

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

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

To: Nikerabbit
Cc: adrianheine, gerritbot, Aklapper, Fomafix, Ricordisamoa, Jarekt, Purodha, 
Logicwiki, tstarling, bzimport, Wikidata-bugs, Amire80, siebrand, jeblad, 
SPQRobin, jayvdb, Denny, DanielFriesen, wikibugs-l-list, Nikerabbit, daniel, 
GWicke, Gryllida, Shizhao, Arrbee, KartikMistry



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


[Wikidata-bugs] [Maniphest] [Commented On] T127309: mediawiki_api::log_in does not work due to gzip issue

2016-02-19 Thread zeljkofilipin
zeljkofilipin added a comment.


  @adrianheine Can you paste the entire output from your command line, please? 
(Assuming that you are running the test from a command line.)
  
  How is your mediawiki set up? Are you using wikidata role in 
mediawiki-vagrant?

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

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

To: zeljkofilipin
Cc: zeljkofilipin, adrianheine, Aklapper, Izno, Wikidata-bugs, aude, Mbch331, 
greg



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


[Wikidata-bugs] [Maniphest] [Updated] T127309: mediawiki_api::log_in does not work due to gzip issue

2016-02-19 Thread zeljkofilipin
zeljkofilipin added a project: Wikidata.

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

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

To: zeljkofilipin
Cc: zeljkofilipin, adrianheine, Aklapper, Izno, Wikidata-bugs, aude, Mbch331, 
greg



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


Re: [Wikidata] from Freebase to Wikidata: the great migration

2016-02-19 Thread Marco Fossati

I couldn't wait for a detailed description of the primary sources tool.
Thanks a lot to the authors for mentioning the StrepHit soccer dataset!

Cheers,

Marco

On 2/19/16 13:00, wikidata-requ...@lists.wikimedia.org wrote:

Date: Thu, 18 Feb 2016 11:07:41 -0600
From: Maximilian Klein
To: "Discussion list for the Wikidata project."

Subject: Re: [Wikidata] from Freebase to Wikidata: the great migration
Message-ID:

[Wikidata-bugs] [Maniphest] [Updated] T123521: [Bug] ValueView GitHub mirror not updated any more

2016-02-19 Thread JanZerebecki
JanZerebecki added a project: Wikidata-Sprint-2016-02-16.

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

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

To: JanZerebecki
Cc: Paladox, demon, hoo, ori, Krinkle, BBlack, Krenair, Aklapper, JanZerebecki, 
Tobi_WMDE_SW, aude, Addshore, Jonas, Lydia_Pintscher, thiemowmde, Izno, 
Luke081515, Wikidata-bugs, Mbch331, QChris, greg



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


[Wikidata-bugs] [Maniphest] [Closed] T123521: [Bug] ValueView GitHub mirror not updated any more

2016-02-19 Thread JanZerebecki
JanZerebecki closed this task as "Resolved".
JanZerebecki claimed this task.
JanZerebecki added a comment.


  `refs/meta/config` is still not mirrored, but it is probably not necessary. 
master is mirrored fine.

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

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

To: JanZerebecki
Cc: Paladox, demon, hoo, ori, Krinkle, BBlack, Krenair, Aklapper, JanZerebecki, 
Tobi_WMDE_SW, aude, Addshore, Jonas, Lydia_Pintscher, thiemowmde, Izno, 
Luke081515, Wikidata-bugs, Mbch331, QChris, greg



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T127435: Allow items in Cape Verdean Creole (kea) in Wikidata

2016-02-19 Thread waldyrious
waldyrious added subscribers: GerardM, Ahoerstemeier, MF-Warburg.

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

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

To: waldyrious
Cc: MF-Warburg, Ahoerstemeier, GerardM, waldyrious, Aklapper, StudiesWorld, 
Bugreporter, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Created] T127435: Allow items in Cape Verdean Creole (kea) in Wikidata

2016-02-19 Thread waldyrious
waldyrious created this task.
Herald added subscribers: StudiesWorld, Aklapper.

TASK DESCRIPTION
  Original request submitted here 
,
 moved now to phabricator per GZWDer (@Bugreporter)'s suggestion.

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

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

To: waldyrious
Cc: waldyrious, Aklapper, StudiesWorld, Bugreporter, Izno, Wikidata-bugs, aude, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T127384: Other Projects panel needs additional functionality

2016-02-19 Thread T.seppelt
T.seppelt added a comment.


  In this case the final result could probably be javascript hacked. This could 
also be an option for introducing local interwiki links to Other Projects. Not 
the ideal solution though.

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

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

To: T.seppelt
Cc: T.seppelt, Wrh2, Krenair, Aklapper, Atsirlin, StudiesWorld, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T117031: Represent normalized unit values in full values RDF

2016-02-19 Thread Jc3s5h
Jc3s5h added a comment.


  An additional issue with borrowing the format from ISO 8601 (without using 
the definitions from ISO 8601) is that that standard requires a fixed number of 
digits for the years. So if the age of the universe is to be representable, 
today would have to be written 0002016-02-26. Doing otherwise would force 
data consumers to check their ISO 8601 parsing software to see if it can handle 
our violations.

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

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

To: Jc3s5h
Cc: Jc3s5h, aude, daniel, Aklapper, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T127067: [Story] Reduce initialisation time of SiteLinks

2016-02-19 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: gerritbot, Aklapper, Jonas, thiemowmde, adrianheine, Izno, Wikidata-bugs, 
aude, GWicke, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T127067: [Story] Reduce initialisation time of SiteLinks

2016-02-19 Thread gerritbot
gerritbot added a comment.


  Change 271753 had a related patch set uploaded (by Thiemo Mättig (WMDE)):
  Never shorten page titles in sitelinks below 15 characters
  
  https://gerrit.wikimedia.org/r/271753

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

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

To: gerritbot
Cc: gerritbot, Aklapper, Jonas, thiemowmde, adrianheine, Izno, Wikidata-bugs, 
aude, GWicke, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T116754: Make wdqs-updater service start automatically if data is loaded

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Aklapper, JanZerebecki, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T117031: Represent normalized unit values in full values RDF

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jc3s5h, aude, daniel, Aklapper, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T117032: Create configuration for specifying units conversions

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to needs discussion or investigation on the 
Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Smalyshev, Aklapper, daniel, aude, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T115996: [Task] Use package manager

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Ricordisamoa, Christopher, Smalyshev, JanZerebecki, StudiesWorld, Aklapper, 
Jonas, debt, Gehel, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, 
Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T98146: Create an API to get the lead image for an article

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jhernandez, Moushira, bd808, Services, GWicke, Aklapper, phuedx, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T121740: WPBNamespaces and WPBDisabledNamespaces confusing?

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jdlrobson, Sumit, Aklapper, Izno, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T118852: Add mechanism (hook?) to allow extensions to define additional special syntax keywords in search

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Deskana, aude, Aklapper, debt, Gehel, Izno, Wikidata-bugs, jayvdb, Mbch331, 
jeremyb



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T117683: [Tracking] Finish minimal loveable product as beta feature

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lucie, Lydia_Pintscher
Cc: Dereckson, Addshore, hoo, Liuxinyu970226, Lucie, Aklapper, Lydia_Pintscher, 
Izno, Wikidata-bugs, aude, Ricordisamoa, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T98147: Create an API to get and set cropping information for the banner of an article

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jhernandez, Mhurd, bd808, GWicke, Services, phuedx, Aklapper, Izno, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T120520: [Story] make it easier to understand what Special:Nearby is

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: D3r1ck01, Lydia_Pintscher
Cc: aude, Jdlrobson, Nirzar, Mbch331, gerritbot, D3r1ck01, Aklapper, 
Lydia_Pintscher, Izno, 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] T120714: implement wdqs1001/1002 disk upgrades (extend lvm)

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: RobH, mark, fgiunchedi, hoo, Aklapper, Joe, StudiesWorld, Smalyshev, 
Cmjohnson, debt, Gehel, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, 
Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T119302: Investigate loading data from TSV & CSV files into Grafana for graphing

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Addshore, Lydia_Pintscher
Cc: Addshore, Aklapper, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T123521: [Bug] ValueView GitHub mirror not updated any more

2016-02-19 Thread Paladox
Paladox added a comment.


  Hi I believe that the mirrors were fixed, I think they were trying something 
out like doing the replication from phabricator to GitHub but that stopped 
since it wasn't working.

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

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

To: Paladox
Cc: Paladox, demon, hoo, ori, Krinkle, BBlack, Krenair, Aklapper, JanZerebecki, 
Tobi_WMDE_SW, aude, Addshore, Jonas, Lydia_Pintscher, thiemowmde, Izno, 
Luke081515, Wikidata-bugs, Mbch331, QChris, greg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T120642: WDQS "IndexOutOfBoundsException" in path query with MINUS

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Smalyshev, Lydia_Pintscher
Cc: Aklapper, StudiesWorld, Jheald, debt, Gehel, Izno, jkroll, Smalyshev, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T127384: Other Projects panel needs additional functionality

2016-02-19 Thread Atsirlin
Atsirlin added a comment.


  This likely requires a separate discussion. Anyway, DMOZ links are specific 
to English Wikivoyage, while custom links to Wikipedia will be useful for all 
language versions of Wikivoyage.

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

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

To: Atsirlin
Cc: T.seppelt, Wrh2, Krenair, Aklapper, Atsirlin, StudiesWorld, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T121521: Delete daily.wikidata.datamodel.wikipedia_references graphite metric

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Addshore, Aklapper, Izno, Wikidata-bugs, aude, Mbch331, fgiunchedi



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T121523: Delete daily.wikidata.datamodel.(P143|P1480|P1683|P248|P813|P854|P887) graphite metrics

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Aklapper, Addshore, Izno, Wikidata-bugs, aude, Mbch331, fgiunchedi



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T123087: [Task] Track use of Create Article and Translate Article buttons

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Lucie, Addshore, Aklapper, Izno, Wikidata-bugs, aude, Ricordisamoa, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T123612: Create Blazegraph extension to store coordinates

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Smalyshev, Lydia_Pintscher
Cc: gerritbot, Aklapper, Smalyshev, debt, Gehel, Izno, jkroll, Wikidata-bugs, 
Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T123521: [Bug] ValueView GitHub mirror not updated any more

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  What is the status of this?

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

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

To: Lydia_Pintscher
Cc: Paladox, demon, hoo, ori, Krinkle, BBlack, Krenair, Aklapper, JanZerebecki, 
Tobi_WMDE_SW, aude, Addshore, Jonas, Lydia_Pintscher, thiemowmde, Izno, 
Luke081515, Wikidata-bugs, Mbch331, QChris, greg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T123535: Deploy WDQS on Blazegraph 2.0

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Smalyshev, Lydia_Pintscher
Cc: Ricordisamoa, Smalyshev, Aklapper, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T124627: Adjust balance of WDQS nodes to allow continued operation if eqiad went offline.

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: RobH, Deskana, Tfinc, Smalyshev, Aklapper, Joe, EBernhardson, StudiesWorld, 
debt, Gehel, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T123565: [EPIC] Support geo-coordinate search for WDQS

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Smalyshev, Lydia_Pintscher
Cc: Jheald, Ricordisamoa, Aklapper, Smalyshev, debt, Gehel, Izno, jkroll, 
Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T124766: Missing message for translation for Wikibase repo

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: thiemowmde.

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

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

To: Lydia_Pintscher
Cc: thiemowmde, Aklapper, StudiesWorld, Beta16, Izno, Wikidata-bugs, aude, 
Gryllida, Shizhao, Arrbee, Mbch331



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


[Wikidata-bugs] [Maniphest] [Closed] T125353: Make SPARQL endpoint discoverable using Wikibase API

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".

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

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

To: Addshore, Lydia_Pintscher
Cc: Ricordisamoa, Lydia_Pintscher, Smalyshev, JeroenDeDauw, Addshore, Aklapper, 
debt, HakanIST, Gehel, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, 
Manybubbles, Tpt, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125051: Add GeoData to extension-gate in CI

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: JanZerebecki, Aklapper, StudiesWorld, Izno, Wikidata-bugs, aude, MaxSem, 
Mbch331, hashar, greg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125050: Add Scribunto to extension-gate in CI

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Paladox, hoo, gerritbot, Aklapper, JanZerebecki, StudiesWorld, Izno, 
Wikidata-bugs, aude, Dinoguy1000, jayvdb, MrStradivarius, Anomie, Jackmcbarn, 
Mbch331, hashar, greg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T124862: Deploy WDQS node on codfw

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Tfinc, Deskana, Joe, EBernhardson, Aklapper, Smalyshev, debt, Gehel, Izno, 
jkroll, Wikidata-bugs, Jdouglas, aude, Manybubbles, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125066: [Task] Add already-requested language codes to set of language codes available for monolingual text values

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Liuxinyu970226, adrianheine, Aklapper, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Commented On] T127384: Other Projects panel needs additional functionality

2016-02-19 Thread T.seppelt
T.seppelt added a comment.


  Doesn't the Related Sites box also show DMOZ links? What should be the 
solutiom for those? I think they can't be handled by the current concept behind 
the Other Projects box.

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

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

To: T.seppelt
Cc: T.seppelt, Wrh2, Krenair, Aklapper, Atsirlin, StudiesWorld, Izno, 
Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125095: Create new page view dashboard for Wikidata

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Aklapper, Addshore, Izno, Wikidata-bugs, aude, Mbch331



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125712: Show TeX source for math values in diffs

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: daniel, Lydia_Pintscher, Tobias1984, Bene, Wikidata-bugs, Physikerwelt, 
Tpt, Liuxinyu970226, Rits, Ricordisamoa, Sannita, Micru, MGChecker, Aklapper, 
WickieTheViking, Llyrian, TomT0m, ArthurPSmith, Izno, mobrovac, Prod, aude, 
fredw, Pkra, scfc, Mbch331, Ltrlg



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125822: [Epic] Basic first prototype for structured data support for Commons

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to backlog on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jheald, El_Grafo, Tobi_WMDE_SW, Ricordisamoa, JeanFred, Bene, Aklapper, 
Steinsplitter, Izno, Wikidata-bugs, aude, Fabrice_Florin, Mbch331, Tgr



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T125824: [Task] Create a new media info entity type

2016-02-19 Thread Lydia_Pintscher
Lydia_Pintscher moved this task to ready to go on the Wikidata workboard.

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

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

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

To: Lydia_Pintscher
Cc: Jheald, Ricordisamoa, Bene, Lydia_Pintscher, Steinsplitter, Aklapper, Izno, 
Wikidata-bugs, aude, El_Grafo, Fabrice_Florin, Mbch331, Tgr



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


  1   2   >