[Wikidata-bugs] [Maniphest] T313467: Ability to report mismatches on qualifiers

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  In T313467#9240979 , 
@Mike_Peel wrote:
  
  > Re-run this evening, it seems to be stuck at 'Pending'.
  
  It might have just taken a while for the job to complete. As far as I can see 
the import succeeded

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

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

To: guergana.tzatchkova, ItamarWMDE
Cc: Mike_Peel, HasanAkgun_WMDE, ItamarWMDE, Arian_Bozorg, Sarai-WMDE, jmkeil, 
Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, 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] T347405: WikiCurricula, an interface to represent curricula data

2023-10-10 Thread Urmilasc
Urmilasc added a comment.


  Heyy @Piracalamina and @Sannita  , can you please let me know that 1st task 
mentioned under the UI Improvements  ,
  
  " In the Spanish version of the data-gathering script, the feature that 
counts the templates (avisi) added to an article is not working. Fix and enable 
this feature." ,
  
  It has been completed or not ? And what the templates mean in the task ?
  
  As, I think template is referring to this blank screen which is not 
displaying  the graphs as  our main visualization -> index.html  do  , and we 
need to fix the behaviour  of avisi, so when we click on the sorting values, 
the graph should be appear ,
  
  F38198636: template.png 
  
  please correct me if I am approaching it in wrong way
  
  Thankyou Mentors !!

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

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

To: Piracalamina, Urmilasc
Cc: Urmilasc, 282001, Sannita, JoshuaBamson, Emmafman1, GonzaGertrude, 
CodeHadIt, ATEMK1NG, Jcxiang, Ndifon_Titiana, Aklapper, Saileshpat, 
Piracalamina, SPatnaik, Tetawiah, Danny_Benjafield_WMDE, Maryann-Onyinye, 
SaleSaLh, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Zblace, 
Raymond_Ndibe, ItamarWMDE, Karma2902, Sanyam.wikime, Akuckartz, Pavithraes, 
Arkadiy_Voronov, Nandana, Lahi, Himanshuc3, Gq86, contraexemplo, 
GoranSMilovanovic, Ivana_Isadora, QZanden, Xephyr826, Miriya52, merbst, 
LawExplorer, wassan.anmol117, _jensen, rosalieper, Scott_WUaS, Ixocactus, 
Wikidata-bugs, aude, He7d3r, 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] T313467: Ability to report mismatches on qualifiers

2023-10-10 Thread Mike_Peel
Mike_Peel added a comment.


  Re-run this evening, it seems to be stuck at 'Pending'.

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

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

To: guergana.tzatchkova, Mike_Peel
Cc: Mike_Peel, HasanAkgun_WMDE, ItamarWMDE, Arian_Bozorg, Sarai-WMDE, jmkeil, 
Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, 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] T340859: Edit buttons overlap on Minerva on Wikidata

2023-10-10 Thread Jdlrobson
Jdlrobson added a comment.


  Relying on wgMFMode is not a good idea as that could disappear in future. 
Ideally you'd feature detect something in the UI or the browser state (e.g. 
checking viewport size). Per the  frontend stable policy 

 you should request new APIs if what you need to feature detect is not possible 
to feature detect.
  
  You can currently test if MobileFrontend code is running using 
`mw.loader.getState( 'mobile.init' ) !== 'registered'` but it is better to 
feature detect for the precise thing you want e.g. "If I click the edit button 
will the mobile editor show?" . That's going to be more robust and stable code 
in the long run.
  
  Off topic: Regarding "removal of the targets system was a grave mistake" 
you've said this a few times now in various tickets, and it's possible that you 
might have some misunderstandings of what the targets system was doing, how it 
worked and why it was introduced in the first place. Let me know if it would be 
useful to have a chat and/or if some kind of document would be useful to help 
clarify with why we're doing this and what the future looks like. On the longer 
term, I see MobileFrontend disappearing altogether and us moving towards two 
responsive skins - one which is mobile first (Minerva) and one which is desktop 
first (Vector 2022). Gadgets and extensions will need to prepare for this. I 
wrote down a few reflections 

 a while back on the relationship between MobileFrontend and Minerva which may 
also be useful context.

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

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

To: Jdlrobson
Cc: Lydia_Pintscher, Tacsipacsi, Jdlrobson, Nikki, Lucas_Werkmeister_WMDE, 
Aklapper, Masumrezarock100, PAC2, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, Lectrician1, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, dachary, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, 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] T348526: [SW] [COG] [TECH] Migrate Cognate to use a virtual database domain

2023-10-10 Thread Tgr
Tgr added a parent task: T348573: All Wikimedia extensions that store their 
data outside the main database should use a virtual database domain.

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

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

To: Tgr
Cc: ItamarWMDE, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Ltrlg
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T340200: CVE-2023-45365: i18n XSS in Citoid Wikibase module

2023-10-10 Thread mmartorana
mmartorana renamed this task from "i18n XSS in Citoid Wikibase module" to 
"CVE-2023-45365: i18n XSS in Citoid Wikibase module".

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

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

To: mmartorana
Cc: hashar, sbassett, Mstyles, Esanders, Mvolz, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Cleo_Lemoisson, Astuthiodit_1, 
VPuffetMichel, karapayneWMDE, Invadibot, Dylsss, Devnull, diegodlh, 
maantietaja, Y.ssk, ItamarWMDE, Akuckartz, Ironie, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jason_Quinn, Scott_WUaS, Shangkuanlc, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, Grunny, He7d3r, csteipp, Mbch331, Jay8g, Krenair, 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] T339260: CVE-2023-45366: FederatedPropertiesError shows label as unescaped HTML

2023-10-10 Thread mmartorana
mmartorana renamed this task from "FederatedPropertiesError shows label as 
unescaped HTML" to "CVE-2023-45366: FederatedPropertiesError shows label as 
unescaped HTML".

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

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

