[Wikidata-bugs] [Maniphest] T253201: show me the web: browser extension

2020-08-14 Thread 99of9
99of9 added a comment.


  Available in the Chrome Store: 
https://chrome.google.com/webstore/detail/entity-explosion/bbcffeclligkmfiocanodamdjclgejcn
  On-wiki documentation and discussion: 
https://www.wikidata.org/wiki/Wikidata:Entity_Explosion
  Open-source code: https://github.com/99of9/Entity-Explosion
  Introduction video: https://www.youtube.com/watch?v=eRnqoJyi92w
  Facebook page: https://www.facebook.com/EntityExplosion

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

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

To: 99of9
Cc: Michael, Moebeus, Tarrow, 99of9, Aklapper, Lydia_Pintscher, 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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T223789: Add selenium tests to WikibaseCirrusSearch

2020-08-14 Thread gerritbot
gerritbot added a comment.


  Change 608984 **abandoned** by Krinkle:
  [mediawiki/extensions/WikibaseCirrusSearch@master] [WIP] tests: Add first 
selenium test
  
  Reason:
  
  https://gerrit.wikimedia.org/r/608984

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

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

To: gerritbot
Cc: Aklapper, Smalyshev, CBogen, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T233105: Month and year are sometimes parsed as the first day of the month

2020-08-14 Thread Mbch331
Mbch331 added a comment.


  I tried Regex101 too and after that I tried the same with a small php script 
which I ran on command line and that didn't work. That's when I started 
searching for what was wrong.

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

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

To: Mbch331
Cc: Mbch331, Addshore, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, 
matej_suchanek, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T233105: Month and year are sometimes parsed as the first day of the month

2020-08-14 Thread matej_suchanek
matej_suchanek added a project: Patch-For-Review.
matej_suchanek added a comment.


  Bingo! I could really have tried Google. Weird that https://regex101.com/ 
(which I used) still matches without `/u`.
  
  #patch-for-review : 
https://github.com/wmde/Time/pull/146

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

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

To: matej_suchanek
Cc: Mbch331, Addshore, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, 
matej_suchanek, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T233105: Month and year are sometimes parsed as the first day of the month

2020-08-14 Thread Mbch331
Mbch331 added a comment.


  Found https://stackoverflow.com/questions/26611495/regex-pl-problems
  Solution:
  
if ( !preg_match( '/^(-?[\d\p{L}]+)\s*?[\/\-\s.,]\s*(-?[\d\p{L}]+)$/u', 
trim( $value ), $matches ) ) {
  throw new ParseException( 'Failed to parse year and month', $value, 
self::FORMAT_NAME );
}
  
  (Add a u as modifier for the regex)

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

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

To: Mbch331
Cc: Mbch331, Addshore, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, 
matej_suchanek, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T233105: Month and year are sometimes parsed as the first day of the month

2020-08-14 Thread matej_suchanek
matej_suchanek updated the task description.

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

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

To: matej_suchanek
Cc: Addshore, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, matej_suchanek, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T233105: Month and year are sometimes parsed as the first day of the month

2020-08-14 Thread matej_suchanek
matej_suchanek added subscribers: Lucas_Werkmeister_WMDE, Ladsgroup, Addshore.
matej_suchanek added a comment.


  name=data-values\time\src\ValueParsers\YearMonthTimeParser.php
$logger = \MediaWiki\Logger\LoggerFactory::getInstance( 
'MyCoolLoggingChannel' );
$logger->debug( 'stringParse: {value}', [ 'value' => $value ] );
// Matches year and month separated by a separator.
// \p{L} matches letters outside the ASCII range.
if ( !preg_match( '/^(-?[\d\p{L}]+)\s*?[\/\-\s.,]\s*(-?[\d\p{L}]+)$/', 
trim( $value ), $matches ) ) {
  throw new ParseException( 'Failed to parse year and month', $value, 
self::FORMAT_NAME );
}
$logger->debug( 'stringParse: ok' );
  
  F32139630: obrazek.png 
  
  Works for some months but not for all. The `\p{L} matches letters outside the 
ASCII range.` trick apparently doesn't work.
  @Lucas_Werkmeister_WMDE @Addshore @Ladsgroup Could you help?

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

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

To: matej_suchanek
Cc: Addshore, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, matej_suchanek, 
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
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T250611: action=info links for section "Wikidata entities used in this page" to Wikidata instead of Commons

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher added a subscriber: Addshore.
Lydia_Pintscher added a comment.


  @Addshore any thoughts on if this is something we or the SDC team have to fix?

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

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

