[Wikidata-bugs] [Maniphest] [Commented On] T225510: Run a script to populate number of Forms and Senses on all Lexemes

2019-06-13 Thread LucasWerkmeister
LucasWerkmeister added a comment.


  Okay, the Python script finished, and now there are only 107 lexemes without 
the page props left (Quarry 1 , Quarry 
2 ). Not sure why those few are still 
missing the page props… should I run the script again and see if that helps?

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

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

To: LucasWerkmeister
Cc: LucasWerkmeister, Lydia_Pintscher, Lea_Lacroix_WMDE, darthmon_wmde, 
Nandana, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Wikidata-bugs, aude, Darkdadaah, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T225523: U+0200F in query service response for GND ID

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Smalyshev, Igorkim78, elal, Aklapper, Lydia_Pintscher, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T225523: U+0200F in query service response for GND ID

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516981 had a related patch set uploaded (by Smalyshev; owner: 
Smalyshev):
  [wikidata/query/rdf@master] Filter invisible characters that cause trouble in 
Blazegraph ICU collation
  
  https://gerrit.wikimedia.org/r/516981

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

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

To: gerritbot
Cc: Smalyshev, Igorkim78, elal, Aklapper, Lydia_Pintscher, darthmon_wmde, 
Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T225510: Run a script to populate number of Forms and Senses on all Lexemes

2019-06-13 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-cloud) [2019-06-14T00:38:11Z]  
 kubectl delete deployment lexeme-forms.purge-all-lexemes # 
T225510  done

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

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

To: Stashbot
Cc: LucasWerkmeister, Lydia_Pintscher, Lea_Lacroix_WMDE, darthmon_wmde, 
Nandana, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Wikidata-bugs, aude, Darkdadaah, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] Scaling Wikidata Query Service

2019-06-13 Thread Stas Malyshev
Hi!

> Data living in an RDBMS engine distinct from Virtuoso is handled via the
> engines Virtual Database module i.e., you can build powerful RDF Views
> over ODBC- or JDBC- accessible data using Virtuoso. These view also have
> the option of being materialized etc..

Yes, but the way the data are stored now is JSON blob within a text
field in MySQL. I do not see how RDF View over ODBC would help it any -
of course Virtuoso would be able to fetch JSON text for a single item,
but then what? We'd need to run queries across millions of items,
fetching and parsing JSON for every one of them every time is
unfeasible. Not to mention this JSON is not an accurate representation
of the RDF data model. So I don't think it is worth spending time in
this direction... I just don't see how any query engine could work with
that storage.
-- 
Stas Malyshev
smalys...@wikimedia.org

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


Re: [Wikidata] Scaling Wikidata Query Service

2019-06-13 Thread Stas Malyshev
Hi!

> It handles data locality across a shared nothing cluster just fine i.e.,
> you can interact with any node in a Virtuoso cluster and experience
> identical behavior (everyone node looks like single node in the eyes of
> the operator).

Does this mean no sharding, i.e. each server stores the full DB? This is
the model we're using currently, but given the growth of the data it may
be non sustainable on current hardware. I see in your tables that
Uniprot has about 30B triples, but I wonder how update loads there look
like. Our main issue is that the hardware we have now is showing its
limits when there's a lot of updates in parallel to significant query
load. So I wonder if the "single server holds everything" model is
sustainable in the long term.

> There are live instances of Virtuoso that demonstrate its capabilities.
> If you want to explore shared-nothing cluster capabilities then our live
> LOD Cloud cache is the place to start [1][2][3]. If you want to see the
> single-server open source edition that you have DBpedia, DBpedia-Live,
> Uniprot and many other nodes in the LOD Cloud to choose from. All of
> these instance are highly connected.

Again, here the question is not too much in "can you load 7bn triples
into Virtuoso" - we know we can. What we want to figure out whether
given specific query/update patterns we have now - it is going to give
us significantly better performance allowing to support our projected
growth.
And also possibly whether Virtuoso has ways to make our update workflow
be more optimal - e.g. right now if one triple changes in Wikidata item,
we're essentially downloading and updating the whole item (not exactly
since triples that stay the same are preserved but it requires a lot of
data transfer to express that in SPARQL). Would there be ways to update
the things more efficiently?

> Virtuoso handles both shared-nothing clusters and replication i.e., you
> can have a cluster configuration used in conjunction with a replication
> topology if your solution requires that.

