[Wikidata-bugs] [Maniphest] T328109: Edit/save/cancel icons for editing lemmas should be SVGs

2023-01-26 Thread Nikki
Nikki created this task.
Nikki added projects: Wikidata Lexicographical data, Wikidata.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Load https://www.wikidata.org/wiki/Lexeme:L7
  - Use the browser dev tools to inspect the edit icon for the lemmas
  -
  
  **What happens?**:
  
  The CSS for `.wb-lexeme .lemma-widget_edit:before` has two `background-image` 
rules, both of which are PNGs.
  
  **What should have happened instead?**:
  
  The second CSS rule should be an SVG.
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  
  **Other information** (browser name/version, screenshots, etc.):
  
  The CSS for editing lemmas: 
https://github.com/wikimedia/mediawiki-extensions-WikibaseLexeme/blob/master/resources/lemma-widget.less#L48
  
  The CSS used elsewhere: 
https://github.com/wikimedia/Wikibase/blob/master/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css#L66

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

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

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


[Wikidata-bugs] [Maniphest] T318981: Lexeme header overlaps page toolbar in Minerva skin

2023-01-26 Thread Nikki
Nikki added a comment.


  Note: The example no longer shows the issue because I've added some CSS to 
https://www.wikidata.org/wiki/MediaWiki:Minerva.css to remove the negative 
margin. That should be removed again once this is fixed.
  
  It's still visible on test.wikidata.org: 
https://test.wikidata.org/wiki/Lexeme:L1?useskin=minerva

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

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

To: Nikki
Cc: Nikki, Masumrezarock100, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
Jdlrobson, 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] T328106: Language names in the glosses table are too close to the grey border in Minerva skin

2023-01-26 Thread Nikki
Nikki added a project: Wikidata Lexicographical data.

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

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

To: Nikki
Cc: Aklapper, Masumrezarock100, Nikki, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
Jdlrobson, 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] T328106: Language names in the glosses table are too close to the grey border in Minerva skin

2023-01-26 Thread Nikki
Nikki created this task.
Nikki added projects: Wikidata, MinervaNeue.
Restricted Application added subscribers: Masumrezarock100, Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Load https://www.wikidata.org/wiki/Lexeme:L7?useskin=minerva#S1
  -
  -
  
  **What happens?**:
  
  In the tables containing the glosses, the language names are too close to the 
grey border.
  
  **What should have happened instead?**:
  
  There should be a larger gap between the text and the border.
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  
  **Other information** (browser name/version, screenshots, etc.):
  
  Screenshot:
  F36524638: Bildschirmfoto_2023-01-27_07-23-14.png 

  
  The space between the border and the text comes from padding on the table 
containing the senses, but Minerva has `table { border-collapse: collapse; }` 
which causes table padding to be ignored.
  
  A solution would be to remove `padding-left` from the table 
`.wikibase-lexeme-sense-glosses-table` (link 
)
 and increase `padding-left` on the language column 
`.wikibase-lexeme-sense-gloss-language` (link 
)
 from 1em to about 1.6em.

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

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

To: Nikki
Cc: Aklapper, Masumrezarock100, Nikki, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
Jdlrobson, 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] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread ssastry
ssastry added a comment.


  In T328087#8563450 , 
@cscott wrote:
  
  > ... We could also probably hold back the ToC changes for a week if that 
would help coordination. cc @ssastry.
  
  I have no problem reverting my patch before the train. But, your lang variant 
TOC patches that the web team needed are all behind my patch. So, it is also 
@ovasileva's call since it will push back the deploy of those fixes. But, if it 
is not too hard to get it done before Monday EOD, we should try to get it done.

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

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

To: ssastry
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, NHillard-WMF, LisafBia6531, Susie413113, Nishu02, 786, 
Biggs657, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, 
Winter, Lewizho99, Maathavan, Neuronton, Wong128hk, Wikidata-bugs, 
Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread Jdlrobson
Jdlrobson added projects: Regression, Web-Team FY2022-23 Q3 Sprint 1.
Jdlrobson added a comment.


  Chatted to @cscott and apparently there is some urgency here as we should 
