[Wikidata] Apologies

2015-06-03 Thread Mike Cummins
I apologise in advance for asking this in what seems a Technical List,
but @pigsonthewing tells me I can. 
I want to extract all National Trust names, co-ordinates and the first
part of the description from wiki.
Having spent a day working through the API, I still cannot see how to
do this aside from scraping.
I am sure I am missing something very simple, so if anyone would
kindly email me, I would be grateful
Mike
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


Re: [Wikidata] Apologies

2015-06-03 Thread Magnus Manske
Hi Mike,

it's not that simple ;-)

I can offer you ~10K Grade I listed buildings and their coordinates from
Wikidata:
https://tools.wmflabs.org/wikidata-todo/tabernacle.html?wdq=claim%5B1435%3A15700818%5Dprops=P625items=show=1
(there's a download button)

We also have ~23K Grade II* buildings:
https://tools.wmflabs.org/wikidata-todo/tabernacle.html?wdq=claim%5B1435%3A15700831%5Dprops=P625items=show=1

Many of those won't have an article on English Wikipedia. For those that
do, you can use the Wikidata items (Qxxx) from above to get the English
Wikipedia articles via the Wikidata api:
https://www.wikidata.org/w/api.php?action=helpmodules=wbgetentities

Once you have those, you can try to get the initial blurb:
https://en.wikipedia.org/w/api.php?action=helpmodules=query%2Bextracts

Cheers,
Magnus


On Wed, Jun 3, 2015 at 9:11 PM Mike Cummins b...@b13.co.uk wrote:

 I apologise in advance for asking this in what seems a Technical List, but
 @pigsonthewing tells me I can.


 I want to extract all National Trust names, co-ordinates and the first
 part of the description from wiki.


 Having spent a day working through the API, I still cannot see how to do
 this aside from scraping.


 I am sure I am missing something very simple, so if anyone would kindly
 email me, I would be grateful.


 Mike

 ___
 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


Re: [Wikidata] Apologies

2015-06-03 Thread Stas Malyshev
Hi!

 This query shows all things owned by National Trust, with English label,
 description, and coordinates (where available):
 
 http://tinyurl.com/ntpx8qf
 
 Click execute to run it. There are ways to get this result in
 different formats (not embedded in HTML) but I don't find this right now.

If you just want the results and not the GUI, you can ask the endpoint
directly:
http://tinyurl.com/ph3wn4m

(this is
https://wdqs-beta.wmflabs.org/bigdata/namespace/wdq/sparql?query= and
then SPARQL, URL-encoded).

If you want it in JSON, you'll need to add header:
Accept:application/sparql-results+json

(not easy to do from browser, unfortunately, unless you use tool like
Postman in Chrome) - otherwise you'll get the default XML.
That's the endpoint that the GUI is using, proceeding then to parse the
result and present them in more human-friendly form.

 other one (30k still worked for me, while the WMF experimental endpoint
 currently times out even at 10k -- the service is running on a virtual
 machine that is not very powerful right now; this will change soon). The

Yes, this service has 30 seconds cap currently, so if the query takes
longer, sorry :) The cap of course rill be raised significantly (and
also performance would be better) once we get it to production.
-- 
Stas Malyshev
smalys...@wikimedia.org

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


Re: [Wikidata] [Spam] Re: No links, wrong data: Scotland's orphans need help

2015-06-03 Thread Magnus Manske
Maybe there is a case to separate import and verification here?

There are many statements in Wikidata nowadays, but they get really
trustworthy through references (other than imported from Wikipedia).
But for external IDs, references are superfluous; they are their own
reference, by definition. So how about marking IDs with a verified (or
last verified on) qualifier? Much of such work could be done by bots; we
could then filter the problematic ones out for manual verification.

As we have no control over external lists, this would have to be re-checked
ever so often; but, again bots to the rescue.

