[Wikidata-bugs] [Maniphest] T286679: Some interface messages are in Welsh when British English is selected as the interface language

2021-07-16 Thread Reedy
Reedy added a comment.


  It’s been a problem for people using en-gb for years ;)

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

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

To: Reedy
Cc: CatCat, stjn, LeeVilenski, Urbanecm, Zabe, AntiCompositeNumber, Reedy, 
Ladsgroup, RhinosF1, LucasWerkmeister, Nikki, Aklapper, Invadibot, 
PallaviPatke, maantietaja, Rileych, Akuckartz, 50019062, Nandana, Lahi, Gq86, 
Af420, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Gryllida, Shizhao, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286679: Some interface messages are in Welsh when British English is selected as the interface language

2021-07-16 Thread stjn
stjn added a comment.


  Btw, this is a common problem with translators into Russian, too. I think 
~~now that English speakers became affected~~ it is better late than never to 
find ways to improve Special:Translate interface to make the language you are 
currently translating your message to a bit more prominent for people. Right 
now, it is fairly easy to miss ‘Translate to: British English’ at the top of 
the page, and I have done it before myself, so maybe it needs to be somewhere 
in the edit form, too. (Sorry if off topic, just sharing that this is more 
common than this current issue.)

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

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

To: stjn
Cc: stjn, LeeVilenski, Urbanecm, Zabe, AntiCompositeNumber, Reedy, Ladsgroup, 
RhinosF1, LucasWerkmeister, Nikki, Aklapper, Invadibot, PallaviPatke, 
maantietaja, Rileych, Akuckartz, 50019062, Nandana, Lahi, Gq86, Af420, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Soum213, 
Taiwania_Justo, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, 
Wikidata-bugs, aude, Gryllida, Shizhao, Nikerabbit, Arrbee, santhosh, 
KartikMistry, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285498: Wikidata: Investigate bibliographic bot

2021-07-16 Thread Daimona
Daimona moved this task from In Development  to Review/Feedback  on the 
Community-Tech (CommTech-Sprint-4) board.
Daimona added a comment.


  Preliminary investigation
  -
  
  What follows is my preliminary investigation on this wish. It is not complete 
yet, mostly because I think we need to refine the scope, and then maybe put 
additional effort into one direction.
  
  Problem statement, AIUI
  ---
  
  Many references on Wikidata only consist of a bare URL. This is subpar 
because it doesn't expose detail about the source, at least not in a structured 
format (note, I'm making this statement given my experience as a Wikipedia 
editor, but with little knowledge about Wikidata). We want a way to reduce the 
amount of such references.
  
  Possible solutions
  --
  
  I can see three ways in which we can act in order to mitigate the issue:
  
  1. Provide visual guidance on the VisualEditor, so users will add structured 
references right from the start (or use this to autofill details on existing 
bare URLs while editing).
  2. Provide an on-wiki gadget that does the same thing as 1.
  3. Provide an external tool, with a nice interface and OAuth-based, that 
editors can use to change existing references on a given page to make them 
structured.
  4. Create a bot (without an OAuth-based interface) that periodically scans 
for bare URLs and replaces them with structured data.
  
  Below is an initial investigation on each of these, but we might want to 
focus only on some of them. Note that options 3. and 4. are not mutually 
exclusive. In fact, we might merge them into a single tool that scans things on 
its own but can also be manually controlled (like IABot).
  
  1. While editing
  
  
  This approach is essentially what citoid 
 does out of Wikidata. When you click 
the button to add a reference and the dialog appears, you have an option to 
autogenerate data from a URL. So what we would need here is citoid integration 
with Wikidata. There is already a task for this: T199197: [2.11] Integrate 
Citoid in Wikidata  (see also the 
subtasks). That task is stalled, but TTBOMK, some teams were (are?) already 
working on this. We might want to get in touch with them before exploring this 
direction or deciding that we don't want to go there.
  
  Also, I think it's worth noting that according to T199197 
, the integration should already be 
on for beta wikidata. I went to tried this at 
https://wikidata.beta.wmflabs.org/wiki/Q381012 (which is a test page linked in 
that same task), but I didn't get any option to generate structured data from a 
URL. So either it's been disabled there, or I'm missing something.
  
  2. Gadget
  -
  
  There's already a user script for this: User:Aude/citoid.js 
 (which was mentioned 
above), plus the fork 
 mentioned by 
Sam. AIUI, this is just a stopgap until option 1 is implemented. IMHO, it's not 
worth putting effort into implementing/refining a stopgap. Also, if we were to 
go this route, there wouldn't be much to do, beyond making sure that the code 
works and has all the functionality that we need. Note that these scripts use 
citoid as backend.
  
  3. Manual OAuth tool
  
  
  There is already a tool for this that works on Wikipedia: 
https://refill.toolforge.org/. This tool is written in python and looks very 
good, it has a nice interface and it's localized. It also works well 
.
 The problem, as implied before, is that it only works on Wikipedia, so not on 
Wikidata. The tool also uses citoid as backend.
  
  What to do in this direction depends on the approach we want to follow. If a 