To: mmartorana
Cc: Tarrow, WMDE-leszek, gerritbot, sbassett, jon_amar-WMDE, lojo_wmde, 
roti_WMDE, adee_wmde, darthmon_wmde, Michael, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
VeniVidiVicipedia, Jersione, jdfraine, Hellket777, Cleo_Lemoisson, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, Dylsss, 
Devnull, maantietaja, Y.ssk, Juan90264, Mohammed_Sadat_WMDE, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, Regisrob, _jensen, rosalieper, Neuronton, Scott_WUaS, Wong128hk, 
Luke081515, Wikidata-bugs, aude, Bawolff, Lydia_Pintscher, Grunny, He7d3r, 
csteipp, Mbch331, Jay8g, Krenair, 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] T339016: CVE-2023-45368: EntitySchema edits don't run through AbuseFilter

2023-10-10 Thread mmartorana
mmartorana renamed this task from "EntitySchema edits don't run through 
AbuseFilter" to "CVE-2023-45368: EntitySchema edits don't run through 
AbuseFilter".

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

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

To: Lucas_Werkmeister_WMDE, mmartorana
Cc: dancy, sbassett, jnuche, hashar, Michael, Arian_Bozorg, ItamarWMDE, 
Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, hoo, Danny_Benjafield_WMDE, 
Cleo_Lemoisson, Astuthiodit_1, karapayneWMDE, Invadibot, Dylsss, Devnull, 
maantietaja, Akuckartz, pdehaye, DannyS712, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Wong128hk, Luke081515, MisterSynergy, abian, 
Wikidata-bugs, aude, Bawolff, Grunny, csteipp, Mbch331, Jay8g, Krenair, 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] T345064: CVE-2023-45371: Merging items is not rate limited and only partially protected by AbuseFilter

2023-10-10 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: roti_WMDE, gerritbot, Ifrahkhanyaree_WMDE, WMDE-leszek, Lydia_Pintscher, 
Michael, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Cleo_Lemoisson, Astuthiodit_1, karapayneWMDE, Invadibot, Dylsss, Devnull, 
maantietaja, ItamarWMDE, Akuckartz, DannyS712, Nandana, sbassett, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, Grunny, 
csteipp, Mbch331, Jay8g, Krenair, Legoktm, Isabelladantes1983, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, 786, Biggs657, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T345064: CVE-2023-45371: Merging items is not rate limited and only partially protected by AbuseFilter

2023-10-10 Thread Mstyles
Mstyles changed the visibility from "Custom Policy" to "Public (No Login 
Required)".
Mstyles changed the edit policy from "Custom Policy" to "All Users".

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

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

To: Lucas_Werkmeister_WMDE, Mstyles
Cc: roti_WMDE, gerritbot, Ifrahkhanyaree_WMDE, WMDE-leszek, Lydia_Pintscher, 
Michael, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, 
Cleo_Lemoisson, LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, 
Invadibot, Dylsss, Devnull, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, sbassett, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, Grunny, csteipp, Mbch331, Jay8g, Krenair, 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] T348526: [SW] [COG] [TECH] Migrate Cognate to use a virtual database domain

2023-10-10 Thread ItamarWMDE
ItamarWMDE renamed this task from "[SW] [COGNATE] [TECH] Migrate Cognate to use 
a virtual database domain" to "[SW] [COG] [TECH] Migrate Cognate to use a 
virtual database domain".

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

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

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


[Wikidata-bugs] [Maniphest] T347515: The WDQS streaming updater should have a way to disable or tag side output events

2023-10-10 Thread gerritbot
gerritbot added a comment.


  Change 963006 **merged** by jenkins-bot:
  
  [schemas/event/secondary@master] rdf_streaming_updater: add emitter_id to 
side outputs
  
  https://gerrit.wikimedia.org/r/963006

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

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

To: dcausse, gerritbot
Cc: bking, dcausse, Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 
AWesterinen, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, PatsagornY, 
Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, jijiki, Klaas_Z4us_V, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, elukey, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331, Jay8g, ori
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313467: Ability to report mismatches on qualifiers

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  In T313467#9238315 , 
@ItamarWMDE wrote:
  
  > In T313467#9236812 , 
@Mike_Peel wrote:
  >
  >> Reran today, same error according to 
https://mismatch-finder.toolforge.org/store/imports
  >
  > Oh, apologies again, thanks for trying, we will look into this asap!
  
  I think the issue should be fixed now, I was able to successfully upload a 
test file.

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

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

To: guergana.tzatchkova, ItamarWMDE
Cc: Mike_Peel, HasanAkgun_WMDE, ItamarWMDE, Arian_Bozorg, Sarai-WMDE, jmkeil, 
Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, 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] T340200: i18n XSS in Citoid Wikibase module

2023-10-10 Thread sbassett
sbassett added a comment.


  Yes, it can be made public soon.  We've been waiting on Mitre to get us the 
CVEs for the next supplemental security release (T340874) (where this issue is 
included) and we just got those at the end of last week.  So the supplemental 
security release should come out today or tomorrow.

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

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

To: sbassett
Cc: hashar, sbassett, Mstyles, Esanders, Mvolz, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Cleo_Lemoisson, Astuthiodit_1, 
VPuffetMichel, karapayneWMDE, Invadibot, Dylsss, Devnull, diegodlh, 
maantietaja, Y.ssk, ItamarWMDE, Akuckartz, Ironie, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jason_Quinn, Scott_WUaS, Shangkuanlc, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, Grunny, He7d3r, csteipp, Mbch331, Jay8g, Krenair, 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] T339016: EntitySchema edits don't run through AbuseFilter

2023-10-10 Thread mmartorana
mmartorana changed the visibility from "Custom Policy" to "Public (No Login 
Required)".

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

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