On Wed, Jun 3, 2015 at 12:49 PM Andrew Gray andrew.g...@dunelm.org.uk
wrote:

 This particular case is something of a known problem - we've
 encountered it with some of the other heritage-building identifier
 lists as well.

 Bridges often span a river which is the border for two jurisdictions
 (in this case, council areas). Each local area counts it as a historic
 building, and because the national lists are aggregated from local
 lists, it gets two entries in the main list, one as Fife and one as
 Edinburgh. A similar case in Wales is the Menai Suspension Bridge,
 which is 4049 from the Gwynedd register and 18572 from the Anglesey
 one (Wikidata, at Q581526, only lists one identifer).

 The lack of deduplication is probably intentional rather than a bug,
 and both entries are correct. Perhaps one way to handle this for
 Wikidata would be to, hmm, say something like if the item is some
 kind of a bridge, then allow two IDs in the constraints?

 I can't immediately think of any bridges which cross national borders
 *and* are a heritage building in both countries, but we'd see the same
 thing there, with it having identifiers from both sides.

 Andrew.

 On 2 June 2015 at 12:12, Markus Krötzsch mar...@semantic-mediawiki.org
 wrote:
  Another interesting type of Scottish historic orphans are those that are
  duplicates of items that do have site links. Even very prominent ones are
  duplicated, such as
 
  https://www.wikidata.org/wiki/Q17569486 (dup)
  https://www.wikidata.org/wiki/Q933000 (real item)
 
  Interestingly, they use different Scotland IDs, and it does indeed seem
 that
  Historic Scotland also contains duplicates:
 
 
 http://data.historic-scotland.gov.uk/pls/htmldb/f?p=2200:15:0BUILDING,HL:47778
 
 http://data.historic-scotland.gov.uk/pls/htmldb/f?p=2200:15:0BUILDING,HL:49165
 
  Overall, this seems to be an example of an ID that really should not be
  considered identity providing since there seems to be an many-to-many
  relationship between Wikidata and Historic Scottland. Orphans should
 receive
  additional ids from a better source if at all possible. With the great
  number of seemingly legit non-functional uses of the Scotland IDs, they
  cannot be used in practice to detect duplicates.
 
  Regards,
 
  Markus
 
 
 
  On 02.06.2015 13:01, Markus Krötzsch wrote:
 
  On 02.06.2015 11:30, Magnus Manske wrote:
 
  Update 2:
  For example,
  https://www.wikidata.org/wiki/Q17847522
  and
  https://www.wikidata.org/wiki/Q17847537
  have the same Scotland ID, but refer to different entities (church and
  churchyard, respectively). They were as two entities in the original
  dataset, sharing the same ID.
 
 
  Yes, I noticed such cases too. From the information Wikidata, it is not
  clear to me why this is sometimes done and sometimes not done.
 
  For example, these adjacent houses have the same Scotland ID but
  different items that each have their own coordinates (where did the
  coordinates come from?):
 
  https://www.wikidata.org/wiki/Q17576211
  https://www.wikidata.org/wiki/Q17576182
  https://www.wikidata.org/wiki/Q17576185
 
  In many other cases, adjacent houses with the same ID are combined into
  one item:
 
  https://www.wikidata.org/wiki/Q17806587
 
  (note, however, that the house addresses given in the ID and in the item
  label do not match, though they overlap on most of the houses.)
 
  Finally, there are also cases where there are different IDs and we have
  several items, but they have the same labels that merge the contents of
  the two IDs:
 
  https://www.wikidata.org/wiki/Q17810121
  https://www.wikidata.org/wiki/Q17810137
 
 
  It seems that the data was not taken from the Historic Sites database
  but from some different source that has its own coordinate data and a
  different (but seemingly arbitrary) approach to grouping sites. However,
  the coordinated give Historic Scotland as their reference -- I wonder if
  Historic Scotland might be changing frequently or exist in several
  versions.
 
  Regards,
 
  Markus
 
 
 
  On Tue, Jun 2, 2015 at 10:26 AM Magnus Manske
  magnusman...@googlemail.com mailto:magnusman...@googlemail.com
 wrote:
 
  Update: There appear to be quite a few items with duplicate
 Scotland
  IDs (not all of them may be erroneous!):
  http://wdq.wmflabs.org/stats?action=doublestringprop=709
 
  On Tue, Jun 2, 2015 at 10:23 AM 

Re: [Wikidata] [Spam] Re: No links, wrong data: Scotland's orphans need help

2015-06-03 Thread Markus Krötzsch

On 03.06.2015 13:57, Magnus Manske wrote:

Maybe there is a case to separate import and verification here?

There are many statements in Wikidata nowadays, but they get really
trustworthy through references (other than imported from Wikipedia).
But for external IDs, references are superfluous; they are their own
reference, by definition. So how about marking IDs with a verified (or
last verified on) qualifier? Much of such work could be done by bots;
we could then filter the problematic ones out for manual verification.

As we have no control over external lists, this would have to be
re-checked ever so often; but, again bots to the rescue.



Yes, I fully support this proposal.

What do you think about making last verified on not a qualifier but 
(part of) the reference information? The reference could state where the 
bot has looked up the ID and give a time. This would be somewhat similar 
to what is now used in Freebase Ids, e.g., in 
https://www.wikidata.org/wiki/Q42.


In general, it might be useful to have such a last verified on 
property that can be added to arbitrary references. There are many other 
uses for this. One common case would be that a user has changed the 
value without even being aware of the reference -- then one would be 
able to detect this automatically by comparing the last modification 
time with the last verified on date.


Putting the last verified on into the references also makes it 
possible to have different dates for different references there.


Regards,

Markus






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


Re: [Wikidata] [Spam] Re: No links, wrong data: Scotland's orphans need help

2015-06-03 Thread Markus Krötzsch

Thanks, Andrew, for the clarification. This makes perfect sense.

I don't see a problem with one bridge having two IDs in some external 
database. We already have this for other ID-like properties for other 
reasons. What is important though is that it still is a single bridge, 
and should therefore be one item.


Your clarification is reassuring since it suggests that the problem is 
not overly common after all. Maybe one can just merge these cases 
manually. Once the (multiple) ids are found in the merged items, 
avoiding future duplicates will be done as usual (which is still 
difficult with the Scottish Heritage ids since we have many legit 
Wikidata items that have the same id -- but this at least is an 
independent problem).


Regards,

Markus

On 03.06.2015 13:48, Andrew Gray wrote:

This particular case is something of a known problem - we've
encountered it with some of the other heritage-building identifier
lists as well.

Bridges often span a river which is the border for two jurisdictions
(in this case, council areas). Each local area counts it as a historic
building, and because the national lists are aggregated from local
lists, it gets two entries in the main list, one as Fife and one as
Edinburgh. A similar case in Wales is the Menai Suspension Bridge,
which is 4049 from the Gwynedd register and 18572 from the Anglesey
one (Wikidata, at Q581526, only lists one identifer).

The lack of deduplication is probably intentional rather than a bug,
and both entries are correct. Perhaps one way to handle this for
Wikidata would be to, hmm, say something like if the item is some
kind of a bridge, then allow two IDs in the constraints?

I can't immediately think of any bridges which cross national borders
*and* are a heritage building in both countries, but we'd see the same
thing there, with it having identifiers from both sides.

Andrew.

On 2 June 2015 at 12:12, Markus Krötzsch mar...@semantic-mediawiki.org wrote:

Another interesting type of Scottish historic orphans are those that are
duplicates of items that do have site links. Even very prominent ones are
duplicated, such as

https://www.wikidata.org/wiki/Q17569486 (dup)
https://www.wikidata.org/wiki/Q933000 (real item)

Interestingly, they use different Scotland IDs, and it does indeed seem that
Historic Scotland also contains duplicates:

http://data.historic-scotland.gov.uk/pls/htmldb/f?p=2200:15:0BUILDING,HL:47778
http://data.historic-scotland.gov.uk/pls/htmldb/f?p=2200:15:0BUILDING,HL:49165

Overall, this seems to be an example of an ID that really should not be
considered identity providing since there seems to be an many-to-many
relationship between Wikidata and Historic Scottland. Orphans should receive
additional ids from a better source if at all possible. With the great
number of seemingly legit non-functional uses of the Scotland IDs, they
cannot be used in practice to detect duplicates.

Regards,

Markus



On 02.06.2015 13:01, Markus Krötzsch wrote:


On 02.06.2015 11:30, Magnus Manske wrote:


Update 2:
For example,
https://www.wikidata.org/wiki/Q17847522
and
https://www.wikidata.org/wiki/Q17847537
have the same Scotland ID, but refer to different entities (church and
churchyard, respectively). They were as two entities in the original
dataset, sharing the same ID.



Yes, I noticed such cases too. From the information Wikidata, it is not
clear to me why this is sometimes done and sometimes not done.

For example, these adjacent houses have the same Scotland ID but
different items that each have their own coordinates (where did the
coordinates come from?):

https://www.wikidata.org/wiki/Q17576211
https://www.wikidata.org/wiki/Q17576182
https://www.wikidata.org/wiki/Q17576185

In many other cases, adjacent houses with the same ID are combined into
one item:

https://www.wikidata.org/wiki/Q17806587

(note, however, that the house addresses given in the ID and in the item
label do not match, though they overlap on most of the houses.)

Finally, there are also cases where there are different IDs and we have
several items, but they have the same labels that merge the contents of
the two IDs:

https://www.wikidata.org/wiki/Q17810121
https://www.wikidata.org/wiki/Q17810137


It seems that the data was not taken from the Historic Sites database
but from some different source that has its own coordinate data and a
different (but seemingly arbitrary) approach to grouping sites. However,
the coordinated give Historic Scotland as their reference -- I wonder if
Historic Scotland might be changing frequently or exist in several
versions.

Regards,

Markus




On Tue, Jun 2, 2015 at 10:26 AM Magnus Manske
magnusman...@googlemail.com mailto:magnusman...@googlemail.com wrote:

 Update: There appear to be quite a few items with duplicate Scotland
 IDs (not all of them may be erroneous!):
 http://wdq.wmflabs.org/stats?action=doublestringprop=709

 On Tue, Jun 2, 2015 at 10:23 AM Magnus Manske
 

[Wikidata-bugs] [Maniphest] [Created] T101303: Document architectural decisions for WikidataQuality extensions

2015-06-03 Thread csteipp
csteipp created this task.
csteipp added subscribers: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, 
Lydia_Pintscher, Aklapper, Wikidata-Quality-Constraints, aude.
csteipp added projects: Wikidata, Wikidata-Quality-Constraints, 
Security-Reviews.

TASK DESCRIPTION
  In it's current form (for as far as I've gotten in my review), the 
WikidataQuality extensions implement functionality that could be run entirely 
off toollabs. If there isn't a strong, long-term goal achieved by having the 
tools live on the cluster, then running them there needlessly increases our 
attack surface. It also means that updates to the constraint / validation data 
must be performed by a deployer, and significant changes in the future will 
need another security review.
  
  @aude / @Lydia_Pintscher, can one of you explain where this fits into 
Wikidata's long-term architecture, and why these tools need to be run on the 
cluster instead of a interacting with the wikis over the api?

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

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

To: csteipp
Cc: aude, Aklapper, Lydia_Pintscher, Liuxinyu970226, Tamslo, csteipp, 
Andreasburmeister, Wikidata-bugs, dominic.sauer, Jonaskeutel, soeren.oldag, 
Tobi_WMDE_SW



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


[Wikidata-bugs] [Maniphest] [Commented On] T98810: Create specific classes for Wikibase extended values in RDF

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

Change 215690 had a related patch set uploaded (by Smalyshev):
https://phabricator.wikimedia.org/T98810: add specific types for extended values

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


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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T101308: Ex:WikidataQualityConstraints - EntityId::getSerialization() is not guaranteed to be safe for HTML

2015-06-03 Thread csteipp
csteipp created this task.
csteipp added subscribers: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, 
Lydia_Pintscher, Aklapper, Wikidata-Quality-Constraints.
csteipp added projects: Wikidata, Wikidata-Quality-Constraints, 
Security-Reviews.

TASK DESCRIPTION
  In SpecialConstraintReport::buildResultHeader(), 
$entityId-getSerialization() needs to be escaped before adding to html

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

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

To: csteipp
Cc: Wikidata-bugs, dominic.sauer, Jonaskeutel, soeren.oldag, Tamslo, 
Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, Liuxinyu970226, csteipp, 
Andreasburmeister, aude



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


[Wikidata-bugs] [Maniphest] [Edited] T99355: Security review of Wikibase-Quality-Constraints

2015-06-03 Thread csteipp
csteipp edited the task description.

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

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

To: csteipp
Cc: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, Lydia_Pintscher, 
Aklapper, Wikidata-bugs, aude, dominic.sauer, Jonaskeutel, soeren.oldag, 
Tobi_WMDE_SW



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