treat this as a regression. Will talk to him tomorrow about options for fixing 
this before next train roll out.

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

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

To: Jdlrobson
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, NHillard-WMF, LisafBia6531, Susie413113, Nishu02, 786, 
Biggs657, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, 
Winter, Lewizho99, Maathavan, Neuronton, Wong128hk, Wikidata-bugs, 
Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292451: Think about how PAGEBANNER design fits better after the sticky header is deployed

2023-01-26 Thread Jdlrobson
Jdlrobson added a project: Wikidata-Page-Banner.

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

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

To: Jdlrobson
Cc: Aklapper, Theklan, JCW555, hnijhuis, Patafisik_WMF, Selby, Universal_Omega, 
Demian, JJMC89, Iniquity, Agabi10, Volker_E, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T320491: [EPIC] Solve the Bonnie & Clyde problem

2023-01-26 Thread Caenus
Caenus added a subtask: T324419: Allow connecting redirects using sitelink 
widget.

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

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

To: Manuel, Caenus
Cc: Addshore, Manuel, Aklapper, Astuthiodit_1, BeautifulBold, Suran38, 
karapayneWMDE, Invadibot, maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 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] T324419: Allow connecting redirects using sitelink widget

2023-01-26 Thread Caenus
Caenus added a parent task: T320491: [EPIC] Solve the Bonnie & Clyde problem.

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

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

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


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread cscott
cscott added a comment.


  I *believe* the impact would be that the "horizontal table of contents" would 
disappear from the page banner on wikivoyage, and of course they are 
suppressing the 'normal' ToC so effectively no ToC on wikivoyage until this is 
fixed.  I don't know how that translates into priority levels. We could 
probably do a quick workaround which just restored the "normal" TOC on those 
pages so functionality wasn't lost while we work on restoring the horizontal 
ToC (probably a one-liner that commented out the place where `injectTOC` is set 
to `false`).  We could also probably hold back the ToC changes for a week if 
that would help coordination. cc @ssastry.
  
  (I could use help verifying the impact -- is all the page banner stuff set up 
in beta somewhere so I can see what breaks?)

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

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

To: cscott
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, LisafBia6531, Nishu02, 786, Biggs657, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Winter, Lewizho99, 
Maathavan, Neuronton, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread Jdlrobson
Jdlrobson edited projects, added Web-Team FY2022-23 Q3 Sprint 2; removed 
Web-Team FY2022-23 Q3 Sprint 1.
Jdlrobson added a comment.


  @ovasileva  This is a bit of a context switch and I don't think there's much 
urgency right now so I suggest sprint 2 or 3 for this one.

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

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

To: Jdlrobson
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, LisafBia6531, Nishu02, 786, Biggs657, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Winter, Lewizho99, 
Maathavan, Neuronton, Wikidata-bugs, Lydia_Pintscher, NHillard-WMF
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 884102 had a related patch set uploaded (by C. Scott Ananian; author: 
C. Scott Ananian):
  
  [mediawiki/core@master] Provide ability to customize the TOC title, id, and 
class
  
  https://gerrit.wikimedia.org/r/884102

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

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

To: gerritbot
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, NHillard-WMF, LisafBia6531, Nishu02, 786, Biggs657, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Winter, Lewizho99, 
Maathavan, Neuronton, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Adamm71, Jersione, 
Hellket777, Mabualruz, NHillard-WMF, LisafBia6531, Nishu02, 786, Biggs657, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Winter, Lewizho99, 
Maathavan, Neuronton, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 884128 had a related patch set uploaded (by C. Scott Ananian; author: 
C. Scott Ananian):
  
  [mediawiki/extensions/WikidataPageBanner@master] WIP: First attempt to fix 
WikidataPageBanner after TOC generation changes
  
  https://gerrit.wikimedia.org/r/884128

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

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

