[Wikidata-bugs] [Maniphest] T321214: Mismatch Finder formats random values using unrelated labels if they look like item IDs

2022-10-19 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, 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] T311506: [INVESTIGATION] Investigate flaky Mismatch Finder browser tests

2022-10-19 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  The listed examples have in common that they fail when visiting a page after 
logging in the user:
  
$browser->loginAs(User::factory()->create())
->visit(new ResultsPage($mismatch->item_id))

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

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

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


[Wikidata-bugs] [Maniphest] T321173: Mismatch Finder: Parse and format date values when displaying mismatches

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The issue with only doing this for date values is that we have no idea what 
the value type is when we load the mismatch, we don’t store that information in 
the database… I can think of a few approaches:
  
  1. Before parsing the value, ask the API for the data type of the property of 
the mismatch. (This should be batched, and cached as well.) Only parse+format 
mismatches for properties with data type “time”.
  2. Parse all values. (We send the property ID as part of the parse request, 
so Wikidata can look up the real data type.) When we have the values, we can 
check which of them have the data type “time”, and format only those.
  3. Parse and format all values.
  
  Version 3 might be a nice feature in general, but it would also require some 
UI changes (we couldn’t make the value itself link to the Wikidata statement in 
that case, that link would have to go somewhere else). Version 1 is probably 
the best approach.
  
  No matter which approach we go for: it should also let us solve T321214 
 at the same time (which is also due 
to Mismatch Finder not knowing what the data type is).

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

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

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


[Wikidata-bugs] [Maniphest] T311506: [INVESTIGATION] Investigate flaky Mismatch Finder browser tests

2022-10-19 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

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

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

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


[Wikidata-bugs] [Maniphest] T221767: What do queries in the new schema look like?

2022-10-19 Thread Carlinmack
Carlinmack added a comment.


  That documentation link has rotted, I can't figure out where the new page is 
but would be good to set up a redirect as many links point to that page

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

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

To: Addshore, Carlinmack
Cc: Carlinmack, Addshore, Jony, Mahir256, Mholloway, Aklapper, alaa_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] T297274: Mismatch finder results double-escape angle brackets in labels

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I guess this must be due to how WikibaseAPIClient::getLabels() 

 is implemented:
  
// The code below was added due to the fact that wbformatentities only
// returns labels formatted as html links, however we only require the
// label text. Therefore, we extract the text from the links.
->map('strip_tags')
  
  `strip_tags` won’t unescape the contents of the tags.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, 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] T311696: Extend Readme with section about updating dependencies in wmde/new-lexeme-special-page

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Doing to Peer Review on the 
Wikidata Dev Team (Sprint-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  https://github.com/wmde/new-lexeme-special-page/pull/308

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

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

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

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


[Wikidata-bugs] [Maniphest] T311696: Extend Readme with section about updating dependencies in wmde/new-lexeme-special-page

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

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

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

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

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


[Wikidata-bugs] [Maniphest] T317682: Make new Vector search navigate to search result URL when selecting search result using keyboard

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T317682#8285551 , 
@phuedx wrote:
  
  > In T317682#8285303 , 
@Jdlrobson wrote:
  >
  >>> Are we also changing MediaWiki searchSuggest behavior (“legacy search”) 
to do the same thing?
  >>
  >> I don't know who would be the right person to ask. I think legacy Vector 
is becoming less important as we roll out desktop improvements. I don't think 
the web team particularly cares. Suggest not changing it until someone asks and 
maybe pinging a few product analytics folks (maybe in the shared Slack 
channel?) ?
  >
  > Definitely reach out to Product Analytics and the Search Platform teams.
  
  @phuedx can you maybe reach out to those teams (and maybe also ask about 
decommissioning)? I don’t think I’m in the right Slack channels for that.
  
  In T317682#8254889 , 
@phuedx wrote:
  
  > In T317682#8251384 , 
@Jdlrobson wrote:
  >
  >> Regarding the instrumentation, tracking these as a submit event instead of 
a click also seems a bug, so that sounds fine to me.
  >
  > Seconded! However, it is consistent with the instrumentation for the 
non-Vue search treatment … This behaviour will need to be corrected in both 
instruments so that the corresponding datasets are still comparable.
  
  If I’m not mistaken, the “old search” side of this tracking happens in this 
code 

 – that looks like we could change it to log either “click” or “submit” 
depending on the `data.action`, without actually changing the behavior (to 
reduce the amount of required changes). Does that sound okay?

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

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

To: Lucas_Werkmeister_WMDE
Cc: EBernhardson, ItamarWMDE, dcausse, Gehel, Jdlrobson, Catrope, AnneT, 
jhsoby, Aklapper, Michael, Lucas_Werkmeister_WMDE, phuedx, hnijhuis, Jersione, 
Hellket777, NHillard-WMF, LisafBia6531, Astuthiodit_1, STH, 786, Biggs657, 
Patafisik_WMF, karapayneWMDE, Invadibot, MPhamWMF, Selby, Universal_Omega, 
maantietaja, Juan90264, Alter-paule, NavinRizwi, Beast1978, CBogen, Un1tY, 
Akuckartz, Demian, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Xover, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
JJMC89, Maathavan, Iniquity, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Volker_E, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T320940: Wikidata Entities are getting too big

2022-10-19 Thread Manuel
Manuel added a comment.


  While this does not solve the immediate issue I have some thoughts about the 
underlying problem (based on looking through Special:LongPages 
):
  
  - most of the size seems to come from ordered lists
  - most of the longest Items seem to be
- lists of authors (scientific papers)
- all kinds of lists of data points
  
  Don't we have something like a tabular data type that is more suited to lists 
of data points? Externalizing this into tables seems like a good solution for 
lists of data points conceptually. It's likely just a question of making 
external tables more queriable etc to make this work in practice as well.
  
  This is different for authors and other connected Items. If we put them in a 
list, we would likely lose some information in the graph. But maybe there is 
still a more efficient way to do this. As this seems relevant for only 
relatively few Items, I guess I could also live with a workaround as a solution 
here (like e.g. having to splitting up big Item lists into separate Items).

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

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

To: Manuel
Cc: Manuel, Lydia_Pintscher, ItamarWMDE, Aklapper, Michael, 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] T321180: wikibase.entityselector.search hook does not handle pagination