[Wikidata-bugs] [Maniphest] [Created] T101306: Ex:WikidataQualityConstraints - (hardening) use escaped() instead of text() output when inserting messages into HTML

2015-06-03 Thread csteipp
csteipp created this task.
csteipp added subscribers: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, 
Lydia_Pintscher, Aklapper, Wikidata-Quality-Constraints.
csteipp added projects: Wikidata, Wikidata-Quality-Constraints, 
Security-Reviews.

TASK DESCRIPTION
  Use $msg-rawParas( $htmlContainingParameter )-escaped() when you need to 
insert html like links into a message

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

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

To: csteipp
Cc: Wikidata-bugs, dominic.sauer, Jonaskeutel, soeren.oldag, Tamslo, 
Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, Liuxinyu970226, csteipp, 
Andreasburmeister, aude



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215782 had a related patch set uploaded (by Aude):
Enable Wikibase usage tracking on kowiki and rowiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T100495: Setup CI configuration for WikidataPageBanner extension

2015-06-03 Thread hashar
hashar added a comment.

In https://phabricator.wikimedia.org/T100495#1334747, @Jdlrobson wrote:

 @hashar you are a rockstar.


I will really be a rock star when my fans start playing my songs :-]  Thanks 
for the kind word and your interest in testing and CI!


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

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

To: hashar
Cc: gerritbot, greg, Sumit, Aklapper, Jdlrobson, Wikidata-bugs, aude, 
Lydia_Pintscher, hashar



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


[Wikidata-bugs] [Maniphest] [Updated] T98810: Create specific classes for Wikibase extended values in RDF

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Unblock] T49288: Track Wikidata entity usage on client pages

2015-06-03 Thread aude
aude closed blocking task T100659: Deploy Wikibase usage tracking to remaining 
s7 wikis as Resolved.

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

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

To: aude
Cc: Candalua, aude, Rical, jeremyb, liangent, Wikidata-bugs, greg, Abraham, 
Legoktm, Tobi_WMDE_SW, Daniel_Mietchen, jayvdb, Micru, Ricordisamoa, MZMcBride, 
Liuxinyu970226, Ainali, Sannita, Lydia_Pintscher, Eloquence, zhuyifei1999, 
daniel, hoo, gpaumier, Aklapper



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

2015-06-03 Thread aude
aude moved this task to Done on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

To: aude
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Closed] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

2015-06-03 Thread aude
aude closed this task as Resolved.
aude removed a project: Patch-For-Review.

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

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

To: aude
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Unblock] T100776: Deploy arbitrary access to s7 wikis (arwiki, cawiki, eswiki, huwiki, kowiki, rowiki, ukwiki, viwiki)

2015-06-03 Thread aude
aude closed blocking task T100659: Deploy Wikibase usage tracking to remaining 
s7 wikis as Resolved.

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

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

To: aude
Cc: Revi, Liuxinyu970226, JulesWinnfield-hu, Ricordisamoa, Aklapper, aude, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215791 had a related patch set uploaded (by Aude):
Enable Wikibase usage tracking on ukwiki and viwiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T97014: Wikidata badges for Wikisource for validation status

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

Yes :)  It's in this sprint so should happen over the next 2 weeks.


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

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

To: Lydia_Pintscher
Cc: Micru, Accurimbono, Candalua, JanZerebecki, hoo, Lydia_Pintscher, 
Liuxinyu970226, Ricordisamoa, aude, Aklapper, Wikidata-bugs, jayvdb, 
Billinghurst



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T97014: Wikidata badges for Wikisource for validation status

2015-06-03 Thread Hsarrazin
Hsarrazin removed a subscriber: Hsarrazin.

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

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

To: Hsarrazin
Cc: Micru, Accurimbono, Candalua, JanZerebecki, hoo, Lydia_Pintscher, 
Liuxinyu970226, Ricordisamoa, aude, Aklapper, Wikidata-bugs, jayvdb, 
Billinghurst



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T97014: Wikidata badges for Wikisource for validation status

2015-06-03 Thread Hsarrazin
Hsarrazin added a subscriber: Hsarrazin.

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

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

To: Hsarrazin
Cc: Hsarrazin, Micru, Accurimbono, Candalua, JanZerebecki, hoo, 
Lydia_Pintscher, Liuxinyu970226, Ricordisamoa, aude, Aklapper, Wikidata-bugs, 
jayvdb, Billinghurst



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T49288: Track Wikidata entity usage on client pages

2015-06-03 Thread Rical
Rical removed a subscriber: Rical.

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

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

To: Rical
Cc: Candalua, aude, jeremyb, liangent, Wikidata-bugs, greg, Abraham, Legoktm, 
Tobi_WMDE_SW, Daniel_Mietchen, jayvdb, Micru, Ricordisamoa, MZMcBride, 
Liuxinyu970226, Ainali, Sannita, Lydia_Pintscher, Eloquence, zhuyifei1999, 
daniel, hoo, gpaumier, Aklapper



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


[Wikidata-bugs] [Maniphest] [Created] T101341: Ex: WikibaseQualityConstraints - stored SQL injection via constraint parameters

2015-06-03 Thread csteipp
csteipp created this task.
csteipp added subscribers: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, 
Lydia_Pintscher, Aklapper, Wikidata-Quality-Constraints.
csteipp added projects: Wikidata, Wikidata-Quality-Constraints, 
Security-Reviews, Security.
csteipp changed the visibility of this Task from Public (No Login Required) 
to Custom Policy.
csteipp changed the edit policy of this Task from All Users to Custom 
Policy.
csteipp changed Security from None to Software security bug.