To: gerritbot
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Mabualruz, NHillard-WMF, 
Nishu02, Winter, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread ovasileva
ovasileva added a project: Web-Team FY2022-23 Q3 Sprint 1.
ovasileva triaged this task as "High" priority.

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

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

To: ovasileva
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Mabualruz, NHillard-WMF, 
Nishu02, Winter, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread Jdlrobson
Jdlrobson added subscribers: ovasileva, Jdlrobson.
Jdlrobson added a project: Readers-Web-Backlog.
Jdlrobson added a comment.


  @ovasileva : upcoming interrupt work. Since parser team has helped us with a 
bunch of things, it's time for us to repay the favor!

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

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

To: Jdlrobson
Cc: Jdlrobson, ovasileva, Aklapper, ssastry, cscott, Nishu02, Winter, 
Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread cscott
cscott added a comment.


  T105520  (with patch) would 
provide the ability to customize the class and id of the TOC, which is one part 
of what WikidataPageBanner is doing.
  
  One solution here would be to explictly pass in the TOC in wikitext as 
`toc=__TOC__` which will insert a `` tag at the appropriate spot in the 
page banner, and also serve to suppress the "other" TOC.  When 
`ParserOutput::getText()` generates the TOC on the fly (using the customized 
class and title from T105520 ) it 
will then "magically" be in the right spot in the page banner.
  
  I need to verify how the page banner actually ends up on the page, though -- 
there's some code which is messing around with page properties (which shouldn't 
really be used, as they end up in the database index!) and if the page banner 
isn't being inserted in the article body HTML (ie, the stuff returned by 
ParserOutput::getText()) then the code to dynamically generate the TOC in 
::getText() isn't going to find the TOC marker it's looking for.

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

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

To: cscott
Cc: Aklapper, ssastry, cscott, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T328087: Upcoming TOC changes break WikidataPageBanner, used on WIkivoyage

2023-01-26 Thread cscott
cscott created this task.
cscott added a project: Wikidata-Page-Banner.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  See T93106: GSoC proposal for Wikivoyage PageBanner extension 
 for background on WikidataPageBanner.
  In 439656e01974e3cbc57902fb4ef33e71c1a386d5 
 
(T293513 )  we moved TOC generation 
to ParserOutput::getText().
  
  The WikidataPageBanner extension relies on being able to get the TOC HTML "by 
the back door" in the OutputPageParserOutput hook code here 
,
 modifying it to remove the `class` and `id` attributes, inserting it into the 
output of its parser function code here 

 and then suppressing the "actual" TOC by setting `injectTOC` to false code 
here 
.
  
  Now that the TOC HTML is being generated in ParserOutput::getText(), there is 
nothing for WikidataPageBanner to insert.

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

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

To: cscott
Cc: Aklapper, ssastry, cscott, Wikidata-bugs, Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO dashboard in Grizzly

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883610 **merged** by Ryan Kemper:
  
  [operations/puppet@production] wdqs: add recording rule for req success ratio
  
  https://gerrit.wikimedia.org/r/883610

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

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

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


[Wikidata-bugs] [Maniphest] T326948: write documentation for how to authenticate with the Wikibase REST API

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Is there anything we can do to unblock this. This is getting urgent and 
people are asking.

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

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

To: danshick-wmde, Lydia_Pintscher
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, apaskulin, Nandana, Cpaulf30, 
Lahi, Gq86, GoranSMilovanovic, Ivana_Isadora, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 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] T314503: rollout of the new Wikibase REST API to Wikidata

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher claimed this task.

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

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

To: Lydia_Pintscher
Cc: Michael, Jakob_WMDE, danshick-wmde, connorshea, Ollie.Shotton_WMDE, 
Addshore, Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324999: configure Wikibase REST API on Wikidata

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Product Verification to Our work done on 
the Wikidata Dev Team (Sprint-∞) board.
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.


  \o/
  

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

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

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

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


[Wikidata-bugs] [Maniphest] T314503: rollout of the new Wikibase REST API to Wikidata

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T324999: configure Wikibase REST API on Wikidata 
as Resolved.

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

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