To: Lydia_Pintscher
Cc: Addshore, Aschroet, Multichill, Ramsey-WMF, Lucas_Werkmeister_WMDE, 
Lydia_Pintscher, Keegan, Aklapper, Raymond, CBogen, Akuckartz, darthmon_wmde, 
Nandana, JKSTNK, Lahi, PDrouin-WMF, Gq86, E1presidente, Cparle, Anooprao, 
SandraF_WMF, GoranSMilovanovic, QZanden, Tramullas, Acer, LawExplorer, Salgo60, 
Silverfish, _jensen, rosalieper, Scott_WUaS, Susannaanas, Jane023, 
Wikidata-bugs, Base, matthiasmullie, aude, Ricordisamoa, Wesalius, 
Fabrice_Florin, Steinsplitter, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T166470: Include links in Wikidata HTTP responses to different entity representations as Link headers

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher edited projects, added Wikidata-Campsite; removed 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞).

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

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

To: Lydia_Pintscher
Cc: Ladsgroup, Lydia_Pintscher, Addshore, daniel, Aklapper, abian, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, Chicocvenancio, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331, Krenair, Iflorez, alaa_wmde
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T249206: Serialized statements of Forms and Senses are missing data type fields

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.


  We want to deploy this on the 26th and announce it next week. We will skip 
the 2 weeks test system period for this change because we do not believe it is 
worth the effort in this case.

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

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

To: Ladsgroup, Lydia_Pintscher
Cc: Michael, Lydia_Pintscher, Lea_Lacroix_WMDE, Ladsgroup, Aklapper, Shisma, 
Addshore, Jakob_WMDE, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Mringgaard, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T124286: [Epic] Wikidata language support

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher closed subtask T260037: Make Dagbani language (dag) available 
for terms (labels/descriptions/aliases) as Resolved.

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

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

To: Lydia_Pintscher
Cc: PokestarFan, Liuxinyu970226, Ricordisamoa, adrianheine, Aklapper, 
NavinRizwi, Akuckartz, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Dinoguy1000, 
Gryllida, Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260037: Make Dagbani language (dag) available for terms (labels/descriptions/aliases)

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Test (Verification) to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lydia_Pintscher added a comment.


  \o/

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

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

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

To: Mbch331, Lydia_Pintscher
Cc: Lydia_Pintscher, Scott_WUaS, Mohammed_Sadat_WMDE, Masssly, Aklapper, 
Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Srdjan, Jonas, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T221097: The most commonly used date format in the Czech Republic produces wrong date when used as a value in Wikidata

2020-08-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Stryn, matej_suchanek, Mormegil, Blahma, Urbanecm, JAnD, Wesalius, 
Aklapper, Vojtech.dostal, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Srdjan, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, 
Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T221097: The most commonly used date format in the Czech Republic produces wrong date when used as a value in Wikidata

2020-08-14 Thread gerritbot
gerritbot added a comment.


  Change 620381 had a related patch set uploaded (by Matěj Suchánek; owner: 
Matěj Suchánek):
  [mediawiki/extensions/Wikibase@master] Construct parsers with a copy of 
ParserOptions
  
  https://gerrit.wikimedia.org/r/620381

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

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

To: gerritbot
Cc: Stryn, matej_suchanek, Mormegil, Blahma, Urbanecm, JAnD, Wesalius, 
Aklapper, Vojtech.dostal, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Srdjan, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Gryllida, 
Shizhao, Arrbee, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260073: Wikibase namespace names cannot be translated (anymore?)

2020-08-14 Thread Michael
Michael added a project: Wikidata-Campsite.
Michael added a subscriber: Lydia_Pintscher.

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

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

To: Michael
Cc: Lydia_Pintscher, Ladsgroup, Lucas_Werkmeister_WMDE, Aklapper, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258333: Add French namespace translations to the Wikibase repository

2020-08-14 Thread Michael
Michael moved this task from Peer Review to Stalled/Waiting on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Michael added a comment.


  This is in practice waiting on some other ticket: T260073: Wikibase namespace 
names cannot be translated (anymore?) 


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

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

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

To: Michael
Cc: Michael, Lucas_Werkmeister_WMDE, Ladsgroup, ItamarWMDE, Lydia_Pintscher, 
Eihel, Pamputt, Akuckartz, Soda, Chaytanya, Iflorez, darthmon_wmde, 
wiki-helenatxu, alaa_wmde, DannyS712, Nandana, Kieubinhtb, Tks4Fish, 
Mringgaard, Mh-3110, Asad_Ali_Palijo, Lahi, Gq86, GoranSMilovanovic, 
Soteriaspace, JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, 
xSavitar, Scott_WUaS, Srdjan, Jonas, MuhammadShuaib, LNDDYL, Psychoslave, 
Tmalhotra, SimmeD, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260037: Make Dagbani language (dag) available for terms (labels/descriptions/aliases)

2020-08-14 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Mbch331, Maintenance_bot
Cc: Scott_WUaS, Mohammed_Sadat_WMDE, Masssly, Aklapper, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Srdjan, Jonas, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Lydia_Pintscher, Arrbee, 
Mbch331, Jay8g, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260037: Make Dagbani language (dag) available for terms (labels/descriptions/aliases)

2020-08-14 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.5; 2020-08-18).

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

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