TASK DESCRIPTION
  Stored SQL Injection:
  * Constraint parameters are loaded from the CSV (UpdateTable.php: 46,47)
  * Various ConstraintChecker::checkConstraint calls add some of the Constraint 
parameters to the returned CheckResult's parameters
  * CheckResultToViolationTranslator::translateToViolation() adds the 
CheckResult's parameters as a comma separated list to the generated 
$constraintId
  * CheckResultToViolationTranslator::translateToViolation() creates a 
Violation object with constraintId set to the generated value
  * When ViolationRepo::save() is called with the Violation, the constraintId 
is used in a raw SQL fragment (ViolationRepo.php: 75)
  
  
  ViolationRepo needs to properly sanitize its SQL.

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

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

To: csteipp
Cc: Wikidata-bugs, dominic.sauer, Jonaskeutel, soeren.oldag, Tamslo, 
Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, Liuxinyu970226, csteipp, 
Andreasburmeister, Jalexander, Parent5446, Anomie, MaxSem, Krenair, Legoktm



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99693: UsageTracking: create integration test for usage tracking updates

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T99510: UsageTracking: Use LinksUpdateComplete hook instead ArticleEditUpdates

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

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

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

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



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-03 Thread Hsarrazin
Hsarrazin added a member: Hsarrazin.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: Hsarrazin, Fomafix, Bene, Mbch331, Tobi_WMDE_SW, Ricordisamoa, 
Wikidata-bugs, Addshore, Sjoerddebruin



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-03 Thread Hsarrazin
Hsarrazin removed a member: Hsarrazin.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: Fomafix, Bene, Mbch331, Tobi_WMDE_SW, Ricordisamoa, Wikidata-bugs, 
Addshore, Sjoerddebruin



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215791 merged by jenkins-bot:
Enable Wikibase usage tracking on ukwiki and viwiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Edited] T99355: Security review of Wikibase-Quality-Constraints

2015-06-03 Thread csteipp
csteipp edited the task description.

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

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

To: csteipp
Cc: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, Lydia_Pintscher, 
Aklapper, Wikidata-bugs, aude, dominic.sauer, Jonaskeutel, soeren.oldag, 
Tobi_WMDE_SW



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


[Wikidata-bugs] [Maniphest] [Edited] T99355: Security review of Wikibase-Quality-Constraints

2015-06-03 Thread csteipp
csteipp edited the task description.

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

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

To: csteipp
Cc: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, Lydia_Pintscher, 
Aklapper, Wikidata-bugs, aude, dominic.sauer, Jonaskeutel, soeren.oldag, 
Tobi_WMDE_SW



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


[Wikidata-bugs] [Maniphest] [Commented On] T99355: Security review of Wikibase-Quality-Constraints

2015-06-03 Thread csteipp
csteipp added a comment.

DFD:
F174093: DFD-Ex:WikidataQualityConstraints.png 
https://phabricator.wikimedia.org/F174093


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

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

To: csteipp
Cc: Andreasburmeister, csteipp, Tamslo, Liuxinyu970226, Lydia_Pintscher, 
Aklapper, Wikidata-bugs, aude, dominic.sauer, Jonaskeutel, soeren.oldag, 
Tobi_WMDE_SW



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


[Wikidata-bugs] [Maniphest] [Updated] T100774: Deploy arbitrary access to Wikiquote and Wikivoyage

2015-06-03 Thread aude
aude added a project: Wikidata-Sprint-2015-06-02.

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

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

To: aude
Cc: Bugreporter, Liuxinyu970226, Ricordisamoa, aude, Aklapper, Wikidata-bugs, 
gpaumier



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


[Wikidata-bugs] [Maniphest] [Updated] T100783: Deploy usage tracking to s3 wikis (part 1, aawiki - lvwiki) + frwiki + jawiki

2015-06-03 Thread aude
aude added a project: Wikidata-Sprint-2015-06-02.
aude set Security to None.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

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

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

To: aude, Liuxinyu970226
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, aude, Aklapper, Wikidata-bugs, 
gpaumier



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T72209: Create a special page to query for badges

2015-06-03 Thread Opraco
Opraco added a subscriber: Opraco.

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

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

To: Bene, Opraco
Cc: Opraco, putnik, AlessioMela, Horcrux92, ValterVB, Rotpunkt, Bultro, Incola, 
Billinghurst, Magioladitis, Wikidata-bugs, Bene, He7d3r, Qgil, Ricordisamoa, 
Jbribeiro1, Ladsgroup, Liuxinyu970226, Lydia_Pintscher, Stryn, Ltrlg, aude



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100885: Add Wikidata json dumps to labs in /public/dumps

2015-06-03 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: Addshore, JanZerebecki
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Updated] T101227: Weekly reports for WikidataPageBanner extension

2015-06-03 Thread Qgil
Qgil edited projects, added Wikidata-Page-Banner; removed 
Google-Summer-of-Code-2015, Outreachy-Round-10, Tracking.
Restricted Application added a project: Wikidata.

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

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

To: Sumit, Qgil
Cc: NiharikaKohli, Aklapper, Sumit, Wikidata-bugs, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T92975: UI breaks on UnDeserializable value.

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Backlog on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T101231: Release ValueView 0.15.0

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW created this task.
Tobi_WMDE_SW assigned this task to aude.
Tobi_WMDE_SW added a subscriber: Tobi_WMDE_SW.
Tobi_WMDE_SW added projects: Wikidata, ValueView, Wikidata-Sprint-2015-06-02.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

To: aude, Tobi_WMDE_SW
Cc: 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] T99693: UsageTracking: create integration test for usage tracking updates

2015-06-03 Thread Addshore
Addshore moved this task to Done on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T98372: AbuseFilter doesn't log removal of redirects

