[Wikidata-bugs] [Maniphest] T270293: Parsing example queries partially produce errors

2021-12-02 Thread RShigapov
RShigapov added a project: Wikibase Release Strategy.
Restricted Application added a project: wdwb-tech.

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

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

To: RShigapov
Cc: RShigapov, ori, Ameisenigel, Lockal, 1Veertje, Tagishsimon, Aklapper, 
dcausse, Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296917: Customize the word cloud of properties in WDQS Frontend of Wikibase Release Pipeline

2021-12-02 Thread RShigapov
RShigapov added a project: Wikibase Release Strategy.
Restricted Application added a project: wdwb-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T267848: ResourceLoader duplicate registration warning. Another module has already been registered as wikibase.Site

2021-12-02 Thread RShigapov
RShigapov added a project: Wikibase Release Strategy.
Restricted Application added a project: wdwb-tech.

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

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

To: RShigapov
Cc: toan, RShigapov, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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] T295632: [1.38.0-wmf.7] WikidataPageBanner: Disable mechanism of table of contents is no longer working on preview mode

2021-12-02 Thread Jdlrobson
Jdlrobson added a comment.


  @cscott we are going to need a new core hook to restore this behaviour:
  
diff --git a/includes/EditPage.php b/includes/EditPage.php
index 243042cee6..79ac2f81f0 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -4250,6 +4250,20 @@ class EditPage implements IEditObject {
$pstContent = $contentTransformer->preSaveTransform( 
$content, $this->mTitle, $user, $parserOptions );
$scopedCallback = $parserOptions->setupFakeRevision( 
$this->mTitle, $pstContent, $user );
$parserOutput = $contentRenderer->getParserOutput( 
$pstContent, $this->mTitle, null, $parserOptions );
+   // @todo: Hook needed here to allow WikidataPageBanner to 
disable table of contents with code below:
+   if ( $parserOutput->getExtensionData( 'wpb-banner-options' 
) !== null ) {
+   $options = $parserOutput->getExtensionData( 
'wpb-banner-options' );
+   $tocInBanner = $options['enable-toc'] ?? false;
+   if ( $tocInBanner ) {
+   $parserOutput->setText(
+   
Parser::replaceTableOfContentsMarker(
+   $parserOutput->getRawText(),
+   ''
+   )
+   );
+   }
+   }
+   // @todo: end book.
ScopedCallback::consume( $scopedCallback );
return [
'parserOutput' => $parserOutput,

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

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

To: Jdlrobson
Cc: Atsirlin, Jdlrobson, cscott, Andyrom75, Aklapper, Nishu02, bwang, cjming, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, Winter, _jensen, rosalieper, Scott_WUaS, 
Wong128hk, 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] T294983: User interface changes for Current Events Dashboard

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic updated the task description.

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

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

To: GoranSMilovanovic
Cc: Aklapper, Manuel, 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] T295632: [1.38.0-wmf.7] WikidataPageBanner: Disable mechanism of table of contents is no longer working on preview mode

2021-12-02 Thread Jdlrobson
Jdlrobson reassigned this task from Jdlrobson to cscott.
Jdlrobson added a comment.


  No need for a new hook in the end. This one works great.

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

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

To: cscott, Jdlrobson
Cc: Atsirlin, Jdlrobson, cscott, Andyrom75, Aklapper, Nishu02, 786, Suran38, 
Biggs657, bwang, cjming, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Winter, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
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] T295632: [1.38.0-wmf.7] WikidataPageBanner: Disable mechanism of table of contents is no longer working on preview mode

2021-12-02 Thread Jdlrobson
Jdlrobson added a comment.


  While testing this I also note that table of contents shows up in previews of 
skins that don't want it. I am going to suggest a more generic hook that allows 
extensions to explicitly disable the table of contents

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

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

To: Jdlrobson
Cc: Atsirlin, Jdlrobson, cscott, Andyrom75, Aklapper, Nishu02, bwang, cjming, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, Winter, _jensen, rosalieper, Scott_WUaS, 
Wong128hk, 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] T278738: A map is not rendered in a browser for the property 'geoshape' with datatype 'Geographic shape' in a third-party Wikibase instance

2021-12-02 Thread RShigapov
RShigapov added a comment.


  Sorry @WMDE-leszek, I haven't read the description of the board. I've added 
the "Wikibase Release Strategy" tags as you suggested.

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

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

