[Wikidata-bugs] [Maniphest] T362508: WDQS updater misbehaving in codfw

2024-04-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-04-18T22:31:40Z] 
 END (FAIL) - Cookbook sre.wdqs.data-transfer (exit_code=99) 
(T362508 , excessive lag) xfer 
wikidata from wdqs2022.codfw.wmnet -> wdqs2023.codfw.wmnet w/ force delete 
existing files, repooling both afterwards

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

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

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


[Wikidata-bugs] [Maniphest] T204460: Lexemes in Ottoman Turkish (ota) tagged as ltr text on special pages

2024-04-18 Thread Amire80
Amire80 added a project: RTL.
Restricted Application added a project: I18n.

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

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

To: Amire80
Cc: Nikki, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, MaryMunyoki, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, srishakatux, 
KimKelting, Muhammed4IT, LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Huji, Amire80, 
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] T348079: WMDE: Review stable code (hooks, mw object, undocumented) and mark (un)stable interfaces before 1.42.0

2024-04-18 Thread Jdlrobson
Jdlrobson added a comment.


  The frontend stable policy currently doesn't cover mw.config values. We 
already have cases where config variables are not always available e.g. on 
mobile wgCategories is notably absent, so I think code should be providing 
fallbacks or error handling when those don't exist. e.g. 
`mw.config.get('wgCategories', [] ) ` or `if  (mw.config.get('wgCategories') 
=== null ) return;`
  
  I think this would be a good thing to clarify in the policy - so would 
encourage you to propose text via the talk page 
(https://www.mediawiki.org/wiki/Talk:Stable_interface_policy/Frontend) that 
makes sense for your team relating to the lack of stability of config variables 
to make this clearer!

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

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

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


[Wikidata-bugs] [Maniphest] T348079: WMDE: Review stable code (hooks, mw object, undocumented) and mark (un)stable interfaces before 1.42.0

2024-04-18 Thread WMDE-leszek
WMDE-leszek added a comment.


  hello @Jdlrobson a random and likely silly question. It seems 
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/1019899 might 
do it/most of it, as wikibase puts most of its frontend stuff to own "global 
object" not to `mw`.
  Wikibase JS code does use quite a few "options" transferred from the backend 
via `mw.config` - I am not sure how it to interpret the policy in this regard. 
Should we actively mark wikibase's options that could be found in mw.config as 
options that gadget authors should not rely on? What'd be your advice on this?

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

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

To: WMDE-leszek
Cc: WMDE-Fisch, Jdforrester-WMF, WMDE-leszek, ItamarWMDE, thiemowmde, Aklapper, 
Jdlrobson, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, 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] T362508: WDQS updater misbehaving in codfw

2024-04-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-04-18T21:11:50Z] 
 START - Cookbook sre.wdqs.data-transfer (T362508 
, excessive lag) xfer wikidata from 
wdqs2022.codfw.wmnet -> wdqs2023.codfw.wmnet w/ force delete existing files, 
repooling both afterwards

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

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

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


[Wikidata-bugs] [Maniphest] T304945: Remove custom error responses (localization, several errors) from Wikibase APIs

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


  I guess this is almost a duplicate of T168365: Use new standard MediaWiki 
error reporting with Wikibase API  
and/or T168367: Disable custom error reporting in the API if new error format 
is requested.  – I hadn’t seen those 
tasks before.

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

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

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


[Wikidata-bugs] [Maniphest] T362508: WDQS updater misbehaving in codfw

2024-04-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-04-18T20:42:53Z] 
 END (PASS) - Cookbook sre.hosts.downtime (exit_code=0) for 
1:00:00 on wdqs2023.codfw.wmnet with reason: T362508 


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

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

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


[Wikidata-bugs] [Maniphest] T362508: WDQS updater misbehaving in codfw

2024-04-18 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2024-04-18T20:42:44Z] 
 START - Cookbook sre.hosts.downtime for 1:00:00 on 
wdqs2023.codfw.wmnet with reason: T362508 


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

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

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


[Wikidata-bugs] [Maniphest] T362920: Benchmark Blazegraph import with increased buffer capacity (and other factors)

2024-04-18 Thread dr0ptp4kt
dr0ptp4kt added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T362920: Benchmark Blazegraph import with increased buffer capacity (and other factors)

2024-04-18 Thread dr0ptp4kt
dr0ptp4kt renamed this task from "Benchmark Blazegraph import with increased 
buffer capacity" to "Benchmark Blazegraph import with increased buffer capacity 
(and other factors)".

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

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