To: Mbch331, ReleaseTaggerBot
Cc: Scott_WUaS, Mohammed_Sadat_WMDE, Masssly, Aklapper, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Srdjan, Jonas, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Lydia_Pintscher, Arrbee, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255305: [Investigation] - Consider if the Wikibase cache for CachingEntityRevisionLookup is needed any more

2020-08-14 Thread Michael
Michael moved this task from Peer Review to Test (Verification) on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Michael removed a project: Patch-For-Review.
Michael added a comment.


  As far as I can tell, all associated patches have been either merged or 
abandoned.

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

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

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

To: Ladsgroup, Michael
Cc: Ladsgroup, Michael, Addshore, Aklapper, Hazizibinmahdi, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, DannyS712, Nandana, Jony, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Vali.matei, _jensen, rosalieper, 
Scott_WUaS, Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, 
Mbch331, Jay8g, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread Cparle
Cparle added a comment.


  Something else I don't understand about this - if I take the ids from that 
query that fails and run this:
  
select page_title,page_id from page where page_id in 
(92967652,234494,24559020,960551,3007520,76398273,6972234,363488,2257260,4157420,89319925,84920900,41797907,61421859,92055128,9221880,14562,26762776,33298380,65449552,3795363,66235719,42442426,89319828,27708617,2563533,66701920,22548996,108484,25232065,6846286,43665564,2257433,8811984,84203487,3837544,5324927,8645978,805218,1078394,81978764,391851)
 order by page_title;
  
  I get this
  

++--+
| page_title
 | page_id  |

++--+
| 1865_births   
 |   234494 |
| Am_Südpark_(Köln) 
 | 24559020 |
| Artists_from_Germany  
 |   960551 |
| Association_football_clubs_in_the_Czech_Republic  
 |  3007520 |
| Association_football_in_Benešov_District  
 | 76398273 |
| Badges_of_rank_of_the_Schutzstaffel   
 |  6972234 |
| Breweries 
 |   363488 |
| Brick_walls   
 |  2257260 |
| Broken_category_redirects 
 |  4157420 |
| Cemeteries_in_Berezivka_Raion 
 | 89319925 |
| Cemeteries_in_Odesa_Oblast_by_raion   
 | 84920900 |
| Cold_soups
 | 41797907 |
| Cold_soups_of_Turkey  
 | 61421859 |
| Collective_works_of_Suriname  
 | 92055128 |
| Creator_template_home_categories  
 |  9221880 |
| Culture   
 |14562 |
| Enrico_Ruggeri
 | 26762776 |
| Files_reused_by_external_parties_out_of_compliance_with_licensing_terms   
 | 33298380 |
| Fomes_fomentarius_in_the_Netherlands  
 | 65449552 |
| Gate_of_Salutation_(Topkapı_Palace)   
 |  3795363 |
| Gomphaceae_by_country 
 | 66235719 |
| Gomphales_by_country  
 | 42442426 |
| Graves_in_Berezivka_Raion 
 | 89319828 |
| Graves_in_Odessa_Oblast   
 | 27708617 |
| Hees  
 |  2563533 |
| Hees_(Nijmegen)   
 | 66701920 |
| Hotels_in_Taichung
 | 22548996 |
| Interior_decoration   
 |   108484 |
| Language_templates_with_no_text_displayed 
 | 25232065 |
| Members_of_the_Communist_Party_of_the_Russian_Federation  
 |  6846286 |
| 
Members_of_the_Communist_Party_of_the_Russian_Soviet_Federative_Socialist_Republic
 | 43665564 |
| Mud_walls 
 |  2257433 |
| Newspaper_clippings   
 |  8811984 |
| Organizations_of_Benešov_District 
 | 84203487 |
| PD_text   
 |  3837544 |
| Porte_Sante_cemetery  
 |  5324927 |
| Screenshots_of_free_software  
 |  8645978 |
| Sogndal   
 |   805218 |
| Sorbus_alnifrons  
 | 92967652 |
| Stone_walls   
   

[Wikidata-bugs] [Maniphest] T249206: Serialized statements of Forms and Senses are missing data type fields

2020-08-14 Thread Michael
Michael moved this task from Peer Review to Needs Announcement on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Michael added a comment.


  These changes need to be announced before they can be merged

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

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

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

To: Ladsgroup, Michael
Cc: Michael, Lydia_Pintscher, Lea_Lacroix_WMDE, Ladsgroup, Aklapper, Shisma, 
Addshore, Jakob_WMDE, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Akuckartz, 
Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, joker88john, CucyNoiD, 
Nandana, Mringgaard, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T258184: Call to undefined method Wikibase\Client\Hooks\OtherProjectsSidebarGenerator::buildProjectLinkSidebarFromItemId()

2020-08-14 Thread Michael
Michael removed a project: Patch-For-Review.
Michael added a comment.


  As far as I can tell, all associated patches have been either merged or 
abandoned.

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

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