To: RShigapov
Cc: WMDE-leszek, RShigapov, Aklapper, Invadibot, maantietaja, Akuckartz, 
Alilje, Nandana, Lahi, Gq86, Looniverse, GoranSMilovanovic, Sturm, QZanden, 
Orienteerix, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, phabyogi, 
Susannaanas, lxbarth, Planemad, Wikidata-bugs, aude, Lydia_Pintscher, Yurik, 
TheDJ, Addshore, 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] T296387: Some tables show wrong or incomplete information on Current Events dashboard

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a subscriber: Tobi_WMDE_SW.
GoranSMilovanovic added a comment.


  @Manuel @Tobi_WMDE_SW
  
  > The code for label lookup can live in the client JS or on the server.
  
  Who in the WMDE is our JS specialist so that I can get in touch with them? I 
don't do JS as you know, I am Data Scientist.
  
  > Loading times are a nightmare now.. can you test to cut off each table 
after the top 100 entries?
  
  But that would contradict yours:
  
  > Logic dictates that all 6h should be included in 24h, all 24h should be 
included in 48h, and all 48h should be included in 72h. This is still not the 
case, so something *must* be wrong here.
  
  from the ticket description.
  
  Namely, if you keep top 100 entities, well... Then the  entities from the 72h 
dataset - to take an example only - would not necessarily encompass the 
entities in the 6h dataset...
  
  I think the best way to proceed would be for you to formulate **exactly** the 
sort criteria that would fit our users' needs the best. To clarify:
  
  - in each of the following datasets: 6h, 24h, 48h, 72h, we have
  - the number of editors who edited a particular item
  - and the number of edits for those items;
  - we already keep all items that were edited by two or more editors.
  
  Please: exactly what filter/sorting do you have in mind?
  
  Besides this open question, everything else is ready for production.

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

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

To: GoranSMilovanovic
Cc: Tobi_WMDE_SW, GoranSMilovanovic, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, 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] T294983: User interface changes for Current Events Dashboard

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  > Remove Constraint Violation Checker for now.
  
  **Done**: please check in the test environment 
.

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

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

To: GoranSMilovanovic
Cc: Aklapper, Manuel, 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] T267848: ResourceLoader duplicate registration warning. Another module has already been registered as wikibase.Site

2021-12-02 Thread RShigapov
RShigapov added a comment.


  Just to clarify: I don't even run update.php. I just switched on debug mode 
and see the same warning message at every page of Wikibase `ResourceLoader 
duplicate registration warning. Another module has already been registered as 
wikibase.Site`.

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

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

To: RShigapov
Cc: toan, RShigapov, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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] T295632: [1.38.0-wmf.7] WikidataPageBanner: Disable mechanism of table of contents is no longer working on preview mode

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743268 had a related patch set uploaded (by Jdlrobson; author: 
Jdlrobson):
  
  [mediawiki/extensions/WikidataPageBanner@master] Disable main article table 
of contents in a less hacky way
  
  https://gerrit.wikimedia.org/r/743268

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

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

To: Jdlrobson, gerritbot
Cc: Atsirlin, Jdlrobson, cscott, Andyrom75, Aklapper, Nishu02, bwang, cjming, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, Winter, _jensen, rosalieper, Scott_WUaS, 
Wong128hk, 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] T295632: [1.38.0-wmf.7] WikidataPageBanner: Disable mechanism of table of contents is no longer working on preview mode

2021-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Jdlrobson, gerritbot
Cc: Atsirlin, Jdlrobson, cscott, Andyrom75, Aklapper, Nishu02, 786, Suran38, 
Biggs657, bwang, cjming, Invadibot, Lalamarie69, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Winter, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
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] T294961: Resolve kernel hang on wcqs* instances

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743223 had a related patch set uploaded (by Ryan Kemper; author: Ryan 
Kemper):
  
  [operations/puppet@production] Switch WCQS to profile::base::linux510
  
  https://gerrit.wikimedia.org/r/743223

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

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

To: gerritbot
Cc: Legoktm, Dzahn, MoritzMuehlenhoff, RKemper, Aklapper, Gehel, CBogen, 
ttaylor, Zache, Fuzheado, So9q, GFontenelle_WMF, EBernhardson, joanna_borun, 
Invadibot, MPhamWMF, Devnull, maantietaja, lmata, Muchiri124, Akuckartz, 
RhinosF1, Legado_Shulgin, ReaperDawn, Nandana, Namenlos314, Davinaclare77, 
Techguru.pc, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Hfbn0, 
QZanden, EBjune, merbst, LawExplorer, Zppix, _jensen, rosalieper, Scott_WUaS, 
Jonas, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, faidon, Addshore, 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] T294961: Resolve kernel hang on wcqs* instances