To: Lucas_Werkmeister_WMDE, mmartorana
Cc: dancy, sbassett, jnuche, hashar, Michael, Arian_Bozorg, ItamarWMDE, 
Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, hoo, Danny_Benjafield_WMDE, 
Cleo_Lemoisson, Astuthiodit_1, karapayneWMDE, Invadibot, Dylsss, Devnull, 
maantietaja, Akuckartz, pdehaye, DannyS712, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Wong128hk, Luke081515, MisterSynergy, abian, 
Wikidata-bugs, aude, Bawolff, Grunny, csteipp, Mbch331, Jay8g, Krenair, 
Legoktm, RhinosF1
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T340200: i18n XSS in Citoid Wikibase module

2023-10-10 Thread mmartorana
mmartorana closed this task as "Resolved".
mmartorana changed the visibility from "Custom Policy" to "Public (No Login 
Required)".

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

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

To: mmartorana
Cc: hashar, sbassett, Mstyles, Esanders, Mvolz, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Cleo_Lemoisson, Astuthiodit_1, 
VPuffetMichel, karapayneWMDE, Invadibot, Dylsss, Devnull, diegodlh, 
maantietaja, Y.ssk, ItamarWMDE, Akuckartz, Ironie, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jason_Quinn, Scott_WUaS, Shangkuanlc, Wong128hk, Luke081515, Wikidata-bugs, 
aude, Bawolff, Grunny, He7d3r, csteipp, Mbch331, Jay8g, Krenair, 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] T339260: FederatedPropertiesError shows label as unescaped HTML

2023-10-10 Thread mmartorana
mmartorana closed this task as "Resolved".
mmartorana triaged this task as "Medium" priority.
mmartorana changed the visibility from "Custom Policy" to "Public (No Login 
Required)".

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

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

To: mmartorana
Cc: Tarrow, WMDE-leszek, gerritbot, sbassett, jon_amar-WMDE, lojo_wmde, 
roti_WMDE, adee_wmde, darthmon_wmde, Michael, Aklapper, Lucas_Werkmeister_WMDE, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
VeniVidiVicipedia, Jersione, jdfraine, Hellket777, Cleo_Lemoisson, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, Dylsss, 
Devnull, maantietaja, Y.ssk, Juan90264, Mohammed_Sadat_WMDE, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, Regisrob, _jensen, rosalieper, Neuronton, Scott_WUaS, Wong128hk, 
Luke081515, Wikidata-bugs, aude, Bawolff, Lydia_Pintscher, Grunny, He7d3r, 
csteipp, Mbch331, Jay8g, Krenair, 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] T340859: Edit buttons overlap on Minerva on Wikidata

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T340859#8981474 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > I guess the affected gadgets need to be edited to load the dependencies 
dynamically in their JS code, rather than declare them in 
MediaWiki:Gadgets-definition, and also skip loading on mobile (`mw.config.get( 
'wgMFMode' ) !== null`)? Not sure.
  
  FWIW, this is still the only solution that I see. The Wikibase desktop-only 
modules are not suitable for loading on mobile; we went through considerable 
effort in Wikibase to avoid loading them despite the targets system being 
removed; gadgets now have to make a comparable effort. (I still think that the 
removal of the targets system was a grave mistake, but I don’t think it’s going 
to come back, so we’re just all going to have to live with that, I’m afraid.)
  
  Suggested edit for AuthorityControl:
  
diff --git a/Gadget-AuthorityControl.js b/Gadget-AuthorityControl.js
index 6047d4ad71..80835c04f5 100644
--- a/Gadget-AuthorityControl.js
+++ b/Gadget-AuthorityControl.js
@@ -12,6 +12,11 @@ if ( [ 0, 120, 146 ].indexOf( mw.config.get( 
'wgNamespaceNumber' ) ) === -1 || !
return;
 }
 
+if ( mw.config.get( 'wgMFMode' ) !== null ) {
+   // Mobile interface not supported (T340859).
+   return;
+}
+
 var PROPERTIES = {},
specialHandlingProperties = [
'P426', // aircraft registration
@@ -360,19 +365,23 @@ function getProperties( entity ) {
 }
 
 var rendered = $.Deferred(),
-   loaded = $.Deferred();
+   loaded = $.Deferred(),
+   dependencies = mw.loader.using( [ 'wikibase.api.RepoApi', 
'wikibase.view.ControllerViewFactory' ] );
 
 $.when(
rendered,
loaded,
+   dependencies,
$.ready
 ).then( function () {
initGadget();
 } );
 
 mw.hook( 'wikibase.entityPage.entityLoaded' ).add( function ( entity ) {
-   getProperties( entity ).then( function () {
-   loaded.resolve();
+   dependencies.then( function () {
+   getProperties( entity ).then( function () {
+   loaded.resolve();
+   } );
} );
 } );
 
  
  (The loading of `dependencies` is a bit awkward. Arguably, it could be 
removed from the outer `$.when()` call; it’s definitely needed before 
`getProperties()`, though, because `getProperties()` uses `wb.api.RepoApi`.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Tacsipacsi, Jdlrobson, Nikki, Lucas_Werkmeister_WMDE, 
Aklapper, Masumrezarock100, PAC2, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, Lectrician1, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, dachary, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, 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] T345262: [Analytics] Enable Global North and Global South aggregations

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added subscribers: mpopov, mforns.
AndrewTavis_WMDE added a comment.


  @mpopov and @mforns: pinging the both of you as 
github.com/wikimedia-research/canonical-data 
 is maintained by Product 
Analytics and Data Engineering - and you two have contributed :) Are we able to 
make edits to this table to expand its use a bit? For this task we'd need a 
`development_level` column with `"Developed"`, `"Developing"` and `"Least 
Developed"` values that would thus add a bit more granularity to the 
classifications from Global North and Global South 
 that it already 
provides. In the subtasks above I also mentioned that we could maybe add a few 
more booleans so the EU isn't the only one, but this speculative and not 
necessary if we want to keep it lean.
  
  Thanks for any input! Ideas of better places to get this information would 
also be welcome, but I figured WMDE could contribute a bit to a common resource 
in this task :D

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

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

To: AndrewTavis_WMDE
Cc: mforns, mpopov, Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T345262: [Analytics] Enable Global North and Global South aggregations

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  @Manuel, edited the task description above with an outline of what I think we 
could do on this :)

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

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

To: AndrewTavis_WMDE
Cc: Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T348542: possible to enter dublicate alias in mobile termbox (but not really?)

2023-10-10 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In T348542#9239327 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > @Lydia_Pintscher did you find a way to fix this? (If yes, it would be good 
to have that in the task description.)
  
  I did not :/

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

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