To: dr0ptp4kt
Cc: Aklapper, dr0ptp4kt, AWesterinen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, KimKelting, merbst, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362920: Benchmark Blazegraph import with increased buffer capacity

2024-04-18 Thread dr0ptp4kt
dr0ptp4kt created this task.
dr0ptp4kt added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In T359062: Assess Wikidata dump import hardware 
 there's compelling evidence that 
increasing buffer capacity for import, that is to say updating 
RWStore.properties 

 for a value of `com.bigdata.rdf.sail.bufferCapacity=100`, leads to a 
material performance improvement, as observed on a gaming-class desktop.
  
  This task is to request that we soon verify on a WDQS node in the data 
center, preferably ahead of any further imports with changed graph split 
definitions.
  
  At this point it seems clear that CPU speed, disk speed, and the buffer 
capacity make a meaningful difference in import time.
  
  Proposed:
  
  Using the `scholarly_articles` split files, on wdqs2024, run imports as 
follows.
  
  1. With the CPU performance governor configuration applied as described in 
T336443#9726600  and with 
the existing default `RWStore.properties` configuration (which will have 
`com.bigdata.rdf.sail.bufferCapacity=10`, note this is 100_000). This will 
let us better understand for the R450 
 setup if the performance 
benefits for the performance governor configuration (sort of an analog of a 
faster processor like what we've seen with a gaming-class desktop) extend to 
this bulk ingestion routine. We could compare against results from 
T350465#9405888  .
  2. Then, still with the CPU performance governor configuration in place, 
using a RWStore.properties with a value of 
`com.bigdata.rdf.sail.bufferCapacity=100` (note this is 1_000_000). This 
will let us verify that for this hardware class the performance benefits are 
further extended.
  3. If and when a high speed NVMe is installed onto wdqs2024 (T361216), with 
both the CPU performance governor and higher buffer capacity pieces in place. 
This will let us verify that for this hardware class the performance benefits 
are even further extended.
  
  We had used wdqs**1**02**4** for the main graph ("non-scholarly") import 
before, and note the request here is to do the scholarly article graph import 
on wdqs202**4**. This is mainly because we have an NVMe request in flight for 
it.

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

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

To: dr0ptp4kt
Cc: Aklapper, dr0ptp4kt, AWesterinen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, KimKelting, merbst, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312097: [EPIC] MUL - Default values for labels and aliases

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

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

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

To: Manuel
Cc: TomT0m, Michael, Huntster, William_Avery, mrephabricator, Aklapper, Manuel, 
me, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, BeautifulBold, Suran38, 
karapayneWMDE, Invadibot, maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362919: MUL - Fix user experience issue for description in mul

2024-04-18 Thread Manuel
Manuel created this task.
Manuel added projects: Wikidata, Wikidata-Campsite.
Restricted Application added a project: Wikimedia-production-error.

TASK DESCRIPTION
  (UX still needs to prioritize this with Product)
  
  If you navigate via keyboard, it is still possible to tab to the description. 
At the same time it's difficult to see where the focus is (there's no cursor in 
the case of the description, because it's read-only and the only difference is 
the 1px underline changes colour a bit).
  
  **Notes**
  
  - Suggestion from Nikki: It would probably work better to add disabled and/or 
tabindex="-1" as well as readonly
  
  **Acceptance criteria**
  
  [ ]

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

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

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


[Wikidata-bugs] [Maniphest] T312097: [EPIC] MUL - Default values for labels and aliases

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

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

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

To: Manuel
Cc: TomT0m, Michael, Huntster, William_Avery, mrephabricator, Aklapper, Manuel, 
me, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, BeautifulBold, Suran38, 
karapayneWMDE, Invadibot, maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362917: MUL - Fix copy in Special:NewProperty

2024-04-18 Thread Manuel
Manuel created this task.
Manuel added projects: Wikidata, Wikidata-Campsite.

TASK DESCRIPTION
  https://test.wikidata.org/wiki/Special:NewProperty?lang=mul talks about doing 
things after creating an item even though this is the page for creating a 
property
  
  **Acceptance criteria**
  
  [ ] Copy is fixed to " Please provide a description in another language once 
the **Property** is created."

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

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

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


[Wikidata-bugs] [Maniphest] T312097: [EPIC] MUL - Default values for labels and aliases

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

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

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

