[Wikidata-bugs] [Maniphest] T303831: Productionize Wikidata subgraph analysis

2022-07-12 Thread EBernhardson
EBernhardson added a comment.


  All dags are now enabled and have completed at least one full execution of 
each dag.
  
  - Increased partition count on map_subgraph_queries to 2048, the largest 
shuffle is ~600GB and this gets the per-executor work down into the desired 
256-512M range.
  - Increased executor memory on map_subgraph_queries from 8g to 12g. Many 
executors were red with >10% of time spent in GC. This often leads to 
intermittent failures that increase when data sizes increase, 12g appears to 
keep most executors out of the red state.
  - Seeing intermittent failures in map_subgraph_queries, usually internal 
spark retries manage to work through it but have seen failures that roll up to 
the airflow retry level. We might want to increase the timeout waiting on 
shufle server if it persists.  Potentially spark addressed this issue in 3.0 
with https://issues.apache.org/jira/browse/SPARK-24355
  - Mentioned to analytics team that we have a few new high-resource jobs 
running. These jobs are all in the `sequential` pool so it shouldn't cause any 
downstream issues, but seems appropriate to let them know.
  - Switched SubgraphQueryMapper from coalesce to repartition. Same reasoning 
as in the weekly dag, the final jobs were giving OOM's and allowing those to 
compute with the full partition count allows it to complete, at the expense of 
requiring an additional shuffle.
  - Removed `wiki=wikidata` from the sparql event partition specification in 
subgraph_and_query_metrics. There is no wiki column in this table, rather it is 
limited to wdqs (TODO: is that true? Can wcqs end up in here?) which is 
implicitly limited to wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T303831: Productionize Wikidata subgraph analysis

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813334 **merged** by jenkins-bot:
  
  [wikimedia/discovery/analytics@master] subgraph_and_query_metrics: Drop wiki 
from sparql event partition spec
  
  https://gerrit.wikimedia.org/r/813334

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

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

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


[Wikidata-bugs] [Maniphest] T312904: Add monolingual language code ser

2022-07-12 Thread RealityBites
RealityBites created this task.
RealityBites added projects: Wikidata, Language codes.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Please add the language code `ser` to the list of language codes supported 
for monolingual text values.
  
  - Language name in Serrano: Maarrênga'twich
  - Language name in English: Serrano
  - Language script: latin
  - Where and when the language was or is used: spoken by the Serrano people of 
Southern California
  - The Wikidata item id: Q48784518 

  - Wikipedia article: Serrano language 

  - Endangered Languages record: Serrano (aka Maara'yam püvüravk, Serran, 
Kitanemuk) 
  
  Thank you!
  
  - RealityBites

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

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

To: RealityBites
Cc: RealityBites, Aklapper, 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] T303831: Productionize Wikidata subgraph analysis

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813334 had a related patch set uploaded (by Ebernhardson; author: 
Ebernhardson):
  
  [wikimedia/discovery/analytics@master] subgraph_and_query_metrics: Drop wiki 
from sparql event partition spec
  
  https://gerrit.wikimedia.org/r/813334

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

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

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


[Wikidata-bugs] [Maniphest] T310255: PHPUnit failure in various extensions: Wikimedia\Rdbms\DBConnectionError: Cannot access the database: Access denied for user 'wikiuser'@'localhost' to database 'ce

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813304 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [integration/config@master] jjb: [wkibase-kind-docker] Pass Wikibase 
directory to phpunit
  
  https://gerrit.wikimedia.org/r/813304

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

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

To: gerritbot
Cc: matmarex, Nikerabbit, ngkountas, Jakob_WMDE, Lucas_Werkmeister_WMDE, 
kostajh, Krinkle, Aklapper, Physikerwelt, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, Zabe, Universal_Omega, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
CptViraj, taavi, Kent7301, joker88john, DannyS712, wildly_boy, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Maosef, QZanden, LawExplorer, Lewizho99, 
Maathavan, Debenben, _jensen, rosalieper, Neuronton, Scott_WUaS, Izno, 
Wong128hk, thcipriani, Wikidata-bugs, Snowolf, aude, fredw, Pkra, scfc, 
Jdforrester-WMF, Mbch331, Jay8g, hashar
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T255566: Figure out why LexemeEditEntityTest::testGivenInvalidDataInClearRequest_errorIsReported is throwing an Exception/logging an error with AbuseFilter enabled

2022-07-12 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: kostajh, Addshore, Lucas_Werkmeister_WMDE, Aklapper, Michael, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
darthmon_wmde, Rosalie_WMDE, 94rain, DannyS712, Nandana, Lahi, Gq86, Daimona, 
GoranSMilovanovic, ihojose, Mahir256, QZanden, LawExplorer, Litanwei, JJMC89, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Izno, Wong128hk, Verdy_p, Nirmos, 
Wikidata-bugs, aude, Nullzero, Huji, Dinoguy1000, Billinghurst, 
Jdforrester-WMF, Jackmcbarn, Mbch331, Jay8g, Hellket777, 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] T246232: Bad Wikidata query format in DatabaseTermInLangIdsResolver::selectTermsViaJoin

2022-07-12 Thread Addshore
Addshore closed subtask T251286: Investigate restricting the ability to create 
sql queries with bad patterns in mediawiki as "Resolved".

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

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

To: Ladsgroup, Addshore
Cc: Michael, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Marostegui, Ladsgroup, 
jcrespo, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, Hazizibinmahdi, 
ItamarWMDE, Akuckartz, Iflorez, PatsagornY, alaa_wmde, Nandana, jijiki, 
Klaas_Z4us_V, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, elukey, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 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] T251286: Investigate restricting the ability to create sql queries with bad patterns in mediawiki

2022-07-12 Thread Addshore
Addshore closed this task as "Resolved".
Addshore claimed this task.

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

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

To: Addshore
Cc: eprodromou, jcrespo, Ladsgroup, Marostegui, Aklapper, Addshore, 
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
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T251286: Investigate restricting the ability to create sql queries with bad patterns in mediawiki

2022-07-12 Thread Ladsgroup
Ladsgroup added a comment.


  SelectQueryBuilder doesn't allow this. So I guess we can consider this done? 
I know select() is still heavily used but at least new usages shouldn't use it.

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

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

To: Ladsgroup
Cc: eprodromou, jcrespo, Ladsgroup, Marostegui, Aklapper, Addshore, 
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
___
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] Enable language code mul on Wikidata

2022-07-12 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: Aklapper, Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312097: [EPIC] Enable language code mul on Wikidata

2022-07-12 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: Aklapper, Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Feature Request".

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

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