To: Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Arian_Bozorg, ItamarWMDE, Aklapper, 
Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, darthmon_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] T345262: [Analytics] Enable Global North and Global South aggregations

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE updated the task description.

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

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

To: AndrewTavis_WMDE
Cc: Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T348542: possible to enter dublicate alias in mobile termbox (but not really?)

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  This even carries over into other languages – I originally added a second 
`test` alias in English (in an English user interface) but it’s still there 
when I change the user interface to German:
  F38190108: image.png 
  Also, after I removed one test alias 
,
 the other one is still there:
  F38190110: image.png 
  @Lydia_Pintscher did you find a way to fix this? (If yes, it would be good to 
have that in the task description.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Arian_Bozorg, ItamarWMDE, Aklapper, 
Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, darthmon_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] T342593: Five deleted Wikidata items pertaining to Wikimedia category pages still present in the Query Service

2023-10-10 Thread dcausse
dcausse moved this task from To Be Deployed to Needs Reporting on the 
Discovery-Search (Current work) board.
dcausse added a comment.


  Reconciled these items manually, improving the reliability of the event 
system will be tracked in other tasks such as T345195 


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

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

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

To: dcausse
Cc: Ottomata, EBernhardson, ArielGlenn, Milimetric, dcausse, Nikki, Aklapper, 
Mahir256, Danny_Benjafield_WMDE, Mohamed-Awnallah, Astuthiodit_1, AWesterinen, 
lbowmaker, BTullis, karapayneWMDE, Invadibot, Ywats0ns, maantietaja, 
ItamarWMDE, Akuckartz, holger.knust, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, 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] T327008: Make Wikibase site link system more "interlanguage link" + "interproject link"

2023-10-10 Thread Winston_Sung
Winston_Sung added a parent task: T348507: Consider integrate Wikibase 
extension with Translate extension.

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

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

To: Winston_Sung
Cc: Lydia_Pintscher, Bugreporter, Aklapper, Winston_Sung, 
Danny_Benjafield_WMDE, mrephabricator, Astuthiodit_1, MaryMunyoki, Prufkick, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, srishakatux, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Nikki, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, 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] T348507: Consider integrate Wikibase extension with Translate extension

2023-10-10 Thread Winston_Sung
Winston_Sung added a subtask: T327008: Make Wikibase site link system more 
"interlanguage link" + "interproject link".

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

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

To: Winston_Sung
Cc: Yurik, Aklapper, Liuxinyu970226, Awangba_Mangang, Xbspiro, Sotiale, Uzume, 
Koavf, Nintendofan885, mxn, Lectrician1, C933103, Bugreporter, Winston_Sung, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T327008: Make Wikibase site link system more "interlanguage link" + "interproject link"

2023-10-10 Thread Winston_Sung
Winston_Sung added a comment.


  This is to find a solution for the complex interlanguage link & interproject 
link structure.

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

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

To: Winston_Sung
Cc: Lydia_Pintscher, Bugreporter, Aklapper, Winston_Sung, 
Danny_Benjafield_WMDE, mrephabricator, Astuthiodit_1, MaryMunyoki, Prufkick, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, srishakatux, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Nikki, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, 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] T348108: [LEX] [TECH] Chore: Update dependencies in new-lexeme-special-page.git

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Yes, my plan would be to update both that config and all the packages it 
includes in special-new-lexeme; when I tried to “update everything everywhere” 
locally, it seemed to work out. (Whereas “partial updates” will either produce 
npm resolution conflicts, or errors at `eslint` run time because a plugin is 
available from two different places in `node_modules/`. So I don’t think the 
packages can be upgraded in new-lexeme without a new version of the config.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, ItamarWMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, 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] T348271: [WtC-M2] Port Table component to Mismatch Finder

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "[WtC-M2] Create Vue 3 version of the Table 
component" to "[WtC-M2] Port Table component to Mismatch Finder".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 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] T327008: Make Wikibase site link system more "interlanguage link" + "interproject link"

2023-10-10 Thread Winston_Sung
Winston_Sung renamed this task from "Make Wikibase use "language code in group" 
and allow "multiple language codes for same site ID"" to "Make Wikibase site 
link system more "interlanguage link" + "interproject link"".

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

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

To: Winston_Sung
Cc: Lydia_Pintscher, Bugreporter, Aklapper, Winston_Sung, 
Danny_Benjafield_WMDE, mrephabricator, Astuthiodit_1, MaryMunyoki, Prufkick, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, srishakatux, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Nikki, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, 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] T345262: [Analytics] Enable Global North and Global South aggregations

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE claimed this task.

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

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

To: AndrewTavis_WMDE
Cc: Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T203405: Constraints icon below to media thumbnails looks weird

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Task Triage Notes:**
  
  - This involves the `snakview` templates in Wikibase View. See codesearch 


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

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

To: ItamarWMDE
Cc: ItamarWMDE, Nikki, Lucas_Werkmeister_WMDE, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Eihel, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, Esc3300, merbst, LawExplorer, 
_jensen, rosalieper, Agabi10, Scott_WUaS, abian, 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] T280774: Language name should be distinguished from the statement value when displaying monolingual text statements

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Notes from Triage:**
  
  - This involves CSS class names used by i18n message in WikibaseLib. See 