Replication could certainly be useful I think it it's faster to update
single server and then replicate than simultaneously update all servers
(that's what is happening now).

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

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


Re: [Wikidata] Scaling Wikidata Query Service

2019-06-13 Thread Stas Malyshev
Hi!

> Unlike, most sites we do have our own custom frontend in front of
> virtuoso. We did this to allow more styling, as well as being flexible
> and change implementations at our whim. e.g. we double parse the SPARQL
> queries and even rewrite some to be friendlier. I suggest you do the
> same no matter which DB you use in the end, and we would be willing to
> open source ours (it is in Java, and uses RDF4J and some ugly JSPX but
> it works, if not to use at least as an inspiration). We did this to
> avoid being locked into endpoint specific features.

It would be interesting to know more about this, if this is open source.
Is there any more information about it online?

> Pragmatically, while WDS is a Graph database, the queries are actually
> very relational. And none of the standard graph algorithms are used. To

If you mean algorithms like A* or PageRank, then yes, they are not used
too much (likely also because SPARQL has no standard support for any of
these, too), though Blazegraph implements some of them as custom services.

> be honest RDF is actually a relational system which means that
> relational techniques are very good at answering them. The sole issue is
> recursive queries (e.g. rdfs:subClassOf+) in which the virtuoso
> implementation is adequate but not great.

Yes, path queries are pretty popular on WDQS too, especially given as
many relationships like administrative/territorial placement or
ownership are hierarchical and transitive, which often requires path
queries.

> This is why recovering physical schemata from RDF data is such a
> powerful optimization technique [1]. i.e. you tend to do joins not
> traversals. This is not always true but I strongly suspect it will hold
> for the vast majority of the Wikidata Query Service case.

Would be interesting to see if we can apply anything from the article.
Thanks for the link!

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

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


[Wikidata-bugs] [Maniphest] [Updated] T225734: Wikipedia:Txokoa is not showing interwiki links after deploying StructuredDiscussion on euwiki

2019-06-13 Thread Reedy
Reedy removed a project: Wikimedia-Site-requests.

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

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

To: Reedy
Cc: Aklapper, Theklan, darthmon_wmde, Nandana, Lorentz21, kostajh, Jony, Lahi, 
Gq86, GoranSMilovanovic, 45Jayjay1969, QZanden, EnricoCNC, LawExplorer, 
_jensen, rosalieper, Taiwania_Justo, Trizek-WMF, SBisson, Wikidata-bugs, aude, 
Gryllida, jeblad, Catrope, Mbch331, DannyS712, Jayprakash12345, Zoranzoki21, 
DatGuy, Devwaker, Niklitov, Urbanecm, JEumerus, Ananthsubray, Tulsi_Bhagat, 
Wong128hk, Luke081515, SimmeD, Snowolf, Dcljr, Jdforrester-WMF, Matanya, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


Re: [Wikidata] Scaling Wikidata Query Service

2019-06-13 Thread Kingsley Idehen
On 6/12/19 1:11 PM, Stas Malyshev wrote:
>> That will be vendor lock-in for wikidata and wikimedia along all the
>> poor souls that try to interop with it.
> Since Virtuoso is using standard SPARQL, it won't be too much of a
> vendor lock in, though of course the standard does not cover all, so
> some corners are different in all SPARQL engines. This is why even
> migration between SPARQL engines, even excluding operational aspects, is
> non-trivial. Of course, migration to any non-SPARQL engine would be
> order of magnitude more disruptive, so right now we do not seriously
> consider doing that.
>

Hi Stas,

Yes, Virtuoso supports W3C SPARQL and ASNI SQL standards. The most
important aspect of Virtuoso's design and vision boils down to using
open standard on the front- and back-ends to enable maximum flexibility
for its users.

There is nothing more important to us than open standards. For instance,
we even extend SQL using SPARQL before entering the realm on
non-standard extensions.


-- 
Regards,

Kingsley Idehen   
Founder & CEO 
OpenLink Software   
Home Page: http://www.openlinksw.com
Community Support: https://community.openlinksw.com
Weblogs (Blogs):
Company Blog: https://medium.com/openlink-software-blog
Virtuoso Blog: https://medium.com/virtuoso-blog
Data Access Drivers Blog: 
https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers

Personal Weblogs (Blogs):
Medium Blog: https://medium.com/@kidehen
Legacy Blogs: http://www.openlinksw.com/blog/~kidehen/
  http://kidehen.blogspot.com

Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen

Web Identities (WebID):
Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
: 
http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this



smime.p7s
Description: S/MIME Cryptographic Signature
___
Wikidata mailing list
Wikidata@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata


[Wikidata-bugs] [Maniphest] [Updated] T225734: Wikipedia:Txokoa is not showing interwiki links after deploying StructuredDiscussion on euwiki

2019-06-13 Thread Aklapper
Aklapper added a project: Wikidata.
Aklapper added a comment.


  Confirming; also happens after disabling Compact Language Links 
.
 I assume the #Wikidata  item 
is Q16503  - please include all links 
when reporting issues .

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

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

To: Aklapper
Cc: Aklapper, Theklan, darthmon_wmde, DannyS712, Nandana, Lorentz21, kostajh, 
Jony, Lahi, Gq86, GoranSMilovanovic, 45Jayjay1969, Jayprakash12345, QZanden, 
EnricoCNC, Zoranzoki21, LawExplorer, DatGuy, Devwaker, Niklitov, _jensen, 
Urbanecm, rosalieper, Taiwania_Justo, JEumerus, Ananthsubray, Trizek-WMF, 
Tulsi_Bhagat, SBisson, Wong128hk, Luke081515, SimmeD, Wikidata-bugs, Snowolf, 
aude, Dcljr, Gryllida, jeblad, Catrope, Jdforrester-WMF, Matanya, Mbch331, Rxy, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200612: Wikidata's SPARQL endpoint doesn't escape commas in IRIs in CSV output

2019-06-13 Thread Smalyshev
Smalyshev added a comment.


  Deployments usually happen on Mondays. See 
https://wikitech.wikimedia.org/wiki/Deployments

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

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

To: Smalyshev
Cc: Peter17, Igorkim78, Smalyshev, seav, Aklapper, jindrichmynarz, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T214884: linking Schemas in statements

2019-06-13 Thread Esc3300
Esc3300 added a comment.


  Simple solution could be to use items instead, see 
https://www.wikidata.org/wiki/Q64335281

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

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

To: Esc3300
Cc: Michael, alaa_wmde, ericP, Esc3300, Moebeus, Aklapper, Lydia_Pintscher, 
darthmon_wmde, pdehaye, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
MisterSynergy, abian, 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] T171303: Enable the MWAPI endpoint name to be defined via a variable (currently: endpoint name needs to be a constant)

2019-06-13 Thread Esc3300
Esc3300 added a comment.


  I changed the sample in the description above.

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

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

To: Esc3300
Cc: Daniel_Mietchen, PokestarFan, Aklapper, Esc3300, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, 
Cirdan, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T171303: Enable the MWAPI endpoint name to be defined via a variable (currently: endpoint name needs to be a constant)

2019-06-13 Thread Esc3300
Esc3300 updated the task description.

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

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

To: Esc3300
Cc: Daniel_Mietchen, PokestarFan, Aklapper, Esc3300, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, 
Cirdan, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Raised Priority] T207893: Partial Blocks are enforced as Sitewide blocks in Wikibase entities

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "Normal" to "High".
Lydia_Pintscher added a comment.


  Hehe ok let's raise it then.
  @WMDE-leszek let's push for it after the Commons page move bug then?

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

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

To: Lydia_Pintscher
Cc: Tchanders, Niharika, Lydia_Pintscher, WMDE-leszek, TBolliger, 
Lucas_Werkmeister_WMDE, Addshore, Aklapper, dbarratt, MGChecker, darthmon_wmde, 
MattLongCT, Nandana, aezell, Lahi, Gq86, dmaza, GoranSMilovanovic, SPoore, 
QZanden, LawExplorer, JJMC89, _jensen, rosalieper, PEarleyWMF, RuyP, jrbs, 
Jonas, Wong128hk, Bsadowski1, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T218191: Long score overlaps with statement box and edit button