To: Manuel
Cc: William_Cheselden, Manuel, karapayneWMDE, Dexxor, CennoxX, Tagishsimon, 
Pokechu22, ExE-Boss, Ameisenigel, amy_rc, Mohammed_Sadat_WMDE, Bugreporter, 
Lea_Lacroix_WMDE, Taylor, Lucas_Werkmeister_WMDE, Addshore, MSGJ, 
Simon_Villeneuve, ChristianKl, Eugene, seav, kaldari, Naseweis520, Fuzheado, 
ItamarWMDE, Ladsgroup, DemonDays64, DannyS712, JAnD, Hsarrazin, deryckchan, 
agray, MisterSynergy, Liuxinyu970226, Delasse, Jheald, Aklapper, 
Lydia_Pintscher, Astuthiodit_1, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T309445: INVESTIGATION: Terms storage missing most item labels after merge, resulting in item IDs being shown

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Trying something slightly different. I think the Still Life with Pie and 
Silver Ewer 
,
 inspected previously (T309445#8055711 
), is too confusing to be of 
much further use in its broken state; therefore, I decided to purge it. An API 
purge with `forcelinkupdate` set successfully fixed all the terms of the item:
  
MariaDB [wikidatawiki]> SELECT wbit_item_id, wbit_term_in_lang_id, 
wby_name, wbtl_text_in_lang_id, wbxl_id FROM wbt_item_terms LEFT JOIN 
wbt_term_in_lang ON wbit_term_in_lang_id = wbtl_id LEFT JOIN wbt_type ON 
wbtl_type_id = wby_id LEFT JOIN wbt_text_in_lang ON wbtl_text_in_lang_id = 
wbxl_id LEFT JOIN wbt_text ON wbxl_text_id = wbx_id WHERE wbit_item_id IN 
(17524323) AND wbxl_id IS NULL;
Empty set (0.002 sec)
  
  And the partial rows from before seem to have been properly cleaned up as 
well, there is no trace left of either the term_in_lang IDs or the text_in_lang 
ID:
  
MariaDB [wikidatawiki]> SELECT wbtl_id, wby_name, wbtl_text_in_lang_id, 
wbxl_id FROM wbt_term_in_lang LEFT JOIN wbt_type ON wbtl_type_id = wby_id LEFT 
JOIN wbt_text_in_lang ON wbtl_text_in_lang_id = wbxl_id LEFT JOIN wbt_text ON 
wbxl_text_id = wbx_id WHERE wbtl_id IN (906991069, 957282069);
Empty set (0.001 sec)

MariaDB [wikidatawiki]> SELECT * FROM wbt_term_in_lang WHERE 
wbtl_text_in_lang_id = 228497807;
Empty set (0.001 sec)
  
  So I think one thing I //am// confident to say (for a change!) is that **a 
purge with links update fixes the issue**; and I extrapolate from this that **a 
subsequent edit probably fixes the issue as well**. (Note: on other wikis, a 
“purge with links update” is equivalent to a “null edit”, but you can’t null 
edit an item. Also, a “UI purge”, via `?action=purge` in the normal URL, does 
not include a links update, and will not fix the issue.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, karapayneWMDE, Addshore, Manuel, Lucas_Werkmeister_WMDE, 
Aklapper, Moebeus, Astuthiodit_1, Invadibot, Universal_Omega, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] T255566: Figure out why LexemeEditEntityTest::testGivenInvalidDataInClearRequest_errorIsReported is throwing an Exception/logging an error with AbuseFilter enabled

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813265 **abandoned** by Kosta Harlan:
  
  [mediawiki/extensions/WikibaseLexeme@master] phpunit: Remove setNullLogger
  
  Reason:
  
  
  
  https://gerrit.wikimedia.org/r/813265

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

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

To: gerritbot
Cc: kostajh, Addshore, Lucas_Werkmeister_WMDE, Aklapper, Michael, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Rosalie_WMDE, Kent7301, joker88john, 94rain, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Daimona, 
GoranSMilovanovic, ihojose, Mahir256, QZanden, LawExplorer, Litanwei, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 
Scott_WUaS, Izno, Wong128hk, Verdy_p, Nirmos, Wikidata-bugs, aude, Nullzero, 
Huji, Dinoguy1000, Billinghurst, Jdforrester-WMF, Jackmcbarn, 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] T309445: INVESTIGATION: Terms storage missing most item labels after merge, resulting in item IDs being shown

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T309445#8055711 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Also, mysteriously, the “schedule deleteTermsOfEntity” log message seems to 
be missing – not just for this merge, but in general, there are no instances of 
this message after midnight UTC yesterday/today. (The last instances before 
then were at 23:57 UTC, so the cutoff is suspiciously close to midnight – see 
Logstash of this message four hours before+after midnight 
.)
  
  This is still happening – the “schedule deleteTermsOfEntity” log messages 
vanished starting on the 6th of July and haven’t come back since then. Logstash 

  F35315354: image.png 
  I don’t know what to make of this. It looks like the code still runs, in that 
redirects get their term_in_langs deleted.
  
  ---
  
  Found another merge, 3 turn 
.
 The English alias’ text_in_lang is gone from the term store:
  
MariaDB [wikidatawiki]> SELECT wbit_item_id, wbit_term_in_lang_id, 
wby_name, wbtl_text_in_lang_id, wbxl_id FROM wbt_item_terms LEFT JOIN 
wbt_term_in_lang ON wbit_term_in_lang_id = wbtl_id LEFT JOIN wbt_type ON 
wbtl_type_id = wby_id LEFT JOIN wbt_text_in_lang ON wbtl_text_in_lang_id = 
wbxl_id LEFT JOIN wbt_text ON wbxl_text_id = wbx_id WHERE wbit_item_id IN 
(3945846) AND wbxl_id IS NULL;

+--+--+--+--+-+
| wbit_item_id | wbit_term_in_lang_id | wby_name | wbtl_text_in_lang_id | 
wbxl_id |

+--+--+--+--+-+
|  3945846 |960876949 | alias|955984243 |   
 NULL |

+--+--+--+--+-+
1 row in set (0.006 sec)
  
  Logstash board 
: only 19 
messages this time. Note that the merged item (history 
) had had 
an English label and description added to it right before it was merged into 
the other item. (The other item conveniently didn’t receive any edits 
immediately before or after the merge.) The two separate edits happened at :00 
and :01, whereas the merge took place after :27:
  
MariaDB [wikidatawiki]> SELECT rev_timestamp FROM revision WHERE rev_page = 
(SELECT page_id FROM page WHERE page_namespace = 0 AND page_title = 
'Q20918681') ORDER BY rev_timestamp DESC;
++
| rev_timestamp  |
++
| 20220712152628 |
| 20220712152628 |
| 20220712152627 |
| 20220712152601 |
| 20220712152600 |
| 20181023231241 |
| 20181023231235 |
| 20150906094514 |
++
8 rows in set (0.001 sec)
  
  Also, we’re again dealing with an extra API request to clear the item, due to 
a description conflict. There are four request IDs in logstash (note that jobs 
have the same request ID as the request that triggered them), which I’ll give 
nicknames so I can refer to them below:
  
  - “addlabel”: request ID `7a16bb17-58ed-48db-9cb6-1ada9c7cfe49` – added the 
English label
  - “adddescription”: request ID `dd5ec054-d8db-4f92-b6ed-687fa76dd039` – added 
the English description
  - “mergeitems”: request ID `4ba56d96-123d-4047-b6b0-f01142c42e60` – tried to 