web interface is enough, we can maybe get in touch with the maintainer and add 
wikidata support to this tool. If we also want a dedicated backend (i.e. a 
bot), then building on top of refill may or may not be the best thing to do.
  
  4. Bot
  --
  
  I couldn't find an existing bot that performs this task (I grepped bot user 
pages on wikidata with a few keywords like `P854`). We can architect such a bot 
pretty much however we feel right. I believe the only certain thing is that we 
need to use citoid as backend. It exposes a REST API 
 which apparently 
has support for a "wikibase" output format. Essentially, we'd have to put 
together:
  
  - A part which queries Wikidata for bare URLs. I don't have a solution for 
this due to my lack of knowledge about Wikidata, but I'm confident that there's 
a way to do this with high precision.
  - A part which queries the citoid API to 

[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Ok.

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

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

To: Lydia_Pintscher
Cc: Esc3300, Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, 
Tarrow, daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread Ladsgroup
Ladsgroup added a comment.


  The patch I put up responds with all languages of the fallback chain so if 
you ask for Austrian German, the labels and descriptions for Austrian German, 
German and English will be returned regardless if the entity already has the 
label in Austrian German or not. That's a little bit of redundancy but I think 
it's fine (comparing to what we currently have, that's nothing).

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

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

To: Ladsgroup
Cc: Esc3300, Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, 
Tarrow, daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  So regarding my questions from T285795#7189553 
, first bullet point, then 
second bullet point? We only emit one label per entity?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Esc3300, Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, 
Tarrow, daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In T285795#7217522 , @toan 
wrote:
  
  > Okay!
  >
  > I've trimmed down the description with these new details. I think we can 
un-stall this?
  
  Yes from my side! We might need to be explicit about the fallback applying? 
(i.e. follow Wikidata's existing language fallback chain until a 
label/description is found if it exists in the chain)
  
  In T285795#7217562 , 
@Esc3300 wrote:
  
  > I don't think you can get around sending "en" as fall-back even if the 
request is for "lang=es".
  
  Language fallback should apply. So if the request is for Spanish but no 
Spanish label exists then English would be checked and used if available.

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

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

To: Lydia_Pintscher
Cc: Esc3300, Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, 
Tarrow, daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285851: basic file upload page to upload mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285250: View Import status of an uploaded mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285250: View Import status of an uploaded mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286056: Use `rsync` to synchronise uploaded repository with live site

2021-07-16 Thread ItamarWMDE
ItamarWMDE assigned this task to hoo.

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

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

To: hoo, ItamarWMDE
Cc: hoo, Silvan_WMDE, Aklapper, ItamarWMDE, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704985 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Remove unused EntityIdParser from 
MergeItems
  
  https://gerrit.wikimedia.org/r/704985

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, TTO, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704990 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Remove compatibility code from 
EntityRedirectCreationInteractor
  
  https://gerrit.wikimedia.org/r/704990

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, TTO, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704989 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Add $tags to 
MediaWikiLexemeRedirector::createRedirect() call
  
  https://gerrit.wikimedia.org/r/704989

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, TTO, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704988 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Add tags parameter to wbmergeitems API
  
  https://gerrit.wikimedia.org/r/704988

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, TTO, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, TTO, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704986 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Add upcoming $tags parameter to 
saveRedirect()
  
  https://gerrit.wikimedia.org/r/704986

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T229918: Add tags parameter to Wikibase APIs that create redirects

2021-07-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, 
Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T229918: Add tags parameter to Wikibase APIs that create redirects

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704985 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Remove unused EntityIdParser from 
MergeItems
  
  https://gerrit.wikimedia.org/r/704985

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

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

To: gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281272: HTTP 500 error for https://www.wikidata.org/wiki/Special:EntityData/Q30.rdf / ttl

2021-07-16 Thread Ladsgroup
Ladsgroup added a comment.


  So I tried this patch on mwdebug2001.
  
  It makes Q30.rdf from 29MB to 7.2MB. I upload the result to compare: 
https://people.wikimedia.org/~ladsgroup/Q30-new.rdf
  
  Q7251 went from 7MB to 2MB: 
https://people.wikimedia.org/~ladsgroup/Q7251-new.rdf and 
https://people.wikimedia.org/~ladsgroup/Q7251-fa-new.rdf (done with uselang=fa)

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

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

To: Ladsgroup
Cc: Tonina_Zhelyazkova_WMDE, BPirkle, mmodell, thcipriani, Agabi10, Gehel, 
jcrespo, Marostegui, Lucas_Werkmeister_WMDE, daniel, Tpt, Ladsgroup, dcausse, 
Tarrow, WMDE-leszek, Jakob_WMDE, Lydia_Pintscher, Addshore, Silvan_WMDE, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, Lewizho99, Maathavan, _jensen, rosalieper, 
Scott_WUaS, Verdy_p, Wikidata-bugs, aude, Dinoguy1000, Jdforrester-WMF, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.2 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread toan
toan added a comment.


  - I've updated the release notes
  - Merged any open backports into REL1_35
  
  So this currently seems to pass on 