To: Manuel
Cc: TomT0m, Michael, Huntster, William_Avery, mrephabricator, Aklapper, Manuel, 
me, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, BeautifulBold, Suran38, 
karapayneWMDE, Invadibot, maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362916: MUL - Option to filter out mul in Special:EntitiesWithoutLabel

2024-04-18 Thread Manuel
Manuel changed the subtype of this task from "Production Error" to "Task".
Restricted Application added a project: wmde-wikidata-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T362916: MUL - Option to filter out mul in Special:EntitiesWithoutLabel

2024-04-18 Thread Manuel
Manuel created this task.
Manuel added projects: Wikidata, Wikidata-Campsite.
Restricted Application added a project: Wikimedia-production-error.

TASK DESCRIPTION
  (still needs product decision)
  
  Maybe https://test.wikidata.org/wiki/Special:EntitiesWithoutLabel should have 
a checkbox to also filter out mul (right now entering en goes to a search for 
-haslabel:en).
  
  **Acceptance criteria**
  
  [ ] Special:EntitiesWithoutLabel has a checkbox to also filter out mul

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

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

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


[Wikidata-bugs] [Maniphest] T173626: Can links of Wiktionary on Other projects sidebar be handled by Cognate?

2024-04-18 Thread Dringsim
Dringsim closed this task as "Declined".

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

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

To: Dringsim
Cc: Dringsim, Danny_Benjafield_WMDE, Nemo_bis, Lea_Lacroix_WMDE, Aklapper, 
Stang, Liuxinyu970226, S8321414, Astuthiodit_1, karapayneWMDE, Jonathan5566, 
Invadibot, LaMagiaaa, Func, R4356th, RuiyuShen, maantietaja, ItamarWMDE, 
Akuckartz, Joye_Zhang, VulpesVulpes825, SunAfterRain, 94rain, Nandana, 
Hamishcn, KirkLU, Lahi, Gq86, BJ6123C7BTD, GoranSMilovanovic, lisong, 
Allthingsgo, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Htchien, 
Taiwania_Justo, Scott_WUaS, Thibaut120094, jberkel, Psychoslave, Fuzheado, 
Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, Lydia_Pintscher, 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] T173626: Can links of Wiktionary on Other projects sidebar be handled by Cognate?

2024-04-18 Thread Dringsim
Dringsim added a comment.


  Wiktionary deals with //words// while Wikipedia deals with //things// (see 
w:WP:NOTDICT 
 and 
wt:WT:WFW 
); pages 
with the same title on these two projects shouldn't be automatically connected.
  It's not good to link, for example:
  
  - wikt:zh:飘  (a Han character and a verb) 
to wp:zh:飘  (a novel),
  - wikt:zh:裂痕  (a common noun) to wp:zh:裂痕 
 (a movie), or
  - wikt:zh:壮志凌霄  (an idiom) to wp:zh:壮志凌霄 
 (a song).
  
  The three WP articles describe specific works of art, but titles of works are 
unlikely included in Wiktionary.
  Please manually place interwiki templates instead.

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

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

To: Dringsim
Cc: Dringsim, Danny_Benjafield_WMDE, Nemo_bis, Lea_Lacroix_WMDE, Aklapper, 
Stang, Liuxinyu970226, S8321414, Astuthiodit_1, karapayneWMDE, Jonathan5566, 
Invadibot, LaMagiaaa, Func, R4356th, RuiyuShen, maantietaja, ItamarWMDE, 
Akuckartz, Joye_Zhang, VulpesVulpes825, SunAfterRain, 94rain, Nandana, 
Hamishcn, KirkLU, Lahi, Gq86, BJ6123C7BTD, GoranSMilovanovic, lisong, 
Allthingsgo, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Htchien, 
Taiwania_Justo, Scott_WUaS, Thibaut120094, jberkel, Psychoslave, Fuzheado, 
Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, Lydia_Pintscher, 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] T362505: Failing Wikibase InfoAction tests block CI

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


  Change #1020204 **merged** by jenkins-bot:
  
  [mediawiki/extensions/FileImporter@master] Use upstream createNoOpMock in 
tests wherever possible
  
  https://gerrit.wikimedia.org/r/1020204

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

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

To: thiemowmde, gerritbot
Cc: hoo, Lucas_Werkmeister_WMDE, Lydia_Pintscher, thiemowmde, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Shliilh65, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Taiwania_Justo, Neuronton, 
Scott_WUaS, Wikidata-bugs, WMDE-Fisch, 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] T328387: Interface icons in Wikidata should scale based on the default font size