merge one item into the other, added the data to the target item, but did not 
redirect the source item due to the description conflict
  - “clearitem”: request ID `8ff656c2-dfa9-4112-8bdd-74682b150486` – cleared 
the source item (removing the conflicting English description) to prepare it 
for being redirected to the target item
  
  I assume there must have been a fifth request, “createredirect”, but its 
“schedule deleteTermsOfEntity” message did not get logged, and so there’s no 
trace of it in the `WikibaseTerms` channel.
  
  The timeline of the log messages is:
  
  - 15:26:01.032, “addlabel”: schedule saveTermsOfEntity for Q20918681
  - 15:26:01.076, “addlabel”: run saveTermsOfEntity for Q20918681 (2 labels, 0 
descriptions, 0 aliases)
  - 15:26:01.478, “adddescription”: schedule saveTermsOfEntity for Q20918681
  - 15:26:01.498, “adddescription”: run saveTermsOfEntity for Q20918681 (2 
labels, 1 description, 0 aliases)
  - 15:26:27.764, “mergeitems”: schedule saveTermsOfEntity for Q20918681
  - 15:26:27.961, “mergeitems”: run saveTermsOfEntity for Q20918681 (0 labels, 
1 description, 0 aliases)
  - 15:26:27.969, “mergeitems”: schedule CleanTermsIfUnusedJob for Q20918681 
(term_in_lang 56239649)
  - 15:26:27.981, “mergeitems”: schedule CleanTermsIfUnusedJob for Q20918681 
(term_in_lang 960876926)

[Wikidata-bugs] [Maniphest] T255566: Figure out why LexemeEditEntityTest::testGivenInvalidDataInClearRequest_errorIsReported is throwing an Exception/logging an error with AbuseFilter enabled

2022-07-12 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: kostajh, Addshore, Lucas_Werkmeister_WMDE, Aklapper, Michael, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Rosalie_WMDE, Kent7301, joker88john, 94rain, DannyS712, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Daimona, 
GoranSMilovanovic, ihojose, Mahir256, QZanden, LawExplorer, Litanwei, 
Lewizho99, JJMC89, Maathavan, _jensen, rosalieper, Bodhisattwa, Neuronton, 
Scott_WUaS, Izno, Wong128hk, Verdy_p, Nirmos, Wikidata-bugs, aude, Nullzero, 
Huji, Dinoguy1000, Billinghurst, Jdforrester-WMF, Jackmcbarn, 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] T255566: Figure out why LexemeEditEntityTest::testGivenInvalidDataInClearRequest_errorIsReported is throwing an Exception/logging an error with AbuseFilter enabled

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813265 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [mediawiki/extensions/WikibaseLexeme@master] phpunit: Remove setNullLogger
  
  https://gerrit.wikimedia.org/r/813265

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

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

To: gerritbot
Cc: kostajh, Addshore, Lucas_Werkmeister_WMDE, Aklapper, Michael, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
darthmon_wmde, Rosalie_WMDE, 94rain, DannyS712, Nandana, Lahi, Gq86, Daimona, 
GoranSMilovanovic, ihojose, Mahir256, QZanden, LawExplorer, Litanwei, JJMC89, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, Izno, Wong128hk, Verdy_p, Nirmos, 
Wikidata-bugs, aude, Nullzero, Huji, Dinoguy1000, Billinghurst, 
Jdforrester-WMF, Jackmcbarn, 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] T300059: Improve the Wikidata fallback chain

2022-07-12 Thread Manuel
Manuel updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T236593: Cannot enter multiple forms for the same language variant

2022-07-12 Thread AGutman-WMF
AGutman-WMF added a comment.


  I believe the current situation, where multiple forms are added to account 
for spelling variations goes against the spirit of the lexicographical data 
model, and in particular the idea that there should be exactly one form for 
each combination of grammatical features 
.
 Therefore I think it is important to unblock this situation, and I think my 
proposal is a simple way to go forward.
  
  @mxn @Fnielsen @jhsoby @Ijon @daniel do you mind to chime in regarding this?

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

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

To: AGutman-WMF
Cc: C933103, AGutman-WMF, mxn, So9q, Ijon, daniel, Asaf, Mahir256, Danmichaelo, 
Fnielsen, Lucas_Werkmeister_WMDE, Denny, Lydia_Pintscher, jeblad, jhsoby, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Bodhisattwa, 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] T260853: TypeError from Wikibase: Argument 1 passed to extractForeignIdStringSpecialNs() must implement interface MediaWiki\Linker\LinkTarget, null given, called in repo/in

2022-07-12 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: toan, Maintenance_bot
Cc: Addshore, Agusbou2015, mmodell, Michael, Tacsipacsi, Aklapper, 
Astuthiodit_1, karapayneWMDE, toberto, Invadibot, maantietaja, FRomeo_WMF, 
Mohammed_Sadat_WMDE, CBogen, ItamarWMDE, Nintendofan885, Akuckartz, 
darthmon_wmde, Rosalie_WMDE, Nandana, JKSTNK, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Regisrob, _jensen, rosalieper, 
Scott_WUaS, Verdy_p, Fuzheado, Wikidata-bugs, aude, Daniel_Mietchen, 
Ricordisamoa, Lydia_Pintscher, Jdforrester-WMF, Mbch331, Jay8g, Hellket777, 
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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Krinkle, kostajh, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
Universal_Omega, maantietaja, ItamarWMDE, Akuckartz, DannyS712, Nandana, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jdforrester-WMF, Mbch331, 
Hellket777, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813240 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] 
HtmlPageLinkRendererEndHookHandlerTest: Populate interwiki table
  
  https://gerrit.wikimedia.org/r/813240

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

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

To: gerritbot
Cc: Krinkle, kostajh, Aklapper, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, 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] T260853: TypeError from Wikibase: Argument 1 passed to extractForeignIdStringSpecialNs() must implement interface MediaWiki\Linker\LinkTarget, null given, called in repo/in

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813240 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] 
HtmlPageLinkRendererEndHookHandlerTest: Populate interwiki table
  
  https://gerrit.wikimedia.org/r/813240

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

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

To: toan, gerritbot
Cc: Addshore, Agusbou2015, mmodell, Michael, Tacsipacsi, Aklapper, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, toberto, Invadibot, maantietaja, 
FRomeo_WMF, Juan90264, Mohammed_Sadat_WMDE, Alter-paule, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Nintendofan885, Akuckartz, Hook696, darthmon_wmde, 
Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, JKSTNK, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, Regisrob, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Verdy_p, Fuzheado, Wikidata-bugs, 
aude, Daniel_Mietchen, Ricordisamoa, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.39-notes (1.39.0-wmf.21; 2022-07-18).

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

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

To: ReleaseTaggerBot
Cc: Krinkle, kostajh, Aklapper, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 804552 **merged** by jenkins-bot:
  
  [mediawiki/extensions/VisualEditor@master] ApiVisualEditorTest: Set Database 
annotation and $tablesUsed
  
  https://gerrit.wikimedia.org/r/804552

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

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

