[Wikidata-bugs] [Maniphest] T285198: bodh: Create documentation page for using the tool

2021-06-20 Thread Jayprakash12345
Jayprakash12345 edited projects, added Tool-bodh; removed Wikidata, Tools.

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

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

To: Bodhisattwa, Jayprakash12345
Cc: Jay-A2K, Bodhisattwa, Devnull, Nintendofan885, apaskulin, skpuneethumar, 
Zylc, Cpaulf30, 1978Gage2001, Operator873, Bsandipan, Ivana_Isadora, 
DSquirrelGM, Jayprakash12345, Chicocvenancio, Mahir256, Tbscho, JJMC89, 
Jitrixis, Dinoguy1000, Gryllida, scfc, Mbch331, Jay8g, Krenair, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285198: bodh: Create documentation page for using the tool

2021-06-20 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Bodhisattwa, Maintenance_bot
Cc: Jay-A2K, Bodhisattwa, Invadibot, Devnull, maantietaja, Nintendofan885, 
Akuckartz, apaskulin, Nandana, skpuneethumar, Zylc, Cpaulf30, 1978Gage2001, 
Lahi, Operator873, Gq86, Bsandipan, GoranSMilovanovic, Ivana_Isadora, 
DSquirrelGM, Jayprakash12345, Chicocvenancio, Mahir256, QZanden, Tbscho, 
LawExplorer, JJMC89, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, Jitrixis, 
aude, Dinoguy1000, Gryllida, scfc, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T115223: Provide wikidata downloads as multiple files to make access more robust and efficient

2021-06-20 Thread Mitar
Mitar added a comment.


  In fact, this is not a problem, see 
https://phabricator.wikimedia.org/T222985#7164507
  
  pbzip2 is problematic and cannot decompress in parallel files not compressed 
with pbzip2. But lbzip2 can. So using lbzip2 makes decompression of single file 
dumps fast. So not sure if it would be faster to have multiple files.

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

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

To: Mitar
Cc: Addshore, Mitar, abian, JanZerebecki, Hydriz, hoo, Halfak, NealMcB, 
Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Svick, Mbch331, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T222985: Provide wikidata JSON dumps compressed with zstd

2021-06-20 Thread Mitar
Mitar added a comment.


  OK, so it seems the problem is in pbzip2. It is not able to decompress in 
parallel unless compression was made with pbzip2, too. But lbzip2 can 
decompress all of them in parallel.
  
  See:
  
$ time bunzip2 -c -k latest-lexemes.json.bz2 > /dev/null

real1m0.101s
user0m59.912s
sys 0m0.180s
$ time pbzip2 -d -k -c latest-lexemes.json.bz2 > /dev/null

real0m57.662s
user0m57.792s
sys 0m0.180s
$ time lbunzip2 -c -k latest-lexemes.json.bz2 > /dev/null

real0m13.346s
user1m35.951s
sys 0m2.342s
$ lbunzip2 -c -k latest-lexemes.json.bz2 > serial.json
$ pbzip2 -z < serial.json > parallel.json.bz2
$ time lbunzip2 -c -k parallel.json.bz2 > /dev/null

real0m16.270s
user1m43.004s
sys 0m2.262s
$ time pbzip2 -d -c -k parallel.json.bz2 > /dev/null

real0m17.324s
user1m52.946s
sys 0m0.659s
  
  Size is very similar:
  
$ ll parallel.json.bz2 latest-lexemes.json.bz2 
-rw-rw-r-- 1 mitar mitar 168657719 Jun 15 20:36 latest-lexemes.json.bz2
-rw-rw-r-- 1 mitar mitar 168840138 Jun 20 07:35 parallel.json.bz2

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

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

To: Mitar
Cc: Mitar, ImreSamu, hoo, Smalyshev, ArielGlenn, Liuxinyu970226, bennofs, 
Invadibot, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Addshore, 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] T282534: Unresolved redirect in Wikibase LUA code, in v3/page/pagebundle

2021-06-20 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Addshore, Maintenance_bot
Cc: Michael, Aklapper, Addshore, hashar, Invadibot, maantietaja, Akuckartz, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, Jdforrester-WMF, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T275958: Enable interlanguage links from multilingual Wikisource to other Wikisources

2021-06-20 Thread Ladsgroup
Ladsgroup added a comment.


  This week was wmf allhands and hence no deployment week. Next week (21-28 
June), we will deploy it.

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

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

