[Wikidata-bugs] [Maniphest] T136479: Allow cancelling / aborting queries

2023-03-23 Thread Lectrician1
Lectrician1 reopened this task as "Open".
Lectrician1 added a comment.


  Reopening because it was declined for a reason unrelated to the original 
request. Users want to be able to cancel queries so that they can create new 
ones easily and not have to wait - not because this will increase performance 
(and what ideas do you have?).

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

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

To: Lectrician1
Cc: Lectrician1, Spinster, Jane023, Gehel, Bugreporter, Maxlath, NoInkling, 
Daniel_Mietchen, edwardbetts, Wesalius, Lea_Lacroix_WMDE, VIGNERON, gerritbot, 
Edgars2007, Jonas, Deskana, Smalyshev, Nikki, Aklapper, Zppix, WikidataFacts, 
Astuthiodit_1, AWesterinen, bking, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, ET4Eva, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, FloNight, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T136479: Allow cancelling / aborting queries

2023-03-23 Thread Lectrician1
Lectrician1 added a comment.


  Idk this looks like it would require an intermediate database to keep track 
of which query ids are being sent to which servers.

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

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

To: Lectrician1
Cc: Lectrician1, Spinster, Jane023, Gehel, Bugreporter, Maxlath, NoInkling, 
Daniel_Mietchen, edwardbetts, Wesalius, Lea_Lacroix_WMDE, VIGNERON, gerritbot, 
Edgars2007, Jonas, Deskana, Smalyshev, Nikki, Aklapper, Zppix, WikidataFacts, 
Astuthiodit_1, AWesterinen, bking, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, CBogen, ItamarWMDE, Akuckartz, ET4Eva, Nandana, Namenlos314, Lahi, 
Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, FloNight, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332941: Warning: SQLPlatform::isWriteQuery fallback to regex (from Wikibase EntityUsageTable)

2023-03-23 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Ladsgroup, Aklapper, Krinkle, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _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] T332941: Warning: SQLPlatform::isWriteQuery fallback to regex (from Wikibase EntityUsageTable)

2023-03-23 Thread Krinkle
Krinkle added a comment.


  The Wikibase code is using `IDatabase::unionQueries()`. It seems the Rdbms 
library currently doesn't offer any other way to run union queries.

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

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

To: Krinkle
Cc: Ladsgroup, Aklapper, Krinkle, ItamarWMDE, Akuckartz, lucamauri, Vali.matei, 
Wikidata-bugs
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332941: Warning: SQLPlatform::isWriteQuery fallback to regex (from Wikibase EntityUsageTable)

2023-03-23 Thread Krinkle
Krinkle added a parent task: T326181: Stop doing regex on SQL in Database.

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

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

To: Krinkle
Cc: Ladsgroup, Aklapper, Krinkle, ItamarWMDE, Akuckartz, lucamauri, Vali.matei, 
Wikidata-bugs
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332941: Warning: SQLPlatform::isWriteQuery fallback to regex (from Wikibase EntityUsageTable)

2023-03-23 Thread Krinkle
Krinkle created this task.
Krinkle added projects: Performance-Team (Radar), 
MediaWiki-extensions-WikibaseClient.

TASK DESCRIPTION
  The immediate reason for the warning is that it is calling `query()` without 
indication of whether it is a write query or not, thus requiring Rdbms to 
perform its legacy regexes on the SQL text to guess it.
  
  However, more important than whether it passes the second parameter of 
`query()`, is that it calls `query()` at all, as this should not be used 
outside Rdbms internals.  It exposes raw SQL and should be avoided in favour of 
safe interfaces like `SelectQueryBuilder` or  `IDatabase::select()`.
  
  It is currently triggered approximately 100K/hour, making it the most common 
entry on the mediawiki-warnings dashboard in Logstash, across all MW channels 
and components. The instrumentation was added last month in 
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/894110 to detect exactly this 
issue, on the assumption it will likely not trigger anything in production. 
Wikibase's use was one of two callers we found in production.
  
  name=message
Wikimedia\Rdbms\Platform\SQLPlatform::isWriteQuery fallback to regex
  
  name=trace