2022-10-19 Thread Nikki
Nikki created this task.
Nikki added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The wikibase.entityselector.search hook does not handle pagination at all, 
which makes it difficult to use for improving search results.
  
  The hook is only fired after the initial search, not when clicking "more", so 
the following only logs `data` once for a given search, no matter how many 
times you click "more":
  
mw.hook("wikibase.entityselector.search").add(function (data, addPromise) { 
console.log(data); });
  
  Suggestions added via the promise do not get paginated, so the following 
shows between 20 and 27 results (the 20 results added via the promise plus the 
original results):
  
var suggestions = [
{ id: "Q1" },{ id: "Q2" },{ id: "Q3" },{ id: "Q4" },
{ id: "Q5" },{ id: "Q6" },{ id: "Q7" },{ id: "Q8" },
{ id: "Q9" },{ id: "Q10" },{ id: "Q11" },{ id: "Q12" },
{ id: "Q13" },{ id: "Q14" },{ id: "Q15" },{ id: "Q16" },
{ id: "Q17" },{ id: "Q18" },{ id: "Q19" },{ id: "Q20" }
];
mw.hook("wikibase.entityselector.search").add(function (data, addPromise) { 
addPromise(suggestions); });
  
  Suggestions added via the promise do not override results added after 
clicking "more", so the following does not override "River (given name)" in the 
second set of results when searching for "river":
  
mw.hook("wikibase.entityselector.search").add(function (data, addPromise) { 
addPromise([{ id: "Q66103377", label: "custom result" }]); });

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

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

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


[Wikidata-bugs] [Maniphest] T311697: Extend Readme with section about updating dependencies in Query Builder

2022-10-19 Thread noarave
noarave claimed this task.
Restricted Application added a project: User-Noarave.

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

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

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


[Wikidata-bugs] [Maniphest] T318072: Wikidata should normalize data entered for the language code of Monolingual text as lower case

2022-10-19 Thread Manuel
Manuel merged a task: T319022: Automatically normalize lowercase and uppercase 
in Lexeme language code when saving instead of showing an error.
Manuel added a subscriber: karapayneWMDE.

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

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

To: Manuel
Cc: karapayneWMDE, Lucas_Werkmeister_WMDE, Manuel, Aklapper, ChristianKl, 
Astuthiodit_1, 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] T319022: Automatically normalize lowercase and uppercase in Lexeme language code when saving instead of showing an error

2022-10-19 Thread Manuel
Manuel closed this task as a duplicate of T318072: Wikidata should normalize 
data entered for the language code of Monolingual text as lower case.

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

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

To: Manuel
Cc: Lucas_Werkmeister_WMDE, karapayneWMDE, mrephabricator, Astuthiodit_1, 
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] T320493: [EPIC] Be more forgiving in what we accept in API calls where it doesn't introduce ambiguities