lib/includes/Formatters/MonolingualHtmlFormatter.php 

 and codesearch 
.

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

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

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


[Wikidata-bugs] [Maniphest] T348507: Consider integrate Wikibase extension with Translate extension

2023-10-10 Thread Winston_Sung
Winston_Sung updated the task description.

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

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

To: Winston_Sung
Cc: Yurik, Aklapper, Liuxinyu970226, Awangba_Mangang, Xbspiro, Sotiale, Uzume, 
Koavf, Nintendofan885, mxn, Lectrician1, C933103, Bugreporter, Winston_Sung, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T348507: Consider integrate Wikibase extension with Translate extension

2023-10-10 Thread Winston_Sung
Winston_Sung added a comment.


  It should be possible to
  
  - Link source page of translatable page to Wikibase repository
  - Wikibase repository automatically fetch, link and update translated pages 
of the source translatable page by [Translate + Wikibase client]
  - Wikibase client send updates for translated pages (move, deletion, etc.)

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

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

To: Winston_Sung
Cc: Yurik, Aklapper, Liuxinyu970226, Awangba_Mangang, Xbspiro, Sotiale, Uzume, 
Koavf, Nintendofan885, mxn, Lectrician1, C933103, Bugreporter, Winston_Sung, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T348542: possible to enter dublicate alias in mobile termbox (but not really?)

2023-10-10 Thread Lydia_Pintscher
Lydia_Pintscher created this task.
Lydia_Pintscher added projects: Wikidata-Termbox, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Open a Wikidata Item on mobile (e.g. sandbox Item 
)
  - Go into edit mode for the terms
  - Add a duplicate alias to one that is already there
  - Save
  - See duplicate alias
  
  **What happens?**:
  
  - The alias is duplicated in the view, reloading and purging doesn't change 
that
  - The alias is not duplicated when going into edit mode again
  - The alias is not duplicated when going to desktop view
  
  It looks like it is just a caching issue and not actually stored in the data 
but that needs to be double checked.
  
  **What should have happened instead?**:
  
  - Duplicating aliases should not be possible. They should be silently 
discarded on save like on the desktop termbox.

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

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

To: Lydia_Pintscher
Cc: Arian_Bozorg, ItamarWMDE, Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, darthmon_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] T327008: Make Wikibase use "language code in group" and allow "multiple language codes for same site ID"

2023-10-10 Thread Lydia_Pintscher
Lydia_Pintscher removed projects: Wikidata Dev Team, Wikidata.org.
Lydia_Pintscher added a comment.


  I'm sorry but this is not enough information t understand why this should be 
done. Can you please clarify what this is trying to achieve and why?

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Bugreporter, Aklapper, Winston_Sung, 
Danny_Benjafield_WMDE, mrephabricator, Astuthiodit_1, MaryMunyoki, Prufkick, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, srishakatux, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, 
Nikki, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, 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] T346505: Update WikimediaBadges to use the new HookContainer/HookRunner system

2023-10-10 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Umherirrender, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Naike, ItamarWMDE, Akuckartz, apaskulin, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Agabi10, 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] T346260: [SW] [LEX] [TECH] Decide on a way forward with browser testing

2023-10-10 Thread ItamarWMDE
ItamarWMDE renamed this task from "[LEX] Decide on a way forward with browser 
testing" to "[SW] [LEX] [TECH] Decide on a way forward with browser testing".

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

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

To: ItamarWMDE
Cc: Aklapper, ItamarWMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 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] T346260: [LEX] Decide on a way forward with browser testing

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Task Review**:
  
  - This is a spike task to try and decided on a way forward with browser 
testing in WikibaseLexeme.
  
  **Prio Notes:**
  
  - Does not affect end users / production
  - Affects monitoring
  - Does affect development efforts
  - Might affect onboarding efforts
  - Might affect additional stakeholders (potentially, these tests are run in 
bigger settings than just the Wikidata team, and failures / blocked 
dependencies can cascade)

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

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

To: ItamarWMDE
Cc: Aklapper, ItamarWMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 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] T348507: Consider integrate Wikibase extension with Translate extension

2023-10-10 Thread Bugreporter
Bugreporter added a comment.


  What's the use case? Currently Translate extension stores different 
translation pages in different page language (page language is a core feature), 
and is it enough to get the language there?
  
  BTW: Page language can be changed on-wiki via a special page.

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

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

To: Bugreporter
Cc: Yurik, Aklapper, Liuxinyu970226, Awangba_Mangang, Xbspiro, Sotiale, Uzume, 
Koavf, Nintendofan885, mxn, Lectrician1, C933103, Bugreporter, Winston_Sung, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T348526: Migrate Cognate to use a virtual database domain

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Task Review Notes**:
  
  - The scope is relatively limited, and it might help improve readability.
  
  **Prio Notes:**
  
  - Does not affect end users / production
  - Does not affect monitoring
  - Affects development efforts
  - Does not affect onboarding
  - Might affect additional stakeholders (DBA intend to eventualy deprecate the 
old style)

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

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

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


[Wikidata-bugs] [Maniphest] T348526: [SW] [COGNATE] [TECH] Migrate Cognate to use a virtual database domain

2023-10-10 Thread ItamarWMDE
ItamarWMDE renamed this task from "Migrate Cognate to use a virtual database 
domain" to "[SW] [COGNATE] [TECH] Migrate Cognate to use a virtual database 
domain".

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

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

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


[Wikidata-bugs] [Maniphest] T348526: Migrate Cognate to use a virtual database domain

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE edited projects, added wmde-wikidata-tech; removed 
wdwb-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T346519: Update WikibaseQualityConstraints to use the new HookContainer/HookRunner system

2023-10-10 Thread ItamarWMDE
ItamarWMDE moved this task from Incoming to [DOT] By Project on the 
wmde-wikidata-tech board.
ItamarWMDE added a project: Wikidata Dev Team.

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

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

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