To: gerritbot
Cc: Krinkle, kostajh, Aklapper, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, Gaboe420, lucamauri, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Krinkle, kostajh, Aklapper, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, DannyS712, 
CucyNoiD, Nandana, Gaboe420, lucamauri, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 804552 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [mediawiki/extensions/VisualEditor@master] ApiVisualEditorTest: Set Database 
annotation and $tablesUsed
  
  https://gerrit.wikimedia.org/r/804552

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

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

To: gerritbot
Cc: Krinkle, kostajh, Aklapper, Hellket777, 786, Biggs657, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, DannyS712, CucyNoiD, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, 
Gq86, Af420, Bsandipan, Lewizho99, Maathavan, Neuronton, Wikidata-bugs, 
Jdforrester-WMF
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T260853: TypeError from Wikibase: Argument 1 passed to extractForeignIdStringSpecialNs() must implement interface MediaWiki\Linker\LinkTarget, null given, called in repo/in

2022-07-12 Thread gerritbot
gerritbot added a comment.
Restricted Application added a project: Structured-Data-Backlog.


  Change 813240 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [mediawiki/extensions/Wikibase@master] 
HtmlPageLinkRendererEndHookHandlerTest: Populate interwiki table
  
  https://gerrit.wikimedia.org/r/813240

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

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

To: toan, gerritbot
Cc: Addshore, Agusbou2015, mmodell, Michael, Tacsipacsi, Aklapper, 
Astuthiodit_1, karapayneWMDE, toberto, Invadibot, maantietaja, FRomeo_WMF, 
Mohammed_Sadat_WMDE, CBogen, ItamarWMDE, Nintendofan885, Akuckartz, 
darthmon_wmde, Rosalie_WMDE, Nandana, JKSTNK, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Regisrob, _jensen, rosalieper, 
Scott_WUaS, Verdy_p, Fuzheado, Wikidata-bugs, aude, Daniel_Mietchen, 
Ricordisamoa, 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] T260853: TypeError from Wikibase: Argument 1 passed to extractForeignIdStringSpecialNs() must implement interface MediaWiki\Linker\LinkTarget, null given, called in repo/in

2022-07-12 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: toan, gerritbot
Cc: Addshore, Agusbou2015, mmodell, Michael, Tacsipacsi, Aklapper, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, toberto, Invadibot, maantietaja, 
FRomeo_WMF, Juan90264, Mohammed_Sadat_WMDE, Alter-paule, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Nintendofan885, Akuckartz, Hook696, darthmon_wmde, 
Rosalie_WMDE, Kent7301, joker88john, CucyNoiD, Nandana, JKSTNK, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, Regisrob, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Verdy_p, Fuzheado, Wikidata-bugs, 
aude, Daniel_Mietchen, Ricordisamoa, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: kostajh, Aklapper, Hellket777, 786, Biggs657, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
DannyS712, CucyNoiD, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Gq86, Af420, 
Bsandipan, Lewizho99, Maathavan, Neuronton, Wikidata-bugs, Jdforrester-WMF
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813240 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [mediawiki/extensions/Wikibase@master] 
HtmlPageLinkRendererEndHookHandlerTest: Populate interwiki table
  
  https://gerrit.wikimedia.org/r/813240

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

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

To: gerritbot
Cc: kostajh, Aklapper, ItamarWMDE, Akuckartz, DannyS712, lucamauri, Gq86, 
Wikidata-bugs, Jdforrester-WMF
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312853: Use the new language Item search profile in new-lexeme-special-page.git

2022-07-12 Thread Michael
Michael created this task.
Michael added projects: Special:NewLexeme revival, Wikidata Lexicographical 
data, Wikidata.

TASK DESCRIPTION
  As part of T307869  a new search 
profile for language Items was created and a new optional `profile` parameter 
was added to the `wbsearchentities` API endpoint.
  
  For the users of Special:NewLexemeAlpha to actually benefit from these 
improved results, we need to make use of that new parameter in our API call.
  
  NOTE: Actually merging the PR for this task should probably wait on 
https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/806930
  
  **Acceptance criteria**
  
  [ ] The search API call for Items in the LanguageInput uses the new 
`profile=language` parameter
  [ ] The submodule-commit in WikibaseLexeme.git as bumped to include this 
functionality
  [ ] This is available on beta Wikidata 
 and does not 
cause errors there

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

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

To: Michael
Cc: Michael, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T312851: Enable reporting of mismatches of qualifier values

2022-07-12 Thread jmkeil
jmkeil created this task.
jmkeil added projects: Mismatch Finder, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Feature summary** (what you would like to be able to do and where):
  
  I would like to to provide mismatches on values of a qualifier at the 
mismatch finder.
  
  **Use case(s)** (list the steps that you performed to discover that problem, 
and describe the actual underlying problem which you want to solve. Do not 
describe only a solution):
  
  Some statement qualifiers also contain values relevant for comparison with 
other data-sources. However, these values are not explicitly addressable with 
the statement_guid and property_id as the namespace 
`http://www.wikidata.org/prop/statement/` is assumed for the property. If one 
could e.g. explicitly use state another namespace, qualifier values could get 
addresses.
  
  **Benefits** (why should this be implemented?):
  
  This would allow to report errors in qualifiers.

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

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

To: jmkeil
Cc: Lydia_Pintscher, jmkeil, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, Mattia_Capozzi_WMDE, 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] T312849: PHPUnit dataProviders access the main DB, not the cloned database

2022-07-12 Thread kostajh
kostajh created this task.
kostajh added projects: MediaWiki-Core-Tests, 
MediaWiki-extensions-WikibaseRepository.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Seen while debugging test failures for 
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/813209.
  
  Modify 
`extensions/Wikibase/repo/tests/phpunit/includes/Hooks/HtmlPageLinkRendererEndHookHandlerTest.php`
 to query user names for your wiki. You'd expect to just see `UTSysop`, but 
instead the full list of user names on your local wiki is output: `php 
tests/phpunit/phpunit.php 
extensions/Wikibase/repo/tests/phpunit/includes/Hooks/HtmlPageLinkRendererEndHookHandlerTest.php
 --filter=testExtractForeignIdString`
  
newInstance() );
$output = $wrapper->extractForeignIdString( $linkTarget );
$this->assertSame( $expectedOutput, $output );
}

public function linkTargetProvider() {
$db = wfGetDB( DB_PRIMARY );
$selectQuery = new SelectQueryBuilder( $db );
$result = $selectQuery
->table( 'user' )
->field( 'user_name' )
->fetchFieldValues();
var_dump( $result );
return [
'NS=MAIN, title=null' => [ Title::makeTitle( NS_MAIN, null ), 
null ], // T260853
'NS=SPECIAL, title=null' => [ Title::makeTitle( NS_SPECIAL, 
null ), null ],
'NS=SPECIAL, title=EntityPage/Q123' => [ 
Title::newFromTextThrow( 'Special:EntityPage/Q123' ), 'Q123' ],
// One of the defaults from MediaWiki's 
maintenance/interwiki.list (but not Wikidata, as this might be the local test 
wiki name)
'NS=MAIN, title=Special:EntityPage/Q123' => [ 
Title::newFromTextThrow( 'metawikimedia:Special:EntityPage/Q123' ), 'Q123' ],
];
}
  
  Note that with https://gerrit.wikimedia.org/r/c/mediawiki/core/+/813209, 