To: Ladsgroup
Cc: Billinghurst, Johan, Lydia_Pintscher, Ankry, Jarekt, -jkb-, Ladsgroup, 
Candalua, Tacsipacsi, Aklapper, Biggs657, Invadibot, Lalamarie69, Zabe, 
R4356th, EhsanKhandowa, maantietaja, Alter-paule, Hazizibinmahdi, Beast1978, 
Un1tY, Akuckartz, Hook696, CptViraj, Iflorez, PatsagornY, MJL, Kent7301, Dibya, 
alaa_wmde, joker88john, Viztor, 94rain, DannyS712, CucyNoiD, Nandana, Tks4Fish, 
Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Jayprakash12345, Mahir256, QZanden, Kizule, LawExplorer, 
Lewizho99, JJMC89, Maathavan, Devwaker, Niklitov, _jensen, Urbanecm, 
rosalieper, Bodhisattwa, JEumerus, Scott_WUaS, Jonas, Ananthsubray, 
Superzerocool, Samwilson, Stanglavine, Tulsi_Bhagat, Wong128hk, Luke081515, 
SimmeD, Hsarrazin, Wikidata-bugs, Snowolf, Base, aude, Dcljr, jayvdb, Shizhao, 
TheDJ, Addshore, Matanya, Mbch331, jayantanth, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T275958: Enable interlanguage links from multilingual Wikisource to other Wikisources

2021-06-20 Thread Tacsipacsi
Tacsipacsi added a comment.


  Two weeks have passed, but I don’t see this in the deployment calendar 
 (even though last week’s Tech 
News  announced it as 
something that has already happened). When will it be deployed?

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

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

To: Ladsgroup, Tacsipacsi
Cc: Billinghurst, Johan, Lydia_Pintscher, Ankry, Jarekt, -jkb-, Ladsgroup, 
Candalua, Tacsipacsi, Aklapper, Biggs657, Invadibot, Lalamarie69, Zabe, 
R4356th, EhsanKhandowa, maantietaja, Alter-paule, Hazizibinmahdi, Beast1978, 
Un1tY, Akuckartz, Hook696, CptViraj, Iflorez, PatsagornY, MJL, Kent7301, Dibya, 
alaa_wmde, joker88john, Viztor, 94rain, DannyS712, CucyNoiD, Nandana, Tks4Fish, 
Gaboe420, Amorymeltzer, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Jayprakash12345, Mahir256, QZanden, Kizule, LawExplorer, 
Lewizho99, JJMC89, Maathavan, Devwaker, Niklitov, _jensen, Urbanecm, 
rosalieper, Bodhisattwa, JEumerus, Scott_WUaS, Jonas, Ananthsubray, 
Superzerocool, Samwilson, Stanglavine, Tulsi_Bhagat, Wong128hk, Luke081515, 
SimmeD, Hsarrazin, Wikidata-bugs, Snowolf, Base, aude, Dcljr, jayvdb, Shizhao, 
TheDJ, Addshore, Matanya, Mbch331, jayantanth, Jay8g, Ltrlg, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T206392: Redesign rank icons for better visibility

2021-06-20 Thread Bouzinac
Bouzinac added a comment.


  If I were to choose, I would deprecate the watermarks solution ;) 
  Color on backgound + color on classic button icon would be great enough!
  Besides, I don't understand the third icon on this image 
"https://phab.wmfusercontent.org/file/data/5cc6pk4joa6am4fsgveh/PHID-FILE-tlokwlhid5iovljxqhp7/new_icons_hide_default.png.
  Would it be possible to add a better tooltip when mouse over on the rank 
button (eg "Preferred rank, means this is a more true value than the other 
statements" // "Deprecated rank, means this is less true than the other 
statements and should not be visible on query resylts" or something alike) ?

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

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

To: Bouzinac
Cc: Bouzinac, Ayack, ChristianKl, MathTexLearner, Moebeus, Salgo60, 
Lea_Lacroix_WMDE, Mattia_Capozzi_WMDE, MisterSynergy, Tkarcher, Kristbaum, 
Lydia_Pintscher, MichaelSchoenitzer, Aklapper, Invadibot, Manishagoenka, 
maantietaja, cristiana023, Akuckartz, JanJaquemot, Demian, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, JGirault, 
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] T283571: Automation of large Wikidata Analytics updates

