[Wikidata-bugs] [Maniphest] T171807: Create ontology URL for mediawiki

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018354 had a related patch set uploaded (by Ahmon Dancy; author: 
Ahmon Dancy):
  
  [operations/mediawiki-config@master] static.php: Handle 
mediawiki.org/ontology/ontology.owl
  
  https://gerrit.wikimedia.org/r/1018354

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

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

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


[Wikidata-bugs] [Maniphest] T342559: [Analytics] Monthly repeating tasks (next: April 2024)

2024-04-09 Thread Manuel
Manuel updated the task description.

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

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

To: AndrewTavis_WMDE, Manuel
Cc: AndrewTavis_WMDE, Manuel, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, 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] T330820: Make Wikidata desktop site more responsive/mobile-friendly

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata Dev Team.

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

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

To: Lydia_Pintscher
Cc: gh87, Tacsipacsi, Agabi10, Gnoeee, TiagoLubiana, waldyrious, Aklapper, 
Nikki, Masumrezarock100, SOzenogu-WMF, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, HMonroy, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, dmaza, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Samwilson, Myst, 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] T362084: shellbox-constraints returning 500 on preg_match error

2024-04-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Can someone clarify what the problem here is? From WBQC’s perspective, it’s 
totally expected that some of these regex checks will fail (though there’s some 
confusion about which shellbox errors we should or shouldn’t try to catch, see 
T304084  and especially 
T304084#8561863 ). But we 
might need to make some changes to keep the service mesh monitoring happy? 
(“exceeding retry limit” also sounds concerning – we don’t really want these 
requests to be retried, I think.)
  
  > I don't know whether the values from Wikidata should be escaped or not... 
https://www.wikidata.org/wiki/Q21502404 and 
https://www.wikidata.org/wiki/Property:P1793 helpfully don't mention, beyond:
  >
  >> When using on property constraints, ensure syntax is a PCRE
  
  There’s some more documentation in Help:Property constraints portal/Format 
, which 
also mentions that the pattern isn’t even interpreted as PCRE everywhere. I 
would also say that “PCRE” implies that forward slashes shouldn’t be 
backslash-escaped (since `/format/flags` is, as far as I’m aware, a PHP 
convention that’s not found in PCRE / PCRE2 itself), but I’ve tried to clarify 
that on the documentation page now.
  
  > Seemingly you can do "regex validation" in PHP by testing against 
`null`/`''`, and see if `preg_match` returns `false`.
  
  That’s an interesting idea… do you know if that’s safe to do even with 
possibly malicious patterns? (Which are the reason that we check constraints in 
shellbox in the first place.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Reedy, akosiaris, Clement_Goubert, JMeybohm, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Arnoldokoth, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
wkandek, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Eihel, Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, 
jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, Esc3300, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Agabi10, Neuronton, Scott_WUaS, Verdy_p, abian, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018214 **merged** by jenkins-bot:
  
  [operations/deployment-charts@master] Revert "Revert "Remove flink RBAC 
snowflakes""
  
  https://gerrit.wikimedia.org/r/1018214

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

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

To: bking, gerritbot
Cc: Gehel, BTullis, JMeybohm, gmodena, Ottomata, bking, Aklapper, dcausse, 
Ullasoff, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Clement_Goubert, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Arnoldokoth, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, wkandek, Alter-paule, Beast1978, ItamarWMDE, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, 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] T356896: Wikibase CI on REL1_40 broken: QUnit tests failing to run

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1012674 **abandoned** by Arthur taylor:
  
  [mediawiki/extensions/Wikibase@REL1_39] [DNM] test empty commit
  
  Reason:
  
  Tests are now passing
  
  https://gerrit.wikimedia.org/r/1012674

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

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

To: gerritbot
Cc: ArthurTaylor, hashar, karapayneWMDE, Lucas_Werkmeister_WMDE, Aklapper, 
Michael, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, cmadeo, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, SBisson, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread ArthurTaylor
ArthurTaylor added a comment.


  This seems to be fixed now. Was definitely a bit of a weird one. It's not 
clear to me why the call to 
`$this->entityRedirectLookup->getRedirectForEntityId(..)` in 
`EntityRedirectCreationInteractor.php` was finding a redirect to the second 
Item inserted in `GetSuggestionsTest.php`. Single-stepping the code, the Lexeme 
tests were hitting the real database (no mocked / modified / wrapped lookup 
services), and the debug log showed that the correct query was being run:
  
SELECT  page_id,rd_namespace,rd_title  FROM `unittest_page` LEFT JOIN 
`unittest_redirect` ON ((rd_from=page_id)) WHERE page_title = 'L2' AND 
page_namespace = 146  LIMIT 1
  
  Randomising the Lexeme ID numbers, or changing the Item ID numbers had no 
effect - the Lexemes would always find the redirects to exactly that second 
item. Running the Lexeme tests on their own didn't trigger the issue, and 
running just the `GetSuggestionsTest` and the `MergeLexemesTest` together 
wasn't enough to trigger the issue, so there may be some other interactions 
involved there too.
  
  In the end, I was able to track down the source of the issue by changing 
every `Q2` in the codebase to something other than `Q2` and running the test 
suite under a debugger to read out the target of the redirect (thanks for the 
inspiration @Lucas_Werkmeister_WMDE 
  ).

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

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

To: ArthurTaylor
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T362084: shellbox-constraints returning 500 on preg_match error

2024-04-09 Thread JMeybohm
JMeybohm added a comment.


  In T362084#9700057 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Can someone clarify what the problem here is? From WBQC’s perspective, it’s 
totally expected that some of these regex checks will fail (though there’s some 
confusion about which shellbox errors we should or shouldn’t try to catch, see 
T304084  and especially 
T304084#8561863 ). But we 
might need to make some changes to keep the service mesh monitoring happy? 
(“exceeding retry limit” also sounds concerning – we don’t really want these 
requests to be retried, I think.)
  
  The reason I've opened the task is that the stream of errors/retries it 
looked fishy and I wanted to make sure we have an understanding of what is 
going on. From my naive POV I would argue that a preg_match error should not be 
classified as a an internal server error, as it results from (invalid) user 
input. If this is the desired response in that case, we should probably, as you 
said, configure the service-mesh to not retry requests on 500 errors - as that 
does not make any sense then.

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

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

To: JMeybohm
Cc: Lucas_Werkmeister_WMDE, Reedy, akosiaris, Clement_Goubert, JMeybohm, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Arnoldokoth, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
wkandek, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Eihel, Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, 
jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, Esc3300, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Agabi10, Neuronton, Scott_WUaS, Verdy_p, abian, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T135871: MUL - Language fallback not applied to item/property heading after editing terms

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018226 had a related patch set uploaded (by Lucas Werkmeister 
(WMDE); author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Don’t modify original fallback chains 
in _getPlaceholderLabel()
  
  https://gerrit.wikimedia.org/r/1018226

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

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

To: gerritbot
Cc: Sarai-WMDE, Lucas_Werkmeister_WMDE, Manuel, Jan_Dittrich, Lydia_Pintscher, 
daniel, Glorian_Yapinus, Nikki, Aklapper, Zppix, adrianheine, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Trngsh15, Biggs657, 
karapayneWMDE, Invadibot, Mengs21, maantietaja, Juan90264, Alter-paule, 
EgbeRef, Beast1978, ItamarWMDE, Un1tY, Vaibhav0199, Akuckartz, Hook696, 
Tinzawoo533, Kent7301, Onmir, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, enigmaeth, rohitt, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Dixtosa, 
Wikidata-bugs, aude, Dinoguy1000, 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] T171807: Create ontology URL for mediawiki

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1013389 **merged** by Alexandros Kosiaris:
  
  [operations/puppet@production] Route /w/docs/ to /w/static.php
  
  https://gerrit.wikimedia.org/r/1013389

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

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

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


[Wikidata-bugs] [Maniphest] T362084: shellbox-constraints returning 500 on preg_match error

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata Dev Team.

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

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

To: Lydia_Pintscher
Cc: Reedy, akosiaris, Clement_Goubert, JMeybohm, Aklapper, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Arnoldokoth, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, wkandek, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Eihel, Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, jijiki, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, KimKelting, Esc3300, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Verdy_p, abian, Wikidata-bugs, aude, Jdforrester-WMF, 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] T342559: [Analytics] Monthly repeating tasks (next: May 2024)

2024-04-09 Thread Manuel
Manuel renamed this task from "[Analytics] Monthly repeating tasks (next: April 
2024)" to "[Analytics] Monthly repeating tasks (next: May 2024)".

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

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