2019-06-13 Thread Ebe123
Ebe123 added a comment.


  Sorry, I have been looking as to why the cache bumping does not work, as it 
should be part of the hash. I have not determined why it fails. For Q11980, I 
added a useless character to re-generate the image, although that shouldn't be 
necessary.

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

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

To: alaa_wmde, Ebe123
Cc: WMDE-leszek, Lokal_Profil, noarave, Ebe123, TheDJ, Jc86035, Aklapper, 
Lucas_Werkmeister_WMDE, mb, Mahir256, Lydia_Pintscher, alaa_wmde, 
Lea_Lacroix_WMDE, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, 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] T171303: Enable the MWAPI endpoint name to be defined via a variable (currently: endpoint name needs to be a constant)

2019-06-13 Thread Smalyshev
Smalyshev added a project: Discovery-Wikidata-Query-Service-Sprint.

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

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

To: Smalyshev
Cc: Daniel_Mietchen, PokestarFan, Aklapper, Esc3300, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, 
Cirdan, Jonas, FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T225701: Add EntitySchemas to the Query Service

2019-06-13 Thread Esc3300
Esc3300 added a comment.


  + check items against EntitySchemas

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

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

To: Esc3300
Cc: Esc3300, Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, darthmon_wmde, 
pdehaye, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, 
MisterSynergy, abian, 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] T224605: MinervaNeue wdio build fails with PHP error from Wikibase "Failed to map interlanguage prefix es to a global site ID."

2019-06-13 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.34-notes (1.34.0-wmf.10; 
2019-06-18); removed MW-1.34-notes (1.34.0-wmf.8; 2019-06-04).

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

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

To: noarave, ReleaseTaggerBot
Cc: noarave, Tarrow, Jdrewniak, nray, Niedzielski, Liuxinyu970226, pmiazga, 
Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, alaa_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
zeljkofilipin, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T171303: Enable the MWAPI endpoint name to be defined via a variable (currently: endpoint name needs to be a constant)

2019-06-13 Thread Esc3300
Esc3300 added a comment.


  As PetScan has some troubles these days, I'm using query 
server/mwapi:generator "categorymembers" again.
  
  This reminds that the above would be helpful.
  
  Codewise, is this complex or just a matter in which step the variable is 
defined?

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

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

To: Esc3300
Cc: Daniel_Mietchen, PokestarFan, Aklapper, Esc3300, darthmon_wmde, ET4Eva, 
Nandana, Lahi, Gq86, Darkminds3113, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, Jonas, 
FloNight, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread hdothiduc
hdothiduc added a comment.


  **> workflow graphic**
  I agree with María that there are some improvements to me made if this 
graphic will be used for educational purposes.
  Sandra and I talked about it yesterday, too. First, it needs to be clear who 
this is for and what they should get out of it. 
  I am definitely up for reworking it in the fall, if Sandra is not using the 
graphic with a wide audience at the moment.
  
  **> navigation template**
  You are right, for sure! I want to make it my priority^^ (I hope my schedule 
allows)

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

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

To: hdothiduc
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread mcruzWMF
mcruzWMF added a comment.


  In T219806#5257183 , 
@hdothiduc wrote:
  
  > This sounds great, @SandraF_WMF! Thank you for the summary! I am really 
looking forward to working further on the documentation and on the video later 
this year!
  >
  > @mcruzWMF, definitely thank you very very much for your feedback and 
suggestions. I agree with what you said!
  >
  > I reverted the h1 colors now and don't use the dark blue anymore. I will do 
the rest of what is listed under "Short term" by the end of the month.
  
  
  This is great, @hdothiduc, thanks for your work!
  
  > Whenever I have time, I would also like to dig deeper into the template and 
improve it (e.g. hover effect) if possible.
  
  This is one of those things that are nice to have, but not a priority (as 
both of you state). Consider that the template already has a visual cue to 
indicate what tab the user is on.
  
  Looking forward to more developments!! Exciting times <3

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

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

To: hdothiduc, mcruzWMF
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread mcruzWMF
mcruzWMF added a comment.


  In T219806#5255969 , 
@SandraF_WMF wrote:
  
  > @hdothiduc and I checked in yesterday and went through her designs. I'm 
extremely happy with what Hang has produced; I understand how to apply the 
designs and have even learned a bit about CSS in the process :-) At this 
moment, in my current planning, I can get started with what we have at this 
moment. As for next steps, we talked about the following:
  >
  > 1. Short term (finishing this assignment)
  > 2. Hang will upload the illustrations 
 she made 
to Wikimedia Commons, in svg format, so that community members can download and 
edit them, and translate the lines of text as needed. She will also send me 
brief guidelines on how anyone (I, and other community members) can create 
their own illustrations in the same style. I will then organize the 
illustrations on Commons and will create a gallery page there with explanations 
on their background, usage and application, and will start experimenting with 
integrating them into draft documentation.
  > 3. @mcruzWMF: thank you so much for pointing to those templates developed 
for the Wikimedia Resource Center. They indeed look excellent and extremely 
useful for my purposes. I will start to play around with them on draft 
documentation so that I get a better idea of where improvements and additions 
may be needed.
  >   - One detail @hdothiduc mentioned: it would be good to also have 
//hover// styling for the Portal Navigation 
 template. This may 
be something to look at later this year, see below.
  > 4. Longer term (September-December 2019)
  >
  >   I expect that the bulk of documentation work for #glam 
 and #structureddataoncommons 
 will happen in 
September-December 2019. Hang and I discussed that it would be great if I can 
ask for her ongoing design input and help again during that period, for more 
detailed fine-tuning of the exact elements and additions we need at that point, 
building upon the first elements she has designed now.
  > 5. There is currently no need (yet) to rework the workflow graphic 

 IMO. It is very much work in progress and it is likely to change a lot - and 
perhaps be applied in different ways - in those upcoming months. I suggest we 
revisit it in September-December 2019 in that context, unless @mcruzWMF has 
strong opinions on restyling the current version :-)
  
  
  I do have strong feelings about the graphic, but it's not an opinion, it's a 