access to the main DB is prevented, and the `interwiki` table is empty, which 
is why the test fails.

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

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

To: kostajh
Cc: kostajh, Aklapper, ItamarWMDE, Akuckartz, DannyS712, lucamauri, Gq86, 
Wikidata-bugs, Jdforrester-WMF
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T231476: Termbox (v2) does not map nonstandard language codes to standard ones for HTML

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Nope, different thing.

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

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

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


[Wikidata-bugs] [Maniphest] T285156: Add termbox language code mul

2022-07-12 Thread Manuel
Manuel edited projects, added Wikidata-Campsite; removed Wikidata-Campsite 
(Team A Hearth 🏰🔥).

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

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

To: Manuel
Cc: dcausse, Naseweis520, Abbe98, Winston_Sung, William_Avery, Esc3300, 
Mahir256, Ash_Crow, Moebeus, Lucas_Werkmeister_WMDE, So9q, Ainali, Epidosis, 
Shushugah, Manuel, Nikki, Mbch331, jhsoby, Amire80, Lydia_Pintscher, 
ChristianKl, Aklapper, mrephabricator, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, 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] T312845: [Process] Add new language codes to Wikidata

2022-07-12 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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, 
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] T312197: can be deleted

2022-07-12 Thread Manuel
Manuel renamed this task from "[EPIC] Fix Wikidata sitelink updates after 
client wiki page move" to "can be deleted".
Manuel closed this task as "Invalid".
Manuel removed projects: Wikidata-Campsite, Epic, Wikidata.
Manuel updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T231476: Termbox (v2) does not map nonstandard language codes to standard ones for HTML

2022-07-12 Thread Manuel
Manuel added a comment.


  @Lucas_Werkmeister_WMDE Is this maybe somehow related to T312231: Language 
fallback not working on Wikidata's mobile termbox 
?

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

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

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


[Wikidata-bugs] [Maniphest] T253192: Replace the term "snak" with a more common word

2022-07-12 Thread Manuel
Manuel moved this task from Needs Wikidata PM Work to DMZ on the 
Wikidata-Campsite board.
Restricted Application added a project: wdwb-tech.

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

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

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

To: Manuel
Cc: Lydia_Pintscher, Addshore, Aklapper, Raymond, Astuthiodit_1, Prufkick, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, 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] T268689: Lexeme language code allows both upper and lowercase qids in -x-qid syntax

2022-07-12 Thread Manuel
Manuel added a comment.


  Thank you, @Michael, for pointing this out! That was actually the original 
intention of my AC. What we then added during sprint planning could also be 
read differently, so I fixed it!

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

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

To: Manuel
Cc: Michael, Manuel, ItamarWMDE, Esc3300, Lydia_Pintscher, 
Lucas_Werkmeister_WMDE, Nikki, mrephabricator, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T268689: Lexeme language code allows both upper and lowercase qids in -x-qid syntax

2022-07-12 Thread Manuel
Manuel updated the task description.

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

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

To: Manuel
Cc: Michael, Manuel, ItamarWMDE, Esc3300, Lydia_Pintscher, 
Lucas_Werkmeister_WMDE, Nikki, mrephabricator, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T312231: Language fallback not working on Wikidata's mobile termbox

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".
Manuel added a comment.


  I am not sure if we ever had this, so this could also turn out to be a 
feature request. xD

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

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

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


[Wikidata-bugs] [Maniphest] T135871: Language fallback not applied to item/property heading after editing terms

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".

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

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

To: Manuel
Cc: Manuel, Jan_Dittrich, Lydia_Pintscher, daniel, Glorian_Yapinus, Nikki, 
Aklapper, Zppix, adrianheine, Astuthiodit_1, Trngsh15, karapayneWMDE, 
Invadibot, Mengs21, maantietaja, EgbeRef, ItamarWMDE, Vaibhav0199, Akuckartz, 
Tinzawoo533, Onmir, DannyS712, Nandana, lucamauri, Mh-3110, Yahya, 
Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
enigmaeth, rohitt, LawExplorer, _jensen, rosalieper, 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] T312109: Search for haslabel:mul does not show results on Wikidata

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".

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

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

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


[Wikidata-bugs] [Maniphest] T312107: Inline search on Wikidata is unable to find mul labels and aliases

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".

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

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

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


[Wikidata-bugs] [Maniphest] T311626: Language name of mul language (“multiple languages”) inconsistently used in termboxes

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".

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

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

To: Manuel
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, 
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] T311617: Wikibase classic termbox (entity terms view) sometimes reorders user babel languages

2022-07-12 Thread Manuel
Manuel changed the subtype of this task from "Task" to "Bug Report".

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

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

To: Manuel
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 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] T312097: [EPIC] Enable language code mul on Wikidata

2022-07-12 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: Aklapper, Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T114577: [Task] Move PopulateInterwiki into MediaWiki (core)

2022-07-12 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.39-notes (1.39.0-wmf.21; 2022-07-18).

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

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

To: aude, ReleaseTaggerBot
Cc: gerritbot, Addshore, daniel, aude, Aklapper, hoo, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, Universal_Omega, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, 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] T281342: Migrate EntityRevisionLookup to service container

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I just tested the following diffs on mwdebug1002:
  
  name=Wikibase.git
diff --git a/client/WikibaseClient.entitytypes.php 
b/client/WikibaseClient.entitytypes.php
index d3f5ddc8d5..f4705c2287 100644
--- a/client/WikibaseClient.entitytypes.php
+++ b/client/WikibaseClient.entitytypes.php
@@ -40,8 +40,6 @@
'property' => [
Def::PREFETCHING_TERM_LOOKUP_CALLBACK => function ( 
DatabaseEntitySource $entitySource ) {
$mwServices = MediaWikiServices::getInstance();
-   $entitySourceServices = 
WikibaseClient::getSingleEntitySourceServicesFactory( $mwServices )
-   ->getServicesForSource( $entitySource );
 
$cacheSecret = hash( 'sha256', 
$mwServices->getMainConfig()->get( 'SecretKey' ) );
$bagOStuff = $mwServices->getLocalServerObjectCache();
@@ -69,7 +67,7 @@
]
);
$redirectResolvingRevisionLookup = new 
RedirectResolvingLatestRevisionLookup(
-   $entitySourceServices->getEntityRevisionLookup()
+   WikibaseClient::getStore( $mwServices 
)->getEntityRevisionLookup()
);
 