To: ItamarWMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Umherirrender, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Naike, ItamarWMDE, 
Akuckartz, apaskulin, Eihel, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, Scott_WUaS, abian, 
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] T346516: Update WikibaseLexeme to use the new HookContainer/HookRunner system

2023-10-10 Thread ItamarWMDE
ItamarWMDE moved this task from Incoming to [DOT] By Project on the 
wmde-wikidata-tech board.
ItamarWMDE added a project: Wikidata Dev Team.

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

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

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

To: ItamarWMDE
Cc: Umherirrender, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Naike, ItamarWMDE, Akuckartz, apaskulin, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Agabi10, 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] T345725: [SW] [T-REF] [TECH] Chore: update tainted reference dependecies

2023-10-10 Thread ItamarWMDE
ItamarWMDE renamed this task from "[T-REF] [TECH] Chore: update tainted 
reference dependecies" to "[SW] [T-REF] [TECH] Chore: update tainted reference 
dependecies".

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

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

To: ItamarWMDE
Cc: ItamarWMDE, Aklapper, noarave, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Sarai-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] T345725: [T-REF] [TECH] Chore: update tainted reference dependecies

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  **Task Review Notes**:
  
  - This is a result of an incident that occured due to outdated dev 
dependencies, which made us realize that "Tainted References" was not being 
routinely updated.
  
  - Does not affect end users / production
  - Does not affect monitoring
  - Does affect development efforts
  - Does not affect onboarding
  - Does affect additional stakeholders (Other LOD teams, outdated dependencies 
may block Wikibase CI)

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

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

To: ItamarWMDE
Cc: ItamarWMDE, Aklapper, noarave, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Sarai-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] T313467: Ability to report mismatches on qualifiers

2023-10-10 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  I discussed it more with Arian and we agree that the type makes sense to go 
first in the CSV. Should I update the task description accordingly?
  
  And sorry. I initially did it as you implemented it without thinking too much 
about it -.-

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

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

To: guergana.tzatchkova, Lydia_Pintscher
Cc: Mike_Peel, HasanAkgun_WMDE, ItamarWMDE, Arian_Bozorg, Sarai-WMDE, jmkeil, 
Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, 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] T347513: [SW] [WtC-M2] [EPIC] Migrate unavailable components to Vue 3

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Invalid".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T348271: [WtC-M2] Create Vue 3 version of the Table component

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 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] T348108: [LEX] [TECH] Chore: Update dependencies in new-lexeme-special-page.git

2023-10-10 Thread Michael
Michael added a comment.


  In T348108#9238313 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Actually, I think we could also issue a new version of 
`@wmde/eslint-config-wikimedia-typescript` – when I tried it out locally, I 
didn’t get any gross dependency conflicts. @Michael WDYT?
  >
  > (This would then be a starting point: 
https://github.com/wmde/eslint-config-wikimedia-typescript/pull/34)
  
  Sounds good in principle. But where else are we using that? Based on that PR 
it seems that we're going to require a different major version in that library 
to what we have in special-new-lexeme. Or is the plan to then update those two 
dependencies in special new lexeme as well?

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

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

To: Michael
Cc: Michael, Lucas_Werkmeister_WMDE, ItamarWMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, 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] T348526: Migrate Cognate to use a virtual database domain

2023-10-10 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Thibaut120094, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331, Ltrlg
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T347190: [WtC-M2] Replace WiKit TextArea component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347190: [WtC-M2] Replace WiKit TextArea component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347183: [WtC-M2] Replace WiKit Message component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T346797: [WtC-M2] Replace WiKit Button component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347100: [WtC-M2] Replace WiKit Dialog component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347200: [WtC-M2] Use Codex Checkbox within Dialog

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T348079: WMDE: Review stable code (hooks, mw object, undocumented) and mark (un)stable interfaces before 1.42.0

2023-10-10 Thread ItamarWMDE
ItamarWMDE removed a project: Wikidata Dev Team.

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

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

To: ItamarWMDE
Cc: WMDE-leszek, ItamarWMDE, thiemowmde, Aklapper, Jdlrobson, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, darthmon_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] T342559: [Analytics] Monthly repeating tasks (next: December 2023)

2023-10-10 Thread Manuel
Manuel renamed this task from "[Analytics] Monthly repeating tasks (next: 
October 2023)" to "[Analytics] Monthly repeating tasks (next: December 2023)".
Manuel updated the task description.

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

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

To: Manuel
Cc: Manuel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T342559: [Analytics] Monthly repeating tasks (next: October 2023)

2023-10-10 Thread Manuel
Manuel renamed this task from "[Analytics] Monthly repeating tasks (next: 
September 2023)" to "[Analytics] Monthly repeating tasks (next: October 2023)".
Manuel updated the task description.

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

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

To: Manuel
Cc: Manuel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T344052: [Analytics] Join data from all-access-tables (like webrequest) with edit-tables (like revision)

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE updated the task description.

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

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

To: AndrewTavis_WMDE
Cc: AndrewTavis_WMDE, Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T344052: [Analytics] Join data from all-access-tables (like webrequest) with edit-tables (like revision)

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  @Manuel, as the plan is to start working on a canonical edits data table that 
will fit our needs with WMF, do you envision tracking that in this task, or 
would it make sense to make a new one for that that we can then include all the 
stakeholders we'd be working with? What I'm not seeing here in the above tables 
is a way to devise automate traffic as this isn't available in the 
`user_agent`. Might make sense to make a new task where we really outline out 
needs 樂

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

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

To: AndrewTavis_WMDE
Cc: AndrewTavis_WMDE, Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T348240: [EPIC] How are Wikidata editors modifying their Item UI? [up to milestone 1]

2023-10-10 Thread Manuel
Manuel added a subtask: T348239: [Analytics] Please add a descriptive title for 
the task!.

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

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