fact =) 
  As it is, the graphic has accessibility issues. People who only see part of 
the spectrum of color will not be able to read the text in grey over the pastel 
colors, even over white. It's not high contrast enough. There is a link that 
can help you determine how high contrast your color combination is, but I can't 
find it right now. If you are going to use this graphic for advocacy / 
educational purposes, or at all, I highly recommend changing that grey to 
black. If you can make this change, I'll let you keep the 1998 drop shadow =P
  
  > 1. I will submit new work requests for September-December for two areas of 
design work:
  >   - Continued improvements and support for designs for the documentation 
that will be actually written in that period
  >   - Production of the explainer video about #structureddataoncommons 
 that we also 
planned in the communications plan 
.
  > 
  > Comments welcome!
  
  Thank you for the very detailed description and next steps!! Very helpful to 
keep track of this workflow <3

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

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

To: hdothiduc, mcruzWMF
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T224605: MinervaNeue wdio build fails with PHP error from Wikibase "Failed to map interlanguage prefix es to a global site ID."

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516774 **merged** by jenkins-bot:
  [mediawiki/skins/MinervaNeue@master] Revert "temporarily disabling failing 
browser tests for language selector"
  
  https://gerrit.wikimedia.org/r/516774

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

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

To: noarave, gerritbot
Cc: noarave, Tarrow, Jdrewniak, nray, Niedzielski, Liuxinyu970226, pmiazga, 
Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, alaa_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
zeljkofilipin, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T200612: Wikidata's SPARQL endpoint doesn't escape commas in IRIs in CSV output

2019-06-13 Thread Peter17
Peter17 added a comment.


  @Smalyshev Thank you for this fix! Is there a way to know if/when this is 
deployed to query.wikidata.org? Regards

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

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

To: Smalyshev, Peter17
Cc: Peter17, Igorkim78, Smalyshev, seav, Aklapper, jindrichmynarz, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, EBjune, merbst, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, 
aude, Tobias1984, Manybubbles, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T225056: Run Item Terms Rebuild script

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Tue, Jul 9, 10:00 PM to Tue, Jul 2, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225057: Switch `tmpItemTermsMigrationStages` to MIGRATION_WRITE_NEW

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Tue, Jul 2, 10:00 PM to Tue, Jul 9, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225056: Run Item Terms Rebuild script

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Mon, Jul 1, 10:00 PM to Tue, Jul 9, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225055: Switch `tmpItemTermsMigrationStages` to MIGRATION_WRITE_BOTH

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Mon, Jun 24, 10:00 PM to Tue, Jul 2, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225053: Switch `tmpPropertyTermsMigrationStage` to MIGRATION_WRITE_NEW

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Tue, Jun 18, 10:00 PM to Tue, Jun 25, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225052: Run Property Terms Rebuild script

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Wed, Jun 26, 10:00 PM to Tue, Jun 25, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225052: Run Property Terms Rebuild script

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Mon, Jun 17, 10:00 PM to Wed, Jun 26, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T225051: Switch `tmpPropertyTermsMigrationStage` to MIGRATION_WRITE_BOTH

2019-06-13 Thread alaa_wmde
alaa_wmde changed Due Date from Tue, Jun 11, 10:00 PM to Tue, Jun 18, 10:00 PM.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Retitled] T225055: Switch `tmpItemTermsMigrationStages` to MIGRATION_WRITE_BOTH

2019-06-13 Thread alaa_wmde
alaa_wmde renamed this task from "Switch `tmpItemTermsTwoMillionMigrationStage` 
to MIGRATION_WRITE_BOTH" to "Switch `tmpItemTermsMigrationStages` to 
MIGRATION_WRITE_BOTH".

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Retitled] T225057: Switch `tmpItemTermsMigrationStages` to MIGRATION_WRITE_NEW

2019-06-13 Thread alaa_wmde
alaa_wmde renamed this task from "Switch `tmpItemTermsTwoMillionMigrationStage` 
to MIGRATION_WRITE_NEW" to "Switch `tmpItemTermsMigrationStages` to 
MIGRATION_WRITE_NEW".

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Edited] T225053: Switch `tmpPropertyTermsMigrationStage` to MIGRATION_WRITE_NEW

2019-06-13 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Edited] T225054: Switch `tmpPropertyTermsMigrationStage` to MIGRATION_NEW

2019-06-13 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Edited] T225051: Switch `tmpPropertyTermsMigrationStage` to MIGRATION_WRITE_BOTH

2019-06-13 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata] Overload of query.wikidata.org

2019-06-13 Thread Guillaume Lederrey
Hello all!

We are currently dealing with a bot overloading the Wikidata Query
Service. This bot does not look actively malicious, but does create
enough load to disrupt the service. As a stop gap measure, we had to
deny access to all bots using python-request user agent.

As a reminder, any bot should use a user agent that allows to identify
it [1]. If you have trouble accessing WDQS, please check that you are
following those guidelines.

More information and a proper incident report will be communicated as
soon as we are on top of things again.

Thanks for your understanding!

   Guillaume


[1] https://meta.wikimedia.org/wiki/User-Agent_policy

-- 
Guillaume Lederrey
Engineering Manager, Search Platform
Wikimedia Foundation
UTC+2 / CEST

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


[Wikidata-bugs] [Maniphest] [Updated] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread hdothiduc
hdothiduc changed Due Date from Jul 31 2019, 7:00 PM to Fri, Jun 28, 7:00 PM.

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

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

To: hdothiduc
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread hdothiduc
hdothiduc changed Due Date from Fri, May 31, 10:00 AM to Jul 31 2019, 7:00 PM.
hdothiduc updated the task description.

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

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

To: hdothiduc
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread hdothiduc
hdothiduc added a comment.


  This sounds great, @SandraF_WMF! Thank you for the summary! I am really 
looking forward to working further on the documentation and on the video later 
this year!
  
  @mcruzWMF, definitely thank you very very much for your feedback and 
suggestions. I agree with what you said!
  
  I reverted the h1 colors now and don't use the dark blue anymore. I will do 
