[Wikidata-bugs] [Maniphest] T91535: Performance issues with tags

2022-08-05 Thread gerritbot
gerritbot added a comment.


  Change 201905 **abandoned** by Umherirrender:
  
  [mediawiki/core@master] Unify hooks and performance improvements for change 
tags
  
  Reason:
  
  Old patch set, linked bug already resolved
  
  https://gerrit.wikimedia.org/r/201905

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

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

To: Ladsgroup, gerritbot
Cc: Epidosis, jcrespo, Ladsgroup, Mbch331, ChristianKl, daniel, Trizek-WMF, 
Tbayer, aaron, gerritbot, TTO, Cenarium, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Hazizibinmahdi, ItamarWMDE, Akuckartz, 
DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Dinoguy1000, thiemowmde, 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] T314649: Add Wikidata support for igwiktionary

2022-08-05 Thread Zabe
Zabe changed the edit policy from "Custom Policy" to "All Users".

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

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

To: Zabe
Cc: Aklapper, Maintenance_bot, 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] T306899: WCQS 500 errors

2022-08-05 Thread EBernhardson
EBernhardson added a comment.


  I've tracked down one source of 500 errors, unclear if the original report 
here is for same thing.
  
  Reproduction:
  
curl -XPOST https://commons-query.wikimedia.org/any-url-doesnt-matter -d 
'foo=bar'
  
  Reason:
  This request includes a `Content-Length` header which nginx ends up passing 