#0 
/srv/mediawiki/php-1.41.0-wmf.1/includes/libs/rdbms/database/Database.php(934): 
Wikimedia\Rdbms\Platform\SQLPlatform->isWriteQuery(string, integer)
…
#4 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Usage/Sql/EntityUsageTable.php(474):
 Wikimedia\Rdbms\DBConnRef->query(string, string)
#5 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Usage/Sql/EntityUsageTable.php(407):
 Wikibase\Client\Usage\Sql\EntityUsageTable->getUsedEntityIdStringsMySql(array, 
Wikimedia\Rdbms\DBConnRef)
#6 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Usage/Sql/EntityUsageTable.php(389):
 Wikibase\Client\Usage\Sql\EntityUsageTable->getUsedEntityIdStrings(array)
#7 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Usage/Sql/SqlUsageTracker.php(273):
 Wikibase\Client\Usage\Sql\EntityUsageTable->getUnusedEntities(array)
#8 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Usage/ImplicitDescriptionUsageLookup.php(303):
 Wikibase\Client\Usage\Sql\SqlUsageTracker->getUnusedEntities(array)
#9 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Store/UsageUpdater.php(80):
 Wikibase\Client\Usage\ImplicitDescriptionUsageLookup->getUnusedEntities(array)
#10 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/Wikibase/client/includes/Store/AddUsagesForPageJob.php(121):
 Wikibase\Client\Store\UsageUpdater->addUsagesForPage(integer, array)
#11 
/srv/mediawiki/php-1.41.0-wmf.1/extensions/EventBus/includes/JobExecutor.php(79):
 Wikibase\Client\Store\AddUsagesForPageJob->run()
#12 /srv/mediawiki/rpc/RunSingleJob.php(77): 
MediaWiki\Extension\EventBus\JobExecutor->execute(array)

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

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

To: Krinkle
Cc: Ladsgroup, Aklapper, Krinkle, ItamarWMDE, Akuckartz, lucamauri, Vali.matei, 
Wikidata-bugs
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332922: Add language code crh-latn-ro

2023-03-23 Thread TayfunEt
TayfunEt renamed this task from "Add language code crh-ro" to "Add language 
code crh-latn-ro".
TayfunEt updated the task description.

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

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

To: TayfunEt
Cc: oleksandr_tsyba_WMDE, Aklapper, Strainu, TayfunEt, mrephabricator, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Nikki, 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] T332922: Add language code crh-ro

2023-03-23 Thread TayfunEt
TayfunEt added a project: Wikidata.

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

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

To: TayfunEt
Cc: Aklapper, Strainu, TayfunEt, mrephabricator, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, 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] T328148: LangSelector added to Query Builder

2023-03-23 Thread Michael
Michael added a comment.


  In T328148#8722028 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Oh, I didn’t realize that the `branch-deploy` npm script runs as part of CI 
test builds. You should be able to see the language selector here, then: 
https://901247--clicky-sparqly.netlify.app/
  
  We probably also want it deployed on push/merge to the master branch. Maybe 
that could be a workflow on the GitHub mirror?

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

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

To: guergana.tzatchkova, Michael
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Lydia_Pintscher, Michael, 
karapayneWMDE, Sarai-WMDE, Aklapper, Arian_Bozorg, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, 
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, 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] T330627: [ES-M1] Expand developer documentation in the EntitySchema Extension

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

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

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

To: Michael, Maintenance_bot
Cc: Michael, Aklapper, ItamarWMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, SCIdude, Akuckartz, apaskulin, pdehaye, Nandana, Cpaulf30, Lahi, 
Gq86, Andrawaag, GoranSMilovanovic, Ivana_Isadora, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, 
MisterSynergy, abian, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, 
Mbch331, Jay8g, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 786, 
Biggs657, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, 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] T328148: LangSelector added to Query Builder

2023-03-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Oh, I didn’t realize that the `branch-deploy` npm script runs as part of CI 
test builds. You should be able to see the language selector here, then: 
https://901247--clicky-sparqly.netlify.app/

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

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