the rest of what is listed under "Short term" by the end of the month.
  Whenever I have time, I would also like to dig deeper into the template and 
improve it (e.g. hover effect) if possible.

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

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

To: hdothiduc
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T225529: Article tagline should be set by a hook, not by code highly coupled with Wikibase

2019-06-13 Thread pmiazga
pmiazga updated the task description.

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

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

To: pmiazga
Cc: pmiazga, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, mojoaxel, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Winter, _jensen, 
rosalieper, Izno, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T207893: Partial Blocks are enforced as Sitewide blocks in Wikibase entities

2019-06-13 Thread Niharika
Niharika added a comment.


  In T207893#5255918 , 
@WMDE-leszek wrote:
  
  > @Niharika would you mind reminding us what is the planned timeline of the 
deployment of partial blocks? Just so that we know how urgently the fix is 
needed (I do anticipate that ASAP is preferred, but given you've "only" raised 
the priority up to "Normal" we would also only prioritize it accordingly)
  
  
  Our planned rollout for Partial blocks is end of this month (June). I was 
actually going to raise the priority higher but I didn't want to step on 
anyone's toes (whoever prioritizes tickets at your end). ASAP is indeed 
preferred.

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

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

To: Niharika
Cc: Tchanders, Niharika, Lydia_Pintscher, WMDE-leszek, TBolliger, 
Lucas_Werkmeister_WMDE, Addshore, Aklapper, dbarratt, MGChecker, darthmon_wmde, 
MattLongCT, Nandana, aezell, Lahi, Gq86, dmaza, GoranSMilovanovic, SPoore, 
QZanden, LawExplorer, JJMC89, _jensen, rosalieper, PEarleyWMF, RuyP, jrbs, 
Jonas, Wong128hk, Bsadowski1, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T202530: [Epic] Feedback processes and tools for data-providers

2019-06-13 Thread Salgo60
Salgo60 updated the task description.

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

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

To: Salgo60
Cc: Jneubert, iecetcwcpggwqpgciazwvzpfjpwomjxn, Fuzheado, Salgo60, 
Pigsonthewing, Aklapper, Lydia_Pintscher, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T224605: MinervaNeue wdio build fails with PHP error from Wikibase "Failed to map interlanguage prefix es to a global site ID."

2019-06-13 Thread Niedzielski
Niedzielski closed this task as "Resolved".
Niedzielski assigned this task to noarave.
Niedzielski added a comment.
Restricted Application added a project: User-Noarave.


  @norave, we normally use Quibble running the tests locally. However, since we 
can no longer reproduce the issue, I think this task can be closed.

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

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

To: noarave, Niedzielski
Cc: noarave, Tarrow, Jdrewniak, nray, Niedzielski, Liuxinyu970226, pmiazga, 
Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, alaa_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
zeljkofilipin, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-06-13 Thread Hanna_Petruschat_WMDE
Hanna_Petruschat_WMDE added a comment.


  Regarding the notice: When logging in I got redirected to the desktop version 
and needed to switch back to mobile. When doing so, I also got the the notice. 
I could click it away but got it back when reloading as it stated. @Pablo-WMDE  
if you like, you can test and reproduce on my machine.

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

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

To: Hanna_Petruschat_WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] T221836: Add the "I accept these terms for my future edits" checkbox to License popup on mobile termbox editing, and remember the choice

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, WMDE-leszek, Hanna_Petruschat_WMDE, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] T221836: Add the "I accept these terms for my future edits" checkbox to License popup on mobile termbox editing, and remember the choice

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516792 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [wikibase/termbox@master] StringMWCookieStore: introduce store to save a 
string
  
  https://gerrit.wikimedia.org/r/516792

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

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

To: gerritbot
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, WMDE-leszek, Hanna_Petruschat_WMDE, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, 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] T224605: MinervaNeue wdio build fails with PHP error from Wikibase "Failed to map interlanguage prefix es to a global site ID."

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: noarave, Tarrow, Jdrewniak, nray, Niedzielski, Liuxinyu970226, pmiazga, 
Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, alaa_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
zeljkofilipin, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T224605: MinervaNeue wdio build fails with PHP error from Wikibase "Failed to map interlanguage prefix es to a global site ID."

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516774 had a related patch set uploaded (by Niedzielski; owner: 
Niedzielski):
  [mediawiki/skins/MinervaNeue@master] Revert "temporarily disabling failing 
browser tests for language selector"
  
  https://gerrit.wikimedia.org/r/516774

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

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

To: gerritbot
Cc: noarave, Tarrow, Jdrewniak, nray, Niedzielski, Liuxinyu970226, pmiazga, 
Aklapper, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, zeljkofilipin, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-06-13 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  @Lea_WMDE It would be interesting to see under which circumstances this (the 
"Central logi" overlay) happens for you - I can't really reproduce this. Even 
if it does not sound like it could be our fault it should still be reproducible.
  
  FWIW the buttons wrapping to multiple lines under certain conditions is a 
known discrepancy from the mocks, but //the way they wrap// was explicitly 
handled in coordination with @Hanna_Petruschat_WMDE. We should have done a 
better job documenting the decision.

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

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

To: Pablo-WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] T225603: Wire up read logic for normalized storage in Wikibase

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516790 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Add client setting to read from 
normalized terms schema
  
  https://gerrit.wikimedia.org/r/516790

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Commented On] T221835: Add CC0 License overlay popup on termbox editing

2019-06-13 Thread Hanna_Petruschat_WMDE
Hanna_Petruschat_WMDE added a comment.


  I agree @Pablo-WMDE

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

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

To: Hanna_Petruschat_WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, 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] T225208: Create browser test for the license overlay

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Matthias_Geisler_WMDE, gerritbot
Cc: Aklapper, Jakob_WMDE, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, _jensen, rosalieper, 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] [Commented On] T225208: Create browser test for the license overlay

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516788 had a related patch set uploaded (by Matthias Geisler; owner: 
Matthias Geisler):
  [wikibase/termbox@master] Selenium tests for license overlay
  
  https://gerrit.wikimedia.org/r/516788

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

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

To: Matthias_Geisler_WMDE, gerritbot
Cc: Aklapper, Jakob_WMDE, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Closed] T222621: Not possible to edit items via wbeditentity if they have same label and description