return new CachingPrefetchingTermLookup(
diff --git a/repo/WikibaseRepo.entitytypes.php 
b/repo/WikibaseRepo.entitytypes.php
index c8c2d11bf2..6480726d4c 100644
--- a/repo/WikibaseRepo.entitytypes.php
+++ b/repo/WikibaseRepo.entitytypes.php
@@ -464,8 +464,6 @@
},
Def::PREFETCHING_TERM_LOOKUP_CALLBACK => function ( 
DatabaseEntitySource $entitySource ) {
$mwServices = MediaWikiServices::getInstance();
-   $entitySourceServices = 
WikibaseRepo::getSingleEntitySourceServicesFactory( $mwServices )
-   ->getServicesForSource( $entitySource );
 
$cacheSecret = hash( 'sha256', 
$mwServices->getMainConfig()->get( 'SecretKey' ) );
$bagOStuff = $mwServices->getLocalServerObjectCache();
@@ -493,7 +491,7 @@
]
);
$redirectResolvingRevisionLookup = new 
RedirectResolvingLatestRevisionLookup(
-   $entitySourceServices->getEntityRevisionLookup()
+   WikibaseRepo::getEntityRevisionLookup( 
$mwServices )
);
 
return new CachingPrefetchingTermLookup(
  
  
  
  name=WikibaseMediaInfo.git
diff --git a/WikibaseMediaInfo.entitytypes.php 
b/WikibaseMediaInfo.entitytypes.php
index 4b8e98e96f..779a90468b 100644
--- a/WikibaseMediaInfo.entitytypes.php
+++ b/WikibaseMediaInfo.entitytypes.php
@@ -320,10 +320,7 @@
);
},
Def::PREFETCHING_TERM_LOOKUP_CALLBACK => static function ( 
EntitySource $entitySource ) {
-   $services = 
WikibaseRepo::getSingleEntitySourceServicesFactory()
-   ->getServicesForSource( $entitySource );
-
-   return new MediaInfoPrefetchingTermLookup( 
$services->getEntityRevisionLookup() );
+   return new MediaInfoPrefetchingTermLookup( 
WikibaseRepo::getEntityRevisionLookup() );
},
Def::ENTITY_ID_LOOKUP_CALLBACK => static function () {
return MediaInfoServices::getMediaInfoIdLookup();
  
  And as far as I can tell, everything worked fine; there aren’t any unusual 
messages in the mwdebug logstash either. I think we can really just add the 
`EntityRevisionLookup` to the client service container (just like the repo one: 
get it from the Store service), use that instead of the one from the 
`$entitySourceServices`, then see how much of the 
`SingleEntitySourceServicesFactory` that lets us remove.

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

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

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


[Wikidata-bugs] [Maniphest] T312097: [EPIC] Enable language code mul on Wikidata

2022-07-12 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: Aklapper, Manuel, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T114577: [Task] Move PopulateInterwiki into MediaWiki (core)

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 812079 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] client: Remove populateInterwiki.php
  
  https://gerrit.wikimedia.org/r/812079

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

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

To: aude, gerritbot
Cc: gerritbot, Addshore, daniel, aude, Aklapper, hoo, Hellket777, 
Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, 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] T143486: In some cases, moving or deleting pages on a client wiki does not result in sitelink updates / removal on Wikidata.

2022-07-12 Thread MisterSynergy
MisterSynergy added a comment.


  Status update: In the past days, I have removed deleted sitelinks for the 
"easy" cases where the reason is relatively obivous. This has reduced the 
number of open cases from ~60k to ~6k (i.e. 90% reduction). Findings:
  
  - Around 6k cases resulted from "move without redirect" scenarios on client 
wikis. This is much less than what I anticipated earlier, yet still a 
substantial amount.
  - Around 40k cases resulted from scenarios where the user batch-deleted 
plenty of pages on the client wiki at a high rate, either by using Special:Nuke 
or a custom deletion bot script. Since admins on client wikis usually enjoy 
noratelimit priviledges on the client wiki but not on Wikidata, this causes 
ratelimit issues when removing the sitelinks from Wikidata items. Since this is 
by far the most important reason why a deleted page might remain as a sitelink 
on the Wikidata item, it might be valuable to consider optimizations for this 
scenario.
  - Another 8k "deleted sitelinks" where not actually deleted, but their 
namespaces where renamed (on srwikinews and lmowiki only). I have simply 
updated the sitelinks so that this is not an issue any longer. There are more 
such cases waiting for a fix within the remaining 6k cases.
  
  Within the next days, I will have a look at the remaining "deleted sitelinks" 
in order to fix them as well. I will also set up a bot task that executes 
regularly, in order to keep the backlog short.

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

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

To: MisterSynergy
Cc: Manuel, MisterSynergy, Mike_Peel, Bencemac, ARR8, abian, Nikki, 
matej_suchanek, Lydia_Pintscher, NicoScribe, Ladsgroup, PokestarFan, 
ArthurPSmith, Liuxinyu970226, Izno, hoo, Aklapper, Esc3300, 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] T213803: [Tracking] Request for new constraint types

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata data quality and trust.

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

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

To: Lydia_Pintscher
Cc: Jony, Lectrician1, Eihel, Esc3300, Aklapper, Lucas_Werkmeister_WMDE, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nickleh, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T312658: Show Labels from redirected Languages/LexicalCategories?

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher removed Lydia_Pintscher as the assignee of this task.

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

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

To: Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Michael, Lydia_Pintscher, Hellket777, 
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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312231: Language fallback not working on Wikidata's mobile termbox

2022-07-12 Thread karapayneWMDE
karapayneWMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T312231: Language fallback not working on Wikidata's mobile termbox

2022-07-12 Thread karapayneWMDE
karapayneWMDE set the point value for this task to "8".

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

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

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


[Wikidata-bugs] [Maniphest] T135871: Language fallback not applied to item/property heading after editing terms

2022-07-12 Thread karapayneWMDE
karapayneWMDE updated the task description.
karapayneWMDE set the point value for this task to "8".

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

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

To: karapayneWMDE
Cc: Manuel, Jan_Dittrich, Lydia_Pintscher, daniel, Glorian_Yapinus, Nikki, 
Aklapper, Zppix, adrianheine, Astuthiodit_1, Trngsh15, karapayneWMDE, 
Invadibot, Mengs21, maantietaja, EgbeRef, ItamarWMDE, Vaibhav0199, Akuckartz, 
Tinzawoo533, Onmir, DannyS712, Nandana, lucamauri, Mh-3110, Yahya, 
Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
enigmaeth, rohitt, LawExplorer, _jensen, rosalieper, 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] T312791: Implement FallbackLabelDescriptionLookup that supports federated properties

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from To Do to Peer Review on the 
Special:NewLexeme revival (Special:NewLexeme revival - sprint 11) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Tarrow, Michael, Lucas_Werkmeister_WMDE, Hellket777, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312791: Implement FallbackLabelDescriptionLookup that supports federated properties

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813212 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Use 
FallbackLabelDescriptionLookupFactory in property entity types
  
  https://gerrit.wikimedia.org/r/813212

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

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

To: gerritbot
Cc: Tarrow, Michael, Lucas_Werkmeister_WMDE, Hellket777, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813212 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Use 
FallbackLabelDescriptionLookupFactory in property entity types
  
  https://gerrit.wikimedia.org/r/813212

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312791: Implement FallbackLabelDescriptionLookup that supports federated properties

2022-07-12 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Tarrow, Michael, Lucas_Werkmeister_WMDE, Hellket777, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312791: Implement FallbackLabelDescriptionLookup that supports federated properties

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813211 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Introduce 
DispatchingFallbackLabelDescriptionLookup
  
  https://gerrit.wikimedia.org/r/813211

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

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