To: AndrewTavis_WMDE, Manuel
Cc: AndrewTavis_WMDE, Manuel, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, 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: May 2024)

2024-04-09 Thread Manuel
Manuel added a comment.


  Looking good, thx!

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

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

To: AndrewTavis_WMDE, Manuel
Cc: AndrewTavis_WMDE, Manuel, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, 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] T362024: Thumbnails for tall/narrow or short/wide images are unrecognisable when adding image statements

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-UX.

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

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

To: Lydia_Pintscher
Cc: Nikki, Aklapper, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T350784: Identify/complete post-migration tasks after rdf-streaming-updater migrates to flink operator

2024-04-09 Thread JMeybohm
JMeybohm updated the task description.

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

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

To: bking, JMeybohm
Cc: dcausse, JMeybohm, Aklapper, bking, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, 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, 
KimKelting, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread ArthurTaylor
ArthurTaylor added a comment.


  Yeah - I was investigating yesterday and will spend some more time today. 
It's a bit of a weird one. If I can't get to the bottom of it, I'll skip these 
tests. I'm somewhat confident that this is a quirk of the test suite rather 
than a bug in the functionality.

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

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

To: ArthurTaylor
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, 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] T259183: Wikidata UI "Value" field is one character wide and covered by "Remove" button at certain screen resolutions

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Thank you, @Nikki!
  
  In T259183#9428466 , 
@Physikerwelt wrote:
  
  >> F34660050: 2021-09-28_090715_539x434_screenshot.png 

  >
  > @Lydia_Pintscher does WMDE plan to look into this in 2024? Even a small 
improvement, e.g., by editing 
https://www.wikidata.org/wiki/MediaWiki:Common.css and reporting here would be 
helpful.
  
  Sorry, only seeing this now. We are looking at this as part of figuring out 
how to enable editing of statements on mobile but it is unclear yet how we will 
do it and if this will become obsolete as part of it. So Nikki's fix is greatly 
appreciated.

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

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

To: Lydia_Pintscher
Cc: Nikki, Sarai-WMDE, Physikerwelt, Lydia_Pintscher, gh87, Lens0021, 
Inductiveload, Lectrician1, ChristianFerrer, Mohammed_Sadat_WMDE, Aklapper, 
PKM, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, Eposthumus, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Daniel_Mietchen, 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] T362084: shellbox-constraints returning 500 on preg_match error

2024-04-09 Thread Reedy
Reedy added a comment.


  In T362084#9700057 , 