To: Manuel
Cc: Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T348239: [Analytics] Please add a descriptive title for the task!

2023-10-10 Thread Manuel
Manuel added a parent task: T348240: [EPIC] How are Wikidata editors modifying 
their Item UI? [up to milestone 1].

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

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

To: Manuel
Cc: Aklapper, Manuel, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, 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] T336361: [Analytics] Identify access from mobile vs. desktop devices

2023-10-10 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  Your suggestion make more sense now, @Michael :) If we're looking for 
pageviews by users, then we can make the assumption that we don't want 
`api.php` and `load.php` for `uri_path` as views should come from another page. 
When considering traffic and specifically automate traffic for edits, then 
these would instead be included and we need to derive a different method for 
filtration. Appreciate the further explanation!

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

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

To: AndrewTavis_WMDE
Cc: JAllemandou, AndrewTavis_WMDE, Michael, Manuel, Aklapper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T313467: Ability to report mismatches on qualifiers

2023-10-10 Thread ItamarWMDE
ItamarWMDE added a comment.


  In T313467#9236812 , 
@Mike_Peel wrote:
  
  > Reran today, same error according to 
https://mismatch-finder.toolforge.org/store/imports
  
  Oh, apologies again, thanks for trying, we will look into this asap!

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

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

To: guergana.tzatchkova, ItamarWMDE
Cc: Mike_Peel, HasanAkgun_WMDE, ItamarWMDE, Arian_Bozorg, Sarai-WMDE, jmkeil, 
Aklapper, Lydia_Pintscher, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, 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] T348108: [LEX] [TECH] Chore: Update dependencies in new-lexeme-special-page.git

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Michael.
Lucas_Werkmeister_WMDE added a comment.


  Actually, I think we could also issue a new version of 
`@wmde/eslint-config-wikimedia-typescript` – when I tried it out locally, I 
didn’t get any gross dependency conflicts. @Michael WDYT?
  
  (This would then be a starting point: 
https://github.com/wmde/eslint-config-wikimedia-typescript/pull/34)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, ItamarWMDE, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, 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] T348271: [WtC-M2] Create Vue 3 version of the Table component

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 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] T347168: [WtC-M2] Replace WiKit's Dropdown component by Codex's Select

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347168: [WtC-M2] Replace WiKit's Dropdown component by Codex's Select

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T346171: [SW] [WtC-M2] [EPIC] Replace WiKit components by available Codex components

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Michael, Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T348108: [LEX] [TECH] Chore: Update dependencies in new-lexeme-special-page.git

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  https://github.com/wmde/new-lexeme-special-page/pull/542
  
  And I think that should be the last one, but TBH I already thought that about 
the previous pull request, so who knows.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, 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] T346259: [WtC-M2] [EPIC] Replace WiKit tokens by available Codex tokens

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 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] T341409: [TECH] Use LanguageNameUtils::ALL for monolingual text and lexemes

2023-10-10 Thread Winston_Sung
Winston_Sung added a comment.


  T334349: Reduce exposure of MediaWiki internal language codes 


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

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

To: Winston_Sung
Cc: Winston_Sung, Nemo_bis, Michael, ItamarWMDE, Bugreporter, thiemowmde, 
Lucas_Werkmeister_WMDE, jhsoby, Amire80, Lydia_Pintscher, Manuel, 
mrephabricator, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, srishakatux, 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] T341409: [TECH] Use LanguageNameUtils::ALL for monolingual text and lexemes

2023-10-10 Thread Winston_Sung
Winston_Sung added a comment.


  So I wrote "should", as it's already some kind of tech debt.

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

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

To: Winston_Sung
Cc: Winston_Sung, Nemo_bis, Michael, ItamarWMDE, Bugreporter, thiemowmde, 
Lucas_Werkmeister_WMDE, jhsoby, Amire80, Lydia_Pintscher, Manuel, 
mrephabricator, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, srishakatux, 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] T341409: [TECH] Use LanguageNameUtils::ALL for monolingual text and lexemes

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Wikibase already uses MediaWiki internal language codes (e.g. `simple` 
instead of `en-simple`). Do you know of any particular non-standard language 
codes in `LanguageNameUtils::ALL` that Wikibase doesn’t already use at the 
moment? (I’d expect the non-`DEFINED` language codes, i.e. the ones that we 
would add by using `ALL`, to be more likely to follow the standard.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Winston_Sung, Nemo_bis, Michael, ItamarWMDE, Bugreporter, thiemowmde, 
Lucas_Werkmeister_WMDE, jhsoby, Amire80, Lydia_Pintscher, Manuel, 
mrephabricator, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, srishakatux, 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] T346171: [SW] [WtC-M2] [EPIC] Replace WiKit components by available Codex components

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Michael, Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T347100: [WtC-M2] Replace WiKit Dialog component by Codex's

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T346171: [SW] [WtC-M2] [EPIC] Replace WiKit components by available Codex components

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Michael, Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T326914: Migrate the WDQS streaming updater from FlinkKafkaConsumer/Producer to KafkaSource/Sink

2023-10-10 Thread dcausse
dcausse moved this task from To Be Deployed to Needs Reporting on the 
Discovery-Search (Current work) board.
dcausse added a comment.


  all jobs have been restarted to use newer kafka apis

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

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

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

To: dcausse
Cc: dr0ptp4kt, bking, dcausse, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, 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, Neuronton, 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] T347200: [WtC-M2] Use Codex Checkbox within Dialog

2023-10-10 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "[WtC-M2] Replace WiKit Checkbox component by 
Codex's" to "[WtC-M2] Use Codex Checkbox within Dialog".
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Michael, Sarai-WMDE, Danny_Benjafield_WMDE, Astuthiodit_1, STH, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Volker_E, 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] T348108: [LEX] [TECH] Chore: Update dependencies in new-lexeme-special-page.git