along to the /oauth/check_auth endpoint. Jetty (hosting the endpoint) sees the 
Content-Length header and starts waiting for the content to arrive, which never 
does. After 30s jetty times out the request. This most likely means all 
request's with the query in the content, rather than a url query string, 
receive this 500 error.
  
  Resolution:
  Whitelist the set of headers that will be passed along to the /oauth/* 
endpoints to only include the Host and Cookies headers.
  
  Caveats:
  While this will fix the timeout, i suspect it will simply fail the request at 
a different part of the request. At least in my reproduction case the reason 
the UI is issuing a POST request with the query in the body is that the GET 
request was rejected due to attempting to re-auth during an XHR and the browser 
refused to show the response to the javascript. The UI javascript interprets 
this as the request having never been sent and re-issues the same request over 
POST. Once this timeout issue is fixed that POST request will have the same 
CORS problems and it's unlikely we will be able to change mediawiki's 
Special:OAuth CORS headers for this use case.
  
  Possible Solutions:
  Gergo suggested perhaps we can store an oauth1 related token in the cookies. 
When the JWT expires after 2 hours and requires a re-auth we might be able to 
re-validate the previously stored oauth1 token, rather than going through the 
full redirect-bounce which has CORS issues.  Will require more investigation 
and review of oauth 1 flows to determine if this is viable.

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

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

To: EBernhardson
Cc: MPhamWMF, DAbad, RKemper, EBernhardson, FRomeo_WMF, GFontenelle_WMF, Gehel, 
Fuzheado, Aklapper, Dominicbm, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, 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] T309872: Archive wikibase-vuejs-components library repository

2022-08-05 Thread Jdforrester-WMF
Jdforrester-WMF assigned this task to Michael.
Jdforrester-WMF added a comment.
Restricted Application added a project: User-Michael.


  OK, this is now done from the gerrit/etc. side. If you think all Phabricator 
tasks are closed, we can call this Resolved.

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

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

To: Michael, Jdforrester-WMF
Cc: Jdforrester-WMF, Pablo-WMDE, Aklapper, Michael, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Reari, 
Lahi, Gq86, GoranSMilovanovic, 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] T309872: Archive wikibase-vuejs-components library repository

2022-08-05 Thread Jdforrester-WMF
Jdforrester-WMF updated the task description.

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, Pablo-WMDE, Aklapper, Michael, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Reari, 
Lahi, Gq86, GoranSMilovanovic, 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] T309872: Archive wikibase-vuejs-components library repository

2022-08-05 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Jdforrester-WMF, Pablo-WMDE, Aklapper, Michael, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Reari, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Dinoguy1000, 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] T309872: Archive wikibase-vuejs-components library repository

2022-08-05 Thread gerritbot
gerritbot added a comment.


  Change 820138 **merged** by Legoktm:
  
  [wikibase/vuejs-components@master] Empty repo
  
  https://gerrit.wikimedia.org/r/820138

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

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

To: gerritbot
Cc: Jdforrester-WMF, Pablo-WMDE, Aklapper, Michael, Hellket777, Astuthiodit_1, 
786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Reari, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, 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] T111649: Improve edit summary for calls to `wbeditentity` with the `clear` parameter set

2022-08-05 Thread matej_suchanek
matej_suchanek renamed this task from "Improve edit summary for calls to 
`wbeditentity` with the `clear` paramter set" to "Improve edit summary for 
calls to `wbeditentity` with the `clear` parameter set".

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

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

To: matej_suchanek
Cc: Lydia_Pintscher, jayvdb, Ricordisamoa, Bene, Addshore, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, lucamauri, 
Mh-3110, Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, LawExplorer, 
_jensen, rosalieper, xSavitar, Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 
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] T182147: more convenience functions for Lua

2022-08-05 Thread matej_suchanek
matej_suchanek updated the task description.

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

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

To: matej_suchanek
Cc: ChristianKl, Thayts, Simon_Villeneuve, Pigsonthewing, Lea_Lacroix_WMDE, 
jberkel, RolandUnger, Agabi10, RexxS, Vriullop, MisterSynergy, Ghuron, Uzume, 
putnik, Jonas, aude, hoo, Ladsgroup, Tpt, thiemowmde, eranroz, Aklapper, 
Lydia_Pintscher, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T313466: add warning for logged out users on new Special:NewLexeme page

2022-08-05 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/T313466

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

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

To: Lucas_Werkmeister_WMDE, Lydia_Pintscher
Cc: ItamarWMDE, Michael, noarave, Lydia_Pintscher, Hellket777, Astuthiodit_1, 
786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, 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] T305032: Lexeme pages do not show labels of redirected Items (unlike Item pages)

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Doing to Done on the Special:NewLexeme 
revival (Special:NewLexeme revival - sprint 11) board.
Lydia_Pintscher added a comment.


  \o/

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

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

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

To: Lucas_Werkmeister_WMDE, Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, 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] T187755: Double quotes in sitelink are displayed as HTML entity in automated edit summary

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  Done :)

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

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

To: Lydia_Pintscher
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T187755: Double quotes in sitelink are displayed as HTML entity in automated edit summary

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

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

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

To: Lydia_Pintscher
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T314298: Add service for normalizing page name with / without resolving redirects based on badges

2022-08-05 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Aklapper, Lucas_Werkmeister_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, 
Universal_Omega, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, 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] T314298: Add service for normalizing page name with / without resolving redirects based on badges

2022-08-05 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.39-notes (1.39.0-wmf.25; 2022-08-15).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Aklapper, 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, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314417: Don’t follow redirects when editing sitelinks if certain badges are set

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


  Back to Doing for the tests (though the parent task may move into 
verification soonish).

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 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, 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] T314298: Add service for normalizing page name with / without resolving redirects based on badges

2022-08-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Peer Review to Our work done on the 
Wikidata Dev Team (Sprint-♾) board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, 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, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


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

2022-08-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T314298: Add service for normalizing page 
name with / without resolving redirects based on badges as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Fralambert, Michael, 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] T314417: Don’t follow redirects when editing sitelinks if certain badges are set

2022-08-05 Thread gerritbot
gerritbot added a comment.


  Change 818184 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Allow sitelinks to redirects if 
redirect badge is present
  
  https://gerrit.wikimedia.org/r/818184

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 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, 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] T314298: Add service for normalizing page name with / without resolving redirects based on badges

2022-08-05 Thread gerritbot
gerritbot added a comment.


  Change 819108 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Introduce SiteLinkPageNormalizer 
service
  
  https://gerrit.wikimedia.org/r/819108

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, 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, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T182147: more convenience functions for Lua

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher added a subtask: T253387: Create a Lua convenience functions 
for conversion betweem language code and project and sitelink code.

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

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

To: Lydia_Pintscher
Cc: ChristianKl, Thayts, Simon_Villeneuve, Pigsonthewing, Lea_Lacroix_WMDE, 
jberkel, RolandUnger, Agabi10, RexxS, Vriullop, MisterSynergy, Ghuron, Uzume, 
putnik, Jonas, aude, hoo, Ladsgroup, Tpt, thiemowmde, eranroz, Aklapper, 
Lydia_Pintscher, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T253387: Create a Lua convenience functions for conversion betweem language code and project and sitelink code

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher added a parent task: T182147: more convenience functions for 
Lua.

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

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

To: Lydia_Pintscher
Cc: LennardHofmann, Jarekt, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
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] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-05 Thread Sarai-WMDE
Sarai-WMDE added a comment.


  Thanks for the change, @guergana.tzatchkova! Looks like the input now display 
the right color in Chrome and Safari. The problem with Firefox is that the 
browser applies an opacity of 0.54 by default, that's what causing the lower 
contrast:
  
  F35399349: Screenshot 2022-08-05 at 12.04.57.png 

  
  I think we should specify that the placeholder has full opacity at the 
component level, something like:
  
&::placeholder {
color: $wikit-Input-placeholder-color;
opacity: $wikit-Input-placeholder-opacity; [NEW]
}
  
  This involves creating a couple of tokens:
  
  The new component token `$wikit-Input-placeholder-color` will consume a new 
alias token called `$opacity-base`, that will need to be added to the 
alias.json file 
. 
The latter alias token will consume the global token `$opacity-100`.

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

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

To: guergana.tzatchkova, Sarai-WMDE
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, 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] T314649: Add Wikidata support for igwiktionary

2022-08-05 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

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

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

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


[Wikidata-bugs] [Maniphest] T314643: Add Wikidata support for igwikiquote

2022-08-05 Thread Maintenance_bot
Maintenance_bot created this task.
Maintenance_bot added projects: Wikidata-Campsite, Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been 
created

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

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

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


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-05 Thread WMDE-leszek
WMDE-leszek added a comment.


  Verified

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

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

To: Silvan_WMDE, WMDE-leszek
Cc: Aklapper, WMDE-leszek, Astuthiodit_1, karapayneWMDE, Invadibot, 
Universal_Omega, 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] T253387: Create a Lua convenience functions for conversion betweem language code and project and sitelink code

2022-08-05 Thread LennardHofmann
LennardHofmann added a comment.


  Related: T114772 

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

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

To: LennardHofmann
Cc: LennardHofmann, Jarekt, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
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] T145535: language code disparity (Wikidata tracking)

2022-08-05 Thread LennardHofmann
LennardHofmann added a subtask: T253387: Create a Lua convenience functions for 
conversion betweem language code and project and sitelink code.

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

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

To: LennardHofmann
Cc: Stang, cscott, deryckchan, Soulkeeper, jeblad, Danmichaelo, PokestarFan, 
Liuxinyu970226, Krenair, zhuyifei1999, MF-Warburg, Denny, Merl, SPQRobin, 
liangent, Koavf, Nemo_bis, Fomafix, Lydia_Pintscher, Amire80, Aklapper, 
Esc3300, mrephabricator, Astuthiodit_1, Prufkick, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nickleh, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Srdjan, MuhammadShuaib, LNDDYL, Nikki, Psychoslave, Wikidata-bugs, 
aude, Dinoguy1000, 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] T253387: Create a Lua convenience functions for conversion betweem language code and project and sitelink code

2022-08-05 Thread LennardHofmann
LennardHofmann added a parent task: T145535: language code disparity (Wikidata 
tracking).

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

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

To: LennardHofmann
Cc: LennardHofmann, Jarekt, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
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] T253387: Create a Lua convenience functions for conversion betweem language code and project and sitelink code

2022-08-05 Thread LennardHofmann
LennardHofmann added a comment.


  YES, PLEASE! Wikidata Infobox 
 uses this function 
to convert a language code into a site ID:
  
local function databaseId( langcode )
local exceptions = {
['be-tarask'] = 'be_x_old', -- Belarusian (Taraškievica 
orthography)
['bho']   = 'bh',   -- Bhojpuri
['cbk-zam']   = 'cbk_zam',  -- Chavacano de Zamboanga
['gsw']   = 'als',  -- Alemannic
['ike']   = 'iu',   -- Inuktitut
['lzh']   = 'zh_classical', -- Classical Chinese
['map-bms']   = 'map_bms',  -- Basa Banyumasan
['nan']   = 'zh_min_nan',   -- Min Nan Chinese
['nb']= 'no',   -- Norwegian Bokmål
['nds-nl']= 'nds_nl',   -- Low Saxon
['mo']= 'ro',   -- Moldaawisk
['roa-tara']  = 'roa_tara', -- Tarantino
['rup']   = 'roa_rup',  -- Aromanian
['sgs']   = 'bat_smg',  -- Samogitian
['vro']   = 'fiu_vro',  -- Võro
['yue']   = 'zh_yue',   -- Cantonese
}

local exception = exceptions[langcode]
if exception then return exception end

return langcode:gsub("-.*", "") -- delete everything after hyphen
end
  
  I painstakingly compiled the list of exceptions from a 
 variety 
 
of  sources 
, and I'm not sure 
whether the list is comprehensive. This issue is annoying module writers since 
at least 2018 
.

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

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

To: LennardHofmann
Cc: LennardHofmann, Jarekt, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
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] T187755: Double quotes in sitelink are displayed as HTML entity in automated edit summary

2022-08-05 Thread ItamarWMDE
ItamarWMDE added a comment.


  It seems pretty similar, but a different message is involved. IT just might 
be that resolving one, resolves the other as well. We should probably spruce up 
the description of this task though, to make it more "good first task"y

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

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

To: ItamarWMDE
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T314611: Update globes in Wikibase.default.php

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  We can add more yes. Can we get the list of Items we want to add?

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

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

To: Lydia_Pintscher
Cc: Bamyers99, Pigsonthewing, Lydia_Pintscher, Aklapper, Mike_Peel, 
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] T290858: Senses and their statements should not be tied to a language, but instead shared between languages

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Declined".
Lydia_Pintscher added a comment.


  Yes. This was a deliberate design decision that I don't think we want to 
reverse for the reason @mrephabricator provides.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, mrephabricator, So9q, Ivi104, 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] T187755: Double quotes in sitelink are displayed as HTML entity in automated edit summary

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Double quotes in sitelink change are 
displayed as HTML entity in automated edit summary" to "Double quotes in 
sitelink are displayed as HTML entity in automated edit summary".

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

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

To: Lydia_Pintscher
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T187755: Double quotes in sitelink change are displayed as HTML entity in automated edit summary

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher renamed this task from "Double quotes in title are displayed as 
HTML entity in comments" to "Double quotes in sitelink change are displayed as 
HTML entity in automated edit summary".

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

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

To: Lydia_Pintscher
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T187755: Double quotes in title are displayed as HTML entity in comments

2022-08-05 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: ItamarWMDE.
Lydia_Pintscher added a comment.
Restricted Application added a project: User-ItamarWMDE.


  Ahh now I see it. Sorry. I was looking at the Item page title and the 
html page title which all looked fine. Ok now it's clear. Thanks.
  
  @ItamarWMDE I wonder then if it's the same issue as T187912 
.

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

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

To: Lydia_Pintscher
Cc: ItamarWMDE, matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, 
Aklapper, Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, Akuckartz, 
Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, 
Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 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] T237884: mw.wikibase.getBestStatements is slow when used on objects with many properties

2022-08-05 Thread LennardHofmann
LennardHofmann added a subtask: T297412: Correctly mark getAllStatements and 
getBestStatements functions as expensive.

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

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

To: LennardHofmann
Cc: LennardHofmann, RolandUnger, Addshore, Lucas_Werkmeister_WMDE, Aklapper, 
Reinhard_Mueller, Liuxinyu970226, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _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] T297412: Correctly mark getAllStatements and getBestStatements functions as expensive

2022-08-05 Thread LennardHofmann
LennardHofmann added a parent task: T237884: mw.wikibase.getBestStatements is 
slow when used on objects with many properties.

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

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

To: LennardHofmann
Cc: hoo, Lucas_Werkmeister_WMDE, Aklapper, LennardHofmann, Astuthiodit_1, 
karapayneWMDE, Invadibot, 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] T187755: Double quotes in title are displayed as HTML entity in comments

2022-08-05 Thread matej_suchanek
matej_suchanek updated the task description.

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

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

To: matej_suchanek
Cc: matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, Aklapper, 
Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, 
Nandana, Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, 
xSavitar, Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 
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] T187755: Double quotes in title are displayed as HTML entity in comments

2022-08-05 Thread matej_suchanek
matej_suchanek reopened this task as "Open".
matej_suchanek removed Lydia_Pintscher as the assignee of this task.
matej_suchanek added a comment.


  Unfortunately no.
  The most recent case: 
https://www.wikidata.org/w/index.php?title=Q2052443=1979923=1696798772=1578460478.
  F35399198: obrazek.png 

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

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

To: matej_suchanek
Cc: matej_suchanek, Lydia_Pintscher, gerritbot, thiemowmde, Aklapper, 
Bugreporter, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, 
Nandana, Tks4Fish, lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, 
xSavitar, Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, 
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] T237884: mw.wikibase.getBestStatements is slow when used on objects with many properties

2022-08-05 Thread LennardHofmann
LennardHofmann added a project: Wikibase-Lua.

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

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

To: LennardHofmann
Cc: LennardHofmann, RolandUnger, Addshore, Lucas_Werkmeister_WMDE, Aklapper, 
Reinhard_Mueller, Liuxinyu970226, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _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] T237884: mw.wikibase.getBestStatements is slow when used on objects with many properties

2022-08-05 Thread LennardHofmann
Restricted Application added a project: wdwb-tech.

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

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

To: LennardHofmann
Cc: LennardHofmann, RolandUnger, Addshore, Lucas_Werkmeister_WMDE, Aklapper, 
Reinhard_Mueller, Liuxinyu970226, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Vali.matei, _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