@Lucas_Werkmeister_WMDE wrote:
  
  >> Seemingly you can do "regex validation" in PHP by testing against 
`null`/`''`, and see if `preg_match` returns `false`.
  >
  > That’s an interesting idea… do you know if that’s safe to do even with 
possibly malicious patterns? (Which are the reason that we check constraints in 
shellbox in the first place.)
  
  Without digging into it... I'm not sure.
  
  In theory, it should be "just" compiling/validating the regex, and then it 
woudn't surprise me if for say null, it then short circuits and doesn't 
actually execute said regex if it is valid (presumably it fails before running 
it, if the regex is invalid). An empty string feels different, as you could be 
using a regex to check for some string length (sure, there's better ways...).
  
  If that works, that'd be pretty useful. I obviously don't think we should be 
trying to invent our own regex validator/checker (which could be an alternative 
solution)!
  
  Are these "invalid regexes"/`preg_match` errors surfaced to users/editors at 
all? Or do they end up being silent failures behind the scenes?

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

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

To: Reedy
Cc: Lucas_Werkmeister_WMDE, Reedy, akosiaris, Clement_Goubert, JMeybohm, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Arnoldokoth, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
wkandek, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Eihel, Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, 
jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, Esc3300, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Agabi10, Neuronton, Scott_WUaS, Verdy_p, abian, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018203 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [mediawiki/extensions/PropertySuggester@REL1_39] Revert changes to `redirect` 
table after test runs
  
  https://gerrit.wikimedia.org/r/1018203

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

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

To: ArthurTaylor, gerritbot
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: ArthurTaylor, gerritbot
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T356169: MUL - Phased rollout on Wikidata.org (Stage 1 of 3: Test release)

2024-04-09 Thread Manuel
Manuel added a comment.


  > do you think we should announce the deployment to Beta
  
  No, you can deploy to Beta and Test Wikidata whenever it’s ready. According 
to plan, this release is only for our internal testing, so there is currently 
no plan to announce another round of Beta testing (next announcement is after 
we have deployed the Limited release on Wikidata proper). Would you suggest 
another round of Beta testing?
  
  > we wouldn’t be deploying any changes to Test Wikidata or real Wikidata at 
this stage
  
  Yes, we would not be deploying any changes to real Wikidata at this stage. 
But the idea was to test both on Beta and Test Wikidata (to test both the 
limited and the full feature settings one final time before we release on 
Wikidata proper).

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

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

To: ArthurTaylor, Manuel
Cc: Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, 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] T350784: Identify/complete post-migration tasks after rdf-streaming-updater migrates to flink operator

2024-04-09 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: bking, gerritbot
Cc: dcausse, JMeybohm, Aklapper, bking, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, 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, 
KimKelting, 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] T350784: Identify/complete post-migration tasks after rdf-streaming-updater migrates to flink operator

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018214 had a related patch set uploaded (by JMeybohm; author: 
JMeybohm):
  
  [operations/deployment-charts@master] Revert "Revert "Remove flink RBAC 
snowflakes""
  
  https://gerrit.wikimedia.org/r/1018214

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

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

To: bking, gerritbot
Cc: dcausse, JMeybohm, Aklapper, bking, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018214 had a related patch set uploaded (by JMeybohm; author: 
JMeybohm):
  
  [operations/deployment-charts@master] Revert "Revert "Remove flink RBAC 
snowflakes""
  
  https://gerrit.wikimedia.org/r/1018214

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

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

To: bking, gerritbot
Cc: Gehel, BTullis, JMeybohm, gmodena, Ottomata, bking, Aklapper, dcausse, 
Ullasoff, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Clement_Goubert, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Arnoldokoth, Biggs657, karapayneWMDE, 
Invadibot, maantietaja, Juan90264, wkandek, Alter-paule, Beast1978, ItamarWMDE, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Namenlos314, jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, 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] T350784: Identify/complete post-migration tasks after rdf-streaming-updater migrates to flink operator

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018214 **merged** by jenkins-bot:
  
  [operations/deployment-charts@master] Revert "Revert "Remove flink RBAC 
snowflakes""
  
  https://gerrit.wikimedia.org/r/1018214

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

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

To: bking, gerritbot
Cc: dcausse, JMeybohm, Aklapper, bking, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, 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, 
KimKelting, 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] T362084: shellbox-constraints returning 500 on preg_match error

2024-04-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T362084#9700072 , 
@Reedy wrote:
  
  > In theory, it should be "just" compiling/validating the regex, and then it 