To: guergana.tzatchkova, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Lydia_Pintscher, Michael, 
karapayneWMDE, Sarai-WMDE, Aklapper, Arian_Bozorg, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, 
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, 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] T330627: [ES-M1] Expand developer documentation in the EntitySchema Extension

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 900364 **merged** by jenkins-bot:
  
  [mediawiki/extensions/EntitySchema@master] Add section about browser tests to 
the README
  
  https://gerrit.wikimedia.org/r/900364

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

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

To: Michael, gerritbot
Cc: Michael, Aklapper, ItamarWMDE, Themindcoder, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, SCIdude, Akuckartz, 
apaskulin, Hook696, Kent7301, pdehaye, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Andrawaag, 
GoranSMilovanovic, Ivana_Isadora, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
MisterSynergy, abian, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332624: LibraryUpgrade fails for Query Builder due to missing Cypress dependency: Xvfb

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

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

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

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


[Wikidata-bugs] [Maniphest] T328148: LangSelector added to Query Builder

2023-03-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  We intentionally haven’t deployed it to 
https://query.wikidata.org/querybuilder/ yet. I guess the easiest way to verify 
it would be via Netlify, similar to T324653 
, but I don’t know how to publish it 
there.

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

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

To: guergana.tzatchkova, Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Lydia_Pintscher, Michael, 
karapayneWMDE, Sarai-WMDE, Aklapper, Arian_Bozorg, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, 
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, 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] T328148: LangSelector added to Query Builder

2023-03-23 Thread Arian_Bozorg
Arian_Bozorg added a comment.


  Hi all,
  
  Just wanted to see if this should be appearing on the Query Builder now?
  
  Doesn't seem to be showing up in my browser, could it be because of these: 
T332312 , T332310 
 or am I too early?

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

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

To: guergana.tzatchkova, Arian_Bozorg
Cc: Lucas_Werkmeister_WMDE, ItamarWMDE, Lydia_Pintscher, Michael, 
karapayneWMDE, Sarai-WMDE, Aklapper, Arian_Bozorg, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, 
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, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902069 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update eslint-related dependencies
  
  https://gerrit.wikimedia.org/r/902069

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902130 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Make LibUp work by being flexible with 
Cypress browser
  
  https://gerrit.wikimedia.org/r/902130

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332624: LibraryUpgrade fails for Query Builder due to missing Cypress dependency: Xvfb

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902130 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Make LibUp work by being flexible with 
Cypress browser
  
  https://gerrit.wikimedia.org/r/902130

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

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

To: gerritbot
Cc: Legoktm, Aklapper, Michael, Themindcoder, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, Zabe, 
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, Jdforrester-WMF, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332898: Wikidata Concepts Monitor ETL migration to Spark3

2023-03-23 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Manuel, 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] T332899: [EPIC] Save our legacy products (WDCM and Cognate dashboard)

2023-03-23 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Manuel, 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] T327922: Most of our Wikidata's ShinyProxy based analytics dashboards have stopped working

2023-03-23 Thread Manuel
Manuel added a parent task: T332899: [EPIC] Save our legacy products (WDCM and 
Cognate dashboard) .

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

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

To: Manuel
Cc: MarcoSwart, GoranSMilovanovic, Otourly, Aklapper, Manuel, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 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] T251792: Wiktionary Cognate Dashboard not updated

2023-03-23 Thread Manuel
Manuel added a parent task: T332899: [EPIC] Save our legacy products (WDCM and 
Cognate dashboard) .

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

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

To: GoranSMilovanovic, Manuel
Cc: ItamarWMDE, Tobi_WMDE_SW, Manuel, Otourly, Addshore, Aklapper, 
Lydia_Pintscher, GoranSMilovanovic, Lea_Lacroix_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Thibaut120094, jberkel, 
Psychoslave, Wikidata-bugs, aude, Shizhao, Nemo_bis, Darkdadaah, Mbch331, 
Ltrlg, 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] T321666: Wiktionary Cognate Dashboard is not accessible [timeboxed 0.5 days]

2023-03-23 Thread Manuel
Manuel added a parent task: T332899: [EPIC] Save our legacy products (WDCM and 
Cognate dashboard) .

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

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

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