2019-06-13 Thread WMDE-leszek
WMDE-leszek closed this task as "Resolved".
WMDE-leszek moved this task from Test (Verification) to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Ladsgroup, WMDE-leszek
Cc: alaa_wmde, thcipriani, Jdforrester-WMF, Jakob_WMDE, Aklapper, 
Liuxinyu970226, Tarrow, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, 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] [Unblock] T212869: Make it impossible to set the same content in the same language for label and description

2019-06-13 Thread WMDE-leszek
WMDE-leszek closed subtask T222621: Not possible to edit items via wbeditentity 
if they have same label and description as Resolved.

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

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

To: Greta_Doci_WMDE, WMDE-leszek
Cc: Pablo-WMDE, Lea_Lacroix_WMDE, hoo, Lucas_Werkmeister_WMDE, alaa_wmde, 
abian, Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, 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] [Updated] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: alaa_wmde, gerritbot
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Commented On] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516781 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa 
Sarhan):
  [mediawiki/extensions/Wikibase@master] Add 
DatabaseTermIdsResolver::resolveTermsViaJoin method
  
  https://gerrit.wikimedia.org/r/516781

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

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

To: alaa_wmde, gerritbot
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Edited] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Edited] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Updated] T224495: Edits to EntitySchema pages are not autopatrolled

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, pdehaye, alaa_wmde, joker88john, Michael, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, MisterSynergy, abian, 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] [Commented On] T224495: Edits to EntitySchema pages are not autopatrolled

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516773 had a related patch set uploaded (by Michael Große; owner: 
Michael Große):
  [mediawiki/extensions/EntitySchema@master] Edit should be autopatrolled as 
usual
  
  https://gerrit.wikimedia.org/r/516773

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, pdehaye, alaa_wmde, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
MisterSynergy, abian, 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] [Claimed] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde claimed this task.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T225718: Add TypeIdsLookup and implement it in DatabaseTypeIdsStore

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516769 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa 
Sarhan):
  [mediawiki/extensions/Wikibase@master] Add TypeIdsLookup interface and 
implement it in DatabaseTypeIdsStore.
  
  https://gerrit.wikimedia.org/r/516769

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

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

To: alaa_wmde, gerritbot
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Updated] T225718: Add TypeIdsLookup and implement it in DatabaseTypeIdsStore

2019-06-13 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: alaa_wmde, gerritbot
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Edited] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Edited] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T224976: Browser test persistence

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 514702 **merged** by jenkins-bot:
  [wikibase/termbox@master] AnonEditWarning: browser test for checkbox
  
  https://gerrit.wikimedia.org/r/514702

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

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

To: Pablo-WMDE, gerritbot
Cc: Aklapper, Pablo-WMDE, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Maathavan, _jensen, rosalieper, 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] [Claimed] T225718: Add TypeIdsLookup and implement it in DatabaseTypeIdsStore

2019-06-13 Thread alaa_wmde
alaa_wmde claimed this task.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread alaa_wmde
alaa_wmde added a comment.


  Moved back to Ready To Go until sub-tasks are done so that this tasks logic 
can use them

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Retitled] T225718: Add TypeIdsLookup and implement it in DatabaseTypeIdsStore

2019-06-13 Thread alaa_wmde
alaa_wmde renamed this task from "Add TypeIdsLookup and implement 
DatabaseTypeIdsLookup" to "Add TypeIdsLookup and implement it in 
DatabaseTypeIdsStore".
alaa_wmde updated the task description.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unassigned] T225718: Add TypeIdsLookup and implement DatabaseTypeIdsLookup

2019-06-13 Thread alaa_wmde
alaa_wmde removed hoo as the assignee of this task.
alaa_wmde added a subscriber: hoo.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unassigned] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde removed hoo as the assignee of this task.
alaa_wmde added a subscriber: hoo.

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

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

To: alaa_wmde
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unblock] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread alaa_wmde
alaa_wmde closed subtask T225626: Remove fallback to master logic from resolver 
as Resolved.

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Updated] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde removed a project: MW-1.34-notes (1.34.0-wmf.10; 2019-06-18).

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

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

To: hoo, alaa_wmde
Cc: Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Updated] T225718: Add TypeIdsLookup and implement DatabaseTypeIdsLookup

2019-06-13 Thread alaa_wmde
alaa_wmde removed a project: MW-1.34-notes (1.34.0-wmf.10; 2019-06-18).

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

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

To: hoo, alaa_wmde
Cc: Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Created] T225718: Add TypeIdsLookup and implement DatabaseTypeIdsLookup

2019-06-13 Thread alaa_wmde
alaa_wmde created this task.
alaa_wmde added projects: Wikidata wb_terms Trailblazing, Wikidata, 
MW-1.34-notes (1.34.0-wmf.10; 2019-06-18), Patch-For-Review.
Restricted Application removed a project: Patch-For-Review.

TASK DESCRIPTION
  Came from T225003#5256414 
  
  The lookup responsibility is to inverse lookup type names into ids, skipping 
types that do not exist in the storage

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

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

To: hoo, alaa_wmde
Cc: Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Created] T225717: Implement DatabaseTermIdsResolver::resolveGroupedTermConditions

2019-06-13 Thread alaa_wmde
alaa_wmde created this task.
alaa_wmde added projects: Wikidata wb_terms Trailblazing, Wikidata, 
MW-1.34-notes (1.34.0-wmf.10; 2019-06-18), Patch-For-Review.
Restricted Application removed a project: Patch-For-Review.

TASK DESCRIPTION
  Described in T225003#5256375 


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

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

To: hoo, alaa_wmde
Cc: Lucas_Werkmeister_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread alaa_wmde
alaa_wmde added a comment.


  For the unkown types acquiring issue, we thought we would add another 
interface that `DatabaseTypeIdsResolver` would implement and 
`DatabasePropertyTermStore` would use.
  
  The interface would be called, we thought `TypeIdsLookup` with a function 
`lookupTypeIds( array $types) : array // returns type ids for known types`

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

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