woudn't surprise me if for say null, it then short circuits and doesn't 
actually execute said regex if it is valid (presumably it fails before running 
it, if the regex is invalid). An empty string feels different, as you could be 
using a regex to check for some string length (sure, there's better ways...).
  
  I don’t see any special code for null in `php_pcre.c`, and in fact I think it 
just gets cast to the empty string under loose typing:
  
  > ERROR  preg_match(): Passing null to parameter #2 ($subject) of type string 
is deprecated on line 2.
  
  I also don’t see any special handling for the empty string before it gets 
passed to PCRE… but this early return 

 looks interesting:
  
if (start_offset2 > subject_len) {
pcre_handle_exec_error(PCRE2_ERROR_BADOFFSET);
RETURN_FALSE;
}
  
  If we set the `offset` parameter to be longer than the empty string, we’ll 
get `false` back before it tries to match the regex – but after compiling it.
  
  > Are these "invalid regexes"/`preg_match` errors surfaced to users/editors 
at all? Or do they end up being silent failures behind the scenes?
  
  In principle, they should be shown to users; however, due to the error 
confusion seen in T304084 , I’m not 
sure if it actually gets caught properly – it might also crash the whole 
constraint check request.
  
  In T362084#9700082 , 
@JMeybohm wrote:
  
  > The reason I've opened the task is that the stream of errors/retries it 
looked fishy and I wanted to make sure we have an understanding of what is 
going on. From my naive POV I would argue that a preg_match error should not be 
classified as a an internal server error, as it results from (invalid) user 
input. If this is the desired response in that case, we should probably, as you 
said, configure the service-mesh to not retry requests on 500 errors - as that 
does not make any sense then.
  
  Maybe we could also change the way we make the call in WBQC – currently we 
directly pass `preg_match` as the function to call over RPC, but I think we 
could also create a wrapper function that catches these errors a bit better 
(`RpcClient::call()` apparently supports sending additional `sources` files to 
the remote side).

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Reedy, akosiaris, Clement_Goubert, JMeybohm, 
Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Kappakayala, 
Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Arnoldokoth, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
wkandek, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Eihel, Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, 
jijiki, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, Esc3300, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Agabi10, Neuronton, Scott_WUaS, Verdy_p, abian, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018203 **merged** by jenkins-bot:
  
  [mediawiki/extensions/PropertySuggester@REL1_39] Revert changes to `redirect` 
table after test runs
  
  https://gerrit.wikimedia.org/r/1018203

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

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

To: ArthurTaylor, gerritbot
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread ArthurTaylor
ArthurTaylor updated the task description.

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

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

To: ArthurTaylor
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T360435: [LEX] Investigate Wikibase CI failures on REL1_39 branch

2024-04-09 Thread ArthurTaylor
ArthurTaylor removed ArthurTaylor as the assignee of this task.

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

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

To: ArthurTaylor
Cc: Reedy, Lucas_Werkmeister_WMDE, Aklapper, ArthurTaylor, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, RazeSoldier, Mahir256, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Jdforrester-WMF, 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] T244847: Future of the OpenRefine Wikidata reconciliation interface

2024-04-09 Thread Spinster
Spinster added a comment.


  After hearing reconciliation service (re)users, hearing emerging ideas, and 
seeing the reality of the Wikimedia movement's capacities, I decided to also 
create this ticket: T362149: Alternative, affordable, lower-barrier 
approach(es) to reconciliation 

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

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

To: Spinster
Cc: Nikerabbit, EBernhardson, Sj, VladimirAlexiev, Tarrow, Michael, 
GFontenelle_WMF, jdtoy, SandraF_WMF, JeanFred, Fuzheado, Eugene233, 
PabloCastellano, Loz.ross, RShigapov, Spinster, Samantha_Alipio_WMDE, 
WMDE-leszek, Addshore, Lydia_Pintscher, Abbe98, tfmorris, David_Haskiya_WMSE, 
Lokal_Profil, Mvolz, Alicia_Fagerving_WMSE, Regisrob, Pintoch, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Thadguidry, 
Tore_Danielsson_WMSE, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Nattes, QZanden, EBjune, KimKelting, 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] T362154: [WIP] [Epic] W2C Query Builder: Apply UI improvements

2024-04-09 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T356618: [EPIC] Check of legacy wmde analytics infrastructure

2024-04-09 Thread AndrewTavis_WMDE
AndrewTavis_WMDE added a comment.


  Note that in checking the `tmp` directory just now, there still are 
files/directories in there, meaning that parts of the process are likely still 
running (maybe parts that don't need private data access). We'll be checking 
this again in a month once the VPS machines are shut down.

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

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

To: AndrewTavis_WMDE
Cc: Michael, karapayneWMDE, Aklapper, Manuel, AndrewTavis_WMDE, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T135871: MUL - Language fallback not applied to item/property heading after editing terms

2024-04-09 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.43-notes (1.43.0-wmf.1; 2024-04-16).

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

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

To: ReleaseTaggerBot
Cc: Sarai-WMDE, Lucas_Werkmeister_WMDE, Manuel, Jan_Dittrich, Lydia_Pintscher, 
daniel, Glorian_Yapinus, Nikki, Aklapper, Zppix, adrianheine, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Trngsh15, Biggs657, 
karapayneWMDE, Invadibot, Mengs21, maantietaja, Juan90264, Alter-paule, 
EgbeRef, Beast1978, ItamarWMDE, Un1tY, Vaibhav0199, Akuckartz, Hook696, 
Tinzawoo533, Kent7301, Onmir, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, enigmaeth, rohitt, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Dixtosa, 
Wikidata-bugs, aude, Dinoguy1000, 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] T135871: MUL - Language fallback not applied to item/property heading after editing terms

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1008878 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Improve entity header 
label/description language fallback
  
  https://gerrit.wikimedia.org/r/1008878

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

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

To: gerritbot
Cc: Sarai-WMDE, Lucas_Werkmeister_WMDE, Manuel, Jan_Dittrich, Lydia_Pintscher, 
daniel, Glorian_Yapinus, Nikki, Aklapper, Zppix, adrianheine, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Trngsh15, Biggs657, 
karapayneWMDE, Invadibot, Mengs21, maantietaja, Juan90264, Alter-paule, 
EgbeRef, Beast1978, ItamarWMDE, Un1tY, Vaibhav0199, Akuckartz, Hook696, 
Tinzawoo533, Kent7301, Onmir, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, enigmaeth, rohitt, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Dixtosa, 
Wikidata-bugs, aude, Dinoguy1000, 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] T362151: [SW] The mismatch file description should be more visibly apparent in the Mismatch Finder UI