https://github.com/wmde/wikibase-release-pipeline/pull/193
  
  This needs to get merged into main for the pipeline to produce the packages 
available here 

  
  Once that is done those images could be used for testing by updating the env 
variables here with the image names/tags
  
toan@wb-product-testing:~$ cat /opt/wmde.2/example-full/.env 
# !!! TODO REPLACE WITH ACTUAL RELEASE !!!
# Image Configuration
WIKIBASE_IMAGE_NAME=wikibase/wikibase:1.35.2-wmde.1
WDQS_IMAGE_NAME=wikibase/wdqs:0.3.40-wmde.1
WDQS_FRONTEND_IMAGE_NAME=wikibase/wdqs-frontend:wmde.1
ELASTICSEARCH_IMAGE_NAME=wikibase/elasticsearch:6.5.4-wmde.1
WIKIBASE_BUNDLE_IMAGE_NAME=wikibase/wikibase-bundle:1.35.2-wmde.1
QUICKSTATEMENTS_IMAGE_NAME=wikibase/quickstatements:wmde.1
WDQS_PROXY_IMAGE_NAME=wikibase/wdqs-proxy:wmde.1
MYSQL_IMAGE_NAME=mariadb:10.3

  
  Otherwise (if you have good internet/aren't based in germany) the images 
could also be downloaded and published to some test dockerhub account and 
updated that way.
  
  I think currently what is running on 
https://wikibase-product-testing.wmflabs.org/wiki/Main_Page is located in 
`/opt/wmde.1/example-full` and `/opt/wmde.2` is just a copy of that folder but 
we need to update the images.

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

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

To: toan
Cc: toan, Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285077: Change of Query Builder

2021-07-16 Thread Manuel
Manuel added a comment.


  That's a good point, Lucas. Using the same "query-builder-heading" message 
for this sounds like a good idea!

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

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

To: Michael, Manuel
Cc: Manuel, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Aklapper, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread Esc3300
Esc3300 added a comment.


  I don't think you can get around sending "en" as fall-back even if the 
request is for "lang=es".

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

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

To: Esc3300
Cc: Esc3300, Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, 
Tarrow, daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, 
Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285098: Production A/B test deployment - Improved Property Suggester/Recommender

2021-07-16 Thread Addshore
Addshore updated the task description.

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

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

To: Addshore
Cc: Lucas_Werkmeister_WMDE, Martaannaj, Michaelcochez, Michael, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, 
alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread toan
toan added a comment.


  Okay!
  
  I've trimmed down the description with these new details. I think we can 
un-stall this?

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

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

To: toan
Cc: Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, Tarrow, 
daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, Invadibot, 
maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread toan
toan updated the task description.

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

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

To: toan
Cc: Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, Tarrow, 
daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, Invadibot, 
maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285795: Decide on languages on EntityStub rdf builders

2021-07-16 Thread toan
toan updated the task description.

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

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

To: toan
Cc: Mohammed_Sadat_WMDE, toan, Aklapper, Addshore, Lydia_Pintscher, Tarrow, 
daniel, Lucas_Werkmeister_WMDE, Tonina_Zhelyazkova_WMDE, Ladsgroup, Invadibot, 
maantietaja, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285465: Document and analyze the number of parsing errors for parsed WDQS queries

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Named subqueries  
(`WITH`) are a Blazegraph extension, not part of standard SPARQL syntax.

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

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

To: AKhatun_WMF, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Esc3300, dcausse, Aklapper, AKhatun_WMF, 
JAllemandou, Invadibot, MPhamWMF, maantietaja, CBogen, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286056: Use `rsync` to synchronise uploaded repository with live site

2021-07-16 Thread hoo
hoo moved this task from Doing to Peer Review on the Mismatch Finder (Mismatch 
Finder - sprint 2) board.
hoo added a comment.


  https://github.com/wmde/wikidata-mismatch-finder/pull/20

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

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

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

To: hoo
Cc: hoo, Silvan_WMDE, Aklapper, ItamarWMDE, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286735: Unrealistic minimal length requirement (minimal number of characters) for file captions in East Asian languages

2021-07-16 Thread Esc3300
Esc3300 added a comment.


  Seems to be a SDC only problem, not Wikidata.

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

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

To: Esc3300
Cc: Esc3300, GFontenelle_WMF, FRomeo_WMF, Aklapper, revi, Invadibot, 
maantietaja, CBogen, Nintendofan885, Akuckartz, Nandana, JKSTNK, Lahi, Gq86, 
E1presidente, Ramsey-WMF, Cparle, Anooprao, SandraF_WMF, GoranSMilovanovic, 
QZanden, Tramullas, Acer, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, Susannaanas, LNDDYL, 
Psychoslave, Jane023, Wikidata-bugs, Base, matthiasmullie, aude, Gryllida, 
Ricordisamoa, Wesalius, Shizhao, Lydia_Pintscher, Raymond, Arrbee, 
Steinsplitter, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285098: Production A/B test deployment - Improved Property Suggester/Recommender

2021-07-16 Thread Addshore
Addshore updated the task description.

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

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

To: Addshore
Cc: Lucas_Werkmeister_WMDE, Martaannaj, Michaelcochez, Michael, Addshore, 
Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, 
alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Sjoerddebruin, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285471: Remove repositories and foreignRepositories legacy settings

2021-07-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.2 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 
Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, 
Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283833: Add CI for testing the wikibase-release-strategy example docker-compose

2021-07-16 Thread toan
toan added a comment.


  Had some time while waiting for builds -> 
https://github.com/wmde/wikibase-release-pipeline/pull/194

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

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

To: toan
Cc: Michael, Lucas_Werkmeister_WMDE, Tarrow, toan, Addshore, Aklapper, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285851: basic file upload page to upload mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.2 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704947 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@REL1_35] Update release notes for 1.35.3-wmde.2
  
  https://gerrit.wikimedia.org/r/704947

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

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