2021-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Legoktm, Dzahn, MoritzMuehlenhoff, RKemper, Aklapper, Gehel, CBogen, 
ttaylor, Zache, Fuzheado, So9q, GFontenelle_WMF, EBernhardson, 786, Suran38, 
Biggs657, joanna_borun, Invadibot, Lalamarie69, MPhamWMF, Devnull, maantietaja, 
lmata, Juan90264, Muchiri124, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, RhinosF1, joker88john, Legado_Shulgin, ReaperDawn, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Davinaclare77, Cpaulf30, 
Techguru.pc, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Hfbn0, QZanden, EBjune, merbst, LawExplorer, Lewizho99, 
Zppix, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Wong128hk, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, faidon, 
Addshore, 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] T294961: Resolve kernel hang on wcqs* instances

2021-12-02 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Legoktm, Dzahn, MoritzMuehlenhoff, RKemper, Aklapper, Gehel, CBogen, 
ttaylor, Zache, Fuzheado, So9q, GFontenelle_WMF, EBernhardson, joanna_borun, 
Invadibot, MPhamWMF, Devnull, maantietaja, lmata, Muchiri124, Akuckartz, 
RhinosF1, Legado_Shulgin, ReaperDawn, Nandana, Namenlos314, Davinaclare77, 
Techguru.pc, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Hfbn0, 
QZanden, EBjune, merbst, LawExplorer, Zppix, _jensen, rosalieper, Scott_WUaS, 
Jonas, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, faidon, Addshore, Mbch331, Jay8g, fgiunchedi, 786, Suran38, 
Biggs657, Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, 
Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 742154 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Split buildApp into buildAppMw and buildAppSsr
  
  https://gerrit.wikimedia.org/r/742154

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

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

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


[Wikidata-bugs] [Maniphest] T293638: Create and update the process for separate WCQS mutation topic

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743053 **merged** by Ryan Kemper:
  
  [operations/puppet@production] rdf-streaming-updater: Add configuration for 
wcqs
  
  https://gerrit.wikimedia.org/r/743053

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

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

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


[Wikidata-bugs] [Maniphest] T296526: Move Release notes 1.35 to HISTORY file, and remove release notes 1.35 file

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743193 had a related patch set uploaded (by Tobias Andersson; author: 
Tobias Andersson):
  
  [mediawiki/extensions/Wikibase@REL1_36] Bring 1.35.4 changes into HISTORY
  
  https://gerrit.wikimedia.org/r/743193

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

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

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


[Wikidata-bugs] [Maniphest] T296526: Move Release notes 1.35 to HISTORY file, and remove release notes 1.35 file

2021-12-02 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T296934: Update RELEASE-NOTES-1.36 with general changes

2021-12-02 Thread toan
toan updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T294573: Adding a default option to the dropdowns

2021-12-02 Thread guergana.tzatchkova
guergana.tzatchkova renamed this task from "Adding a default option to the 
drodpowns" to "Adding a default option to the dropdowns".

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

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

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


[Wikidata-bugs] [Maniphest] T294961: Resolve kernel hang on wcqs* instances

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743223 **merged** by Ryan Kemper:
  
  [operations/puppet@production] Switch WCQS to profile::base::linux510
  
  https://gerrit.wikimedia.org/r/743223

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

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

To: gerritbot
Cc: Legoktm, Dzahn, MoritzMuehlenhoff, RKemper, Aklapper, Gehel, CBogen, 
ttaylor, Zache, Fuzheado, So9q, GFontenelle_WMF, EBernhardson, 786, Suran38, 
Biggs657, joanna_borun, Invadibot, Lalamarie69, MPhamWMF, Devnull, maantietaja, 
lmata, Juan90264, Muchiri124, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, RhinosF1, joker88john, Legado_Shulgin, ReaperDawn, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Davinaclare77, Cpaulf30, 
Techguru.pc, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Hfbn0, QZanden, EBjune, merbst, LawExplorer, Lewizho99, 
Zppix, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Wong128hk, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, faidon, 
Addshore, 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] T296202: Remove vue-class-components from Termbox

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743203 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Update Termbox (partial Vue 3 
migration)
  
  https://gerrit.wikimedia.org/r/743203

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

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

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