To: hoo, alaa_wmde
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Commented On] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Rough sketch with Alaa – here, `DatabaseTermIdsResolver` gets the extra join 
conditions, and `DatabasePropertyTermStore` would call that special method if 
it detects its injected `TermIdsResolver` is a `DatabaseTermIdsResolver`.
  
// in DatabaseTermIdsResolver

public function resolveGroupedTermConditions( array $groupedWhatevers ) 
{
foreach ( $groupedWhatevers as $groupedWhatever ) {
list ( $tables, $conditions ) = $groupedWhatever;

$result = $db->select(
array_merge( 
[ 'wbt_term_in_lang', 
'wbt_text_in_lang', 'wbt_text' ],
$tables
),
[ 'wbtl_id', 'wbtl_type_id', 'wbxl_language', 
'wbx_text' ],
array_merge( [
'wbtl_text_in_lang_id=wbxl_id',
'wbxl_text_id=wbx_id',
], $conditions ),
__METHOD__
);
$this->preloadTypes( $result );
foreach ( $result as $row ) {
foreach ( $groupNamesByTermIds[$row->wbtl_id] 
as $groupName ) {
$this->addResultTerms( 
$groupedTerms[$groupName], $row );
}
}
return $groupedTerms;
}
}

// in DatabasePropertyTermStore

$this->resolver->resolveGroupedTermConditions( [
'P1' => [
// extra tables
[ 'wbt_property_terms' ],
// extra conditions
[
'wbpt_term_in_lang_id=wbtl_id',
'wbpt_property_id' => $numericPropertyIds,
],
],
] )

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

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

To: hoo, Lucas_Werkmeister_WMDE
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Claimed] T224495: Edits to EntitySchema pages are not autopatrolled

2019-06-13 Thread Michael
Michael claimed this task.
Michael edited projects, added Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞), User-Michael; removed Wikidata-Campsite.

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, pdehaye, alaa_wmde, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
MisterSynergy, abian, 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 Subscribers] T214884: linking Schemas in statements

2019-06-13 Thread Michael
Michael added subscribers: alaa_wmde, Michael.
Michael added a comment.


  @alaa_wmde You mentioned that there exists a checklist for adding a new 
datatype. Could you link it here?

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

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

To: Michael
Cc: Michael, alaa_wmde, ericP, Esc3300, Moebeus, Aklapper, Lydia_Pintscher, 
darthmon_wmde, pdehaye, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
MisterSynergy, abian, 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] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Yeah, that’s what I meant with this part of the task description:
  
  > However, the current interfaces for the new term store would only allow us 
to get all the term IDs for properties (effectively the entire content of 
`wbt_property_terms`), then resolve all those terms to a giant array, and then 
filter for labels in a certain language afterwards. We can’t afford to transfer 
all that data between PHP and the database, **so instead the 
`wbt_property_terms` and `wbt_term_in_lang` parts will have to exchange JOIN 
conditions somehow**, so that we can load all property labels in a certain 
language with just one query. (It still won’t be as efficient as in `wb_terms`, 
but with caching it should do for a while, and we can investigate improvements 
later.)
  
  I was thinking of something like `ActorMigration::getJoin()` or 
`CommentStore::getJoin()`, so you can still keep the components //somewhat// 
separate.

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

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

To: hoo, Lucas_Werkmeister_WMDE
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Closed] T218901: Track number of Wikidata edits by namespace

2019-06-13 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed this task as "Resolved".
Lea_Lacroix_WMDE moved this task from Needs Announcement to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Michael, Lea_Lacroix_WMDE
Cc: Lydia_Pintscher, JAllemandou, Addshore, Aklapper, Lucas_Werkmeister_WMDE, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, 
joker88john, Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, MisterSynergy, 
abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T216835: track number of Schemas

2019-06-13 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE closed this task as "Resolved".
Lea_Lacroix_WMDE moved this task from Needs Announcement to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lea_Lacroix_WMDE claimed this task.

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

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

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

To: Lea_Lacroix_WMDE
Cc: Michael, hoo, Aklapper, Lydia_Pintscher, darthmon_wmde, pdehaye, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, Jonas, MisterSynergy, abian, 
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] T225003: Implement PropertyLabelResolver using normalized storage

2019-06-13 Thread hoo
hoo added a comment.


  I just realized that limiting the type and language in `TermIdsResolver` wont 
do the trick, as we then still need to get all `wbpt_term_in_lang_id`s first.
  
  I will thus need to join `wbt_term_in_lang` with `wbt_property_terms` when 
getting the term ids to resolve :/

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

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

To: hoo
Cc: alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] T216835: track number of Schemas

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from Test (Verification) to Needs Announcement 
on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lydia_Pintscher added a comment.


  \o/

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

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

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

To: Lydia_Pintscher
Cc: Michael, hoo, Aklapper, Lydia_Pintscher, darthmon_wmde, pdehaye, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, Jonas, MisterSynergy, abian, 
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] T218901: Track number of Wikidata edits by namespace

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher moved this task from Test (Verification) to Needs Announcement 
on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lydia_Pintscher added a comment.


  \o/

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

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

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

To: Michael, Lydia_Pintscher
Cc: Lydia_Pintscher, JAllemandou, Addshore, Aklapper, Lucas_Werkmeister_WMDE, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, 
joker88john, Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, MisterSynergy, 
abian, 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] T225002: Implement PrefetchingTermLookup for items using normalized storage

2019-06-13 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.34-notes (1.34.0-wmf.10; 2019-06-18).

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

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

To: alaa_wmde, ReleaseTaggerBot
Cc: hoo, alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T171143: Allow accessing Wikidata data in Wikitech

2019-06-13 Thread ArielGlenn
ArielGlenn added a comment.


  What happens to the pages on wikiech-static, which should *not* have access 
to wikidata  data?

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

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

To: ArielGlenn
Cc: ArielGlenn, PokestarFan, zhuyifei1999, Liuxinyu970226, Aklapper, 
Bugreporter, darthmon_wmde, Nandana, AndyTan, Zylc, 1978Gage2001, Lahi, Gq86, 
GoranSMilovanovic, Chicocvenancio, QZanden, Tbscho, LawExplorer, JJMC89, 
_jensen, rosalieper, srodlund, Luke081515, Wikidata-bugs, aude, Gryllida, scfc, 
Mbch331, Krenair, chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T225002: Implement PrefetchingTermLookup for items using normalized storage