To: gerritbot
Cc: Addshore, Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280910: Wikidata Client usage tracking for redirect resolving Lua functions

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704930 **abandoned** by Tobias Andersson:
  
  [mediawiki/extensions/Wikibase@master] wip: resolve redirects for usage
  
  Reason:
  
  /ignored
  
  https://gerrit.wikimedia.org/r/704930

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

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

To: Michael, gerritbot
Cc: toan, Agabi10, Lucas_Werkmeister_WMDE, hoo, Ladsgroup, Lydia_Pintscher, 
Manuel, Aklapper, Jakob_WMDE, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285250: View Import status of an uploaded mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285250: View Import status of an uploaded mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.2 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread Addshore
Addshore renamed this task from "Make a 1.35.3-wmde.3 release including the 
latest MediaWiki (& extensions) security fixes" to "Make a 1.35.3-wmde.2 
release including the latest MediaWiki (& extensions) security fixes".

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

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

To: Addshore
Cc: Addshore, Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285471: Remove repositories and foreignRepositories legacy settings

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 703842 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Remove WikibaseClient repositories 
setting
  
  https://gerrit.wikimedia.org/r/703842

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285465: Document and analyze the number of parsing errors for parsed WDQS queries

2021-07-16 Thread AKhatun_WMF
AKhatun_WMF added a comment.


  - For June, the average daily successful parsing rate was **~85%**. Ranging 
from 75% to 90%. Note that this only includes queries with status 200 and 500.
  - 11% of the distinct queries ran into errors related to prefixes. The number 
of distinct queries due to each prefix is shown below. By adding the first 4 
prefixes (mwapi, geof, foaf, gas) into the query processors' prefix list  the 
average daily successful parsing rate was >96%. A few prefixes were off 
slightly (data instead of wdata, ref instead of wdref. These account for very 
few queries, but I fixed them nevertheless.)
  
  | **prefix_name** | **count ** |
  | mwapi   | 7419357  |
  | geof| 54183  |
  | foaf| 17198  |
  | gas | 13753  |
  | wds | 2761   |
  | wdv | 216|
  | fn  | 62 |
  | dc  | 50 |
  | mediawiki   | 23 |
  | wdref   | 22 |
  | wdata   | 3  |
  |
  
  Total distinct queries: 67467327
  
  - Other errors included:
- `Variable used when already in-scope`. This happened when the same 
variable was reused in a query. Testing such queries in WDQS returns results 
nicely. These form 2% of the errors in distinct queries.
- Another notable error is the `WITH` clause. Although it runs well in 
WDQS, parser doesn't accept it. These form 2.5% of the distinct queries.
  
  It seems including the prefixes should fix things, but should we also think 
of fixing the other two errors (although small in number). Not sure why Jena 
cannot parse them though.

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

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

To: AKhatun_WMF
Cc: Aklapper, AKhatun_WMF, JAllemandou, Invadibot, MPhamWMF, maantietaja, 
CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285250: View Import status of an uploaded mismatch file

2021-07-16 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: Sarai-WMDE, Mattia_Capozzi_WMDE, Aklapper, Lydia_Pintscher, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282154: Wikibase: Special:EntityData compression encoding issues in local dev env

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 702825 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@REL1_35] EntityDataRequestHandler: Remove 
ob_clean() call
  
  https://gerrit.wikimedia.org/r/702825

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

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

To: kostajh, gerritbot
Cc: kostajh, brennen, jeena, Krinkle, aaron, Addshore, Aklapper, ItamarWMDE, 
Biggs657, the0001, Invadibot, Lalamarie69, Selby, AndreCstr, maantietaja, 
XeroS_SkalibuR, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Mirahamira, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Markhalsey, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285471: Remove repositories and foreignRepositories legacy settings

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T286767: Remove foreignRepositories 
support in WikibaseCirrusSearch as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285472: Remove entityNamespaces settings

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T286767: Remove foreignRepositories 
support in WikibaseCirrusSearch as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Test (Verification) to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286056: Use `rsync` to synchronise uploaded repository with live site

2021-07-16 Thread hoo
hoo updated Other Assignee, added: hoo.

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

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

To: hoo
Cc: Silvan_WMDE, Aklapper, ItamarWMDE, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T158751: Make populateSitesTable.php more robust