[Wikidata-bugs] [Maniphest] T220036: Stop using jsonlint and instead use eslint-plugin-json for the linting

2023-03-23 Thread Jdforrester-WMF
Jdforrester-WMF closed this task as "Resolved".
Jdforrester-WMF added a comment.


  Yup.

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

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

To: Jdforrester-WMF
Cc: Kizule, RetroCraft, Urbanecm, Aklapper, Jdforrester-WMF, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, TheReadOnly, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, dueltodeath, IAmNetx, Akuckartz, Hook696, 
Pavithraes, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Liudvikas, Scott_WUaS, Izno, thcipriani, 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] T317161: Add lexeme language code "pks" for Pakistan Sign Language

2023-03-23 Thread Amire80
Amire80 added a comment.


  Looks good to me.

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

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

To: Amire80
Cc: jhsoby, Amire80, Arian_Bozorg, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, 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] T220036: Stop using jsonlint and instead use eslint-plugin-json for the linting

2023-03-23 Thread Kizule
Kizule added a comment.


  @Jdforrester-WMF I guess we can close this. There is only MediaWikiFarm left 
on the Gerrit.

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

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

To: Kizule
Cc: Kizule, RetroCraft, Urbanecm, Aklapper, Jdforrester-WMF, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, TheReadOnly, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, dueltodeath, IAmNetx, Akuckartz, Hook696, 
Pavithraes, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Liudvikas, Scott_WUaS, Izno, thcipriani, 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] T317161: Add lexeme language code "pks" for Pakistan Sign Language

2023-03-23 Thread mrephabricator
mrephabricator updated the task description.

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

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

To: mrephabricator
Cc: jhsoby, Amire80, Arian_Bozorg, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, 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] T194956: corrupted files in the cache

2023-03-23 Thread taavi
taavi removed a project: Cloud-Services.

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

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

To: taavi
Cc: JeanFred, Aklapper, Cavila, dschwen, Multichill, Shonagon, Astuthiodit_1, 
karapayneWMDE, Invadibot, GFontenelle_WMF, maantietaja, FRomeo_WMF, CBogen, 
ItamarWMDE, Nintendofan885, Akuckartz, Nandana, JKSTNK, Lahi, Gq86, 
E1presidente, Ramsey-WMF, Cparle, SandraF_WMF, GoranSMilovanovic, QZanden, 
Tramullas, Acer, V4switch, LawExplorer, Salgo60, Silverfish, _jensen, 
rosalieper, Scott_WUaS, Susannaanas, Wong128hk, Fuzheado, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Daniel_Mietchen, Ricordisamoa, 
Wesalius, Lydia_Pintscher, Fabrice_Florin, Raymond, Steinsplitter, Matanya, 
Mbch331, Bellucii32, Devnull, Namenlos314, skpuneethumar, Zylc, 1978Gage2001, 
Operator873, Bsandipan, Chicocvenancio, Tbscho, JJMC89, Jitrixis, Gryllida, 
scfc, 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] T220036: Stop using jsonlint and instead use eslint-plugin-json for the linting

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 900711 **merged** by Jforrester:
  
  [mediawiki/extensions/FundraisingEmailUnsubscribe@master] Replace 
jshint/jsonlint with eslint
  
  https://gerrit.wikimedia.org/r/900711

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

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

To: gerritbot
Cc: Kizule, RetroCraft, Urbanecm, Aklapper, Jdforrester-WMF, Themindcoder, 
Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, TheReadOnly, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, dueltodeath, IAmNetx, Akuckartz, Hook696, 
Pavithraes, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Liudvikas, Scott_WUaS, Izno, thcipriani, 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] T165870: MUL - Submit button on Special:SetLabelDescriptionAliases is too wide on smaller screens

2023-03-23 Thread Nikki
Nikki added a comment.


  In T165870#8720589 , 
@Sarai-WMDE wrote:
  
  > Hey @Nikki 👋🏻  The thing is that it is generally a good practice in 
interface design to both use short, clear labels for actions (to improve 
readability) and prevent button labels from breaking into more than one line 
(to improve legibility).
  > This is why the OOUI button used here was implemented to actually keep its 