2019-06-13 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: alaa_wmde, Maintenance_bot
Cc: hoo, alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T225350: Maplink (via Wikidata) shows only empty window without map on la.wikipedia

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Tpt, hoo, Lydia_Pintscher.
Lydia_Pintscher added a comment.


  Maybe @hoo or @Tpt have an idea?

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, hoo, Tpt, UV, Aklapper, Andrew_Dalby, darthmon_wmde, 
Nandana, Lahi, Gq86, Looniverse, GoranSMilovanovic, QZanden, Orienteerix, 
LawExplorer, _jensen, rosalieper, JGirault, phabyogi, Susannaanas, lxbarth, 
Planemad, Wikidata-bugs, aude, Yurik, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T225701: Add EntitySchemas to the Query Service

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Lea_Lacroix_WMDE, darthmon_wmde, pdehaye, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, 
MisterSynergy, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T214885: Schemas in listings

2019-06-13 Thread Lydia_Pintscher
Lydia_Pintscher merged a task: T225700: Add labels to Schemas on 
Special:AllPages.
Lydia_Pintscher added a subscriber: Lea_Lacroix_WMDE.

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

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

To: Lydia_Pintscher
Cc: Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, darthmon_wmde, pdehaye, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, 
MisterSynergy, abian, 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] T225002: Implement PrefetchingTermLookup for items using normalized storage

2019-06-13 Thread gerritbot
gerritbot added a comment.


  Change 516646 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Implement PrefetchingTermLookup for 
items using normalized storage
  
  https://gerrit.wikimedia.org/r/516646

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

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

To: alaa_wmde, gerritbot
Cc: hoo, alaa_wmde, Aklapper, Lucas_Werkmeister_WMDE, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Maathavan, _jensen, rosalieper, 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] [Updated] T225350: Maplink (via Wikidata) shows only empty window without map on la.wikipedia

2019-06-13 Thread Pikne
Pikne edited projects, added MediaWiki-extensions-WikibaseClient, Maps; removed 
Maps (Maps-data).
Restricted Application added a project: Wikidata.

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

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

To: Pikne
Cc: UV, Aklapper, Andrew_Dalby, darthmon_wmde, Nandana, Lahi, Gq86, Looniverse, 
GoranSMilovanovic, QZanden, Orienteerix, LawExplorer, _jensen, rosalieper, 
JGirault, phabyogi, Susannaanas, lxbarth, Planemad, Wikidata-bugs, aude, Yurik, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T223303: on production enable bugfix for wbeditentity setting aliases to empty array

2019-06-13 Thread Michael
Michael added a comment.


  Testing this during SWAT:
  
  1. ensure that the Wikidata-Sandbox(Q4115189) 
 has aliases for en
  2. run the api-request to setting them to empty: 
https://www.wikidata.org/wiki/Special:ApiSandbox#action=wbeditentity=json=Q4115189={"aliases"%3A{"en"%3A[]}}
  3. outcome if bugfix successful: aliases for en are removed (easiest to check 
in the item's history 
)
  4. outcome if failed: aliases are still there and there is no change in the 
history

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

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

To: Michael
Cc: Ladsgroup, Lydia_Pintscher, Lea_Lacroix_WMDE, Aklapper, Michael, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, alaa_wmde, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
Jonas, 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] T219806: Illustrations and design building blocks for Structured Data on Commons and GLAM documentation

2019-06-13 Thread SandraF_WMF
SandraF_WMF added a comment.


  @hdothiduc and I checked in yesterday and went through her designs. I'm 
extremely happy with what Hang has produced; I understand how to apply the 
designs and have even learned a bit about CSS in the process :-) At this 
moment, in my current planning, I can get started with what we have at this 
moment. As for next steps, we talked about the following:
  
  Short term (finishing this assignment)
  ==
  
  - Hang will upload the illustrations 
 she made 
to Wikimedia Commons, in svg format, so that community members can download and 
edit them, and translate the lines of text as needed. She will also send me 
brief guidelines on how anyone (I, and other community members) can create 
their own illustrations in the same style. I will then organize the 
illustrations on Commons and will create a gallery page there with explanations 
on their background, usage and application, and will start experimenting with 
integrating them into draft documentation.
  - @mcruzWMF: thank you so much for pointing to those templates developed for 
the Wikimedia Resource Center. They indeed look excellent and extremely useful 
for my purposes. I will start to play around with them on draft documentation 
so that I get a better idea of where improvements and additions may be needed.
- One detail @hdothiduc mentioned: it would be good to also have //hover// 
styling for the Portal Navigation 
 template. This may 
be something to look at later this year, see below.
  
  Longer term (September-December 2019)
  =
  
  I expect that the bulk of documentation work for #glam 
 and #structureddataoncommons 
 will happen in 
September-December 2019. Hang and I discussed that it would be great if I can 
ask for her ongoing design input and help again during that period, for more 
detailed fine-tuning of the exact elements and additions we need at that point, 
building upon the first elements she has designed now.
  
  1. There is currently no need (yet) to rework the workflow graphic 

 IMO. It is very much work in progress and it is likely to change a lot - and 
perhaps be applied in different ways - in those upcoming months. I suggest we 
revisit it in September-December 2019 in that context, unless @mcruzWMF has 
strong opinions on restyling the current version :-)
  2. I will submit new work requests for September-December for two areas of 
design work:
- Continued improvements and support for designs for the documentation that 
will be actually written in that period
- Production of the explainer video about #structureddataoncommons 
 that we also 
planned in the communications plan 
.
  
  Comments welcome!

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

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

To: hdothiduc, SandraF_WMF
Cc: mcruzWMF, hdothiduc, Quiddity, SandraF_WMF, darthmon_wmde, Nandana, JKSTNK, 
Lahi, PDrouin-WMF, Gq86, E1presidente, Ramsey-WMF, Cparle, Anooprao, 
GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, 
_jensen, rosalieper, Susannaanas, Jane023, Wikidata-bugs, Base, matthiasmullie, 
aude, Ricordisamoa, Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, 
Steinsplitter, Mbch331, Qgil
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   >