2021-07-16 Thread hoo
hoo added a comment.


  I'm not aware of a problem of any concrete issues we could tackle, other than 
T122520  which seems fine now. 
Mid-term we should really try to get rid of this, though, as Amir pointed out.

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

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

To: hoo
Cc: Addshore, Ladsgroup, hoo, aude, Aklapper, Reedy, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T265526: Create Helm Chart

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704960 had a related patch set uploaded (by DCausse; author: DCausse):
  
  [operations/puppet@production] thanos-swift envoy listener: rewrite HTTP host 
header
  
  https://gerrit.wikimedia.org/r/704960

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

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

To: Mstyles, gerritbot
Cc: Mirahamira, Aklapper, Gehel, Mstyles, Biggs657, Invadibot, Lalamarie69, 
MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T265526: Create Helm Chart

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704922 **merged** by jenkins-bot:
  
  [operations/deployment-charts@master] rdf-streaming-updater: configure 
allowed kafka clusters
  
  https://gerrit.wikimedia.org/r/704922

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

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

To: Mstyles, gerritbot
Cc: Mirahamira, Aklapper, Gehel, Mstyles, Biggs657, Invadibot, Lalamarie69, 
MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285680: Reuse mediawiki-docker's apache Dockerfile in Wikibase release pipeline

2021-07-16 Thread toan
toan added a comment.


  The PR -> https://github.com/wmde/wikibase-release-pipeline/pull/187
  
  To try building it locally, you can download the patch and build everything
  
./build.sh all versions/wmde1.env
  
  To run some simple tests and bring up the environment you can
  
make test SUITE=repo
  
  which will start mediawiki on http://localhost:8181

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

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

To: toan
Cc: Aklapper, Addshore, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.37-notes (1.37.0-wmf.15; 2021-07-19).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704934 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseCirrusSearch@master] Remove support for 
prefixed entity IDs and foreignRepositories
  
  https://gerrit.wikimedia.org/r/704934

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.3 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Addshore, Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286640: Make a 1.35.3-wmde.3 release including the latest MediaWiki (& extensions) security fixes

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704947 had a related patch set uploaded (by Tobias Andersson; author: 
Tobias Andersson):
  
  [mediawiki/extensions/Wikibase@REL1_35] Update release notes for 1.35.3-wmde.2
  
  https://gerrit.wikimedia.org/r/704947

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

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

To: gerritbot
Cc: Addshore, Aklapper, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To Do (prioritised from top to 
bottom) to Doing on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T265526: Create Helm Chart

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704833 **merged** by jenkins-bot:
  
  [operations/deployment-charts@master] flink-session-cluster: Include 
discovery and kafka egress helpers
  
  https://gerrit.wikimedia.org/r/704833

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

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

To: Mstyles, gerritbot
Cc: Mirahamira, Aklapper, Gehel, Mstyles, Biggs657, Invadibot, Lalamarie69, 
MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286777: Add tags support to RepoApi

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Turns out one of the APIs exposed by `RepoApi` doesn’t even have a `tags` 
parameter yet: T286778: Add tags parameter to wbmergeitems API 


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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T286777: Add tags support to 
RepoApi.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286777: Add tags support to RepoApi

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T286778: Add tags parameter to 
wbmergeitems API.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286778: Add tags parameter to wbmergeitems API

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, MediaWiki-Change-tagging, 
MediaWiki-extensions-WikibaseRepository.

TASK DESCRIPTION


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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
DannyS712, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
TTO, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T158751: Make populateSitesTable.php more robust

2021-07-16 Thread Ladsgroup
Ladsgroup added a comment.


  I've been running it for years now, I have seen it break I think last month 
too while it's rather rare. The problem is that you need to run this for +1k 
wikis and well, some would not work for any number of reasons and it would 
break the whole wiki. The proper fix for this is to have a centralized 
sitestore (Something along the lines of T113034: RFC: Overhaul Interwiki map, 
unify with Sites and WikiMap ) so 
only one run would be needed after each wiki creation.

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

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

To: Ladsgroup
Cc: Addshore, Ladsgroup, hoo, aude, Aklapper, Reedy, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T167361: Queries involve finding strings (e.g. labels, descriptions or aliases) in a language are slow

2021-07-16 Thread Esc3300
Esc3300 added a project: Language codes.

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

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

To: Esc3300
Cc: Esc3300, Ijon, Lucie, daniel, Smalyshev, Nikki, Aklapper, Invadibot, 
MPhamWMF, maantietaja, CBogen, Akuckartz, ET4Eva, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Mahir256, QZanden, EBjune, 
merbst, LawExplorer, Avner, Gehel, _jensen, rosalieper, Scott_WUaS, Jonas, 
FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T167361: Queries involve finding strings (e.g. labels, descriptions or aliases) in a language are slow

2021-07-16 Thread Esc3300
Esc3300 added a comment.


  Maybe we should move from 
  *` ?item rdfs:label "text"@en `
  To
  *`?item wikibase:label "text"`
  *`"text" schema:inLanguage "en"`
  This may look like it would double the number of triples, but it happens that 