To: Lydia_Pintscher
Cc: Michael, Jakob_WMDE, danshick-wmde, connorshea, Ollie.Shotton_WMDE, 
Addshore, Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324999: configure Wikibase REST API on Wikidata

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T325372: link Entity Schema grafana board from main Wikidata board

2023-01-26 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  :D  I don't care too much tbh but so far it's indeed daily. Michael mentioned 
that this of course might change in the future. I guess we can put it into 
daily now and then move it later if necessary.

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

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

To: guergana.tzatchkova, Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, SCIdude, Akuckartz, pdehaye, 
Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread Jdlrobson
Jdlrobson added a subscriber: LucasWerkmeister.
Jdlrobson added a comment.


  Hey @LucasWerkmeister we're planning to push ahead with modules defaulting to 
desktop and mobile next week after the branch cut as every week we delay this, 
we're risking more migration work and breakage. Evaluating the 
ext.wikidata-org.badges module, the risk seems low here: there seems no harm in 
loading this CSS on mobile, as after gzip it's minimal and none of the CSS 
applies to a mobile page. Reminder that  
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikidata.org/+/867209/4/extension.json
 exists if you'd rather set this to desktop only and avoid that. Thanks in 
advance and thanks for all your help with this work so far.

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

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

To: Lucas_Werkmeister_WMDE, Jdlrobson
Cc: LucasWerkmeister, Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 
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, QZanden, 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] T325743: Query Builder: Remove link underline

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

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

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

To: guergana.tzatchkova, Maintenance_bot
Cc: Aklapper, Sarai-WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331, Adamm71, Jersione, Hellket777, LisafBia6531, 786, Biggs657, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, 
Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T304084: GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  As far as I’m concerned, it’s still unclear if Shellbox callers are expected 
to catch PSR-18’s `ClientExceptionInterface` in addition to `ShellboxError`, or 
if shellbox should rethrow request exceptions as `ShellboxError`.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Agusbou2015, brennen, Reedy, tstarling, Pchelolo, Lucas_Werkmeister_WMDE, 
Aklapper, thcipriani, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, darthmon_wmde, Eihel, Rosalie_WMDE, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Verdy_p, abian, 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] T325743: Query Builder: Remove link underline

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883589 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Remove link underline
  
  https://gerrit.wikimedia.org/r/883589

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

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

To: guergana.tzatchkova, gerritbot
Cc: Aklapper, Sarai-WMDE, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, Michael, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T304084: GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl

2023-01-26 Thread brennen
brennen added a comment.


  Still seeing these in T325583: 1.40.0-wmf.20 deployment blockers 
.

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

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