2024-04-09 Thread AndrewTavis_WMDE
AndrewTavis_WMDE created this task.
AndrewTavis_WMDE added projects: Mismatch Finder, Wikidata, Wikidata Dev Team.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Problem
  ---
  
  Upon uploading some new mismatches, something that I'm realizing is that the 
description field for the mismatch file isn't very apparent within the Mismatch 
Finder UI. This doesn't allow for the person uploading the data to provide 
information about the context of the upload that would help a Wikidata editor 
fix the mismatches. To me there are as of now two situations for mismatches:
  
  1. It's a simple mismatch and one value should be chosen
  2. The mismatch AND other things on the item in question should be addressed
  
  Examples are:
  
  1. The mismatch is pretty clear on one property: external says date of birth 
for a person is 1969, and Wikidata says 1970
  2. The mismatch has lead to an understanding that there are more problems: 
external source says date of birth of a person is 1969, Wikidata says 1970, and 
it's because there's a wrong identifier on the item that is leading to a soccer 
player also being a chess player so the items need to be split
  
  A screenshot of the current UI is:
  
  F45354311: Screenshot from 2024-04-09 13-54-12.png 

  
  F45354315: Screenshot from 2024-04-09 13-54-21.png 

  
  Having a more apparent description that could also be renamed `Description / 
Directions` or something along those lines would allow an uploader to provide 
more context so that issues in the second case could be addressed.
  
  Solution
  
  
  There are various ways that the description could be made more apparent. To 
me marking it also as "directions" in the UI would be helpful, but I'm 
definitely not suggesting that another field should be added to the upload API. 
Description and directions should be in one text to simplify the work to be 
done. We could also leave the description in the last column and add some 
spacing between the username for the upload and date above it.
  
  Interested to see what UX thinks on this!
  
  Open questions
  --
  
  How to best deal with the space considerations for the Mismatch Finder UI is 
definitely something that needs to be accounted for.
  
  Acceptance criteria
  ---
  
  [ ] The description field is a bit more apparent such that users would be 
able to see that there might be hints on how to best deal with the mismatch

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

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

To: AndrewTavis_WMDE
Cc: Aklapper, Sarai-WMDE, AndrewTavis_WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, 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] T135871: MUL - Language fallback not applied to item/property heading after editing terms

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018226 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Don’t modify original fallback chains 
in _getPlaceholderLabel()
  
  https://gerrit.wikimedia.org/r/1018226

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

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

To: gerritbot
Cc: Sarai-WMDE, Lucas_Werkmeister_WMDE, Manuel, Jan_Dittrich, Lydia_Pintscher, 
daniel, Glorian_Yapinus, Nikki, Aklapper, Zppix, adrianheine, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Trngsh15, Biggs657, 
karapayneWMDE, Invadibot, Mengs21, maantietaja, Juan90264, Alter-paule, 
EgbeRef, Beast1978, ItamarWMDE, Un1tY, Vaibhav0199, Akuckartz, Hook696, 
Tinzawoo533, Kent7301, Onmir, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, enigmaeth, rohitt, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Dixtosa, 
Wikidata-bugs, aude, Dinoguy1000, 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] T358646: [Investigate] [WtC] Evaluate feasibility of replacing WiKit (Vue 2) by Codex (Vue 3) components

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1010875 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Migrate vue2 to compatBuild mode 3
  
  https://gerrit.wikimedia.org/r/1010875

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

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

To: guergana.tzatchkova, gerritbot
Cc: HasanAkgun_WMDE, guergana.tzatchkova, karapayneWMDE, Aklapper, 
Arian_Bozorg, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Neuronton, 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] T292548: [C-DIS][SW] Drop index on change_revision_id in wb_changes table

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, karapayneWMDE, Marostegui, Lucas_Werkmeister_WMDE, 
Aklapper, Michael, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, 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] T291063: [C-DIS][SW] Check that we have o11y for things that could go wrong with dispatching

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Michael, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T76047: [REPO][CLIENT][SW] Overhaul LanguageFallbackChainFactory, use appropriate fallback depending on context.

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  From today's task triage: We should verify if we actually still want to do 
anything here

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, PokestarFan, Liuxinyu970226, Aklapper, JanZerebecki, aude, 
daniel, hoo, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, MaryMunyoki, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, srishakatux, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, 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] T361247: [REPO][SW] PHP Notice: Undefined index: (or lldwiki)

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.

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

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