"text" is the same for several languages.
  
  Also, this would simplify analysis on unique labels, e..g T286257#7212146 


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

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

To: Esc3300
Cc: Esc3300, Ijon, Lucie, daniel, Smalyshev, Nikki, Aklapper, Invadibot, 
MPhamWMF, maantietaja, CBogen, Akuckartz, ET4Eva, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, Gehel, _jensen, rosalieper, Scott_WUaS, Jonas, FloNight, 
Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283040: Aspect values are poorly documented in API help pages

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 703414 **merged** by Ladsgroup:
  
  [mediawiki/extensions/Wikibase@REL1_35] Update documentation of "Other" usage 
aspect
  
  https://gerrit.wikimedia.org/r/703414

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, Michael, Manuel, Addshore, 
RBrounley_WMF, Aklapper, Reedy, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, apaskulin, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286777: Add tags support to RepoApi

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I can see two approaches:
  
  1. Add a `tags` parameter to the methods that make edits: `editEntity`, 
`setLabel`, etc.
  2. Add a `tags` parameter to the constructor, and use that for all edits made 
by the instance.
  
  The second one seems much more elegant to me, and it probably also means we 
have to do less work to propagate the tags configuration: just configure the 
tags when the `RepoApi` is created, and then pass around the instance as usual.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286773: Tag edits made via Wikibase View

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T286777: Add tags support to RepoApi.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286777: Add tags support to RepoApi

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DESCRIPTION
  `RepoApi` (`lib/resources/wikibase-api/src/RepoApi.js`) is used to make 
Wikibase edits from JavaScript. To implement several parts of T236893 
, we need to add support for edit 
tags to it.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286777: Add tags support to RepoApi

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T286773: Tag edits made via 
Wikibase View.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285498: Wikidata: Investigate bibliographic bot

2021-07-16 Thread Daimona
Daimona claimed this task.
Daimona moved this task from Ready  to In Development  on the Community-Tech 
(CommTech-Sprint-4) board.

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

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

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

To: Daimona
Cc: Samwilson, HMonroy, Aklapper, NRodriguez, ldelench_wmf, Invadibot, 
maantietaja, Akuckartz, ifried, Nandana, Lahi, Gq86, dmaza, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, B20180, _jensen, rosalieper, Scott_WUaS, Nakon, 
MusikAnimal, Wikidata-bugs, aude, Ricordisamoa, -jem-, Mbch331, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285761: Add proper security headers to Query Builder

2021-07-16 Thread valerio.bozzolan
valerio.bozzolan added a comment.


  For a moment I thought GNU Terry Pratchett was missing. Fortunately there is. 
Nice!

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

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

To: valerio.bozzolan
Cc: valerio.bozzolan, Lucas_Werkmeister_WMDE, Aklapper, bete, 
conny-kawohl_WMDE, guergana.tzatchkova, Jakob_WMDE, Lydia_Pintscher, Michael, 
sbassett, Addshore, karapayneWMDE, Mstyles, Reedy, Ladsgroup, Invadibot, 
Devnull, maantietaja, Akuckartz, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T226097: Termbox: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-07-16 Thread Addshore
Addshore closed this task as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE, Addshore
Cc: Tarrow, Addshore, Aklapper, Matthias_Geisler_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T226097: Termbox: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-07-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Tarrow, Addshore, Aklapper, Matthias_Geisler_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283040: Aspect values are poorly documented in API help pages

2021-07-16 Thread Addshore
Addshore closed this task as "Resolved".

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

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

To: Michael, Addshore
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, Michael, Manuel, Addshore, 
RBrounley_WMF, Aklapper, Reedy, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, apaskulin, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T236893: Tag all edits made via Wikibase View and Wikibase Client

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from To Do (prioritised from top to 
bottom) to Parent tasks on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  I’ve created some subtasks for the implementation of this; we’ll also need to 
configure the tags in production, which will probably be one or more subtasks, 
but I haven’t created those yet.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Addshore, Manuel, Lucas_Werkmeister_WMDE, Salgo60, kzimmerman, So9q, 
Aklapper, Lydia_Pintscher, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286775: Tag edits made via Termbox v2

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Tag edits that are made using the new Termbox, aka Termbox v2, aka Mobile 
Termbox, aka `wikibase/termbox.git`.
  
  The tags should be configurable, defaulting to an empty list (`[]`).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286774: Tag edits made via WikibaseRepo special pages

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Tag edits that are made through WikibaseRepo’s special pages: 
Special:SetLabel etc.
  
  The tags should be configurable, defaulting to an empty list (`[]`).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286773: Tag edits made via Wikibase View

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Tag edits that are made through the “traditional” Wikibase editing UI (what 
you see on entity pages).
  
  The tags should be configurable, defaulting to an empty list (`[]`).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286772: Tag edits made via Wikibase Client UpdateRepo

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Tag edits that are triggered automatically by WikibaseClient when a page on 
the client wiki is moved or deleted. (The actual edits are made by Repo, Client 
just pushes jobs into the Repo’s job queue, if I understand correctly.)
  
  The tags should be configurable, defaulting to an empty list (`[]`).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286771: Tag edits made via Wikibase Client linkitem

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Tag edits that are made through this user interface:
  
  F34553095: Screenshot 2021-07-16 at 12-55-47 Template Olympic Games 