label from wrapping. So, improving the copy of the call to action to make it 
more succinct is actually the recommended and most efficient solution. Meaning: 
we would have to replace any copy or fix any layout that could cause the button 
to wrap if we let it, too.
  
  I would have thought making the page scroll horizontally has a bigger 
negative effect on legibility though. It seems like an issue in OOUI if it 
doesn't let you pick between buttons which never wrap and buttons which do, 
since the only reason the text is going to wrap in a situation like this 
(single button at the bottom of a form) is to prevent horizontal scrolling. 
Short labels are good, but the length will always depend on the language, font 
and font size.
  
  > That being said, wrapping could be a better alternative than letting the 
button overflow (the interface looks less broken at least). So we might use 
that solution as a last resort in cases when modifying the copy or the layout 
were impossible. I'm not sure whether we're going to run into overflow again in 
this particular case, but I would rather reduce the copy to "Publish" if we 
suspect this is going to be an issue.
  
  Here's how it looks with the button label set to the German translation of 
MediaWiki:Publishchanges 
 
(which is not the longest translation) and the default font size set to extra 
large: F36923984: de-extralarge.png 
 versus with the CSS I added to 
Wikidata's common.css: F36923989: de-extralarge-fixed.png 


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

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

To: Nikki
Cc: Lucas_Werkmeister_WMDE, karapayneWMDE, Michael, Lydia_Pintscher, Manuel, 
Sarai-WMDE, Nikki, Liuxinyu970226, PokestarFan, thiemowmde, Lucie, 
Sjoerddebruin, Aklapper, Astuthiodit_1, Prufkick, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Puik, _jensen, rosalieper, xSavitar, Envlh, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Tobias1984, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T293259: Make EntityId (ItemId etc.) not equal to its serialization by changing its string representation

2023-03-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "Make EntityId not equal to its 
serialization" to "Make EntityId (ItemId etc.) not equal to its serialization 
by changing its string representation".

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

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

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


[Wikidata-bugs] [Maniphest] T332702: Ensure content languages are sorted by language code

2023-03-23 Thread Arian_Bozorg
Arian_Bozorg added a project: Wikidata Dev Team.

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

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

To: Arian_Bozorg
Cc: Sarai-WMDE, Lucas_Werkmeister_WMDE, Aklapper, Manuel, Themindcoder, 
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, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902093 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update to TypeScript 5
  
  https://gerrit.wikimedia.org/r/902093

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902091 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update Cypress-related dependencies
  
  https://gerrit.wikimedia.org/r/902091

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332330: Rename classes / files from Schema to EntitySchema

2023-03-23 Thread Arian_Bozorg
Arian_Bozorg added a project: wmde-wikidata-tech.

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

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

To: Arian_Bozorg
Cc: Lucas_Werkmeister_WMDE, Aklapper, 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, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902072 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update scss related dependencies
  
  https://gerrit.wikimedia.org/r/902072

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902070 **merged** by jenkins-bot:
  
  [wikidata/query-builder@master] Update jest-related dependencies
  
  https://gerrit.wikimedia.org/r/902070

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T317161: Add lexeme language code "pks" for Pakistan Sign Language

2023-03-23 Thread Arian_Bozorg
Arian_Bozorg added subscribers: Amire80, jhsoby.
Arian_Bozorg added a comment.


  @jhsoby @Amire80 this looks good to me. What are your thoughts?

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

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

To: Arian_Bozorg
Cc: jhsoby, Amire80, Arian_Bozorg, mrephabricator, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Nikki, 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] T329167: Wikibase Repository: The collapse button in sitelinks view become invisible, overlapped by the sitelinks heading

2023-03-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T329167#8687793 , 
@gerritbot wrote:
  
  > Change 897906 had a related patch set uploaded (by Lucas Werkmeister 
(WMDE); author: Lucas Werkmeister (WMDE)):
  >
  > [mediawiki/extensions/Wikibase@master] Move sitelinks collapse toggle into 
heading using placeholder
  >
  > https://gerrit.wikimedia.org/r/897906
  
  This alternative implementation should now be ready, if we want to go with 