To: brennen
Cc: brennen, Reedy, tstarling, Pchelolo, Lucas_Werkmeister_WMDE, Aklapper, 
thcipriani, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, darthmon_wmde, Eihel, Rosalie_WMDE, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, Esc3300, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Verdy_p, abian, 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] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-26 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  In T324680#8561517 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Looks good to me, though I’d suggest adding a signature in the note on #64.
  
  ah yes, sure

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

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

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


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Product Verification 
on the Wikidata Dev Team (Sprint-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  Looks good to me, though I’d suggest adding a signature in the note on #64.

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

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

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

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


[Wikidata-bugs] [Maniphest] T310259: Add option to edit interlanguage links as an option on the language selector

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The old “edit interlanguage links” link (which still exists in the sidebar 
AFAICT, at least for now?) links to the specific site link group that the 
client wiki belongs to (e.g. Wikipedias, Wikisources etc.). In fact, linking to 
the sitelinks in general doesn’t seem to work very well – the “sitelinks” 
heading (`#sitelinks` selector) is only shown on mobile, not on desktop, so a 
link like https://www.wikidata.org/wiki/Q42#sitelinks doesn’t scroll to 
anything in particular (compared to e.g. 
https://www.wikidata.org/wiki/Q42#sitelinks-wikisource. Should we also make the 
new link point to the right group? (The problem is that I don’t think this 
information is available in JS yet, so we’d probably have to add it somewhere.)

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

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

To: Michael, Lucas_Werkmeister_WMDE
Cc: ngkountas, Lucas_Werkmeister_WMDE, Hooman_Mallahzadeh, Nikerabbit, Snaevar, 
karapayneWMDE, ItamarWMDE, Tgr, EChukwukere-WMF, Lydia_Pintscher, santhosh, 
olga, Aklapper, Theklan, ovasileva, Pginer-WMF, Adamm71, JCW555, hnijhuis, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
Patafisik_WMF, Invadibot, Selby, Universal_Omega, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Demian, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Jony, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
JJMC89, Maathavan, Iniquity, _jensen, rosalieper, Agabi10, Taiwania_Justo, 
Neuronton, Scott_WUaS, Volker_E, Wikidata-bugs, aude, Amire80, Arrbee, 
KartikMistry, 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] T327580: WDQS UI: provide links from the SPARQL report body to items used in the report

2023-01-26 Thread Tagishsimon
Tagishsimon added a comment.


  Thank you for that critique. Do you have any positive suggestions to make 
such that we can get the desired functionality?

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

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

To: Tagishsimon
Cc: Lucas_Werkmeister_WMDE, TomT0m, Tagishsimon, Aklapper, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T325372: link Entity Schema grafana board from main Wikidata board

2023-01-26 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  In T325372#8561136 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Looks good to me as far as the task description goes, but doesn’t it 
actually belong in the “Daily Dashboards” section? The data looks pretty daily 
to me at least.
  
  That's a question for the one and only @Lydia_Pintscher

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

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

To: guergana.tzatchkova
Cc: Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, SCIdude, Akuckartz, pdehaye, 
Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-26 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  @Michael and @Lucas_Werkmeister_WMDE 
  I don't see an option to delete the Abuse Filter, it's either not possible or 
not possible with my permissions. #66 has been disabled and #64 has been update 
and a note added. Please let me know if we can consider it as done or if you 
think there are other considerations to be taken.

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

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

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


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883970 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikidata.org@master] Add badge styles on mobile as well
  
  https://gerrit.wikimedia.org/r/883970

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 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, QZanden, 
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] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883969 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Replace wikibase.common with 
wikibase.alltargets + wikibase.desktop
  
  https://gerrit.wikimedia.org/r/883969

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 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, QZanden, 
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] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883968 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] SpecialAvailableBadges: add 
wikibase.alltargets module
  
  https://gerrit.wikimedia.org/r/883968

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 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, QZanden, 
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] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 883967 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Replace wikibase.common with 
wikibase.alltargets + wikibase.desktop
  
  https://gerrit.wikimedia.org/r/883967

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 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, QZanden, 
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] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2023-01-26 Thread Ottomata
Ottomata added a subscriber: BTullis.
Ottomata added a comment.


  > create a namespace for the rdf-streaming-updater on the dse-k8s cluster
  
  BTW, I _think_ there is more involved than just this Puppet patch?  Reach out 
to @BTullis ?

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

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

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


[Wikidata-bugs] [Maniphest] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2023-01-26 Thread bking
bking updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 882748 **merged** by Bking:
  
  [operations/puppet@production] dse-k8s: add rdf-streaming-updater namespace
  
  https://gerrit.wikimedia.org/r/882748

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

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

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


[Wikidata-bugs] [Maniphest] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2023-01-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T326409: Migrate the wdqs streaming updater flink jobs to flink-k8s-operator deployment model

2023-01-26 Thread gerritbot
gerritbot added a comment.


  Change 882748 had a related patch set uploaded (by Bking; author: Bking):
  
  [operations/puppet@production] dse-k8s: add rdf-streaming-updater namespace
  
  https://gerrit.wikimedia.org/r/882748

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

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

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