To: gerritbot
Cc: Tarrow, Michael, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T312231: Language fallback not working on Wikidata's mobile termbox

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Termbox.

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

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

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


[Wikidata-bugs] [Maniphest] T312109: Search for haslabel:mul does not show results on Wikidata

2022-07-12 Thread karapayneWMDE
karapayneWMDE updated the task description.
karapayneWMDE set the point value for this task to "8".

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

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

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


[Wikidata-bugs] [Maniphest] T310255: PHPUnit failure in various extensions: Wikimedia\Rdbms\DBConnectionError: Cannot access the database: Access denied for user 'wikiuser'@'localhost' to database 'ce

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813209 had a related patch set uploaded (by Kosta Harlan; author: 
Kosta Harlan):
  
  [mediawiki/core@master] phpunit: Add Integration/Unit bootstrap files
  
  https://gerrit.wikimedia.org/r/813209

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

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

To: gerritbot
Cc: matmarex, Nikerabbit, ngkountas, Jakob_WMDE, Lucas_Werkmeister_WMDE, 
kostajh, Krinkle, Aklapper, Physikerwelt, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, Zabe, Universal_Omega, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
CptViraj, taavi, Kent7301, joker88john, DannyS712, wildly_boy, CucyNoiD, 
Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Maosef, QZanden, LawExplorer, Lewizho99, 
Maathavan, Debenben, _jensen, rosalieper, Neuronton, Scott_WUaS, Izno, 
Wong128hk, thcipriani, Wikidata-bugs, Snowolf, aude, fredw, Pkra, scfc, 
Jdforrester-WMF, Mbch331, Jay8g, hashar
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T311626: Language name of mul language (“multiple languages”) inconsistently used in termboxes

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Termbox.

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

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

To: Lydia_Pintscher
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, 
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] T312109: Search for haslabel:mul does not show results on Wikidata

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a project: CirrusSearch.
Restricted Application added a project: Discovery-Search.

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

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

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


[Wikidata-bugs] [Maniphest] T312107: Inline search on Wikidata is unable to find mul labels and aliases

2022-07-12 Thread karapayneWMDE
karapayneWMDE set the point value for this task to "8".

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

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

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


[Wikidata-bugs] [Maniphest] T311626: Language name of mul language (“multiple languages”) inconsistently used in termboxes

2022-07-12 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  potentially related: T261851  and 
T262836 

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

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

To: Lydia_Pintscher
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 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] T311626: Language name of mul language (“multiple languages”) inconsistently used in termboxes

2022-07-12 Thread karapayneWMDE
karapayneWMDE set the point value for this task to "8".

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

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

To: karapayneWMDE
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 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] T311617: Wikibase classic termbox (entity terms view) sometimes reorders user babel languages

2022-07-12 Thread karapayneWMDE
karapayneWMDE updated the task description.
karapayneWMDE set the point value for this task to "8".

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

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

To: karapayneWMDE
Cc: Manuel, Lydia_Pintscher, Aklapper, Lucas_Werkmeister_WMDE, 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] T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used

2022-07-12 Thread karapayneWMDE
karapayneWMDE set the point value for this task to "13".

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

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

To: karapayneWMDE
Cc: William_Cheselden, Manuel, karapayneWMDE, Dexxor, CennoxX, Tagishsimon, 
Pokechu22, ExE-Boss, Ameisenigel, amy_rc, Mohammed_Sadat_WMDE, Bugreporter, 
Lea_Lacroix_WMDE, Taylor, Lucas_Werkmeister_WMDE, Addshore, MSGJ, 
Simon_Villeneuve, ChristianKl, Eugene, seav, kaldari, Naseweis520, Fuzheado, 
ItamarWMDE, Ladsgroup, DemonDays64, DannyS712, JAnD, Hsarrazin, deryckchan, 
agray, MisterSynergy, Liuxinyu970226, Delasse, Jheald, Aklapper, 
Lydia_Pintscher, Astuthiodit_1, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312837: [INVESTIGATION] Explore feasibility of exposing Wikibase traits indivdually to companion extensions

2022-07-12 Thread karapayneWMDE
karapayneWMDE moved this task from Incoming to Sprint-♾ on the Wikidata Dev 
Team board.
karapayneWMDE edited projects, added Wikidata Dev Team (Sprint-♾); removed 
Wikidata Dev Team.

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

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

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

To: karapayneWMDE
Cc: Aklapper, karapayneWMDE, Michael, ItamarWMDE, Astuthiodit_1, Invadibot, 
maantietaja, 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] T312837: [INVESTIGATION] Explore feasibility of exposing Wikibase traits indivdually to companion extensions

2022-07-12 Thread ItamarWMDE
ItamarWMDE created this task.
ItamarWMDE added projects: wmde-wikidata-tech, Wikidata Dev Team, Wikidata, 
Shape Expressions.

TASK DESCRIPTION
  How feasible would it be to expose various traits individually (such as 
denotable and addressable), to companion extensions to Wikibase (i.e. 
EntitySchema)?

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

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

To: ItamarWMDE
Cc: Aklapper, karapayneWMDE, Michael, ItamarWMDE, Astuthiodit_1, Invadibot, 
maantietaja, 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] T306016: Enable new Special:NewLexeme page in production (in parallel to the current page)

2022-07-12 Thread karapayneWMDE
karapayneWMDE moved this task from Unified prioritized backlog to Sprint-♾ on 
the Wikidata Dev Team board.
karapayneWMDE edited projects, added Wikidata Dev Team (Sprint-♾); removed 
Wikidata Dev Team.

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

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

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

To: karapayneWMDE
Cc: Manuel, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T306016: Enable new Special:NewLexeme page in production (in parallel to the current page)

2022-07-12 Thread karapayneWMDE
karapayneWMDE set the point value for this task to "2".

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

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

To: karapayneWMDE
Cc: Manuel, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T312836: Namespaces for Wikidata are not conveniently translatable

2022-07-12 Thread Amire80
Amire80 created this task.
Amire80 added projects: MediaWiki-extensions-WikibaseRepository, Wikidata 
Lexicographical data, Shape Expressions, Wikidata, I18n.
Restricted Application added a project: wdwb-tech.

TASK DESCRIPTION
  There are several special namespaces in Wikidata, and none of them is 
conveniently translatable. What's worse, each of them is hard to translate for 
different reasons.
  
  Item and Property
  =
  
  In English, the namespace tab in the main space is shown as "Item". That's 
because nstab-main was manually set to "Item" in the MediaWiki space.
  
  This isn't good. In most other languages, the tab is called "Page", the 
default translation of nstab-main. In a few languages, it was translated by 
administrators 
,
 but it's not the right way to do it.
  
  All the same is true for the Property space.
  
  Both namespaces and their associated talk spaces can be translated in 
repo/Wikibase.i18n.namespaces.php. They are translated there to Hebrew, for 
example, and the names could be used as tab titles, but they aren't.
  
  Perhaps it would be better to make it translatable in translatewiki, because 