2015-06-03 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: Addshore, JanZerebecki
Cc: Lydia_Pintscher, matej_suchanek, daniel, gerritbot, Addshore, 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] T99513: UsageTracking: split the update operation for usage entries into add and prune.

2015-06-03 Thread Addshore
Addshore moved this task to Done on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T99775: Qunit test always fail in Wikidata Jenkins jobs.

2015-06-03 Thread hashar
hashar moved this task to Done on the Continuous-Integration-Infrastructure 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T99510: UsageTracking: Use LinksUpdateComplete hook instead ArticleEditUpdates

2015-06-03 Thread Addshore
Addshore moved this task to Done on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

To: daniel, Addshore
Cc: gerritbot, Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, Lydia_Pintscher, 
hoo, 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] T75603: update documentation of high-level data model

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

@Snaterlicious Uh, hard to follow. Can you try to ask your question in person?


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

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

To: daniel, thiemowmde
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100885: Add Wikidata json dumps to labs in /public/dumps

2015-06-03 Thread Addshore
Addshore moved this task to Review on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

To: Addshore
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Commented On] T99513: UsageTracking: split the update operation for usage entries into add and prune.

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

Change 210171 merged by jenkins-bot:
Split usage tracking update into add and prune parts.

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


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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T99510: UsageTracking: Use LinksUpdateComplete hook instead ArticleEditUpdates

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

Change 212025 merged by jenkins-bot:
Use LinksUpdateComplete hook for usage tracking updates.

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


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

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

To: daniel, gerritbot
Cc: gerritbot, Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, Lydia_Pintscher, 
hoo, 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] T99693: UsageTracking: create integration test for usage tracking updates

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

Change 212293 merged by jenkins-bot:
Integration test for usage tracking.

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


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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100885: Add Wikidata json dumps to labs in /public/dumps

2015-06-03 Thread Addshore
Addshore moved this task to Review on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

To: Addshore
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Commented On] T100885: Add Wikidata json dumps to labs in /public/dumps

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

Change 215585 had a related patch set uploaded (by Addshore):
rsync wikidata json dumps to labs /public/dumps

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


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

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

To: Addshore, gerritbot
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Updated] T100885: Add Wikidata json dumps to labs in /public/dumps

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

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

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

To: Addshore, gerritbot
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Updated] T101232: Release new version WikibaseSerializationJavaScript

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW set Security to None.
Tobi_WMDE_SW set Story Points to 1.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T100991: General code-review of WikidataQuality extension

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW set Story Points to 1.

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

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

To: Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, Ricordisamoa, Reedy, hoo, greg, 
mmodell, Liuxinyu970226, Yair_rand, Wikidata-bugs, aude, Ainali, 
Dimitri.schmidt, Jonas.keutel, dominic.sauer, Andreasburmeister, Tamslo, 
soeren.oldag



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


[Wikidata-bugs] [Maniphest] [Updated] T101231: Release ValueView 0.15.0

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW set Security to None.
Tobi_WMDE_SW set Story Points to 1.

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

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

To: aude, Tobi_WMDE_SW
Cc: 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] [Up For Grabs] T96681: Review and polish new version of data model primer

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW placed this task up for grabs.

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

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

To: Tobi_WMDE_SW
Cc: JanZerebecki, aude, thiemowmde, daniel, Lydia_Pintscher, Aklapper, 
Tobi_WMDE_SW, Snaterlicious, 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] T96681: Review and polish new version of data model primer

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Backlog on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T100885: Add Wikidata json dumps to labs in /public/dumps

2015-06-03 Thread Addshore
Addshore added a comment.

So everyone watching this ticket has some idea of a timescale for this!

  10:06 AM grrrit-wm (PS1) Addshore: rsync wikidata json dumps to labs 
/public/dumps [puppet] - https://gerrit.wikimedia.org/r/215585 
(https://phabricator.wikimedia.org/T100885) 
  10:08 AM YuviPanda addshore: cool :) now poke apergos to merge :)
  10:08 AM apergos all those are goig to get done this week
  10:08 AM apergos now we have lots of space again


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

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

To: Addshore
Cc: gerritbot, Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, 
Wikidata-bugs, aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T101223: Add php entry points for WikidatPageBanner extension

2015-06-03 Thread Sumit
Sumit moved this task to monitoring on the Wikidata workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Retitled] T101223: Add php entry points for WikidataPageBanner extension

2015-06-03 Thread Sumit
Sumit changed the title from Add php entry points for WikidatPageBanner 
extension to Add php entry points for WikidataPageBanner extension.
Sumit set Security to None.

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

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

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



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


[Wikidata-bugs] [Project] [Updated] Wikidata-Gadgets

2015-06-03 Thread Fomafix
Fomafix added a member: Fomafix.

PROJECT DETAIL
  https://phabricator.wikimedia.org/project/profile/1278/

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

To: Fomafix, Bene, Mbch331, Tobi_WMDE_SW, Ricordisamoa, Wikidata-bugs, 
Addshore, Sjoerddebruin



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T101231: Release ValueView 0.15.0

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: aude, Tobi_WMDE_SW
Cc: 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] T101161: Mark as patrolled gadget for Contributions and History

2015-06-03 Thread matej_suchanek
matej_suchanek added subscribers: matej_suchanek, petr.matas.

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

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

To: matej_suchanek
Cc: petr.matas, matej_suchanek, Aklapper, MGChecker, Wikidata-bugs, aude, 
Ricordisamoa, Sjoerddebruin, Mbch331



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


[Wikidata-bugs] [Maniphest] [Updated] T101223: Add php entry points for WikidataPageBanner extension

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T101223: Add php entry points for WikidataPageBanner extension

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