2024-04-18 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".
Sarai-WMDE claimed this task.
Sarai-WMDE added a comment.


  The patch was merged 🎉  Now most icons in Wikidata pages resize nicely if the 
base font size is modified 🔍  Thanks for the great contribution, @Nikki!

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

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

To: Sarai-WMDE
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Sarai-WMDE, Moebeus, Aklapper, 
Nikki, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
S8321414, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, bwang, Invadibot, Mooeena, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Dringsim, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, Orienteerix, KimKelting, 
LawExplorer, Flycatchr, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, 
Neuronton, Scott_WUaS, Volker_E, Izno, freephile, 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] T362878: Add type-aware and namespace-aware versions of the message searchmenu-new-nocreate to Wikibase and WikibaseLexeme

2024-04-18 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.
Restricted Application added a project: wmde-wikidata-tech.

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

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

To: Maintenance_bot
Cc: Amire80, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, MaryMunyoki, 
Prufkick, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
srishakatux, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T362878: Add type-aware and namespace-aware versions of the message searchmenu-new-nocreate to Wikibase and WikibaseLexeme

2024-04-18 Thread Amire80
Amire80 created this task.
Amire80 added projects: MediaWiki-extensions-WikibaseRepository, Wikidata 
Lexicographical data, Wikidata Analytics, I18n.

TASK DESCRIPTION
  The message `searchmenu-new-nocreate` is empty and ignored in core, to let 
other sites customize it.
  
  On wikidata.org, it's customized 
 in a way that 
shows specific strings depending on the namespace in which it's viewed, and 
transcludes translations made using locally translatable pages (using the 
Translate extension). It's a relatively good solution, because it allows all 
volunteer translators to contribute a complete localization. However, it has a 
couple of problems:
  
  1. Other sites that use Wikibase and WikibaseLexeme don't enjoy this. They 
either have to customize something of their own or copy the wikidata.org 
solution.
  2. These are essentially a part of the site's user interface, which are 
usually translated on translatewiki. Having to translate in several places is 
not so convenient, especially when there's no good reason to make the 
separation.
  
  It would be much better if the overriding messages for 
`searchmenu-new-nocreate` were in the Wikibase and WikibaseLexeme extensions, 
so that they could be translated in one place and all Wikibase users could 
enjoy them.

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

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

To: Amire80
Cc: Amire80, MaryMunyoki, Prufkick, ItamarWMDE, Akuckartz, lucamauri, Gq86, 
GoranSMilovanovic, Mahir256, srishakatux, KimKelting, Srdjan, MuhammadShuaib, 
LNDDYL, Psychoslave, Wikidata-bugs, Gryllida, Shizhao, Arrbee, 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] T356169: MUL - Phased rollout on Wikidata.org (Stage 1 of 3: Test release)

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

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

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

To: Arian_Bozorg, Manuel
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, 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] T312176: MUL - Phased rollout on Wikidata.org (Stage 3 of 3: Full release)

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

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

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

To: Manuel
Cc: Manuel, Aklapper, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, 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] T330281: MUL - Phased rollout on Wikidata.org (Stage 2 of 3: Initial limited release)

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

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

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

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


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

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

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

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

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

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed this task as "Resolved".
Arian_Bozorg moved this task from Product Verification to Done on the Wikidata 
Dev Team (Wikidata.org Slice) board.
Arian_Bozorg claimed this task.

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

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

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

To: Arian_Bozorg
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, 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] T135871: MUL - Language fallback not applied to item/property heading after editing terms

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed this task as "Resolved".
Arian_Bozorg moved this task from Product Verification to Done on the Wikidata 
Dev Team (Wikidata.org Slice) board.
Arian_Bozorg claimed this task.
Arian_Bozorg added a comment.


  This is working for me now :)
  
  Thanks so much

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

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

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

To: Arian_Bozorg
Cc: Arian_Bozorg, Sarai-WMDE, Lucas_Werkmeister_WMDE, Manuel, Jan_Dittrich, 
Lydia_Pintscher, daniel, Glorian_Yapinus, Nikki, Aklapper, Zppix, adrianheine, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Trngsh15, Biggs657, 
karapayneWMDE, Invadibot, Mengs21, maantietaja, Juan90264, Alter-paule, 
EgbeRef, Beast1978, ItamarWMDE, Un1tY, Vaibhav0199, Akuckartz, Hook696, 
Tinzawoo533, Kent7301, Onmir, joker88john, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Mh-3110, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, enigmaeth, rohitt, KimKelting, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Dixtosa, 
Wikidata-bugs, aude, Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312511: [Milestone] v1.0 of the `mul` language code (www.wikidata.org)

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed subtask T356169: MUL - Phased rollout on Wikidata.org 
(Stage 1 of 3: Test release) as "Resolved".

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

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