[Wikidata-bugs] [Maniphest] T296917: Customize the word cloud of properties in WDQS Frontend of Wikibase Release Pipeline

2021-12-02 Thread WMDE-leszek
WMDE-leszek removed a project: Wikibase Release Strategy (Wikibase 1.36 
Release).

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

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

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


[Wikidata-bugs] [Maniphest] T270293: Parsing example queries partially produce errors

2021-12-02 Thread WMDE-leszek
WMDE-leszek removed a project: Wikibase Release Strategy (Wikibase 1.36 
Release).

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

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

To: WMDE-leszek
Cc: RShigapov, ori, Ameisenigel, Lockal, 1Veertje, Tagishsimon, Aklapper, 
dcausse, Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _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] T296812: Add path-variable to template.env in Wikibase Release Pipeline in order to specify the path for volumes

2021-12-02 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikibase Release Strategy; removed Wikibase 
Release Strategy (Wikibase 1.36 Release).
Restricted Application added a project: wdwb-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T278738: A map is not rendered in a browser for the property 'geoshape' with datatype 'Geographic shape' in a third-party Wikibase instance

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: RShigapov, Aklapper, Invadibot, maantietaja, Akuckartz, Alilje, Nandana, 
Lahi, Gq86, Looniverse, GoranSMilovanovic, Sturm, QZanden, Orienteerix, 
LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, phabyogi, Susannaanas, 
lxbarth, Planemad, Wikidata-bugs, aude, Lydia_Pintscher, Yurik, TheDJ, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296946: Compare REL1_35 with REL1_36

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-12-02 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.12; 2021-12-06).

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

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

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


[Wikidata-bugs] [Maniphest] T293638: Create and update the process for separate WCQS mutation topic

2021-12-02 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T267848: ResourceLoader duplicate registration warning. Another module has already been registered as wikibase.Site

2021-12-02 Thread WMDE-leszek
WMDE-leszek removed a project: Wikibase Release Strategy (Wikibase 1.36 
Release).

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

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

To: WMDE-leszek
Cc: toan, RShigapov, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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] T278738: A map is not rendered in a browser for the property 'geoshape' with datatype 'Geographic shape' in a third-party Wikibase instance

2021-12-02 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikibase Release Strategy; removed Wikibase 
Release Strategy (Wikibase 1.36 Release).
WMDE-leszek added a comment.
Restricted Application added a project: wdwb-tech.


  @RShigapov As per description of #wikibase-release-136 
 project/board 
(https://phabricator.wikimedia.org/project/profile/5645/), it is WMDE team's 
internal board. Please use do not tag general Wikibase issues with this tag. 
You could use #wikibase_release_strategy 
 instead. 
Thank you

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

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

To: WMDE-leszek
Cc: WMDE-leszek, RShigapov, Aklapper, Invadibot, maantietaja, Akuckartz, 
Alilje, Nandana, Lahi, Gq86, Looniverse, GoranSMilovanovic, Sturm, QZanden, 
Orienteerix, LawExplorer, _jensen, rosalieper, JGirault, Scott_WUaS, phabyogi, 
Susannaanas, lxbarth, Planemad, Wikidata-bugs, aude, Lydia_Pintscher, Yurik, 
TheDJ, Addshore, 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] T296202: Remove vue-class-components from Termbox

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743203 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Update Termbox (partial Vue 3 
migration)
  
  https://gerrit.wikimedia.org/r/743203

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

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

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


[Wikidata-bugs] [Maniphest] T290876: Deal with broken `post-merge` for termbox

2021-12-02 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T147946: Display banners on diff pages

2021-12-02 Thread Jdlrobson
Jdlrobson edited projects, added patch-welcome; removed Readers-Web-Backlog 
(Tracking).
Jdlrobson added a comment.


  This should be possible but the code is going to need some serious 
refactoring to do this.
  
  For anyone interested in working on this ticket, this should get you started. 
Submit a patch and add it to my attention and I will happily review:
  