translating this file requires using Git, which most translators are not going 
to do. But at least using the file would be better than translating in the 
MediaWiki on Wikidata.org.
  
  EntitySchema
  
  
  This extension doesn't even have an .i18n.namespaces file. The tab title is 
translated to some languages locally 
,
 but it's bad.
  
  The names for the EntitySchema and EntitySchema talk spaces appear to be 
defined in extension.json, only in English. Adding a 
EntitySchema.i18n.namespaces.php file, and //actually using// the translations 
there or making nstab-entityschema and nstab-entityschema_talk would be great.
  
  Lexeme
  ==
  
  The Lexeme namespace name appears to be hard-coded in 
src/WikibaseLexemeHooks.php, and not easily translatable in a PHP file or in 
translatewiki. The tab title is translated to some languages locally 
,
 but it's bad.
  
  A solution similar to what is suggested for EntitySchema would be good.

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

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

To: Amire80
Cc: Amire80, Astuthiodit_1, Prufkick, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, SCIdude, Akuckartz, pdehaye, Nandana, lucamauri, Lahi, Gq86, 
Andrawaag, GoranSMilovanovic, Mahir256, QZanden, YULdigitalpreservation, 
LawExplorer, Salgo60, _jensen, rosalieper, Bodhisattwa, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, MisterSynergy, abian, Wikidata-bugs, aude, 
Gryllida, Shizhao, Lydia_Pintscher, 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] T278962: Allow redirects and the target article as independent sitelinks if redirect badge is used

2022-07-12 Thread Manuel
Manuel lowered the priority of this task from "High" to "Medium".

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

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

To: Manuel
Cc: William_Cheselden, Manuel, karapayneWMDE, Dexxor, CennoxX, Tagishsimon, 
Pokechu22, ExE-Boss, Ameisenigel, amy_rc, Mohammed_Sadat_WMDE, Bugreporter, 
Lea_Lacroix_WMDE, Taylor, Lucas_Werkmeister_WMDE, Addshore, MSGJ, 
Simon_Villeneuve, ChristianKl, Eugene, seav, kaldari, Naseweis520, Fuzheado, 
ItamarWMDE, Ladsgroup, DemonDays64, DannyS712, JAnD, Hsarrazin, deryckchan, 
agray, MisterSynergy, Liuxinyu970226, Delasse, Jheald, Aklapper, 
Lydia_Pintscher, Astuthiodit_1, Invadibot, maantietaja, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T305032: Lexeme pages do not show labels of redirected Items (unlike Item pages)

2022-07-12 Thread Manuel
Manuel triaged this task as "Medium" priority.

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

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

To: Lucas_Werkmeister_WMDE, Manuel
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Hellket777, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T311410: Append `.index` to tracking namespace in wikibase.queryService.ui.App

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team.

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

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

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


[Wikidata-bugs] [Maniphest] T312224: Remove LanguageFallbackLabelDescriptionLookupFactory

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: karapayneWMDE
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T312791: Implement FallbackLabelDescriptionLookup that supports federated properties

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: karapayneWMDE
Cc: Tarrow, Michael, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Bodhisattwa, 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] T306016: Enable new Special:NewLexeme page in production (in parallel to the current page)

2022-07-12 Thread Manuel
Manuel triaged this task as "High" priority.

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

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

To: Manuel
Cc: Manuel, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Bodhisattwa, 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] T307869: Request for new search profile for Wikidata that boosts Items for languages

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: Lucas_Werkmeister_WMDE, karapayneWMDE
Cc: Lea_WMDE, Evelien_WMDE, ItamarWMDE, dcausse, Lucas_Werkmeister_WMDE, 
MPhamWMF, Aklapper, Lydia_Pintscher, Hellket777, Astuthiodit_1, 
Nikospappas1312, 786, Biggs657, karapayneWMDE, Invadibot, Universal_Omega, 
maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
EBjune, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 
Neuronton, Scott_WUaS, Wikidata-bugs, aude, Gryllida, 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] T304793: Get metrics on usage of Entity Schemas

2022-07-12 Thread Manuel
Manuel triaged this task as "High" priority.

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

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

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


[Wikidata-bugs] [Maniphest] T309445: INVESTIGATION: Terms storage missing most item labels after merge, resulting in item IDs being shown

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: Lucas_Werkmeister_WMDE, karapayneWMDE
Cc: Lydia_Pintscher, karapayneWMDE, Addshore, Manuel, Lucas_Werkmeister_WMDE, 
Aklapper, Moebeus, Astuthiodit_1, Invadibot, Universal_Omega, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, lucamauri, 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] T305032: Lexeme pages do not show labels of redirected Items (unlike Item pages)

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: Lucas_Werkmeister_WMDE, karapayneWMDE
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Hellket777, 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, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T311410: Append `.index` to tracking namespace in wikibase.queryService.ui.App

2022-07-12 Thread Manuel
Manuel triaged this task as "Low" priority.

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

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

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


[Wikidata-bugs] [Maniphest] T304793: Get metrics on usage of Entity Schemas

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

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


[Wikidata-bugs] [Maniphest] T239208: Lexemes: Grammatical form can render as `[object Object]`

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: guergana.tzatchkova, karapayneWMDE
Cc: Volker_E, Jdforrester-WMF, matmarex, jhsoby, thiemowmde, Nikki, DannyS712, 
Hellket777, 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, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T312223: Use FallbackLabelDescriptionLookupFactory in code

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: Lucas_Werkmeister_WMDE, karapayneWMDE
Cc: Lydia_Pintscher, Lucas_Werkmeister_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Bodhisattwa, 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] T303317: Show word-level diff on textual fields in Wikibase diffs

2022-07-12 Thread karapayneWMDE
karapayneWMDE added a project: Wikidata Dev Team (Sprint-♾).

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

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

To: Lucas_Werkmeister_WMDE, karapayneWMDE
Cc: Lucas_Werkmeister_WMDE, noarave, Stang, Lydia_Pintscher, Manuel, Addshore, 
ItamarWMDE, Aklapper, Tacsipacsi, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, Universal_Omega, 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] T213803: [Tracking] Request for new constraint types

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a subtask: T312826: Add "only applies to class" 
and/or "does not apply to class" constraint qualifier.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jony, Lectrician1, Eihel, Esc3300, Aklapper, Lucas_Werkmeister_WMDE, 
Lydia_Pintscher, Lea_Lacroix_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nickleh, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 
Scott_WUaS, abian, 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] T312826: Add "only applies to class" and/or "does not apply to class" constraint qualifier

2022-07-12 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE removed a parent task: T213803: [Tracking] Request for 
new constraint types.

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

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

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


[Wikidata-bugs] [Maniphest] T303831: Productionize Wikidata subgraph analysis

2022-07-12 Thread gerritbot
gerritbot added a comment.


  Change 813190 **merged** by jenkins-bot:
  
  [wikimedia/discovery/analytics@master] subgraph_and_query_mapping: Increase 
memory to 12g, use repartition
  
  https://gerrit.wikimedia.org/r/813190

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

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

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