[Wikidata-bugs] [Maniphest] T325084: Sitelink badges invisible on mobile Wikidata

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Todo/Backlog to Doing on the 
Wikidata Dev Team (Sprint-∞) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jdlrobson, Lucas_Werkmeister_WMDE, Aklapper, Adamm71, 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, QZanden, 
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] T325372: link Entity Schema grafana board from main Wikidata board

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Product Verification 
on the Wikidata Dev Team (Sprint-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  Looks good to me as far as the task description goes, but doesn’t it actually 
belong in the “Daily Dashboards” section? The data looks pretty daily to me at 
least.

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

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

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

To: guergana.tzatchkova, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, SCIdude, Akuckartz, pdehaye, 
Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > However, this probably now affects all beta-wikis, right? Is there a way to 
make this affect only beta-wikidata? If we cannot change to what wikis a filter 
applies, then that's also ok. I don't expect there to be much spam with 
Wikidata URLs anyway.
  
  We could add a filter only on Beta Wikidata (I assume), but the global filter 
from Beta Meta would still apply then. There’s probably no way to make the Beta 
Meta filter apply globally //except// on Beta Wikidata, so I think it’s okay to 
just make the change to the Beta Meta global filter – as you say, allowing 
Wikidata URLs on other wikis should also be fine.
  
  > we should probably make that change to filter 64, add a note there to 
explain the change, and then delete filter 66.
  
  I agree with this part.

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

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

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


[Wikidata-bugs] [Maniphest] T325942: Christmas 2022 wbs_propertypairs table update on Wikidata

2023-01-26 Thread Arian_Bozorg
Arian_Bozorg moved this task from Product Verification to Our work done on the 
Wikidata Dev Team (Sprint-∞) board.
Arian_Bozorg closed this task as "Resolved".
Arian_Bozorg added a comment.


  Excellent! Thank you Lucas :)

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

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

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

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


[Wikidata-bugs] [Maniphest] T324680: Creating "time" or "globe coordinate" statements impossible on Beta Wikidata

2023-01-26 Thread guergana.tzatchkova
guergana.tzatchkova added a subscriber: LucasWerkmeister.
guergana.tzatchkova added a comment.


  Maybe @LucasWerkmeister has something to add (?)

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

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

To: guergana.tzatchkova
Cc: LucasWerkmeister, Michael, Lydia_Pintscher, Lucas_Werkmeister_WMDE, 
connorshea, WMDE-leszek, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T219037: Display constraint clarifications in violation messages

2023-01-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I was thinking of adding the clarification message as a separate paragraph 
below the main constraint message, but under the same heading:
  F36511668: image.png 
  (Maybe something like “clarification:” could be added inline, not sure. 
Probably depends on whether the majority of clarifications are phrased as 
sentence fragments or complete sentences, or whether we can expect constraint 
maintainers to rephrase the existing clarifications in one style that works 
better.)
  
  The “possible actions” on the help link are very generic and just a guess 
based on the constraint type in general, I don’t think we should highlight 
those or include them in the individual constraint violations.

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

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

To: Sarai-WMDE, Lucas_Werkmeister_WMDE
Cc: Michael, Naseweis520, Lydia_Pintscher, Lectrician1, Moebeus, Thadguidry, 
Esc3300, Lucas_Werkmeister_WMDE, Aklapper, ArthurPSmith, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Eihel, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Agabi10, Scott_WUaS, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T316354: Ensure rate limiting and potentially other harm preventions are in place for the Wikibase REST API

2023-01-26 Thread Ollie.Shotton_WMDE
Ollie.Shotton_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T163734: [feature] Provide a LUA or Parser function to query Cognate database

2023-01-26 Thread Izno
Izno changed the subtype of this task from "Task" to "Feature Request".

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

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

To: Izno
Cc: Darmo117, Liuxinyu970226, MarcoSwart, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Pamputt, jberkel, Ltrlg, Wikitiki89, Thibaut120094, Aklapper, Vriullop, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, SundanceRaphael, 
_jensen, rosalieper, Scott_WUaS, Izno, alex-mashin, Wikidata-bugs, aude, 
Dinoguy1000, jayvdb, MrStradivarius, Darkdadaah, Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org