To: Manuel, Arian_Bozorg
Cc: Huntster, Aklapper, ChristianKl, Lydia_Pintscher, Amire80, jhsoby, Mbch331, 
Nikki, Shushugah, Epidosis, Ainali, So9q, Lucas_Werkmeister_WMDE, Moebeus, 
Ash_Crow, Mahir256, Esc3300, William_Avery, Winston_Sung, Abbe98, Naseweis520, 
dcausse, Manuel, Danny_Benjafield_WMDE, S8321414, mrephabricator, 
Astuthiodit_1, MaryMunyoki, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, srishakatux, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


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

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed subtask T135871: MUL - Language fallback not applied to 
item/property heading after editing terms as "Resolved".

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

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

To: Arian_Bozorg
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, 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] T76216: [Epic] Language fallback

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed subtask T135871: MUL - Language fallback not applied to 
item/property heading after editing terms as "Resolved".

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

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

To: Arian_Bozorg
Cc: Ricordisamoa, Aklapper, He7d3r, Liuxinyu970226, Lydia_Pintscher, me, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, BeautifulBold, Suran38, 
karapayneWMDE, Invadibot, maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T173626: Can links of Wiktionary on Other projects sidebar be handled by Cognate?

2024-04-18 Thread Danny_Benjafield_WMDE
Danny_Benjafield_WMDE added a comment.


  @Liuxinyu970226 as an interim solution, you could use :
  
  Template:Wiktionary 
  &
  Template:Wikipedia 

  
  to link the projects together. I have tried it for  zhwiki "灌水 
"
 and zhwiktionary "灌水 " and 
appears to work with a slight edit as the Wikipedia page title does not exactly 
match.

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

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

To: Danny_Benjafield_WMDE
Cc: Danny_Benjafield_WMDE, Nemo_bis, Lea_Lacroix_WMDE, Aklapper, Stang, 
Liuxinyu970226, S8321414, Astuthiodit_1, karapayneWMDE, Jonathan5566, 
Invadibot, LaMagiaaa, Func, R4356th, RuiyuShen, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Joye_Zhang, VulpesVulpes825, SunAfterRain, 94rain, 
Nandana, Hamishcn, KirkLU, Lahi, Gq86, BJ6123C7BTD, GoranSMilovanovic, lisong, 
Allthingsgo, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Htchien, 
Taiwania_Justo, Scott_WUaS, Thibaut120094, jberkel, Psychoslave, Fuzheado, 
Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, Lydia_Pintscher, 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] T360891: Wikibase Lua tracking sampling is broken

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


  Change #1021429 had a related patch set uploaded (by Hoo man; author: Hoo 
man):
  
  [mediawiki/extensions/Wikibase@master] Fix sampling of Lua function tracking
  
  https://gerrit.wikimedia.org/r/1021429

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

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

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


[Wikidata-bugs] [Maniphest] T362505: Failing Wikibase InfoAction tests block CI

2024-04-18 Thread thiemowmde
thiemowmde added a project: WMDE-TechWish-Sprint-2024-04-12.
thiemowmde claimed this task.
thiemowmde closed this task as "Resolved".

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

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

To: thiemowmde
Cc: hoo, Lucas_Werkmeister_WMDE, Lydia_Pintscher, thiemowmde, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Shliilh65, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Taiwania_Justo, Neuronton, 
Scott_WUaS, Wikidata-bugs, WMDE-Fisch, 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] T362004: [ES-M2]: Create new EntitySchema "expert"

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

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

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

To: ArthurTaylor, gerritbot
Cc: Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, S8321414, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
pdehaye, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, 
Gq86, Af420, Bsandipan, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, LawExplorer, Salgo60, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, 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] T362004: [ES-M2]: Create new EntitySchema "expert"

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


  Change #1021378 had a related patch set uploaded (by Arthur taylor; author: 
Arthur taylor):
  
  [mediawiki/extensions/EntitySchema@master] Add 'expert' for Entity-Schema 
typed properties
  
  https://gerrit.wikimedia.org/r/1021378

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

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

To: ArthurTaylor, gerritbot
Cc: Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, pdehaye, Nandana, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
KimKelting, 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] T356169: MUL - Phased rollout on Wikidata.org (Stage 1 of 3: Test release)

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg added a comment.


  Thanks so much, looks good! And ready for testing @Manuel

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

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