broadcasters by year - Wikipedia.png 

  
  The tags should be configurable, defaulting to an empty list (`[]`).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Invadibot, maantietaja, Akuckartz, 
Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283040: Aspect values are poorly documented in API help pages

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 703415 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@REL1_36] Update documentation of "Other" usage 
aspect
  
  https://gerrit.wikimedia.org/r/703415

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

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

To: Michael, gerritbot
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, Michael, Manuel, Addshore, 
RBrounley_WMF, Aklapper, Reedy, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, apaskulin, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283040: Aspect values are poorly documented in API help pages

2021-07-16 Thread Ladsgroup
Ladsgroup moved this task from Doing to Test (Verification) on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Ladsgroup reassigned this task from Ladsgroup to Michael.
Ladsgroup added a comment.


  Most of the work was done by Michael, I did the last pushes.

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

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

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

To: Michael, Ladsgroup
Cc: Lucas_Werkmeister_WMDE, Ladsgroup, Michael, Manuel, Addshore, 
RBrounley_WMF, Aklapper, Reedy, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, apaskulin, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286193: Drop subscribing to "other" aspect when using statements

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 703660 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@REL1_35] Remove subscribing to other aspect 
for entity usage
  
  https://gerrit.wikimedia.org/r/703660

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

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

To: Ladsgroup, gerritbot
Cc: Aklapper, hoo, Michael, Joe, Marostegui, Manuel, Lucas_Werkmeister_WMDE, 
Lydia_Pintscher, Ladsgroup, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, 
Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T226097: Termbox: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704931 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Update browserslist and caniuse-lite
  
  https://gerrit.wikimedia.org/r/704931

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Tarrow, Addshore, Aklapper, Matthias_Geisler_WMDE, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286334: `wdqs-frontend` and `wdqs` containers are constantly restarting in wikibase-release-pipeline

2021-07-16 Thread toan
toan added a comment.


  Hello @RShigapov,
  
  Do you have any logs from this that you could provide for debugging this?
  
  Removing the `-d` flag from the docker-compose up command would attach to the 
log output immediately, otherwise running `docker-compose logs -f` would attach 
afterwards.
  
  I noticed this behaviour once while running this locally giving this output 
and the wdqs-updater restarting.
  
  However, just starting over and
  
  `docker-compose -f docker-compose.yml -f docker-compose.extra.yml down 
--volumes`
  `docker-compose -f docker-compose.yml -f docker-compose.extra.yml up`
  
  It would start normally and I don't get this problem again. I think adding 
T283833: Add CI for testing the wikibase-release-strategy example 
docker-compose   might help us 
understanding this better.
  
wdqs-updater_1 | 10:16:46.501 [main] ERROR 
org.wikidata.query.rdf.tool.Update - Error during initialization.
wdqs-updater_1 | 
org.wikidata.query.rdf.tool.exception.ContainedException: Non-200 response from 
triple store:  HttpContentResponse[HTTP/1.1 500 Server Error - 8074 bytes] body=
wdqs-updater_1 | SPARQL-QUERY: queryStr=PREFIX schema: 

wdqs-updater_1 | SELECT * WHERE {  
schema:dateModified ?date }
wdqs-updater_1 | java.util.concurrent.ExecutionException: 
java.lang.RuntimeException: off=0, len=702::namespace=wdq, 
timestamp=readOnly(1626430606490), readTime=readOnly(1620304255632)
wdqs-updater_1 |at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
wdqs-updater_1 |at 
java.util.concurrent.FutureTask.get(FutureTask.java:206)
wdqs-updater_1 |at 
com.bigdata.rdf.sail.webapp.BigdataServlet.submitApiTask(BigdataServlet.java:292)
wdqs-updater_1 |at 
com.bigdata.rdf.sail.webapp.QueryServlet.doSparqlQuery(QueryServlet.java:678)
wdqs-updater_1 |at 
com.bigdata.rdf.sail.webapp.QueryServlet.doPost(QueryServlet.java:275)
wdqs-updater_1 |at 
com.bigdata.rdf.sail.webapp.RESTServlet.doPost(RESTServlet.java:269)
wdqs-updater_1 |at 
com.bigdata.rdf.sail.webapp.MultiTenancyServlet.doPost(MultiTenancyServlet.java:195)
wdqs-updater_1 |at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
wdqs-updater_1 |at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)
wdqs-updater_1 |at 
org.wikidata.query.rdf.blazegraph.throttling.ThrottlingFilter.doFilter(ThrottlingFilter.java:320)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
wdqs-updater_1 |at 
org.wikidata.query.rdf.blazegraph.throttling.SystemOverloadFilter.doFilter(SystemOverloadFilter.java:82)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
wdqs-updater_1 |at 
ch.qos.logback.classic.helpers.MDCInsertingServletFilter.doFilter(MDCInsertingServletFilter.java:49)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
wdqs-updater_1 |at 
org.wikidata.query.rdf.blazegraph.filters.QueryEventSenderFilter.doFilter(QueryEventSenderFilter.java:86)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
wdqs-updater_1 |at 
org.wikidata.query.rdf.blazegraph.filters.ClientIPFilter.doFilter(ClientIPFilter.java:43)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
wdqs-updater_1 |at 
org.wikidata.query.rdf.blazegraph.filters.RealAgentFilter.doFilter(RealAgentFilter.java:33)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634)
wdqs-updater_1 |at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
wdqs-updater_1 |at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
wdqs-updater_1 |at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
wdqs-updater_1 |at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
wdqs-updater_1 |at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
wdqs-updater_1 |at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
wdqs-updater_1 |