To: Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Aklapper, thcipriani, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, darthmon_wmde, Rosalie_WMDE, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, 
Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T359297: Change Property datatypes from String to External Identifier for NACE code rev.2 (P4496)

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Change Property datatypes from String 
to External Identifier" to "Change Property datatypes from String to External 
Identifier for NACE code rev.2 (P4496) ".

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

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

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, Mohammed_Sadat_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T359852: [SW] [WtC-M3] [QB] Replace WiKit Checkbox by Codex's

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "[SW] [WtC-M3] [QB] Use Codex Checkbox within 
Dialog" to "[SW] [WtC-M3] [QB] Replace WiKit Checkbox by Codex's".
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T197090: [CLIENT][SW] Wikidata qid of articles is not present in export/dump

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, ArielGlenn, hoo, Thibaut120094, TTO, Sylvain_WMFr, Amayus, 
Danny_Benjafield_WMDE, JEbe-WMF, Stevemunene, S8321414, xcollazo, Busfault, 
Astuthiodit_1, Atieno, karapayneWMDE, Invadibot, Playjustwhatifeel, 
maantietaja, jannee_e, ItamarWMDE, Akuckartz, holger.knust, Nandana, lucamauri, 
Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, KimKelting, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Dinoguy1000, 
jayvdb, Mbch331, Hokwelum
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T179010: [C-DIS][SW] Re-enable Wikidata Recent Changes integration on Commons

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Mike_Peel, RP88, Lucas_Werkmeister_WMDE, Michael, TTO, Nemo_bis, 
WMDE-leszek, IKhitron, Jdforrester-WMF, Marostegui, Bawolff, Aklapper, daniel, 
jcrespo, thiemowmde, hoo, Lydia_Pintscher, Danny_Benjafield_WMDE, Uata1122, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, caldera, maantietaja, Y.ssk, 
GhostInTheMachine, Muchiri124, NavinRizwi, ItamarWMDE, Akuckartz, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Nattes, QZanden, KimKelting, 
LawExplorer, Vali.matei, _jensen, rosalieper, Taiwania_Justo, Scott_WUaS, 
Ixocactus, Wong128hk, Wikidata-bugs, aude, geraki, El_Grafo, Dinoguy1000, 
Steinsplitter, Mbch331, Jay8g, 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] T188730: [C-DIS][SW] Enable statement usage tracking on Commons and Co

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Manuel, ItamarWMDE, Marostegui, RP88, Michael, Lucas_Werkmeister_WMDE, hoo, 
daniel, zhuyifei1999, Eloquence, Lydia_Pintscher, Sannita, Ainali, 
Liuxinyu970226, MZMcBride, Ricordisamoa, iecetcwcpggwqpgciazwvzpfjpwomjxn, 
jayvdb, Daniel_Mietchen, Tobi_WMDE_SW, Legoktm, Abraham, greg, Wikidata-bugs, 
liangent, jeremyb, aude, Bianjiang, Aklapper, DixonD, PokestarFan, Ladsgroup, 
georg, Wunderlandmeli, Danny_Benjafield_WMDE, Uata1122, S8321414, 
LennardHofmann, Astuthiodit_1, Lmlmljs, karapayneWMDE, joanna_borun, Invadibot, 
Devnull, maantietaja, Y.ssk, Muchiri124, Akuckartz, Legado_Shulgin, ReaperDawn, 
Nandana, lucamauri, Gnoeee, Davinaclare77, Techguru.pc, Lahi, Gq86, 
GoranSMilovanovic, Hfbn0, QZanden, KimKelting, LawExplorer, Zppix, _jensen, 
rosalieper, Taiwania_Justo, Scott_WUaS, Ixocactus, Wong128hk, El_Grafo, 
Dinoguy1000, faidon, Steinsplitter, Mbch331, Jay8g, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T356169: MUL - Phased rollout on Wikidata.org (Stage 1 of 3: Test release)

2024-04-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > But the idea was to test both on Beta and Test Wikidata (to test both the 
limited and the full feature settings one final time before we release on 
Wikidata proper).
  
  Yes, but the full feature version is already enabled on Test Wikidata (e.g. 
on https://test.wikidata.org/wiki/Q469), so if I understand correctly, there’s 
nothing we need to actually change there. Only the limited rollout to Beta is 
missing.

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

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

To: ArthurTaylor, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, 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] T348079: WMDE: Review stable code (hooks, mw object, undocumented) and mark (un)stable interfaces before 1.42.0

2024-04-09 Thread thiemowmde
thiemowmde added a subscriber: WMDE-Fisch.
thiemowmde added a comment.


  I still try to understand what needs to be done here? I can see that 
mw:Stable interface policy/Frontend 
 talks about 
hooks, and a few WMDE products happen to contain `mw.hook` calls. However, …
  
  - Does mw:Stable interface policy/Frontend 
 even apply to 
extensions the same way it applies to core? I mean, aren't extensions the 
//consumers// of the stable interfaces MediaWiki core provides? Most policy 
documents phrase it this way. mw:Development policy 
 for example explicitly says 
//"changes to MediaWiki core […] must follow the Stable interface policy."// 
While I understand that some central extensions effectively behave as if they 
are part of "the core experience on the Wikimedia cluster", I don't think that 
applies to everything.
  - It feels like it makes a lot of sense to consider all code in an extension 
unstable by default, unless otherwise noted. In case this is not backed by the 
current documents, what's the best way to state that in the documentation of 
the extension? Is a sentence in the top-level README enough?
  - I would love to follow best-practices, but have a hard time finding 
real-world examples in other, typically well maintained products like 
VisualEditor and DiscussionTools 
.
 I mean, if such central codebases don't follow the policy, how can we expect 
other teams to do so?
  
  Furthermore, some of the code examples on mw:Stable interface policy/Frontend 
 appear to 
call `mw.hook.fire()` and `mw.hook.add()`, but code like this doesn't exist 
. Is 
this an obsolete signature or a mistake?

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

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

To: thiemowmde
Cc: WMDE-Fisch, Jdforrester-WMF, WMDE-leszek, ItamarWMDE, thiemowmde, Aklapper, 
Jdlrobson, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, 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] T356169: MUL - Phased rollout on Wikidata.org (Stage 1 of 3: Test release)

2024-04-09 Thread Manuel
Manuel added a comment.


  Yes, that makes sense. Thank you for the clarification!

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

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

To: ArthurTaylor, Manuel
Cc: Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, KimKelting, 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] T359851: [SW] [WtC-M3] [QB] Replace WiKit Button component by Codex's

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T359842: [SW] [WtC-M3] [QB] [EPIC] Replace WiKit components by available Codex components

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T206857: [C-DIS][SW] Wikis stay subscribed to items after sitelinks are removed

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, Nikki, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T248984: [C-DIS][SW] Client recentchanges entries sometimes don't have their wb_changes.change_id reference set