To: Arian_Bozorg
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, 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] T362849: [Analytics] Segments of Wikidata's data over time

2024-04-18 Thread Manuel
Manuel created this task.
Manuel added projects: Wikidata, Wikidata Analytics (Kanban).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Purpose
  ---
  
  As Wikidata Product Managers, we would like to understand how different 
segments of Wikidata's data developed over time, so we can inform our 
projections.
  
  Scope
  -
  
  - How did the number of Items of the following types develop over time?
- A) Items that contain a sitelink to one of the Wikimedia projects (e.g. 
about a notable person)
- B) Items that are connected to A (e.g. about the non-notable father of 
that person)
- C) All other Items
  
  Desired output
  --
  
  - Monthly stats of the number of Items in category A, B and C
  
  Acceptance criteria
  
  [ ] Current numbers for A, B and C to verify the approach
  [ ] Historic monthly data for A, B, and C
  [ ] Monthly data process to capture new data
  [ ] Public output of data in the form of a table (and ideally diagram)
  
  ---
  
  **Information below this point is filled out by the Wikidata Analytics team.**
  
  General Planning
  
  
  Information is filled out by the analytics product manager.
  
  Assignee Planning
  -
  
  Information is filled out by the assignee of this task.
  
  Estimation
  --
  
  Estimate: 
  Actual:
  
  Sub Tasks
  -
  
  Full breakdown of the steps to complete this task:
  
  [ ] subtask
  
  Data to be used
  ---
  
  See Analytics/Data_Lake 
 for the breakdown of 
the data lake databases and tables.
  
  The following tables will be referenced in this task:
  
  - link_to_table
  
  Notes and Questions
  ---
  
  Things that came up during the completion of this task, questions to be 
answered and follow up tasks:
  
  - Note

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

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

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


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

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed subtask T356201: MUL - Language fallback not applied to 
placeholders after editing terms as "Resolved".

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

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

To: Arian_Bozorg
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Arian_Bozorg, Aklapper, Manuel, 
Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, S8321414, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, KimKelting, 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] T356201: MUL - Language fallback not applied to placeholders after editing terms

2024-04-18 Thread Arian_Bozorg
Arian_Bozorg closed this task as "Resolved".
Arian_Bozorg claimed this task.
Arian_Bozorg added a comment.


  Looks good to me! Thank you :)

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

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

To: Arian_Bozorg
Cc: Arian_Bozorg, ArthurTaylor, hoo, Manuel, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, S8321414, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, KimKelting, 
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] T362004: [ES-M2]: Create new EntitySchema "expert"

2024-04-18 Thread ArthurTaylor
ArthurTaylor claimed this task.
ArthurTaylor edited projects, added Wikidata Dev Team (Wikidata.org Slice); 
removed Wikidata Dev Team.

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

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

To: ArthurTaylor
Cc: Aklapper, Arian_Bozorg, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, pdehaye, Nandana, 
Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, YULdigitalpreservation, 
KimKelting, 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] T362007: [ES-M2]: Investigate why the ‘type’ is not shown for EntitySchema-valued statements in the Lua Debug Console

2024-04-18 Thread ArthurTaylor
ArthurTaylor moved this task from Ready for Peer Review to Done on the Wikidata 
Dev Team (Wikidata.org Slice) board.
ArthurTaylor closed this task as "Resolved".

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

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

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

To: ArthurTaylor
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 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] T362007: [ES-M2]: Investigate why the ‘type’ is not shown for EntitySchema-valued statements in the Lua Debug Console

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


  Looks good - thank you!

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

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

To: ArthurTaylor
Cc: ArthurTaylor, Lucas_Werkmeister_WMDE, Aklapper, Arian_Bozorg, 
Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, pdehaye, Nandana, Lahi, Gq86, Andrawaag, 
GoranSMilovanovic, QZanden, YULdigitalpreservation, KimKelting, 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] T362000: [SW] [ES-M2]: [EPIC] Continue development of PoC EntitySchema patch

2024-04-18 Thread ArthurTaylor
ArthurTaylor closed subtask T362007: [ES-M2]: Investigate why the ‘type’ is not 
shown for EntitySchema-valued statements in the Lua Debug Console as 
"Resolved".

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

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

To: ArthurTaylor
Cc: WMDE-leszek, Arian_Bozorg, Aklapper, Danny_Benjafield_WMDE, S8321414, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
pdehaye, Nandana, Lahi, Gq86, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, KimKelting, 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