Change 215574 had a related patch set uploaded (by Sumit):
Add php entry points for WikidataPageBanner

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


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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T101229: Add appropriate category to page depending upon banner

2015-06-03 Thread Sumit
Sumit created this task.
Sumit claimed this task.
Sumit added subscribers: Sumit, Jdlrobson, Nicolas_Raoul.
Sumit added a project: Wikidata-Page-Banner.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Once the banner is added to a page, an appropriate category needs to be 
appended to the page out of: Has default banner, Has custom banner, Banner 
missing from Wikidata.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T74696: Database query error on [[Special:UnconnectedPages]]

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Backlog on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: aude, Tobi_WMDE_SW
Cc: Liuxinyu970226, Reedy, Multichill, Denny, matmarex, Wikidata-bugs, Mbch331, 
Aklapper, Tobi_WMDE_SW, Sjoerddebruin, He7d3r, JanZerebecki, aude, 
Lydia_Pintscher, daniel, hoo



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


[Wikidata-bugs] [Maniphest] [Claimed] T100885: Add Wikidata json dumps to labs in /public/dumps

2015-06-03 Thread Addshore
Addshore claimed this task.

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

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

To: Addshore
Cc: Hydriz, yuvipanda, JanZerebecki, hoo, Addshore, Aklapper, Wikidata-bugs, 
aude, Svick, Gryllida, scfc, jeremyb



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T101229: Add appropriate category to page depending upon banner

2015-06-03 Thread Sumit
Sumit moved this task to monitoring on the Wikidata workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T74696: Database query error on [[Special:UnconnectedPages]]

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

To: aude, Tobi_WMDE_SW
Cc: Liuxinyu970226, Reedy, Multichill, Denny, matmarex, Wikidata-bugs, Mbch331, 
Aklapper, Tobi_WMDE_SW, Sjoerddebruin, He7d3r, JanZerebecki, aude, 
Lydia_Pintscher, daniel, hoo



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T101227: Weekly reports for WikidataPageBanner extension

2015-06-03 Thread Sumit
Sumit moved this task to monitoring on the Wikidata workboard.

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

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

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

To: Sumit
Cc: NiharikaKohli, Aklapper, Sumit, Wikidata-bugs, aude, Lydia_Pintscher



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


[Wikidata-bugs] [Maniphest] [Created] T101232: Release new version WikibaseSerializationJavaScript

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW created this task.
Tobi_WMDE_SW assigned this task to aude.
Tobi_WMDE_SW added subscribers: Tobi_WMDE_SW, Aklapper.
Tobi_WMDE_SW added projects: Wikidata-Sprint-2015-06-02, Wikidata, 
Wikibase-Serialization-JavaScript.

TASK DESCRIPTION
  Need to include handling for un-deserializable values.

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

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

To: aude, Tobi_WMDE_SW
Cc: Aklapper, Tobi_WMDE_SW, 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] T101232: Release new version WikibaseSerializationJavaScript

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T100991: General code-review of WikidataQuality extension

2015-06-03 Thread Tobi_WMDE_SW
Tobi_WMDE_SW added a project: Wikidata-Sprint-2015-06-02.
Tobi_WMDE_SW set Security to None.

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

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

To: Tobi_WMDE_SW
Cc: Tobi_WMDE_SW, Aklapper, Lydia_Pintscher, Ricordisamoa, Reedy, hoo, greg, 
mmodell, Liuxinyu970226, Yair_rand, Wikidata-bugs, aude, Ainali, 
Dimitri.schmidt, Jonas.keutel, dominic.sauer, Andreasburmeister, Tamslo, 
soeren.oldag



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


[Wikidata-bugs] [Maniphest] [Commented On] T75603: update documentation of high-level data model

2015-06-03 Thread Snaterlicious
Snaterlicious added a comment.

OK, thanks. 
https://www.mediawiki.org/wiki/User:Henning_(WMDE)/Wikibase/Data_Model got 
updated.

Finally, I am just struggling about the relationship between this Data Model 
documentation draft and the glossary draft 
(https://phabricator.wikimedia.org/T72763). So far, not all terms have been 
integrated into the DM documentation draft (i.e. Label, Description, Aliases, 
Site, page). Apart from the question whether or not those terms should be 
included in their full scope into the DM documentation, a glossary would, of 
course, allow terms not to be included in the DM documentation (i.e. terms of 
the physical data models like Fingerprint) to be explained in a central place. 
Apart from that, the conceptual difference between the DM documentation and a 
glossary would be that, in the DM documentation, terms may be explained within 
context whereas the glossary is supposed to explain terms in some isolated way. 
However, currently, the DM documentation draft is kind of written to explain 
the individual concepts in an isolated fashion. Hence, it would be just awesome 
to be able to
automatically embed the respective DM documentation contents into a separate 
glossary but, technically, I do not think that is going to happen.

Any opinion on that?


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

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

To: daniel, Snaterlicious
Cc: thiemowmde, Spage, Abraham, Tobi_WMDE_SW, Snaterlicious, Wikidata-bugs, 
mkroetzsch, JeroenDeDauw, JanZerebecki, aude, Aklapper, Liuxinyu970226, Lucie, 
Lydia_Pintscher, daniel



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215629 had a related patch set uploaded (by Aude):
Enable Wikibase usage tracking on huwiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

2015-06-03 Thread aude
aude moved this task to Doing on the Wikidata-Sprint-2015-06-02 workboard.

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

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

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

To: aude
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T93056: Include fallback languages in label tracking.

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

Change 209531 had a related patch set uploaded (by JanZerebecki):
Track language of label usage on the client.

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


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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T96298: Entity pages should link to machine readable version using link rel=alternate tags in the html head

2015-06-03 Thread JanZerebecki
JanZerebecki removed a project: Patch-For-Review.

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

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

To: hoo, JanZerebecki
Cc: gerritbot, hoo, Bene, 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] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215627 had a related patch set uploaded (by Aude):
Enable Wikibase usage tracking on eswiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