diff --git a/extension.json b/extension.json
index d499ef4..398dc59 100644
--- a/extension.json
+++ b/extension.json
@@ -93,6 +93,9 @@
]
},
"Hooks": {
+   "DifferenceEngineRenderRevisionAddParserOutput": [
+   
"WikidataPageBanner::onDifferenceEngineRenderRevisionAddParserOutput"
+   ],
"BeforePageDisplay": [
"WikidataPageBanner::onBeforePageDisplay"
],
diff --git a/includes/WikidataPageBanner.php 
b/includes/WikidataPageBanner.php
index ec9250a..d3b5c25 100644
--- a/includes/WikidataPageBanner.php
+++ b/includes/WikidataPageBanner.php
@@ -204,11 +204,20 @@ class WikidataPageBanner {
// Disable table of contents in article.
$bannerOptions = self::getBannerOptions( $pOut );
if ( $bannerOptions !== null ) {
-   $enableTocInBanner = $bannerOptions['enable-toc'];
+   $enableTocInBanner = $bannerOptions['enable-toc'] 
?? false;
$options['injectTOC'] = !$enableTocInBanner;
}
}
 
+   public static function 
onDifferenceEngineRenderRevisionAddParserOutput( $diff, $out, $pOut, $wikiPage 
) {
+   $bannerOptions = self::getBannerOptions( $pOut );
+   if ( $bannerOptions !== null ) {
+   $out->addHTML(
+   'insert banner here'
+   );
+   }
+   }
+
/**
 * WikidataPageBanner::onOutputPageParserOutput add banner 
parameters from ParserOutput to
 * Output page

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

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

To: Jdlrobson
Cc: Nirzar, gerritbot, Tgr, Nicolas_Raoul, Sumit, Jdlrobson, Aklapper, 
Andyrom75, G1964j, Zekwn, the0001, Zabe, Selby, AndreCstr, XeroS_SkalibuR, 
Dinadineke, DannyS712, Mirahamira, tabish.shaikh91, Markhalsey, 
Jayprakash12345, JakeTheDeveloper, merbst, Wikidata-bugs, Lydia_Pintscher, 
TheDJ, Nishu02, Demian, Winter
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294983: User interface changes for Current Events Dashboard

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a subscriber: Tobi_WMDE_SW.
GoranSMilovanovic added a comment.


  @Manuel @Tobi_WMDE_SW
  
  > Create a short Current Events README
  
  **Done.** N.B. I think we would need to include the description of the 
filtering criteria used on the dashboard in the README file once you decide 
upon T296387 : see my 
T296387#7544835 .
  
  As I have mentioned previously,
  
  > The browser title reads “Current Events Dashboard” (it currently shows 
"Qurator...")
  
  can be solved only in the deployment phase, since the App title is controlled 
by the Shiny Proxy config; so this last opened request will be resolved then.

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

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

To: GoranSMilovanovic
Cc: Tobi_WMDE_SW, Aklapper, Manuel, 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] T293871: Results page - Loading state after submitting the changes in the dropdowns

2021-12-02 Thread ItamarWMDE
ItamarWMDE claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] T296616: Rendering error

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 742188 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseMediaInfo@master] Fix rendering
  
  https://gerrit.wikimedia.org/r/742188

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

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

To: matthiasmullie, gerritbot
Cc: matthiasmullie, 786, Suran38, Biggs657, toberto, Invadibot, Surya742, 
Lalamarie69, GFontenelle_WMF, maantietaja, FRomeo_WMF, Juan90264, 
Mohammed_Sadat_WMDE, Jimfhahn, Alter-paule, Dr.uesenfieber, Beast1978, CBogen, 
Un1tY, Nintendofan885, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, Seddon, Lahi, Gq86, Af420, 
SandraF_WMF, Bsandipan, valerio.bozzolan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, Mu301, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Izno, 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] T296913: Dependabot action incompatible with scan image action

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.
Restricted Application added a project: wdwb-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T296387: Some tables show wrong or incomplete information on Current Events dashboard

2021-12-02 Thread Manuel
Manuel added a comment.


  > This would work for now, but the better alternative would be to implement 
the label lookup in the backend.
  
  Just what we discussed: The code for label lookup can live in the client JS 
or on the server. The latter could cache this info so that lookup would need no 
time on page load.
  
  But as I mentioned: Time is running out on this, so anything will do to 
finally get this operational.

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

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

To: Manuel
Cc: GoranSMilovanovic, Aklapper, Manuel, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, 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] T296914: WDQS-Frontend test-system fails on CORS errors

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.
Restricted Application added a project: wdwb-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T296462: Run the test-suite on the example

2021-12-02 Thread toan
toan updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T296519: Update the versions of software components packed in the release package

2021-12-02 Thread toan
toan added a comment.


  Left some comments on the PR it doesn't seem to build

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

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

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


[Wikidata-bugs] [Maniphest] T230315: [XL] Create a way to see and add references to structured data on Commons (MediaInfo) statements

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 737370 **merged** by jenkins-bot:
  
  [operations/mediawiki-config@master] Explicitly disable references support on 
Commons
  
  https://gerrit.wikimedia.org/r/737370

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

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

To: matthiasmullie, gerritbot
Cc: MichellevL_WMNL, BeatEstermann, Lydia_Pintscher, Addshore, mwilliams, 
ChristianFerrer, Susannaanas, Cparle, CBogen, Alicia_Fagerving_WMSE, 
FRomeo_WMF, Fuzheado, GFontenelle_WMF, John_Cummings, Dominicbm, Husky, 
Spinster, JeanFred, Multichill, Jarekt, valerio.bozzolan, Aklapper, 
Bugreporter, 786, Suran38, Biggs657, toberto, Invadibot, Surya742, Lalamarie69, 
maantietaja, Juan90264, Mohammed_Sadat_WMDE, Jimfhahn, Alter-paule, 
Dr.uesenfieber, Beast1978, Un1tY, Nintendofan885, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, 
Seddon, Lahi, Gq86, Af420, SandraF_WMF, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, Mu301, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Izno, 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] T296462: Run the test-suite on the example

2021-12-02 Thread toan
toan added a comment.


  https://github.com/wmde/wikibase-release-pipeline/pull/259

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

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

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


[Wikidata-bugs] [Maniphest] T294986: Multilingual Current Events dashboard

2021-12-02 Thread Manuel
Manuel closed this task as "Declined".
Manuel added a comment.


  We do not have enough time for this.

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

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

To: GoranSMilovanovic, Manuel
Cc: Aklapper, Manuel, 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] T294975: UX update for Current Events dashboard

2021-12-02 Thread Manuel
Manuel closed subtask T294986: Multilingual Current Events dashboard  as 
Declined.

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

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

To: GoranSMilovanovic, Manuel
Cc: Manuel, Aklapper, 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] T230315: [XL] Create a way to see and add references to structured data on Commons (MediaInfo) statements

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 726883 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseMediaInfo@master] Add support for references
  
  https://gerrit.wikimedia.org/r/726883

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

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

To: matthiasmullie, gerritbot
Cc: MichellevL_WMNL, BeatEstermann, Lydia_Pintscher, Addshore, mwilliams, 
ChristianFerrer, Susannaanas, Cparle, CBogen, Alicia_Fagerving_WMSE, 
FRomeo_WMF, Fuzheado, GFontenelle_WMF, John_Cummings, Dominicbm, Husky, 
Spinster, JeanFred, Multichill, Jarekt, valerio.bozzolan, Aklapper, 
Bugreporter, 786, Suran38, Biggs657, toberto, Invadibot, Surya742, Lalamarie69, 
maantietaja, Juan90264, Mohammed_Sadat_WMDE, Jimfhahn, Alter-paule, 
Dr.uesenfieber, Beast1978, Un1tY, Nintendofan885, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, 
Seddon, Lahi, Gq86, Af420, SandraF_WMF, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, Mu301, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Izno, 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] T294573: Adding a default option to the drodpowns

2021-12-02 Thread Mattia_Capozzi_WMDE
Mattia_Capozzi_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T294575: Copy changes in the dropdown options

2021-12-02 Thread Mattia_Capozzi_WMDE
Mattia_Capozzi_WMDE updated the task description.

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

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

To: Silvan_WMDE, Mattia_Capozzi_WMDE
Cc: Aklapper, Mattia_Capozzi_WMDE, 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] T296926: Clarify licensing

2021-12-02 Thread Manuel
Manuel created this task.
Manuel added projects: User-GoranSMilovanovic, WMDE-Analytics-Engineering, 
Wikidata, Wikidata Analytics, Patch-For-Review.
Restricted Application removed a project: Patch-For-Review.

TASK DESCRIPTION
  Based on input from iRights.Law: If you're unsure which license to pick, 
normally choose Modified-BSD 
(called
 ‘BSD 3-Clause "New" or "Revised" License’ in the GitHub UI) unless it’s a 
Mediawiki extension then pick GPL 2.0 
.
  
  
https://docs.google.com/document/d/1ZR5uF7cBUIAmBhkj5AeCkruT7p5fUeJj2qqA-N274pU/edit
 (internal)

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

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

To: Manuel
Cc: Aklapper, GoranSMilovanovic, WMDE-leszek, Lydia_Pintscher, Manuel, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 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] T296926: Clarify licensing

2021-12-02 Thread Manuel
Manuel added a comment.


  Hey you all, this was intended as a reminder for myself only. But as you are 
here already: We want BSD 3-Clause ideally. So if you could implement that 
change that would be awesome!

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

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

To: Manuel
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296926: Change licensing to BSD 3-Clause

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  @Manuel
  
  > We want BSD 3-Clause ideally.
  
  To do. Thanks.

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

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

To: GoranSMilovanovic
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296616: Rendering error

2021-12-02 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.12; 2021-12-06).

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

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

To: matthiasmullie, ReleaseTaggerBot
Cc: matthiasmullie, 786, Suran38, Biggs657, toberto, Invadibot, Surya742, 
Lalamarie69, GFontenelle_WMF, maantietaja, FRomeo_WMF, Juan90264, 
Mohammed_Sadat_WMDE, Jimfhahn, Alter-paule, Dr.uesenfieber, Beast1978, CBogen, 
Un1tY, Nintendofan885, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, JKSTNK, Gaboe420, Giuliamocci, Cpaulf30, Seddon, Lahi, Gq86, Af420, 
SandraF_WMF, Bsandipan, valerio.bozzolan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, Mu301, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Izno, 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] T292074: Copy changes

2021-12-02 Thread Mattia_Capozzi_WMDE
Mattia_Capozzi_WMDE updated the task description.

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

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

To: Mattia_Capozzi_WMDE
Cc: Mattia_Capozzi_WMDE, Aklapper, 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] T296926: Clarify licensing

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a subscriber: Tobi_WMDE_SW.
GoranSMilovanovic added a comment.


  @Manuel
  
  > Based on input from iRights.Law: If you're unsure which license to pick, 
normally choose Modified-BSD(called ‘BSD 3-Clause "New" or "Revised" License’ 
in the GitHub UI) unless it’s a Mediawiki extension then pick GPL 2.0.
  
  When I started my contract with WMDE in 2017 the license question was 
discussed with the EMs and I was told to use any license that I find 
appropriate. I've found GPL 2.0 appropriate back then @Tobi_WMDE_SW
  
  If you suggest that this needs to be changed across the whole Wikidata 
Analytics Codebase, please let me know as soon as possible. Thanks.

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

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

To: Manuel, GoranSMilovanovic
Cc: Tobi_WMDE_SW, Aklapper, Manuel, 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] T296926: Clarify licensing

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic added a subscriber: WMDE-leszek.
GoranSMilovanovic added a comment.


  @WMDE-leszek I don't think we really need lawyers to decide upon our 
licences. However, I really would to hear from @Manuel and others as well. Back 
then when I've started doing analytics for Wikidata GPLv2 sounded good to me. 
If we need to change this - let me know and I will change the licenses. Thanks.

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

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

To: Manuel, GoranSMilovanovic
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, 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] T296926: Change licensing to BSD 3-Clause

2021-12-02 Thread Manuel
Manuel renamed this task from "Clarify licensing" to "Change licensing to BSD 
3-Clause ".
Manuel removed Manuel as the assignee of this task.

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

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

To: Manuel
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296917: Customize the word cloud of properties in WDQS Frontend of Wikibase Release Pipeline

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T294575: Copy changes in the dropdown options

2021-12-02 Thread Mattia_Capozzi_WMDE
Mattia_Capozzi_WMDE updated the task description.

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

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

To: Silvan_WMDE, Mattia_Capozzi_WMDE
Cc: Aklapper, Mattia_Capozzi_WMDE, 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] T294573: Adding a default option to the drodpowns

2021-12-02 Thread Mattia_Capozzi_WMDE
Mattia_Capozzi_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T294983: User interface changes for Current Events Dashboard

2021-12-02 Thread Manuel
Manuel updated the task description.

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

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

To: GoranSMilovanovic, Manuel
Cc: Aklapper, Manuel, 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] T296926: Clarify licensing

2021-12-02 Thread Manuel
Manuel removed subscribers: GoranSMilovanovic, WMDE-leszek, Lydia_Pintscher.
Manuel removed projects: WMDE-Analytics-Engineering, User-GoranSMilovanovic.

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

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

To: Manuel
Cc: Aklapper, Manuel, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331, WMDE-leszek, 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] T296926: Clarify licensing

2021-12-02 Thread WMDE-leszek
WMDE-leszek added a comment.


  The brief random scan of "sub systems" suggests that those are all GPL2 
licensed. Might seem "natural" to slap GPL2 on the "mega repository" as well.
  I am not a lawyer.

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

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

To: Manuel, WMDE-leszek
Cc: Tobi_WMDE_SW, Aklapper, Manuel, 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] T296926: Clarify licensing

2021-12-02 Thread WMDE-leszek
WMDE-leszek added a comment.


  Understood! I have surely missed the context, didn't see your first comment 
when I was reading mine. If it is about possible re-licensing, than what I 
wrote above is not relevant.

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

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

To: Manuel, WMDE-leszek
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296926: Clarify licensing

2021-12-02 Thread Peachey88
Peachey88 added a project: Software-Licensing.

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

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

To: Manuel, Peachey88
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296926: Change licensing to BSD 3-Clause

2021-12-02 Thread GoranSMilovanovic
GoranSMilovanovic claimed this task.
GoranSMilovanovic added a project: User-GoranSMilovanovic.

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

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

To: GoranSMilovanovic
Cc: WMDE-leszek, Tobi_WMDE_SW, Aklapper, Manuel, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Ricordisamoa, Slaporte, 
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] T296526: Move Release notes 1.35 to HISTORY file, and remove release notes 1.35 file

2021-12-02 Thread toan
toan claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] T296468: Modify flink-job.py script to handle WCQS streaming updater deployment

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 743042 **merged** by DCausse:
  
  [wikidata/query/deploy@master] flink-job.py: Make space for wcqs
  
  https://gerrit.wikimedia.org/r/743042

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

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

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


[Wikidata-bugs] [Maniphest] T296934: Update RELEASE-NOTES-1.36 with general changes

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T195792: Add support for setting individual query timeout in wikimedia/rdbms

2021-12-02 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup added a project: DBA.
Ladsgroup added a comment.
Restricted Application added a project: User-Ladsgroup.


  I will be doing this as part of T293530: Improve slow read query handling 
 and risk mitigation of outages
  
  Trying to understand what timeout is good. I looked at half a million 
requests response times (in five different special pages in the three largest 
wikis). We can't go higher than 60 seconds as after that, query killer triggers 
and also mediawiki terminates any GET request longer than sixty seconds. Given 
these data below, I suggest going with 30 seconds and after that we should 
focus on improving schemas to reduce errors caused by this limit.
  
  Here are the raw data (the left column is percentile and the right one is 
percentile value in seconds): P17991 

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

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

To: Ladsgroup
Cc: Ladsgroup, CDanis, Kormat, dpifke, danshick-wmde, Aklapper, Legoktm, 
Marostegui, jcrespo, aaron, daniel, Addshore, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, Devnull, LSobanski, maantietaja, Juan90264, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, 
WDoranWMF, Kent7301, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Rayssa-, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, Lewizho99, Minhnv-2809, 
Maathavan, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, 
aude, Dinoguy1000, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T290876: Deal with broken `post-merge` for termbox

2021-12-02 Thread gerritbot
gerritbot added a comment.


  Change 742973 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Share browserslist-config-base differently
  
  https://gerrit.wikimedia.org/r/742973

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

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

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


[Wikidata-bugs] [Maniphest] T296520: Bring the relevant new Wikibase changes to the 1.36 Release branch

2021-12-02 Thread Rosalie_WMDE
Rosalie_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T290876: Deal with broken `post-merge` for termbox

2021-12-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE added a comment.


  Seems to work again, e.g. in this build: 
https://integration.wikimedia.org/ci/job/generic-node12-docs-docker-publish/92/console

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

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

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


[Wikidata-bugs] [Maniphest] T267848: ResourceLoader duplicate registration warning. Another module has already been registered as wikibase.Site

2021-12-02 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: toan, RShigapov, Krinkle, Addshore, Aklapper, Invadibot, maantietaja, 
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _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