2021-06-20 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, Maintenance_bot
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, GoranSMilovanovic, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331, Biggs657, Lalamarie69, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T283571: Automation of large Wikidata Analytics updates

2021-06-20 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  - Wikidata Languages Landscape automation from stat1008 Analytcs Client: done.

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

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

To: GoranSMilovanovic
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, GoranSMilovanovic, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, LawExplorer, Lewizho99, 
Maathavan, _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] T283571: Automation of large Wikidata Analytics updates

2021-06-20 Thread gerritbot
gerritbot added a comment.


  Change 700451 **merged** by GoranSMilovanovic:
  
  [analytics/wmde/WD/WikidataAnalytics@master] T283571
  
  https://gerrit.wikimedia.org/r/700451

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

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

To: GoranSMilovanovic, gerritbot
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, GoranSMilovanovic, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, LawExplorer, Lewizho99, 
Maathavan, _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] T283571: Automation of large Wikidata Analytics updates

2021-06-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: GoranSMilovanovic, gerritbot
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, GoranSMilovanovic, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, QZanden, LawExplorer, Lewizho99, 
Maathavan, _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] T283571: Automation of large Wikidata Analytics updates

2021-06-20 Thread gerritbot
gerritbot added a comment.


  Change 700451 had a related patch set uploaded (by GoranSMilovanovic; author: 
GoranSMilovanovic):
  
  [analytics/wmde/WD/WikidataAnalytics@master] T283571
  
  https://gerrit.wikimedia.org/r/700451

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

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

To: GoranSMilovanovic, gerritbot
Cc: Aklapper, WMDE-leszek, Lydia_Pintscher, GoranSMilovanovic, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, 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] T285076: double check sco language names

2021-06-20 Thread Amire80
Amire80 added subscribers: Nemo_bis, Raymond, Nikerabbit.
Amire80 added a comment.


  While it's good to have more review on language configuration, I'm actually 
not sure why is the Language committee mentioned here at all. I don't think 
there's a rule about it ;)
  
  And I'm not sure why is Wikidata mentioned either.
  
  If I understand correctly, T162406 
 is about CLDR. Ideally, all these 
changes should eventually be in upstream CLDR and not in local MediaWiki code.
  
  @raymond, @nikerabbit, and @nemo_bis can give much better CLDR guidance than 
I can.

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

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

To: Amire80
Cc: Nikerabbit, Raymond, Nemo_bis, agray, jhsoby, Amire80, Aklapper, Esc3300, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Nikki, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285186: Show property number in the ArticlePlaceholder's AboutTopic special page

2021-06-20 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: lucamauri, Maintenance_bot
Cc: lucamauri, Aklapper, Biggs657, Invadibot, Lalamarie69, maantietaja, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, cmadeo, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, 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] T281854: Get baseline measurements/expectations for splitting scholarly articles from Wikidata

2021-06-20 Thread Fnielsen
Fnielsen added a comment.


  @Andrawaag "it is becoming more difficult to see other topics (sometimes 
unrelated to scholarly articles)" Do you have concrete examples on this? It may 
sometimes be difficult to find out what is a topic and what is a scientific 
articles, but once a few scientific articles about the topic has been annotated 
with the "main topic" property then the topic usually shows up on the top.

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

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

To: Fnielsen
Cc: Andrawaag, Harej, Lydia_Pintscher, Mohammed_Sadat_WMDE, nichtich, 
EgonWillighagen, Fnielsen, Darwinius, Daniel_Mietchen, Lokal_Profil, GoEThe, 
Alicia_Fagerving_WMSE, PKM, LWyatt, Multichill, Aklapper, MPhamWMF, Invadibot, 
maantietaja, CBogen, 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] T285186: Show property number in the ArticlePlaceholder's AboutTopic special page

2021-06-20 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: lucamauri, gerritbot
Cc: lucamauri, Aklapper, Biggs657, Lalamarie69, Alter-paule, Beast1978, Un1tY, 
Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, 
Af420, Bsandipan, cmadeo, Lewizho99, Maathavan, Wikidata-bugs, jayvdb, 
Ricordisamoa
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285186: Show property number in the ArticlePlaceholder's AboutTopic special page

2021-06-20 Thread gerritbot
gerritbot added a comment.


  Change 700335 had a related patch set uploaded (by Luca Mauri; author: Luca 
Mauri):
  
  [mediawiki/extensions/ArticlePlaceholder@master] statementListRenderer: Add 
the ability to show property ID number
  
  https://gerrit.wikimedia.org/r/700335

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

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