deployed usage tracking on arwiki, cawiki, eswiki, huwiki

scheduled another deployment window later today for kowiki, rowiki, ukwiki and 
viwiki.


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

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

To: aude
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215627 merged by jenkins-bot:
Enable Wikibase usage tracking on eswiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T93056: Include fallback languages in label tracking.

2015-06-03 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Updated] T98372: AbuseFilter doesn't log removal of redirects

2015-06-03 Thread daniel
daniel removed projects: Wikidata-Sprint-2015-06-02, Wikidata-Sprint-2015-05-05.

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

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

To: Addshore, daniel
Cc: Lydia_Pintscher, matej_suchanek, daniel, gerritbot, Addshore, 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] T99914: Implement UnDeserializableValue expert in ValueView

2015-06-03 Thread JanZerebecki
JanZerebecki moved this task to Doing on the Wikidata-Sprint-2015-06-02 
workboard.

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

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

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

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



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


[Wikidata-bugs] [Maniphest] [Changed Project Column] T95813: Fix Warning: Unable to allocate timer and Warning: Unable to start limit timer

2015-06-03 Thread hashar
hashar moved this task to Fix available on the Wikimedia-log-errors workboard.

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

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

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

To: hashar
Cc: gerritbot, Addshore, hoo, JanZerebecki, Lydia_Pintscher, thiemowmde, 
Anomie, tstarling, Krinkle, Aklapper, Wikidata-bugs, aude, Dinoguy1000, 
MrStradivarius, Jackmcbarn, Krenair, greg



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


[Wikidata-bugs] [Maniphest] [Updated] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215609 had a related patch set uploaded (by Aude):
Enable Wikibase usage tracking on arwiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Commented On] T98372: AbuseFilter doesn't log removal of redirects

2015-06-03 Thread Addshore
Addshore added a comment.

I think the tagging solution in core would defiantly be the cleanest, I guess 
we just wait and see how long that takes!


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

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

To: Addshore
Cc: Lydia_Pintscher, matej_suchanek, daniel, gerritbot, Addshore, 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] T101088: Missing links on ceb: Wikipedia

2015-06-03 Thread Vargenau
Vargenau added a comment.

Is there a way to have a list of items currently affected by this problem?

I fix the problem when I find an affected element, but it would be better to 
fix all problems systematically.


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

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

To: Vargenau
Cc: Bugreporter, Thibaut120094, Vargenau, 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] T99510: UsageTracking: Use LinksUpdateComplete hook instead ArticleEditUpdates

2015-06-03 Thread daniel
daniel closed this task as Resolved.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Unblock] T96373: Usage tracking update / purging on edit and re-parse (tracking)

2015-06-03 Thread daniel
daniel closed blocking task T99510: UsageTracking: Use LinksUpdateComplete hook 
instead ArticleEditUpdates as Resolved.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Unblock] T96373: Usage tracking update / purging on edit and re-parse (tracking)

2015-06-03 Thread daniel
daniel closed blocking task T99693: UsageTracking: create integration test for 
usage tracking updates as Resolved.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Commented On] T100659: Deploy Wikibase usage tracking to remaining s7 wikis

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

Change 215609 merged by jenkins-bot:
Enable Wikibase usage tracking on arwiki and cawiki

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


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

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

To: aude, gerritbot
Cc: gerritbot, JulesWinnfield-hu, Ricordisamoa, Liuxinyu970226, aude, Aklapper, 
Wikidata-bugs, gpaumier



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


[Wikidata-bugs] [Maniphest] [Edited] T99509: Ignore stale usage entries when processing changes

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

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

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

To: daniel
Cc: Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, Lydia_Pintscher, hoo, 
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] T98372: AbuseFilter doesn't log removal of redirects

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

@Addshore: there are patches up for the core solution ,you can review and 
comment :)


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

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

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



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


[Wikidata-bugs] [Maniphest] [Created] T101253: Decide how to track description usage

2015-06-03 Thread daniel
daniel created this task.
daniel added subscribers: Ricordisamoa, Liuxinyu970226, Daniel_Mietchen, 
Lydia_Pintscher, hoo, Rical, Aklapper, daniel.
daniel added projects: MediaWiki-extensions-WikibaseClient, Wikidata.

TASK DESCRIPTION
  We could track descriptions as:
  * other usage. This will trigger a lot of unnecessary purges
  * label usage. Will trigger some unnecessary purges when descriptions are 
changed but not used.  We assume that descriptions are usually not used without 
the label;
  * separate description usage. Needs separate handling in several places.

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

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

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



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


[Wikidata-bugs] [Maniphest] [Closed] T101076: Fix warning OutputPage::getModuleStyles : module should define its position explicitly: jquery.wikibase.toolbar

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

Was fixed in 
https://phabricator.wikimedia.org/rEWBAc986b33170d366d3944a746ce7e36a7c0f177ec6 
.


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

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

To: JanZerebecki
Cc: JanZerebecki, aude, Krinkle, Aklapper, Wikidata-bugs, Krenair, greg



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


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T100981: create new map of geocoordinates in Wikidata

2015-06-03 Thread Micru
Micru added a subscriber: Micru.

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

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

To: Addshore, Micru
Cc: Micru, aude, Addshore, Aklapper, Lydia_Pintscher, Wikidata-bugs



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


  1   2   >