To: Lucas_Werkmeister_WMDE, Michael
Cc: Michael, Lydia_Pintscher, Ladsgroup, Tpt, Addshore, Aklapper, 
Lucas_Werkmeister_WMDE, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, 
Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T247196: Wikibase property names are missing when renders

2020-08-14 Thread Michael
Michael removed a project: Patch-For-Review.
Michael added a comment.


  As far as I can tell, all associated patches have been either merged or 
abandoned.

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

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

To: Michael
Cc: Michael, Legoktm, Ladsgroup, darthmon_wmde, WMDE-leszek, Jakob_WMDE, 
Tarrow, Samantha_Alipio_WMDE, Addshore, Aklapper, CXuesong, Hazizibinmahdi, 
Akuckartz, Iflorez, alaa_wmde, Nandana, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Jonas, Wong128hk, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260037: Make Dagbani language (dag) available for terms (labels/descriptions/aliases)

2020-08-14 Thread gerritbot
gerritbot added a comment.


  Change 620094 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Make Dagbani language (dag) available 
for terms (labels/descriptions/aliases)
  
  https://gerrit.wikimedia.org/r/620094

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

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

To: Mbch331, gerritbot
Cc: Scott_WUaS, Mohammed_Sadat_WMDE, Masssly, Aklapper, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Srdjan, Jonas, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Lydia_Pintscher, Arrbee, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T249458: ContentTranslation is not adding pages sitelinks to wikidata

2020-08-14 Thread Pginer-WMF
Pginer-WMF reopened this task as "Open".
Pginer-WMF edited projects, added Language-Team (Language-2020-July-September); 
removed Language-Team (Language-2020-Focus-Sprint).
Pginer-WMF added a comment.


  Reopening since there are new reports of the issue 
.

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

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

To: Pginer-WMF
Cc: Nikerabbit, Pginer-WMF, Jpita, Aklapper, Janbery, Rileych, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, chapulina, QZanden, 
Alfa80, LawExplorer, _jensen, rosalieper, Soum213, Taiwania_Justo, Nizil, 
Scott_WUaS, Ixocactus, Wikidata-bugs, aude, Ebe123, Amire80, Jsahleen, Arrbee, 
santhosh, KartikMistry, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T128486: [Story] Make Special:EntityData be up to date after an edit

2020-08-14 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Tarrow, Maintenance_bot
Cc: Tarrow, guergana.tzatchkova, WDoranWMF, darthmon_wmde, Ladsgroup, Addshore, 
Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, hoo, daniel, ori, Legoktm, 
mkroetzsch, Smalyshev, Aklapper, StudiesWorld, Lydia_Pintscher, Akuckartz, 
Iflorez, alaa_wmde, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T128486: [Story] Make Special:EntityData be up to date after an edit

2020-08-14 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.5; 2020-08-18).

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

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

To: Tarrow, ReleaseTaggerBot
Cc: Tarrow, guergana.tzatchkova, WDoranWMF, darthmon_wmde, Ladsgroup, Addshore, 
Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, hoo, daniel, ori, Legoktm, 
mkroetzsch, Smalyshev, Aklapper, StudiesWorld, Lydia_Pintscher, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260329: Figure what change caused the ongoing memleak on mw appservers

2020-08-14 Thread JMeybohm
JMeybohm added a comment.


  Looking at the values today it's pretty clear that mw1382 wins and mw1381 
takes the second place.
  The overall memory usage looks like it's safe to leave it this way over the 
weekend. On Monday we should reboot the clusters again, with 
"cgroup.memory=nokmem".

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

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

To: JMeybohm
Cc: JMeybohm, Ladsgroup, Tarrow, Addshore, CDanis, Aklapper, jijiki, 
ArielGlenn, RhinosF1, Joe, lmata, wkandek, Akuckartz, darthmon_wmde, WDoranWMF, 
holger.knust, EvanProdromou, Legado_Shulgin, Nandana, Klaas_Z4us_V, 
Davinaclare77, Qtn1293, Techguru.pc, Lahi, Gq86, GoranSMilovanovic, Th3d3v1ls, 
Hfbn0, QZanden, LawExplorer, Zppix, elukey, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Wong128hk, Wikidata-bugs, aude, faidon, Mbch331, Rxy, 
Jay8g, fgiunchedi, Dzahn
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T128486: [Story] Make Special:EntityData be up to date after an edit

2020-08-14 Thread gerritbot
gerritbot added a comment.


  Change 620318 **merged** by jenkins-bot:
  [mediawiki/extensions/Wikibase@master] Cache Special:EntityData only if 
revision supplied
  
  https://gerrit.wikimedia.org/r/620318

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

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

To: Tarrow, gerritbot
Cc: Tarrow, guergana.tzatchkova, WDoranWMF, darthmon_wmde, Ladsgroup, Addshore, 
Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, hoo, daniel, ori, Legoktm, 
mkroetzsch, Smalyshev, Aklapper, StudiesWorld, Lydia_Pintscher, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread Reedy
Reedy added a comment.


  Thanks Cormac!
  
  I'd basically done the same thing in the background too. That query on 