2024-04-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a project: TestMe.
Lucas_Werkmeister_WMDE added a comment.


  Still happening, though not quite as frequently as the 14% observed in 
T248984#6999200  (closer to 
1% now, at least on euwiki and enwiki).
  
mysql:research@dbstore1007.eqiad.wmnet [euwiki]> SELECT rc_params LIKE 
'%:2:"id";N;%' AS nullid, COUNT(*) FROM recentchanges WHERE rc_source = "wb" 
GROUP BY nullid;
++--+
| nullid | COUNT(*) |
++--+
|  0 |   348514 |
|  1 | 3927 |
++--+
2 rows in set (0.565 sec)

mysql:research@dbstore1008.eqiad.wmnet [enwiki]> SELECT rc_params LIKE 
'%:2:"id";N;%' AS nullid, COUNT(*) FROM recentchanges WHERE rc_source = "wb" 
GROUP BY nullid;
++--+
| nullid | COUNT(*) |
++--+
|  0 |  1798027 |
|  1 |22299 |
++--+
2 rows in set (33.250 sec)
  
  If nobody else has noticed or complained about this, I’m inclined to agree 
that we could just drop this field.

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

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

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


[Wikidata-bugs] [Maniphest] T351070: [EPIC] Clean up Wikidata Grafana cronjobs

2024-04-09 Thread Manuel
Manuel changed the status of subtask T351072: Remove the WDCM clone (stats1007) 
from Stalled to Open.

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

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

To: Manuel
Cc: AndrewTavis_WMDE, Michael, Manuel, Aklapper, me, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, BeautifulBold, Suran38, karapayneWMDE, Invadibot, 
maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 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] T351072: Remove the WDCM clone (stats1007)

2024-04-09 Thread Manuel
Manuel changed the task status from "Stalled" to "Open".

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

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

To: Manuel
Cc: karapayneWMDE, Aklapper, Lucas_Werkmeister_WMDE, AndrewTavis_WMDE, Michael, 
Manuel, georg, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, Djdungti, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Izno, Nastoshka, Wikidata-bugs, aude, Dinoguy1000, 
scfc, 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] T350970: [COG] Use expression builder instead of raw SQL in Cognate

2024-04-09 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE assigned this task to Umherirrender.
Lucas_Werkmeister_WMDE added a comment.


  Done, I guess.

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

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

To: Umherirrender, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Maintenance_bot, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Neuronton, Scott_WUaS, Thibaut120094, Izno, Nastoshka, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Darkdadaah, Mbch331, Jay8g, 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] T359861: [SW] [WtC-M3] [QB] Replace WiKit TextInput component by Codex's

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T171807: Create ontology URL for mediawiki

2024-04-09 Thread CodeReviewBot
CodeReviewBot added a comment.


  dancy merged 
https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/50
  
  Use static.php to serve www.mediawiki.org/ontology/ontology.owl

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

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

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


[Wikidata-bugs] [Maniphest] T362183: [SW] [WtC-M3] [QB] Replace WiKit ToggleButton component by Codex's

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added projects: Wikidata Dev Team, Wikidata, Wikidata Query Builder.

TASK DESCRIPTION
  Problem
  ---
  
  The Query Builder's user interface was composed using a combination of Vue 2 
custom components and WiKit elements, such as `Button`. The WiKit design system 
is now on its deprecation path, as it has been superseded by Codex, the 
official Wikimedia design system. The utilization of WiKit components is not 
recommended, and they should be replaced in order to reduce maintenance costs 
and ensure consistency.
  
  Solution
  
  
  We have to replace the WiKit `ToggleButton` by the Codex equivalent: the 
single value version of the `CdxToggleButtonGroup` (See demo 
).
 This will take us a step closer to switching to the new design system and 
deprecating the old.
  
  Acceptance criteria
  ---
  
  [ ] All WiKit ToggleButton elements used in Query Builder are replaced by 
their Codex equivalent

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

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

To: Sarai-WMDE
Cc: Arian_Bozorg, Aklapper, Sarai-WMDE, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 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] T248984: [C-DIS][SW] Client recentchanges entries sometimes don't have their wb_changes.change_id reference set

2024-04-09 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Wikidata Dev Team.
Lydia_Pintscher added a comment.


  Removing it from WD dev team board as this will need to be handled by WIT.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Michael, Aklapper, Liuxinyu970226, hoo, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, TerraCodes, _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] T362163: Group mismatches into catalogs

2024-04-09 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Lectrician1, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Mattia_Capozzi_WMDE, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
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] T171807: Create ontology URL for mediawiki

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1013148 **merged** by JHathaway:
  
  [operations/puppet@production] mediawiki.yaml: Serve 
mw.org/ontology/ontology.owl via /w/docs/ontology.owl
  
  https://gerrit.wikimedia.org/r/1013148

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

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

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


[Wikidata-bugs] [Maniphest] T361935: Adapt the WDQS Streaming Updater to update multiple WDQS subgraphs

2024-04-09 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: Daniel_Mietchen, dr0ptp4kt, pfischer, dcausse, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 
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] T361935: Adapt the WDQS Streaming Updater to update multiple WDQS subgraphs

2024-04-09 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: Daniel_Mietchen, dr0ptp4kt, pfischer, dcausse, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 
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] T330820: Make Wikidata desktop site more responsive/mobile-friendly