2023-10-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  https://github.com/wmde/new-lexeme-special-page/pull/541

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Danny_Benjafield_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, 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] T54971: [Goal] Sitelinks and arbitrary accesses to Incubator, OldWikisource and BetaWikiversity

2023-10-10 Thread Winston_Sung
Winston_Sung added a subtask: T329424: Completely distinguish various concepts 
including "global site ID", "global site key", "site DB name", "site domain"; 
"site group", "site DB name suffix".

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

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

To: Winston_Sung
Cc: Stang, DonTrung, Masssly, Nintendofan885, Uzume, Ltrlg, Ash_Crow, Xbspiro, 
Zache, Shizhao, Amire80, Rachitrali, Awangba_Mangang, jhsoby, Hsarrazin, 
Kostas20142, Sannita, Superchilum, ChristianKl, daniel, Bugreporter, 
PokestarFan, Koavf, StevenJ81, Samwilson, Esc3300, C933103, Stashbot, hoo, 
aude, JanZerebecki, TTO, Liuxinyu970226, Accurimbono, Aklapper, Ricordisamoa, 
Purodha, liangent, Wikidata-bugs, Vogone, Candalua, SPQRobin, mxn, Filceolaire, 
jayvdb, iecetcwcpggwqpgciazwvzpfjpwomjxn, revi, Billinghurst, Lydia_Pintscher, 
MF-Warburg, zhuyifei1999, Tpt, Danny_Benjafield_WMDE, KLawal-WMF, PMenon-WMF, 
Astuthiodit_1, karapayneWMDE, Invadibot, Bebiezaza, maantietaja, ItamarWMDE, 
Akuckartz, Soda, MJL, Nandana, Matlin, lucamauri, Kotchchanipa, Lahi, Gq86, 
Xover, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Assassas77, _jensen, 
rosalieper, Bodhisattwa, Scott_WUaS, Wong128hk, Mbch331, jayantanth, Jay8g, 
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] T329424: Completely distinguish various concepts including "global site ID", "global site key", "site DB name", "site domain"; "site group", "site DB name suffix"

2023-10-10 Thread Winston_Sung
Winston_Sung added a parent task: T54971: [Goal] Sitelinks and arbitrary 
accesses to Incubator, OldWikisource and BetaWikiversity.

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

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

To: Winston_Sung
Cc: nshahquinn-wmf, Aklapper, Amire80, deryckchan, Krenair, Nsaa, jeblad, 
Soulkeeper, Mdennis-WMF, C933103, Verdy_p, Fomafix, mxn, MF-Warburg, 
Ericliu1912, Zabe, RoyZuo, Winston_Sung, Danny_Benjafield_WMDE, 
Dominika_Naumiuk, Wangombe, Astuthiodit_1, karapayneWMDE, Invadibot, 
PallaviPatke, maantietaja, Rileych, ItamarWMDE, Akuckartz, 50019062, DannyS712, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, srishakatux, 
LawExplorer, _jensen, rosalieper, Soum213, Taiwania_Justo, Scott_WUaS, 
MGChecker, Wikidata-bugs, aude, Nikerabbit, Arrbee, santhosh, KartikMistry, 
Mbch331, Jay8g, 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] T327008: Make Wikibase use "language code in group" and allow "multiple language codes for same site ID"

2023-10-10 Thread Winston_Sung
Winston_Sung updated the task description.

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

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

To: Winston_Sung
Cc: Bugreporter, Aklapper, Winston_Sung, Danny_Benjafield_WMDE, mrephabricator, 
Astuthiodit_1, MaryMunyoki, Prufkick, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, srishakatux, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Nikki, Psychoslave, Wikidata-bugs, aude, 
Gryllida, Shizhao, Arrbee, 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] T348507: Consider integrate Wikibase extension with Translate extension

2023-10-10 Thread Winston_Sung
Winston_Sung created this task.
Winston_Sung added a project: Wikidata.

TASK DESCRIPTION
  We should make Wikibase extension able to get multilingual site language page 
data from Translate extension.

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

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

To: Winston_Sung
Cc: Yurik, Aklapper, Liuxinyu970226, Awangba_Mangang, Xbspiro, Sotiale, Uzume, 
Koavf, Nintendofan885, mxn, Lectrician1, C933103, Bugreporter, Winston_Sung, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, 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] T348320: Query service returns non-existent badges for a sitelink

2023-10-10 Thread dcausse
dcausse closed this task as a duplicate of T323239: Badges for sitelinks not 
getting updated in query service after a move.

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

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

To: dcausse
Cc: dcausse, Aklapper, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T323239: Badges for sitelinks not getting updated in query service after a move

2023-10-10 Thread dcausse
dcausse merged a task: T348320: Query service returns non-existent badges for a 
sitelink.
dcausse added a subscriber: Nikki.

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

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

To: dcausse
Cc: Nikki, TomT0m, dcausse, Tagishsimon, Aklapper, agray, 
Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, 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] T348320: Query service returns non-existent badges for a sitelink

2023-10-10 Thread dcausse
dcausse added a comment.


  Thanks for the report, I believe that this problem is similar to T323239 
.
  I have manually "reconciled" this item.

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

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

To: dcausse
Cc: dcausse, Aklapper, Nikki, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T348453: Moonsighting Database on Wikidata

2023-10-10 Thread Safan41
Safan41 changed the task status from "Open" to "In Progress".
Safan41 added a comment.


  https://youtu.be/J9KijLyP-yg?si=uSF8QKgjsskzVk-d
  
  Probably useful as a background function or query
  
  F38178857: Screenshot_20231009-132142_YouTube.jpg 

  F38178868: Screenshot_20231008-214248_Samsung Notes.jpg 

  
  And for fun
  F38178902: Screenshot_20231009-190654_Discord.jpg 


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

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

To: Safan41
Cc: Lydia_Pintscher, Aklapper, Safan41, Mahir256, Danny_Benjafield_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Kent7301, Tris_T7, 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