commons, without a limit gives 9197995 rows

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

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

To: Reedy
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread Cparle
Cparle added a comment.


  > I guess it'd be useful to get the actual SQL query being generated by this 
(ie by the code, not by what it should be if a human built it from that):
  
  
  
SELECT  page_title,page_id,pp_propname,cat_pages,cat_subcats,cat_files  
FROM `page` LEFT JOIN `page_props` ON (pp_propname = 'hiddencat' AND (pp_page = 
page_id)) LEFT JOIN `category` ON ((cat_title = page_title))   WHERE 
page_namespace = 14  ORDER BY page_title ASC LIMIT 200

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

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

To: Cparle
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread ArielGlenn
ArielGlenn added a comment.


  Just for completeness, on db2073 I also I ran the original query with the 
crap entry, the show explain showed use of a filesort as above, and the 
execution time was... well it's still going, 330 seconds in. I killed it.

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

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

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE added a comment.


  Investigation Summary
  -
  
  | Generic   | On the Fence   | Non 
Generic   |
  | - | -- | 
- |
  | `getStringNormalizer` | `getFullEntitySerializer`  | 
`getEntityNamespaceLookup`|
  |   | `getCompactEntitySerializer`   | 
`getLanguageFallbackChainFactory` |
  |   | `getStorageEntitySerializer`   |
   |
  |   | `getBaseDataModelSerializerFactory`|
   |
  |   | `getCompactBaseDataModelSerializerFactory` |
   |
  |
  
  While it is clearly apparent that services such as `EntityNamespaceLookup` 
and `LanguageFallbackChainFactory` are dependent on wiki settings and thus are 
non generic, it is not entirely clear whether the serialization methods should 
be considered Generic or not. as they do depend on entity type definitions, 
which are registered by extensions. However, these type definitions can 
gracefully degrade to default wikibase repo settings.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread ArielGlenn
ArielGlenn added a comment.


  I saw multiple queries with this string in them while camping on the 
production vslow and looking at the processlist.  I don't know how many of the 
queries have this issue.

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

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

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread Reedy
Reedy added a comment.


  Looking at the code...
  
foreach ( $this->getCategoryIterator( $dbr ) as $batch ) {
$pages = [];
foreach ( $batch as $row ) {
$this->categoriesRdf->writeCategoryData(
$row->page_title,
$row->pp_propname === 'hiddencat',
(int)$row->cat_pages - 
(int)$row->cat_subcats - (int)$row->cat_files,
(int)$row->cat_subcats
);
$pages[$row->page_id] = $row->page_title;
}

foreach ( $this->getCategoryLinksIterator( $dbr, 
array_keys( $pages ) ) as $row ) {
$this->categoriesRdf->writeCategoryLinkData( 
$pages[$row->cl_from], $row->cl_to );
}
fwrite( $output, $this->rdfWriter->drain() );
}
  
  The answer would seemingly be from `array_keys( $pages ) `... But how would a 
page_id end up not being a number if pulled from the DB?
  
  Even more so as in `getCategoryIterator` it's using `page` as the main table, 
and joining in others... ie the page table isn't the one LEFT JOIN'd in...
  
  I guess it'd be useful to get the actual SQL query being generated by this 
(ie by the code, not by what it should be if a human built it from that):
  
/**
 * Produce row iterator for categories.
 * @param IDatabase $dbr Database connection
 * @return RecursiveIterator
 */
public function getCategoryIterator( IDatabase $dbr ) {
$it = new BatchRowIterator(
$dbr,
[ 'page', 'page_props', 'category' ],
[ 'page_title' ],
$this->getBatchSize()
);
$it->addConditions( [
'page_namespace' => NS_CATEGORY,
] );
$it->setFetchColumns( [
'page_title',
'page_id',
'pp_propname',
'cat_pages',
'cat_subcats',
'cat_files'
] );
$it->addJoinConditions(
[
'page_props' => [
'LEFT JOIN', [ 'pp_propname' => 
'hiddencat', 'pp_page = page_id' ]
],
'category' => [
'LEFT JOIN', [ 'cat_title = page_title' 
]
]
]

);
return $it;
}
  
  And then see what the result set looks like...
  
  The two sets of code in question don't seem to have changed in any related 
way recently, so it could just be some bad stuff in the actual DB
  
  The question would be how far through (ie after how many batches) does this 
error occur

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

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

To: Reedy
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260431: Move `getLanguageFallbackChain` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE removed projects: Story, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞), User-Addshore, 
Wikidata-Trailblazing-Exploration.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g, Iflorez, alaa_wmde, Jonas, Lydia_Pintscher
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260426: Move `getEntityNamespaceLookup` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE removed projects: Story, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞), User-Addshore, 
Wikidata-Trailblazing-Exploration.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, 
Dinoguy1000, Mbch331, Jay8g, Iflorez, alaa_wmde, Jonas, Lydia_Pintscher
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260426: Move `getEntityNamespaceLookup` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE removed ItamarWMDE as the assignee of this task.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260431: Move `getLanguageFallbackChain` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE removed ItamarWMDE as the assignee of this task.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread ArielGlenn
ArielGlenn added a comment.


  When I ran the above query on db2073 (codfw dups and vslow host) without the 