[Wikidata-bugs] [Maniphest] T280910: Wikidata Client usage tracking for redirect resolving Lua functions

2021-07-16 Thread Michael
Michael claimed this task.
Michael moved this task from To Do (prioritised from top to bottom) to Doing on 
the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Michael.

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

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

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

To: Michael
Cc: toan, Agabi10, Lucas_Werkmeister_WMDE, hoo, Ladsgroup, Lydia_Pintscher, 
Manuel, Aklapper, Jakob_WMDE, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285077: Change of Query Builder

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I just realized the heading on the page is translatable 
(`query-builder-heading`) – should the `` also be translated? (And if 
yes, using the same message or a different one?)

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: Manuel, Lydia_Pintscher, Lucas_Werkmeister_WMDE, Aklapper, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread gerritbot
gerritbot added a comment.


  Change 704934 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseCirrusSearch@master] Remove support for 
prefixed entity IDs and foreignRepositories
  
  https://gerrit.wikimedia.org/r/704934

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285146: "Run query" button displays wrong font size

2021-07-16 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Michael, Maintenance_bot
Cc: Aklapper, Sarai-WMDE, Invadibot, maantietaja, Akuckartz, Iflorez, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Biggs657, Lalamarie69, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285680: Reuse mediawiki-docker's apache Dockerfile in Wikibase release pipeline

2021-07-16 Thread toan
toan claimed this task.

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

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

To: toan
Cc: Aklapper, Addshore, Invadibot, maantietaja, Akuckartz, Iflorez, alaa_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a parent task: T285472: Remove entityNamespaces 
settings.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285472: Remove entityNamespaces settings

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subtask: T286767: Remove foreignRepositories 
support in WikibaseCirrusSearch.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285471: Remove repositories and foreignRepositories legacy settings

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Doing on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  Moving back to Doing since T286767: Remove foreignRepositories support in 
WikibaseCirrusSearch  needs to 
happen first.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Biggs657, Invadibot, 
Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T97577: [Story] Magic Word __EXPECTED_UNCONNECTED_PAGE__ to exclude pages from Special:UnconnectedPages

2021-07-16 Thread danshick-wmde
danshick-wmde added a comment.


  In T97577#7207515 , 
@Billinghurst wrote:
  
  > We also should be looking to add it to mw:Help:Magic words 
 when it goes live.
  
  At @Lydia_Pintscher 's request I'll be adding it to that page on Monday once 
the feature is live and has been announced.
  
  > Are there other Wikidata-created behaviour switches that should be listed 
on that page?
  
  

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

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

To: Ladsgroup, danshick-wmde
Cc: danshick-wmde, Addshore, Johan, Manuel, Inductiveload, Billinghurst, 
Ladsgroup, Tacsipacsi, Palotabarat, Liuxinyu970226, Superchilum, Wap, 
LikeLifer, ValterVB, Nikki, daniel, hoo, aude, Lydia_Pintscher, Ricordisamoa, 
Bugreporter, Aklapper, jeblad, Invadibot, R4356th, EhsanKhandowa, maantietaja, 
Hazizibinmahdi, Akuckartz, Iflorez, PatsagornY, alaa_wmde, Viztor, Nandana, 
lucamauri, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
JJMC89, _jensen, rosalieper, Scott_WUaS, Luke081515, Wikidata-bugs, TheDJ, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T286767: Remove foreignRepositories support in WikibaseCirrusSearch

2021-07-16 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

TASK DESCRIPTION
  WikibaseCirrusSearch has some support for the WikibaseRepo 
`foreignRepositories` setting, e.g. to allow 
“haswbstatement:Wikidata:P​180=Wikidata:Q537” if “Wikidata” is configured as a 
foreign repository. As we have since then abandoned the “prefixed entity IDs” 
approach, and we’re removing the `foreignRepositories` setting in T285471 
, this support also has to go away.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T280910: Wikidata Client usage tracking for redirect resolving Lua functions

2021-07-16 Thread toan
toan removed toan as the assignee of this task.

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

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

To: toan
Cc: toan, Agabi10, Lucas_Werkmeister_WMDE, hoo, Ladsgroup, Lydia_Pintscher, 
Manuel, Aklapper, Jakob_WMDE, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
Kent7301, alaa_wmde, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


  1   2   >