it. (It’s less code in Wikibase, and the MediaWiki core side was already 
merged.)

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

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

To: Winston_Sung, Lucas_Werkmeister_WMDE
Cc: JayanthMKV, karapayneWMDE, ItamarWMDE, Lydia_Pintscher, 
Lucas_Werkmeister_WMDE, Aklapper, Winston_Sung, ajaypediredla14, Themindcoder, 
Adamm71, Jainitbafna, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, AFZL210, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, Hook696, wiki-helenatxu, Kent7301, 
joker88john, Dinadineke, CucyNoiD, Klein, Nandana, Tks4Fish, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, tabish.shaikh91, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, JakeTheDeveloper, QZanden, merbst, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, xSavitar, Neuronton, Scott_WUaS, 
MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T329167: Wikibase Repository: The collapse button in sitelinks view become invisible, overlapped by the sitelinks heading

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 889973 **abandoned** by Lucas Werkmeister (WMDE):
  
  [mediawiki/extensions/Wikibase@master] Move sitelinks collapse toggle into 
heading
  
  Reason:
  
  
  
  https://gerrit.wikimedia.org/r/889973

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

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

To: Winston_Sung, gerritbot
Cc: JayanthMKV, karapayneWMDE, ItamarWMDE, Lydia_Pintscher, 
Lucas_Werkmeister_WMDE, Aklapper, Winston_Sung, ajaypediredla14, Themindcoder, 
Adamm71, Jainitbafna, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, AFZL210, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, Hook696, wiki-helenatxu, Kent7301, 
joker88john, Dinadineke, CucyNoiD, Klein, Nandana, Tks4Fish, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, tabish.shaikh91, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, JakeTheDeveloper, QZanden, merbst, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, xSavitar, Neuronton, Scott_WUaS, 
MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332715: (Originally doctoc generated) documentation ToCs aren't up to date

2023-03-23 Thread Arian_Bozorg
Arian_Bozorg added a project: wmde-wikidata-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread Michael
Michael added a comment.


  This will also need another update to 
`@wmde/eslint-config-wikimedia-typescript`: 
https://github.com/wmde/eslint-config-wikimedia-typescript/pull/19

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

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

To: Michael
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T332575: Chore: Update dependencies in Query Builder

2023-03-23 Thread gerritbot
gerritbot added a comment.


  Change 902130 had a related patch set uploaded (by Michael Große; author: 
Michael Große):
  
  [wikidata/query-builder@master] Make LibUp work by being flexible with 
Cypress browser
  
  https://gerrit.wikimedia.org/r/902130

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

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

To: Michael, gerritbot
Cc: karapayneWMDE, Aklapper, Michael, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 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] T165870: MUL - Submit button on Special:SetLabelDescriptionAliases is too wide on smaller screens

2023-03-23 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Hey @Nikki 👋🏻  The thing is that it is generally a good practice in interface 
design to both use short, clear labels for actions (to improve readability) and 
prevent button labels from breaking into more than one line (to improve 
legibility).
  
  This is why the OOUI button used here was implemented to actually keep its 
label from wrapping. So, improving the copy of the call to action to make it 
more succinct is actually the recommended and most efficient solution. Meaning: 
we would have to replace any copy or fix any layout that could cause the button 
to wrap if we let it, too.
  
  That being said, wrapping could be a better alternative than letting the 
button overflow (the interface looks less broken at least). So we might use 
that solution as a last resort in cases when modifying the copy or the layout 
were impossible. I'm not sure whether we're going to run into overflow again in 
this particular case, but I would rather reduce the copy to "Publish" if we 
suspect this is going to be an issue.

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

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

To: Sarai-WMDE
Cc: Lucas_Werkmeister_WMDE, karapayneWMDE, Michael, Lydia_Pintscher, Manuel, 
Sarai-WMDE, Nikki, Liuxinyu970226, PokestarFan, thiemowmde, Lucie, 
Sjoerddebruin, Aklapper, Astuthiodit_1, Prufkick, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Puik, _jensen, rosalieper, xSavitar, Envlh, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Tobias1984, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org