crap ' ' field in there, it returned in 0.00 seconds. Maybe the bad entries are 
a new development?

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

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

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260431: Move `getLanguageFallbackChain` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE created this task.
ItamarWMDE added projects: Wikidata, wdwb-tech-focus, Technical-Debt, 
Wikidata-Trailblazing-Exploration, User-Addshore, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞), Story.

TASK DESCRIPTION
  As already noted in T259783  this 
service is not generic, as it should rely on the wiki's content language, and 
therefore should be moved to `SingleEntitySourceServices` and 
`MultipleEntitySourceServices` or a more appropriate common place.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread Reedy
Reedy added a comment.


  In T260232#6385464 , 
@ArielGlenn wrote:
  
  >   SELECT /* BatchRowIterator::next  */  cl_from,cl_to  FROM `categorylinks` 
   WHERE cl_type = 'subcat' AND cl_from IN 
(92967652,234494,24559020,960551,3007520,76398273,6972234,363488,2257260,4157420,89319925,84920900,41797907,61421859,92055128,9221880,14562,26762776,33298380,65449552,3795363,66235719,42442426,89319828,27708617,2563533,66701920,22548996,108484,25232065,6846286,43665564,2257433,8811984,84203487,3837544,5324927,8645978,'',805218,1078394,81978764,391851)
   ORDER BY cl_from ASC,cl_to ASC LIMIT 200
  >
  > What is that empty thing in there? I see  ' ' in the list of ids.
  
  At a quick guess, it's a null (or something similar) that's being cast to a 
string so comes out as ''...
  
  Presumably the validation of the list being built isn't doing a very good job

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

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

To: Reedy
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread ArielGlenn
ArielGlenn added a comment.


SELECT /* BatchRowIterator::next  */  cl_from,cl_to  FROM `categorylinks`   
 WHERE cl_type = 'subcat' AND cl_from IN 
(92967652,234494,24559020,960551,3007520,76398273,6972234,363488,2257260,4157420,89319925,84920900,41797907,61421859,92055128,9221880,14562,26762776,33298380,65449552,3795363,66235719,42442426,89319828,27708617,2563533,66701920,22548996,108484,25232065,6846286,43665564,2257433,8811984,84203487,3837544,5324927,8645978,'',805218,1078394,81978764,391851)
   ORDER BY cl_from ASC,cl_to ASC LIMIT 200
  
  What is that empty thing in there? I see  ' ' in the list of ids.

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

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

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260232: BatchRowIterator slow query on commonswiki

2020-08-14 Thread ArielGlenn
ArielGlenn added a comment.


  Daily rdf dumps are probably broken until this is resolved, just a fyi for 
folks importing these for search purposes.

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

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

To: ArielGlenn
Cc: ArielGlenn, CBogen, Cparle, Umherirrender, DannyS712, Naike, WDoranWMF, 
Krinkle, aaron, Reedy, Ladsgroup, Aklapper, Marostegui, XeroS_SkalibuR, 
jannee_e, Akuckartz, Adidsone1, darthmon_wmde, holger.knust, EvanProdromou, 
Nandana, Namenlos314, Phukettaxigroup, Lahi, Gq86, Darkminds3113, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Jayprakash12345, Lunewa, QZanden, 
EBjune, merbst, LawExplorer, Vali.matei, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Pchelolo, Jonas, Xmlizer, Volker_E, gnosygnu, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, GWicke, Dcljr, Dinoguy1000, 
Manybubbles, Mbch331, Rxy, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T128486: [Story] Make Special:EntityData be up to date after an edit

2020-08-14 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Tarrow, gerritbot
Cc: Tarrow, guergana.tzatchkova, WDoranWMF, darthmon_wmde, Ladsgroup, Addshore, 
Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, hoo, daniel, ori, Legoktm, 
mkroetzsch, Smalyshev, Aklapper, StudiesWorld, Lydia_Pintscher, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Iflorez, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T128486: [Story] Make Special:EntityData be up to date after an edit

2020-08-14 Thread gerritbot
gerritbot added a comment.


  Change 620318 had a related patch set uploaded (by Tarrow; owner: Tarrow):
  [mediawiki/extensions/Wikibase@master] Cache Special:EntityData only if 
revision supplied
  
  https://gerrit.wikimedia.org/r/620318

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

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

To: Tarrow, gerritbot
Cc: Tarrow, guergana.tzatchkova, WDoranWMF, darthmon_wmde, Ladsgroup, Addshore, 
Pablo-WMDE, WMDE-leszek, Lucas_Werkmeister_WMDE, hoo, daniel, ori, Legoktm, 
mkroetzsch, Smalyshev, Aklapper, StudiesWorld, Lydia_Pintscher, Akuckartz, 
Iflorez, alaa_wmde, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE updated the task description.

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246232: Bad Wikidata query format in DatabaseTermInLangIdsResolver::selectTermsViaJoin