2024-04-09 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Unfortunately, it looks like the change in the patch 
https://gerrit.wikimedia.org/r/1017480 
, which applies a min-width to mainsnak 
values, cannot be applied as a fix in isolation. The solution causes the values 
to overlap with the edit options in narrower screens. We could consider using 
flex-box in this context to ensure that the content remains as readable as 
possible, and that proper spacing between elements is maintained. Aligning the 
toolbar and its actions to the end (right for LTR UIs) of the mainsnak might be 
of help here too. All in all, the issue should be addressed more 
comprehensively (there might be chained decisions to make and different 
scenarios to observe). For that reason, I'd say design support would be needed 
in this instance.
  
  F45376994: Screenshot 2024-04-09 at 18.30.21.png 


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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, gh87, Tacsipacsi, Agabi10, Gnoeee, TiagoLubiana, waldyrious, 
Aklapper, Nikki, Masumrezarock100, SOzenogu-WMF, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, HMonroy, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, dmaza, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Samwilson, Myst, 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] T356764: Merging lexemes is only partially rate limited and protected by AbuseFilter

2024-04-09 Thread sbassett
sbassett removed a project: Patch-For-Review.
sbassett changed the visibility from "Custom Policy" to "Public (No Login 
Required)".
sbassett changed the edit policy from "Custom Policy" to "All Users".

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

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

To: sbassett
Cc: ArthurTaylor, sbassett, gerritbot, Michael, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, Dylsss, maantietaja, ItamarWMDE, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T356764: Merging lexemes is only partially rate limited and protected by AbuseFilter

2024-04-09 Thread sbassett
sbassett closed this task as "Resolved".
sbassett claimed this task.

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

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

To: sbassett
Cc: ArthurTaylor, sbassett, gerritbot, Michael, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, Dylsss, maantietaja, ItamarWMDE, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T361935: Adapt the WDQS Streaming Updater to update multiple WDQS subgraphs

2024-04-09 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Daniel_Mietchen, dr0ptp4kt, pfischer, dcausse, Aklapper, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, 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, 
KimKelting, 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] T361935: Adapt the WDQS Streaming Updater to update multiple WDQS subgraphs

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018323 had a related patch set uploaded (by DCausse; author: 
DCausse):
  
  [wikidata/query/rdf@master] Add a basic model for defining sugraphs
  
  https://gerrit.wikimedia.org/r/1018323

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

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

To: gerritbot
Cc: Daniel_Mietchen, dr0ptp4kt, pfischer, dcausse, Aklapper, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 
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] T356764: Merging lexemes is only partially rate limited and protected by AbuseFilter

2024-04-09 Thread sbassett
sbassett added a comment.


  In T356764#9701739 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > I think we can make this task public now? As far as I understand, the 
release happened and T353904 only remains open because the CVEs haven’t been 
assigned yet.
  
  Done.  Unfortunately, Mitre has a sizable backlog of CVEs FWIU that is 
affecting everyone :/
  
  > Also, suggested adjusted row for the table in that task (I’m not allowed to 
edit it myself):
  >
  >   | T357101 | 
[WikibaseLexeme](https://www.mediawiki.org/wiki/Extension:WikibaseLexeme) | 
[CVE-2024-x](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-x) 
| [Yes](https://gerrit.wikimedia.org/r/1003480) | 
[Yes](https://gerrit.wikimedia.org/r/1003477) | 
[Yes](https://gerrit.wikimedia.org/r/1002959) | 
[Yes](https://gerrit.wikimedia.org/r/1002999)
  
  Thanks, done.

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

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

To: sbassett
Cc: ArthurTaylor, sbassett, gerritbot, Michael, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, Dylsss, maantietaja, ItamarWMDE, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T356764: Merging lexemes is only partially rate limited and protected by AbuseFilter

2024-04-09 Thread sbassett
sbassett reassigned this task from sbassett to Lucas_Werkmeister_WMDE.

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

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

To: Lucas_Werkmeister_WMDE, sbassett
Cc: ArthurTaylor, sbassett, gerritbot, Michael, Aklapper, 
Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, Dylsss, maantietaja, ItamarWMDE, Akuckartz, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
KimKelting, LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T360891: Wikibase Lua tracking sampling is broken

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1014000 **abandoned** by Michael Große:
  
  [mediawiki/extensions/Wikibase@master] Fix Lua tracking by initializing 
random generator
  
  Reason:
  
  I'm in a different team now and do not have the capacity to work on this 
anymore. Please see for T360891 for the problems with the change in its current 
form and possible alternatives.
  
  https://gerrit.wikimedia.org/r/1014000

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

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

To: hoo, gerritbot
Cc: tstarling, Lucas_Werkmeister_WMDE, Aklapper, Michael, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LennardHofmann, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 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] T171807: Create ontology URL for mediawiki

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018332 had a related patch set uploaded (by Ahmon Dancy; author: 
Ahmon Dancy):
  
  [operations/deployment-charts@master] mediawiki: Route /w/docs/ to 
/w/static.php
  
  https://gerrit.wikimedia.org/r/1018332

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

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

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


[Wikidata-bugs] [Maniphest] T171807: Create ontology URL for mediawiki

2024-04-09 Thread gerritbot
gerritbot added a comment.


  Change #1018335 had a related patch set uploaded (by Ahmon Dancy; author: 
Ahmon Dancy):
  
  [operations/puppet@production] mediawiki.yaml: Serve 
mw.org/ontology/ontology.owl via /w/docs/ontology.owl (v2)
  
  https://gerrit.wikimedia.org/r/1018335

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

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

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