2022-10-19 Thread Manuel
Manuel updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T321174: Mismatch Finder: Replace parsed value’s calendar model with meta_wikidata_value (if present) before formatting it when showing mismatches

2022-10-19 Thread noarave
noarave renamed this task from "Replace parsed value’s calendar model with 
meta_wikidata_value (if present) before formatting it when showing mismatches" 
to "Mismatch Finder: Replace parsed value’s calendar model with 
meta_wikidata_value (if present) before formatting it when showing mismatches".

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

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

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


[Wikidata-bugs] [Maniphest] T321173: Mismatch Finder: Parse and format date values when displaying mismatches

2022-10-19 Thread noarave
noarave renamed this task from "Parse and format date values when displaying 
mismatches" to "Mismatch Finder: Parse and format date values when displaying 
mismatches".

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

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

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


[Wikidata-bugs] [Maniphest] T321170: Wikidata query service does not allow mwapi queries to incubator.wikimedia.org

2022-10-19 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T321172: Unhelpful error message when using a non-existent Wikipedia in an mwapi query

2022-10-19 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

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


[Wikidata-bugs] [Maniphest] T288511: improve handling of dates - calendar models and precision

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > check if `19. century` is already accepted as input; if not, figure out 
where it gets rejected
  
  I tested it locally – it is indeed accepted. You can already use `19. 
century` (and, I assume, any other value that will pass through wbparsevalue, 
though I haven’t tested this) as the `wikidata_value`.

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

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

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


[Wikidata-bugs] [Maniphest] T321174: Replace parsed value’s calendar model with meta_wikidata_value (if present) before formatting it when showing mismatches

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Mismatch Finder, Wikidata, Wikidata Dev 
Team (Sprint-∞).

TASK DESCRIPTION
  If a date value in a mismatch has a calendar model specified in the 
`meta_wikidata_value` column, then as part of parsing and formatting it 
(T321173 ), replace the parsed 
calendar model (inferred from the value) with the calendar specified in the 
`meta_wikidata_value` column, and use that for formatting.

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

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

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


[Wikidata-bugs] [Maniphest] T321173: Parse and format date values when displaying mismatches

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Mismatch Finder, Wikidata, Wikidata Dev 
Team (Sprint-∞).

TASK DESCRIPTION
  Instead of showing the value directly as it was in the CSV file, let the 
Wikibase API parse it into a data value (always in English), and then let the 
Wikibase API format it back into human-readable display (preferably in the user 
interface language), and show that. This way, Wikibase is responsible for 
formatting any precision in the date, deciding whether the calendar model needs 
to be shown, etc.

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

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

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


[Wikidata-bugs] [Maniphest] T321172: Unhelpful error message when using a non-existent Wikipedia in an mwapi query

2022-10-19 Thread Nikki
Nikki created this task.
Nikki added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Trying to use the wikibase:mwapi service with a non-existent Wikipedia (e.g. 
if you make a typo in the language code) gives the unhelpfully vague error 
"Unknown error: MWAPI request failed". The error message should be clearer to 
help people work out what the problem is.
  
  Example query 


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

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

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


[Wikidata-bugs] [Maniphest] T321171: Migrate wmde/Serialization from using Travis-CI to Github Actions

2022-10-19 Thread Michael
Michael created this task.
Michael added projects: Wikidata, wdwb-tech.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Following the reasoning laid out in T270158 
 and ADR-16 Travis CI was removed 
from many repositories where it functioned as secondary CI. It should also be 
migrated to GitHub Actions for wmde/Serialization 
, where it is still in use as the only 
CI.

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

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

To: Michael
Cc: Aklapper, Michael, 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] T321170: Wikidata query service does not allow mwapi queries to incubator.wikimedia.org

2022-10-19 Thread Nikki
Nikki created this task.
Nikki added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Trying to use the wikibase:mwapi service to connect to 
incubator.wikimedia.org gives the error "Host incubator.wikimedia.org is not 
allowed". This is a Wikimedia wiki so it should be allowed.
  
  Example query 


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

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

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


[Wikidata-bugs] [Maniphest] T321165: Mismatch Finder: add a new column to the CSV file format and database

2022-10-19 Thread noarave
noarave created this task.
noarave added projects: Mismatch Finder, Wikidata, Wikidata Dev Team (Sprint-∞).

TASK DESCRIPTION
  (This is a subtask of T288511: improve handling of dates - calendar models 
and precision )
  
  - add `meta_wikidata_value` column:
1. to the CSV file format
2. to the database (relevant table 
)
  
  - The column should be optional
  - validation:
- only “Time” properties are allowed
- must contain a single item ID

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

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

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


[Wikidata-bugs] [Maniphest] T316770: Wikibase namespace names for EntitySchemas and Lexemes cannot be translated

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: Ameisenigel.
Lucas_Werkmeister_WMDE added a comment.


  Looks like @Ameisenigel already deleted the pages (example 
), 
https://www.wikidata.org/wiki/Special:PrefixIndex?prefix=nstab-lexeme=8
 is empty now.

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

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

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


[Wikidata-bugs] [Maniphest] T320445: Editing the termbox sends to SetLabelDescriptionAliases instead of JS edit

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  The fixed logging should be deployed to Wikidata now – @JeanFred and @Ainali, 
if the issue happens again, can you check if anything shows up in the browser 
console this time?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Ainali, Michael, Lucas_Werkmeister_WMDE, JeanFred, 
Aklapper, 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] T288511: improve handling of dates - calendar models and precision

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a subscriber: noarave.
Lucas_Werkmeister_WMDE added a comment.


  **Task breakdown notes:**
  
  - In the input, we only need to support English (e.g. `19. century` but not 
`19. Jahrhundert`)
  - During import, we already parse the value to ensure it’s valid 
(checkValueErrors 
,
 and passes 

 → parseValue 
)
- TODO: Does that mean `19. century` should already be accepted, since 
`wbparsevalue` would be able to parse it? If not, where does it currently get 
rejected?
- The parse result is cached
  - In the database, we should store the original string (e.g. `19. century`), 
just like before: the database has the same content as the CSV file
  - When showing a mismatch, we should parse it again (using the API); replace 
the calendar model, if an explicit calendar was given in the meta column; then 
format it (again using the API) in the user’s UI language, and show that
- The decision of whether to show the calendar model or not is up to 
Wikibase
  
  **Plan of action:**
  
  - parse and then format date values when showing mismatches (subtask to be 
created by @Lucas_Werkmeister_WMDE)
  - check if `19. century` is already accepted as input; if not, figure out 
where it gets rejected
- if `19. century` is not yet accepted as input: make the necessary changes 
so it’s accepted (subtask to be created depending on the result of the above 
bullet point)
  - add `meta_wikidata_value` column to the CSV file format and database 
(subtask to be created by @noarave)
- should be optional
- validation: only allowed for “Time” properties, must contain a single 
item ID
  - use `meta_wikidata_value` to override parsed value’s calendar model before 
formatting, when showing mismatches (subtask to be created by 
@Lucas_Werkmeister_WMDE)
- parse value (Wikibase API)
- if `meta_wikidata_value` given, replace parsed value’s calendar model 
with `meta_wikidata_value`
- format value (Wikibase API)
- show result

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

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

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


[Wikidata-bugs] [Maniphest] T302289: give me a random mismatch in the Mismatch Finder

2022-10-19 Thread jmkeil
jmkeil added a comment.


  Very nice. Thanks a lot.

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

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

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


[Wikidata-bugs] [Maniphest] T311506: [INVESTIGATION] Investigate flaky Mismatch Finder browser tests

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T311506: [INVESTIGATION] Investigate flaky Mismatch Finder browser tests

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

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


[Wikidata-bugs] [Maniphest] T317682: Make new Vector search navigate to search result URL when selecting search result using keyboard

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE merged a task: T317681: Make new Vector search navigate 
to item search results on Wikidata.
Lucas_Werkmeister_WMDE added a subscriber: EBernhardson.

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

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

To: Lucas_Werkmeister_WMDE
Cc: EBernhardson, ItamarWMDE, dcausse, Gehel, Jdlrobson, Catrope, AnneT, 
jhsoby, Aklapper, Michael, Lucas_Werkmeister_WMDE, phuedx, hnijhuis, Jersione, 
Hellket777, NHillard-WMF, LisafBia6531, Astuthiodit_1, STH, 786, Biggs657, 
Patafisik_WMF, karapayneWMDE, Invadibot, MPhamWMF, Selby, Universal_Omega, 
maantietaja, Juan90264, Alter-paule, NavinRizwi, Beast1978, CBogen, Un1tY, 
Akuckartz, Demian, Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, 
Nandana, Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Xover, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
JJMC89, Maathavan, Iniquity, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Volker_E, Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T317681: Make new Vector search navigate to item search results on Wikidata

2022-10-19 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as a duplicate of T317682: Make new 
Vector search navigate to search result URL when selecting search result using 
keyboard.

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

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

To: Lucas_Werkmeister_WMDE
Cc: EBernhardson, phuedx, AnneT, Jdlrobson, Michael, Aklapper, jhsoby, 
Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
NavinRizwi, ItamarWMDE, Akuckartz, Dinadineke, DannyS712, Nandana, 
Amorymeltzer, tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, TheDJ, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T302289: give me a random mismatch in the Mismatch Finder

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


  \o/ \o/ \o/
  This works great.

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

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

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

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


[Wikidata-bugs] [Maniphest] T316770: Wikibase namespace names for EntitySchemas and Lexemes cannot be translated

2022-10-19 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  In T316770#8304719 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Note: once this is deployed in production, we should ~~document~~ delete 
the Wikidata MediaWiki: pages mentioned in the commit messages.
  
  @Lucas_Werkmeister_WMDE I assume we want to ask an admin to do this? What 
exactly needs deleting?

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

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

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


[Wikidata-bugs] [Maniphest] T304943: Make Wikibase error message "Malformed input" more meaningful

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


  \o/

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

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

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

To: HasanAkgun_WMDE, Lydia_Pintscher
Cc: Lydia_Pintscher, So9q, gabbyprecious, Dominicbm, Lucas_Werkmeister_WMDE, 
Manuel, Aklapper, Jainitbafna, Astuthiodit_1, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, 
Dinadineke, DannyS712, Klein, Nandana, Tks4Fish, Mh-3110, tabish.shaikh91, 
Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, JakeTheDeveloper, QZanden, 
merbst, LawExplorer, _jensen, rosalieper, xSavitar, Scott_WUaS, MuhammadShuaib, 
Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T160281: URL-encoding of external-id values in Wikidata frontend breaks (some) links

2022-10-19 Thread Metamorforme42
Metamorforme42 added a comment.


  I have the same issue with https://www.wikidata.org/wiki/Property:P8. The 
hash-mark separator in the URL should not be encoded as %23 but as #.

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

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

To: Lydia_Pintscher, Metamorforme42
Cc: Metamorforme42, TheDJ, UWashPrincipalCataloger, Horcrux92, Physikerwelt, 
Moebeus, Nikki, CamelCaseNick, Lydia_Pintscher, Tom.Reding, Epidosis, MrFulano, 
Capmo, Ghouston, Abbe98, Jc86035, Marsupium, Manu1400, Pasleim, Aklapper, 
MisterSynergy, 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] T302289: give me a random mismatch in the Mismatch Finder

2022-10-19 Thread ItamarWMDE
ItamarWMDE added a comment.


  Well deployment should happen automatically on merge to main, and indeed it 
did :) I'd say it's ready to verify

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

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

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


[Wikidata-bugs] [Maniphest] T304534: Make Wikibase work with Vue 3 (non-migration build)

2022-10-19 Thread ItamarWMDE
ItamarWMDE added a project: wmde-wikidata-tech.

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

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

To: ItamarWMDE
Cc: Catrope, Aklapper, Jdlrobson, Michael, Lucas_Werkmeister_WMDE, Jersione, 
Hellket777, LisafBia6531, 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, 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] T321096: [Spike] Figure out tasks for Lexeme Vue 3 migration

2022-10-19 Thread ItamarWMDE
ItamarWMDE added a project: wmde-wikidata-tech.

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

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

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


[Wikidata-bugs] [Maniphest] T286239: Make tlh-latn and tlh-piqd a valid monolingual string language

2022-10-19 Thread Bawolff
Bawolff added a comment.


  In T286239#7491899 , 
@Amire80 wrote:
  
  > This language code is valid, but Klingon has a history of copyright 
litigation, so I'd say this should also have some legal advice, which I cannot 
provide.
  
  IANAL, but from what i could google, the history of litigation seems to be 
https://torrentfreak.com/klingon-language-copyright-battle-ends-for-now-170113/ 
where the matter at hand wasn't really about the Klingon language itself but a 
more typical derrivative fictional work, and all references to the klingon 
language got excluded from the final case. I know the internet isn't the best 
place for legal advice, but this seems really overly cautious when most of the 
internet seems to think that conlangs cannot be copyrighted, and there doesn't 
seem to be a single case ever having happened about the subject.

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

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

To: Bawolff
Cc: Bawolff, Naseweis520, Mahir256, Lucas_Werkmeister_WMDE, Manuel, Nikki, 
Mbch331, Amire80, Shisma, Esc3300, jhsoby, Ameisenigel, Aklapper, Loominade, 
Jersione, Hellket777, mrephabricator, LisafBia6531, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, RhinosF1, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org