2020-08-14 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Test (Verification) to Done on the 
Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board.
Lucas_Werkmeister_WMDE added a comment.


  The query looks like this in Tendril now:
  
SELECT /* 
Wikibase\Lib\Store\Sql\Terms\DatabaseTermInLangIdsResolver::selectTermsViaJoin 
*/
wbtl_id, wbtl_type_id, wbxl_language, wbx_text, wbpt_property_id
FROM `wbt_term_in_lang`
JOIN `wbt_text_in_lang` ON ((wbtl_text_in_lang_id=wbxl_id))
JOIN `wbt_text` ON ((wbxl_text_id=wbx_id))
JOIN `wbt_property_terms` ON ((`wbpt_term_in_lang_id` = wbtl_id))
WHERE wbtl_type_id = 1
AND wbxl_language = 'it'
  
  So I think this is done.

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

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

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

To: Ladsgroup, Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Addshore, Aklapper, Marostegui, Ladsgroup, 
jcrespo, Hazizibinmahdi, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, Nandana, 
jijiki, Klaas_Z4us_V, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260426: Move `getEntityNamespaceLookup` from `GenericServices`

2020-08-14 Thread ItamarWMDE
ItamarWMDE created this task.
ItamarWMDE added projects: Wikidata, wdwb-tech-focus, Technical-Debt, 
Wikidata-Trailblazing-Exploration, User-Addshore, Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞), Story.

TASK DESCRIPTION
  As mentioned in the TODO comments, the logic in method 
getEntityNamespaceLookup 

 does not belong in generic services as it relies on wiki / repo specific 
settings, and therefore should be moved to the SingleEntitySourceServices 

 and MultipleEntitySourceServices 

 classes.

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

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

To: ItamarWMDE
Cc: Aklapper, Addshore, WMDE-leszek, ItamarWMDE, Akuckartz, Iflorez, 
darthmon_wmde, alaa_wmde, DannyS712, Nandana, Lahi, Gq86, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Jonas, Izno, Wikidata-bugs, aude, Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260281: mw* servers memory leaks (12 Aug)

2020-08-14 Thread RhinosF1
RhinosF1 added a comment.


  In T260281#6385334 , 
@NullPointer wrote:
  
  > I suggest setting this a security issue since this may cause people to 
//intentionally// make memory leaks to damage servers using this software.
  
  If it's related to Score/Lillypond as speculated, then no third party sight 
should be running it anyway due to the security issues found,

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

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

To: RhinosF1
Cc: NullPointer, Platonides, hashar, Addshore, Majavah, Ladsgroup, JMeybohm, 
ema, Joe, RhinosF1, ArielGlenn, jijiki, Aklapper, CDanis, lmata, wkandek, 
Akuckartz, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
Legado_Shulgin, Nandana, Klaas_Z4us_V, Davinaclare77, Qtn1293, Techguru.pc, 
Lahi, Gq86, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, LawExplorer, Zppix, 
elukey, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wong128hk, 
Wikidata-bugs, aude, faidon, Mbch331, Rxy, Jay8g, fgiunchedi, Dzahn
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260281: mw* servers memory leaks (12 Aug)

2020-08-14 Thread NullPointer
NullPointer added a comment.


  I suggest setting this a security issue since this may cause people to 
//intentionally// make memory leaks to damage servers using this software.

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

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

To: NullPointer
Cc: NullPointer, Platonides, hashar, Addshore, Majavah, Ladsgroup, JMeybohm, 
ema, Joe, RhinosF1, ArielGlenn, jijiki, Aklapper, CDanis, lmata, wkandek, 
Akuckartz, darthmon_wmde, WDoranWMF, holger.knust, EvanProdromou, 
Legado_Shulgin, Nandana, Klaas_Z4us_V, Davinaclare77, Qtn1293, Techguru.pc, 
Lahi, Gq86, GoranSMilovanovic, Th3d3v1ls, Hfbn0, QZanden, LawExplorer, Zppix, 
elukey, _jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wong128hk, 
Wikidata-bugs, aude, faidon, Mbch331, Rxy, Jay8g, fgiunchedi, Dzahn
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260425: List/visualize component-level tokens in Storybook

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  As a designer, I want to see which alias tokens are being used by the 
component-level tokens of each design system component in Storybook, so that it 
helps me to define the tokens for new components.
  
  **ACs**
  
  [ ] All component pages in Storybook contain a section where component-level 
tokens are listed //(tbd. After the first story writing, we might need to 
change the location)//
  [ ] The list or table contains both the component-level tokens and their 