To: lucamauri, gerritbot
Cc: lucamauri, Aklapper, cmadeo, Wikidata-bugs, jayvdb, Ricordisamoa
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285186: Show property number in the ArticlePlaceholder's AboutTopic special page

2021-06-20 Thread lucamauri
lucamauri claimed this task.

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

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

To: lucamauri
Cc: lucamauri, Aklapper, cmadeo, Wikidata-bugs, jayvdb, Ricordisamoa
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T285186: Show property number in the ArticlePlaceholder's AboutTopic special page

2021-06-20 Thread lucamauri
lucamauri created this task.
lucamauri added a project: ArticlePlaceholder.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Feature summary**: I would like to easily see the numeric identifier of a 
property listed in the `AboutTopic` special page of #articleplaceholder 

  
  **Steps to reproduce**:
  
  - Call the special page for a specific item on a linked Wikibase instance, 
like `Special:AboutTopic/Q64`
  - Properties are listed in boxes:
- the name of the property (like `Some property`) is an `` element
- the number of the property (like `P12`) is not shown
  
  **Use case(s)** : Seeing the actual property number is useful for a number of 
reason, for instance for debugging LUA modules or templates that are acting of 
Wikibase data. It also provides the reader with more information.
  
  **Proposed solution** : The more unobtrusive, but still easily accessible, 
way to do this is to set the `title` property of the `` so a tooltip is 
shown.

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

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

To: lucamauri
Cc: lucamauri, Aklapper, cmadeo, Wikidata-bugs, jayvdb, Ricordisamoa
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T222985: Provide wikidata JSON dumps compressed with zstd

2021-06-20 Thread ArielGlenn
ArielGlenn added a comment.


  In T222985#7164049 , 
@Mitar wrote:
  
  > Are you saying that existing wikidata json dumps can be decompressed in 
parallel if using lbzip2, but not pbzip2?
  
  lbzip2 is format-compatible with bzip2 and can read bzip2 or lbzip2 
compressed files and use multiple cores to decompress, indeed. pbzip2 should 
also work forr that matter.

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

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

To: ArielGlenn
Cc: Mitar, ImreSamu, hoo, Smalyshev, ArielGlenn, Liuxinyu970226, bennofs, 
Invadibot, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Addshore, 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] T285076: double check sco language names

2021-06-20 Thread agray
agray added a comment.


  In T285076#7163976 , 
@Amire80 wrote:
  
  > Langco//**M**//.
  >
  > Looks good to me, I guess, although I am curious about the source. Do these 
appear in a dictionary?
  
  Very few are in the shorter dictionary (I don't have access to the large one 
at the moment). The list is from the Scots Language Centre, though, and I think 
can be treated as reasonably authoritative.
  
  A couple more to confirm - la is "Laitin" per the *Essential Scots 
Dictionary*; ru is "Roushien"; gd is "Scots Gaelic", both from the SLC list. So 
ru needs to change, la and gh can stay the same.
  
  Do we have a list of *all* language codes with a sco translation? I'm happy 
to go through the rest of the list to check, I'm just not quite sure where to 
find it.

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

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

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


[Wikidata-bugs] [Maniphest] T222985: Provide wikidata JSON dumps compressed with zstd

2021-06-20 Thread Mitar
Mitar added a comment.


  Are you saying that existing wikidata json dumps can be decompressed in 
parallel if using lbzip2, but not pbzip2?

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

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

To: Mitar
Cc: Mitar, ImreSamu, hoo, Smalyshev, ArielGlenn, Liuxinyu970226, bennofs, 
Invadibot, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Addshore, 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] T222985: Provide wikidata JSON dumps compressed with zstd

2021-06-20 Thread ArielGlenn
ArielGlenn added a comment.


  lbzip2 decompresses in parallel as well. We use that for compression of the 
SQL/XML dumps.

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

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

To: ArielGlenn
Cc: Mitar, ImreSamu, hoo, Smalyshev, ArielGlenn, Liuxinyu970226, bennofs, 
Invadibot, maantietaja, jannee_e, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, gnosygnu, Wikidata-bugs, aude, Addshore, 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] T284820: Code Review & Merge - Improved Property Suggester/Recommender service patches

2021-06-20 Thread Esc3300
Esc3300 added a comment.


  I removed the toke as somehow I thought the third party server was only for 
testing, not for the actual update of the feature.

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

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

To: Esc3300
Cc: Michaelcochez, Michael, Lucas_Werkmeister_WMDE, Martaannaj, Ladsgroup, 
Esc3300, Aklapper, Lydia_Pintscher, Addshore, Invadibot, maantietaja, 
Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Sjoerddebruin, 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] T168379: Deal with precision in “range”, “difference within range” and "contemporary" constraints

2021-06-20 Thread Esc3300
Esc3300 added a comment.


  If it requires too much resources, maybe a manual "exception" on these 
statements could work instead.

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

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

To: Esc3300
Cc: Esc3300, Manuel, Epidosis, abian, Tacsipacsi, doctaxon, Lydia_Pintscher, 
Aklapper, Ivan_A_Krestinin, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Agabi10, 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] T285076: double check sco language names

2021-06-20 Thread Esc3300
Esc3300 added a comment.


  https://www.wikidata.org/wiki/User_talk:Andrew_Gray#Sco_language_names

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

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

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


[Wikidata-bugs] [Maniphest] T285076: double check sco language names

2021-06-20 Thread Amire80
Amire80 added a comment.


  Langco//**M**//.
  
  Looks good to me, I guess, although I am curious about the source. Do these 
appear in a dictionary?

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

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

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


[Wikidata-bugs] [Maniphest] T285076: double check sco language names

2021-06-20 Thread Esc3300
Esc3300 added subscribers: Amire80, jhsoby.
Esc3300 added a comment.


  What's langco's view on this ? @Amire80 @jhsoby

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

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

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


[Wikidata-bugs] [Maniphest] T285076: double check sco language names

2021-06-20 Thread Esc3300
Esc3300 set Due Date to Sun, Jul 4, 2:00 AM.

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

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

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


[Wikidata-bugs] [Maniphest] T285076: double check sco language names

2021-06-20 Thread Esc3300
Esc3300 added a comment.


  Thanks to the input by Andrew Gray, here are the updates:
  
  Update:
  
  - from Bulgarian (bg): Bulgarie to bg - Bulgairien
  - from Spanish (es): Spaingie to es - Spainish
  - from Estonian (et): Estonie to   et - Eastlands
  - from Hebrew (he): Ebreu to he - Ebrew
  - from Latvian (lv): Latvie to lv  - Letts
  - from Norwegian (no): Norse tono - Norn
  - from Polish (pl): Pols to pl - Polls
  - from Romanian (ro): Romanie to ro - Roumains
  - from Slovenian (sl): Slovenie to sl - Slovein
  - from Albanian (sq): Albanie to sq - Albainien
  - from Swedish (sv): Swadish to sv - Swaidish
  - from  Turkish (tr): Turkis to tr - Turkish
  
  Delete (unless we find a way to double check them):
  
  - Bosnian (bs): Bosnie
  - Persian (fa): Persie
  - Latin (la): Laitin
  - Armenian (hy): Armenie
  - Macedonian (mk): Macedonie
  - Serbian (sr): Serbie
  - Croatian (hr): Croatie
  
  -
  
  No change:
  
  - English (en): Inglis
  - Danish (da): Dens
  
  Add:
  
  - (none)
  
  Likely unchanged:
  
  - Lithuanian (lt): Lithuanie
  - Russian (ru): Roushie
  - Scottish Gaelic (gd): Scots Gaelic

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

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

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


[Wikidata-bugs] [Maniphest] T236295: integrate exceptions as part of Wikibase datamodel of the entity concerned

2021-06-20 Thread Esc3300
Esc3300 added a comment.


  In T236295#7163227 , 
@ChristianKl wrote:
  
  > I still believe that is_exception_to_constraint in the reference section 
would be the best way. (I create the property proposal)
  >
  > I still don't see the case against that proposal. Can someone make it here?
  
  Maybe the exception https://www.wikidata.org/wiki/Q16645 for most constraints 
on https://www.wikidata.org/wiki/Property:P5086 : it could be a bunch of 
statements on https://www.wikidata.org/wiki/Q16645 , but it's unclear if that 
would really be better.
  
  OTH, for T275392  anything that is 
based on the items directly seems preferable, even if it may not be 
theoretically appealing to non-contributors. It's still a valid constraint for 
these items and exceptions should be double-checked.

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

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

To: Esc3300
Cc: abian, ChristianKl, Esc3300, Lucas_Werkmeister_WMDE, Aklapper, Bugreporter, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Agabi10, 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