alias values (the concrete values are not needed)
  
  Check rejected proposal here: T258046 


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

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256792: Show tokens that are used in a component

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Aklapper, darthmon_wmde, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, 
aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260424:  Design: Toggle button (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION


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

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256745:  Design: Table component (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Design table component (SQB)" to " Design: 
Table component (SQB)".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255767:  Design: Lookup component (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Design Lookup component (SQB)" to " Design: 
Lookup component (SQB)".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260423:  Design: Quiet button icon only (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION


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

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260163: Investigate which of the GenericServices are actually generic vs those that are not

2020-08-14 Thread ItamarWMDE
ItamarWMDE added a comment.


  Currently looking into the following:
  `getEntityNamespaceLookup`
  `getFullEntitySerializer`
  `getCompactEntitySerializer`

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

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

To: ItamarWMDE
Cc: Michael, Aklapper, Addshore, Akuckartz, Iflorez, darthmon_wmde, alaa_wmde, 
Nandana, Lahi, Gq86, Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T250476: [PW] Create Colors page in Storybook

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T250475: [PW] Create Spacing page in Storybook

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T254883: Decide how to share visual guidelines in Storybook

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Decide how to share visual guidelines" to 
"Decide how to share visual guidelines in Storybook".

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, raja_wmde, Aklapper, Akuckartz, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T255767: Design Lookup component (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Design Lookup component" to "Design Lookup 
component (SQB)".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256745: Design table component (SQB)

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Design table component" to "Design table 
component (SQB)".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T245009:  Documentation: How to create reusable components/Overview

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from " Document: How to create reusable 
components/Overview" to " Documentation: How to create reusable 
components/Overview".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260416:  Documentation: Developing Components

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from " Document: Developing Components" to " 
Documentation: Developing Components".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260418:  Documentation: Complete "Getting started" section

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from " Document: Complete "Getting started" 
section" to " Documentation: Complete "Getting started" section".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260416:  Document: Developing Components

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260418:  Document: Complete "Getting started" section

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Main focus areas of this section in Storybook 
:
  
  - how is this doc structured?
  
  - how to use the library: how to install the component library, whether 
components are registered globally, as a vue plugin, imported for every use, 
with or without styles, ...

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

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T245009:  Document: How to create reusable components/Overview

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE removed Sarai-WMDE as the assignee of this task.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260416:  Document: Developing Components

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE created this task.
Sarai-WMDE added a project: Wikidata Design System.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  Create the documentation that supports developers in their understanding of 
the steps and standards to follow when implementing system components in 
Storybook 
.

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

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T245009:  Document: How to create reusable components/Overview

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE renamed this task from "Complete Workflows and rules documentation" 
to " Document: How to create reusable components/Overview".
Sarai-WMDE updated the task description.

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246112: Radio button - First system component

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Aklapper, cristiana023, Akuckartz, JanJaquemot, Demian, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, JGirault, Scott_WUaS, Volker_E, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246453: Define system components' development standards

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T246444: Using wikimedia-ui-base.less. as WD components source of truth

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: raja_wmde, Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T247620: Existing component fix: Loading bar

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Volker_E, Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, Iniquity, _jensen, rosalieper, 
JGirault, Scott_WUaS, Wikidata-bugs, aude, Prtksxna, Lydia_Pintscher, Mbch331, 
Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T251927: [PW] Button components not displaying active state

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved".

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

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

To: Sarai-WMDE
Cc: Aklapper, Sarai-WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T256788: Define the handover elements from UX to Devs

2020-08-14 Thread Sarai-WMDE
Sarai-WMDE added subscribers: Rajagum, Sarai-WMDE.
Sarai-WMDE added a comment.


  I somehow think this story is covered by T257846 
. What do you think, @Rajagum?

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

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

To: Sarai-WMDE
Cc: Sarai-WMDE, Rajagum, Pablo-WMDE, Aklapper, darthmon_wmde, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T259360: Cognate doesn't properly create interwiki links for Shawiya Wiktionary (shy.wiktionary.org)

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite.
Restricted Application added a project: Wikidata.

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

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

To: Lydia_Pintscher
Cc: Lydia_Pintscher, Aklapper, alanajjar, Meno25, Akuckartz, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Jonas, Thibaut120094, Wikidata-bugs, aude, Darkdadaah, 
TTO, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T260037: Make Dagbani language (dag) available for terms (labels/descriptions/aliases)

2020-08-14 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

To: Mbch331, Lydia_Pintscher
Cc: Scott_WUaS, Mohammed_Sadat_WMDE, Masssly, Aklapper, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Srdjan, Jonas, MuhammadShuaib, LNDDYL, 
Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Lydia_Pintscher, Arrbee, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T254881: Explore visual regression testing

2020-08-14 Thread Tonina_Zhelyazkova_WMDE
Tonina_Zhelyazkova_WMDE added a comment.


  ADR about Visual testing #144 

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

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

To: Tonina_Zhelyazkova_WMDE
Cc: Tonina_Zhelyazkova_WMDE, Pablo-WMDE, darthmon_wmde, Sarai-WMDE, Aklapper, 
raja_wmde, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Volker_E, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs