[Wikidata-bugs] [Maniphest] T329121: Allow the Wikidata Query Builder to be embedded in an iframe

2023-02-27 Thread Envlh
Envlh added a comment.


  I'm not sure there will be exactly one URL, but there should be only one 
subdomain (`formations.wikimedia.fr`). I'm awaiting confirmation from 
@mickeybarber.

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

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

To: Envlh
Cc: Lydia_Pintscher, Michael, sbassett, ItamarWMDE, Lucas_Werkmeister_WMDE, 
mickeybarber, Envlh, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
Devnull, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, Grunny, csteipp, 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] T273198: defaultView:ImageGrid does not wrap well on Firefox

2022-09-27 Thread Envlh
Envlh added a project: Wikidata Query UI.

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

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

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


[Wikidata-bugs] [Maniphest] T273198: defaultView:ImageGrid does not wrap well on Firefox

2022-09-27 Thread Envlh
Envlh added a comment.


  I can reproduce with Firefox 105.0.1.
  
  It seems that the last image of a row is sent to the next line.
  
  According the the replies to this tweet 
<https://twitter.com/envlh/status/1574853996019388427> (where a screenshot of 
the issue is visible), several users are affected.

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

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

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


[Wikidata-bugs] [Maniphest] T302058: Add wikibase:identifiers to RDF representation of lexemes

2022-02-18 Thread Envlh
Envlh created this task.
Envlh added projects: Wikidata Lexicographical data, Wikidata-Query-Service.

TASK DESCRIPTION
  Related task: T144476 <https://phabricator.wikimedia.org/T144476>
  
  `wikibase:identifiers` provides the number of external ids for an item. 
Example <https://w.wiki/4rC2>: `SELECT * { wd:Q1084 wikibase:identifiers 
?identifiers }`
  
  However, it is only available for Q-items, not for lexemes (L-items).
  
  Expected: the query <https://w.wiki/4rC4> `SELECT * { wd:L241 
wikibase:identifiers ?identifiers }` should return the number of external ids 
for the lexeme L241 <https://www.wikidata.org/wiki/Lexeme:L241> (2 at the 
moment).
  
  Like for Q-items, this would simplify the writing of SPARQL queries related 
to Wikidata lexicographical data.

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

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

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


[Wikidata-bugs] [Maniphest] T302057: Add wikibase:identifiers to WDQS UI auto-completion

2022-02-18 Thread Envlh
Envlh created this task.
Envlh added projects: Wikidata, Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  WDQS UI provides auto-completion for several keywords, like 
`wikibase:statements` or `wikibase:sitelinks`. However, the keyword 
`wikibase:identifiers`, which provides the number of external ids for an item, 
is missing.
  
  Steps:
  
  - Go to https://query.wikidata.org/
  - Start typing a query, like `SELECT * { wd:Q1084 wikibase: }`
  - Put the focus right after `wikibase:`
  - Press Ctrl + Space to list available keywords from auto-completion
  - The keyword `wikibase:identifiers` should be available, making it easier to 
write the following query: `SELECT * { wd:Q1084 wikibase:identifiers 
?identifiers }`
  
  This feature would simplify the writing of queries on WDQS.

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

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

To: Envlh
Cc: Envlh, Aklapper, karapayneWMDE, Invadibot, MPhamWMF, 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] T193046: Confirmation emails are not sent

2021-06-03 Thread Envlh
Envlh added a comment.


  This issue also impacts account recovery when you lost your password, as no 
email is sent when you try to reset your password.

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

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

To: Envlh
Cc: Envlh, Aklapper, Addshore, Daniel_Mietchen, Invadibot, Saarik, Johentsch, 
maantietaja, Samantha_Alipio_WMDE, Akuckartz, Nandana, LJ, lucamauri, Lahi, 
Gq86, SandraF_WMF, Andrawaag, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, _jensen, rosalieper, Jneubert, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] [Created] T235533: WDCM External Identifiers Dashboard is down

2019-10-15 Thread Envlh
Envlh created this task.
Envlh added projects: Wikidata, User-GoranSMilovanovic, 
WMDE-Analytics-Engineering.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  The only content on the dashboard 
<http://wmdeanalytics.wmflabs.org/WD_ExternalIdentifiersDashboard/> is the 
following:
  
  > An error has occurred
  > The application failed to start.
  > Unknown system error 2: Unknown system error 2, getpwnam_r

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

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

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


[Wikidata-bugs] [Maniphest] [Claimed] T234322: Remove autojump of focus from property field to value field

2019-10-01 Thread Envlh
Envlh added subscribers: Seb35, Envlh.
Envlh claimed this task.
Envlh added a comment.


  Started to work on this with @Seb35. I should be able to deliver a merge 
request on Saturday or Sunday.

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

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

To: Envlh
Cc: Envlh, Seb35, Aklapper, alaa_wmde, darthmon_wmde, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Updated] T172937: Cursor jumping to next field and overlapping of menus

2019-09-03 Thread Envlh
Envlh added a comment.


  Just a kind reminder that I reported this issue at Wikimania 2017.
  
  Another use case: I want to add a statement with the UI in French, for 
instance a date, but I don't know yet what property I want to use. I type 
"date" in the field of the property, expecting to be able to choose what 
property to use. As the order of suggested properties is different for each 
item, the actual behavior is random:
  
  - if the property P585 <https://phabricator.wikimedia.org/P585> (labelled 
"date" in French) is the first suggested one, the focus immediately jumps to 
the value field, letting the drop-down menu of suggested properties open; I 
then need to go back to the previous field to choose a property (see 
screenshot);
  - if any other property is the first suggested one, everything is fine and 
I'm able to choose a property.
  
  F30209957: bug-property.png <https://phabricator.wikimedia.org/F30209957>
  
  I agree with @Nikki that the jumping should be avoided in all cases.

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

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

To: hoo, Envlh
Cc: Michael, Marsupium, Lucas_Werkmeister_WMDE, Sjoerddebruin, thiemowmde, 
Jonas, Liuxinyu970226, SharkD, Envlh, Nikki, Greta_Doci_WMDE, Lydia_Pintscher, 
Aklapper, Jan_Dittrich, Lea_Lacroix_WMDE, PokestarFan, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T229921: PetScan is down

2019-08-07 Thread Envlh
Envlh closed this task as "Resolved".
Envlh added a comment.


  From @Magnus in Wikidata Telegram channel: "I restarted it, someone please 
close the phab issue".

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

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

To: Magnus, Envlh
Cc: Envlh, alanajjar, Jar, Lucas_Werkmeister_WMDE, Ahoerstemeier, 
Simon_Villeneuve, Liuxinyu970226, Aklapper, Jc86035, darthmon_wmde, DannyS712, 
Nandana, AndyTan, Zylc, 1978Gage2001, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, Chicocvenancio, QZanden, Tbscho, LawExplorer, JJMC89, _jensen, 
rosalieper, srodlund, Wikidata-bugs, aude, Gryllida, scfc, Mbch331, Krenair, 
chasemp
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228104: Wikibase dump scripts fail on external storage access

2019-07-19 Thread Envlh
Envlh added a comment.


  Thank you all! :)

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

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

To: ArielGlenn, Envlh
Cc: Envlh, Jdforrester-WMF, ArielGlenn, Aklapper, hoo, darthmon_wmde, 
alaa_wmde, Nandana, Sario528, Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, 
LawExplorer, _jensen, rosalieper, Jonas, gnosygnu, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T227207: Wikibase JSON output (dumps, Special:EntityData) lacks qualifier hashes

2019-07-07 Thread Envlh
Envlh added a comment.


  Thank you all! Using Wikidata Toolkit, I was able to load the dump generated 
on 2019-07-04 :)

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

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

To: Envlh
Cc: alaa_wmde, Envlh, Jdforrester-WMF, Lea_Lacroix_WMDE, TheDatum, ArielGlenn, 
Liuxinyu970226, Lydia_Pintscher, Aklapper, hoo, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Commented On] T227207: Wikibase JSON output (dumps, Special:EntityData) lacks qualifier hashes

2019-07-03 Thread Envlh
Envlh added a comment.


  In T227207#5304615 <https://phabricator.wikimedia.org/T227207#5304615>, 
@Jdforrester-WMF wrote:
  
  > Deployed everywhere. Next dumps process will run on Monday 2019-07-08.
  
  
  As this is the second week in a row that this dump is not generated (see 
T227207 <https://phabricator.wikimedia.org/T227207>), is it possible to 
anticipate the next process?

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

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

To: Envlh
Cc: Envlh, Jdforrester-WMF, Lea_Lacroix_WMDE, TheDatum, ArielGlenn, 
Liuxinyu970226, Lydia_Pintscher, Aklapper, hoo, Daryl-TTMG, RomaAmorRoma, 
0010318400, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 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] [Commented On] T226601: Wikidata JSON dump generation broken

2019-07-03 Thread Envlh
Envlh added a comment.


  @TheDatum @ArielGlenn Thank you for the clarification!

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

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

To: ArielGlenn, Envlh
Cc: hoo, TheDatum, Nico008, Melderick, Smalyshev, Lea_Lacroix_WMDE, ArielGlenn, 
Envlh, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Lunewa, QZanden, LawExplorer, _jensen, rosalieper, Jonas, gnosygnu, 
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] [Reopened] T226601: Wikidata JSON dump generation broken

2019-07-03 Thread Envlh
Envlh reopened this task as "Open".
Envlh added a comment.


  Hello,
  
  Sorry to reopen this bug, but it seems that the new dumps still have the .not 
extension:
  https://dumps.wikimedia.org/wikidatawiki/entities/20190701/
  
  It breaks the link in the page https://dumps.wikimedia.org/other/wikidata/ 
and thus all projects downloading the dumps with Wikidata Toolkit.
  
  Can you fix the issue please?

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

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

To: ArielGlenn, Envlh
Cc: hoo, TheDatum, Nico008, Melderick, Smalyshev, Lea_Lacroix_WMDE, ArielGlenn, 
Envlh, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Lunewa, QZanden, LawExplorer, _jensen, rosalieper, Jonas, gnosygnu, 
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] [Created] T226601: Wikidata JSON dump generation broken

2019-06-26 Thread Envlh
Envlh created this task.
Envlh added projects: Wikidata, Dumps-Generation.

TASK DESCRIPTION
  Hello,
  
  The last weekly Wikidata JSON dump has only half the size of the previous 
dump:
  
  - https://dumps.wikimedia.org/wikidatawiki/entities/20190617/ (with gz 
format, about 58 GB)
  - https://dumps.wikimedia.org/wikidatawiki/entities/20190624/ (with gz 
format, about 25 GB)
  
  Can you fix the issue please? At least, the corrupted files should be removed.
  
  Thanks.

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

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

To: Envlh
Cc: Lea_Lacroix_WMDE, ArielGlenn, Envlh, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T226153: Remove BETA from Wikidata entities dump

2019-06-25 Thread Envlh
Envlh added a comment.


  Thanks for the ping! I don't use RDF dumps at the moment, and I'm fine with 
this change.

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

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

To: Envlh
Cc: nichtich, hoo, Hydriz, Maxlath, Envlh, Lea_Lacroix_WMDE, ArielGlenn, 
Smalyshev, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, darthmon_wmde, 
joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Cirdan, Jonas, 
Xmlizer, gnosygnu, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T172937: Cursor jumping to next field and overlapping of menus

2019-05-09 Thread Envlh
Envlh added a comment.


  I did not had the opportunity to test the fix before it was reverted, but I 
totally agree with @Nikki.

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

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

To: hoo, Envlh
Cc: Lucas_Werkmeister_WMDE, Sjoerddebruin, thiemowmde, Jonas, Liuxinyu970226, 
SharkD, Envlh, Nikki, Greta_Doci_WMDE, Lydia_Pintscher, Aklapper, Jan_Dittrich, 
Lea_Lacroix_WMDE, PokestarFan, darthmon_wmde, alaa_wmde, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T220883: Wikidata JSON dumps should include Lexemes

2019-04-23 Thread Envlh
Envlh added a comment.


  Thank you for your replies. A few comments / questions:
  
  - While I understand your point, I fair that isolating some data from the 
main dump is only a temporary solution to its size growth. Sooner or later, it 
will weight 1 TB (even compressed), and we'll have to deal with this (as 
producer or as consumer).
  - Will the lexemes dumps contain the P namespace, or will the consumer have 
to additionally download the other complete dump to get the data about 
properties?
  - Will there be one dump per namespace (one for P, one for Q, one for L)?
  
  I'll be fine with a lexemes dump containing only the L namespace (even if 
it's much less practical), but I prefer to ask theses questions to help you 
anticipate other use cases.

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

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

To: Envlh
Cc: Aklapper, hoo, Lydia_Pintscher, Envlh, alaa_wmde, Nandana, Mringgaard, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Svick, Darkdadaah, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T102324: [Bug] Property suggestions for qualifiers and references are bad when adding new statements

2019-04-17 Thread Envlh
Envlh added a comment.


  Thank you for the reply and for having clarified that this issue has no 
assignee at the moment.

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

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

To: Envlh
Cc: MichaelSchoenitzer, Envlh, Jan_Dittrich, Lea_Lacroix_WMDE, PokestarFan, 
Agabi10, Liuxinyu970226, gerritbot, Multichill, TerraCodes, hoo, Nikki, Jonas, 
thiemowmde, Mbch331, Sjoerddebruin, Lydia_Pintscher, aude, matej_suchanek, 
Aklapper, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T102324: [Bug] Property suggestions for qualifiers and references are bad when adding new statements

2019-04-17 Thread Envlh
Envlh added a comment.


  In T102324#5108986 <https://phabricator.wikimedia.org/T102324#5108986>, 
@matej_suchanek wrote:
  
  > Maybe this has been done with T102324#3474167 
<https://phabricator.wikimedia.org/T102324#3474167> and it can be continued in 
T147117 <https://phabricator.wikimedia.org/T147117>.
  
  
  When I create a new statement, I still don't have any suggestions for 
qualifiers (it's OK only after saving the statement). The bug was described in 
T186097 <https://phabricator.wikimedia.org/T186097> before being merged here.

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

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

To: thiemowmde, Envlh
Cc: MichaelSchoenitzer, Envlh, Jan_Dittrich, Lea_Lacroix_WMDE, PokestarFan, 
Agabi10, Liuxinyu970226, gerritbot, Multichill, TerraCodes, hoo, Nikki, Jonas, 
thiemowmde, Mbch331, Sjoerddebruin, Lydia_Pintscher, aude, matej_suchanek, 
Aklapper, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T204440: analyze and visualize the identifier landscape of Wikidata

2019-04-17 Thread Envlh
Envlh added a comment.


  In T204440#5114469 <https://phabricator.wikimedia.org/T204440#5114469>, 
@GoranSMilovanovic wrote:
  
  > - (note @Envlh your comment in T204440#5111313 
<https://phabricator.wikimedia.org/T204440#5111313> was of crucial importance 
for me to figure what went wrong with the overlap data; I was accessing the 
JSON WD data model incorrectly in Spark; thank you);
  
  
  Glad my help was useful :) Thank you for your quick fix!

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

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

To: GoranSMilovanovic, Envlh
Cc: Pigsonthewing, agray, Envlh, Lea_Lacroix_WMDE, VIGNERON, Pintoch, 
Daniel_Mietchen, connorshea, Moebeus, Multichill, Hjfocs, RazShuty, 
GoranSMilovanovic, Aklapper, Lydia_Pintscher, alaa_wmde, Nandana, Lahi, Gq86, 
QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T204440: analyze and visualize the identifier landscape of Wikidata

2019-04-15 Thread Envlh
Envlh added a comment.


  In T204440#5110658 <https://phabricator.wikimedia.org/T204440#5110658>, 
@GoranSMilovanovic wrote:
  
  > @Envlh I will also compare your and mine processing procedures. You observe 
this identifier (P380 <https://phabricator.wikimedia.org/P380>) on 48,202 
items, my code finds 48,232 use cases, while I am using an older version of the 
dump. Of course, that is empirically possible, but I would normally expect an 
increase in the usage of an identifier with time.
  
  
  @GoranSMilovanovic My tool checks overlaps only on properties used as 
statements, not when they are used as qualifiers or references. Maybe that can 
explain some discrepancy?
  
  In T204440#558 <https://phabricator.wikimedia.org/T204440#558>, 
@Jheald wrote:
  
  > When you've got the data sorted, a table showing the closest identifiers by 
Jaccard similarity, rather than total overlap, might be quite interesting.
  
  
  @Jheald It's available here: 
https://tools.dicare.org/properties/?type[]=ExternalId#jaccard_index
  You can click on the name of a property to have its closest properties by 
Jaccard index. You can also reset the form at the top of the page to display 
all properties, not only external identifiers.

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

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

To: GoranSMilovanovic, Envlh
Cc: Jheald, agray, Envlh, Lea_Lacroix_WMDE, VIGNERON, Pintoch, Daniel_Mietchen, 
connorshea, Moebeus, Multichill, Hjfocs, RazShuty, GoranSMilovanovic, Aklapper, 
Lydia_Pintscher, alaa_wmde, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T204440: analyze and visualize the identifier landscape of Wikidata

2019-04-15 Thread Envlh
Envlh added a comment.


  FYI, I also have very different results 
<https://tools.dicare.org/properties/?property=380%5B%5D=ExternalId> for 
P380 <https://phabricator.wikimedia.org/P380> (even though it is data from the 
dump of 2019-04-08). If you follow the link "Usage history" on 
Property_talk:P380 <https://www.wikidata.org/wiki/Property_talk:P380>, you'll 
see that were no recent major change on the usage of this property.
  
  I checked a few others properties (like P227 
<https://phabricator.wikimedia.org/P227>), and it seems that a lot of data is 
missing.

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

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

To: GoranSMilovanovic, Envlh
Cc: Envlh, Lea_Lacroix_WMDE, VIGNERON, Pintoch, Daniel_Mietchen, connorshea, 
Moebeus, Multichill, Hjfocs, RazShuty, GoranSMilovanovic, Aklapper, 
Lydia_Pintscher, alaa_wmde, Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, 
rosalieper, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T102324: [Bug] Property suggestions for qualifiers and references are bad when adding new statements

2019-04-13 Thread Envlh
Envlh added a comment.


  Hello,
  
  @thiemowmde Are you still working on this issue?

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

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

To: thiemowmde, Envlh
Cc: MichaelSchoenitzer, Envlh, Jan_Dittrich, Lea_Lacroix_WMDE, PokestarFan, 
Agabi10, Liuxinyu970226, gerritbot, Multichill, TerraCodes, hoo, Nikki, Jonas, 
thiemowmde, Mbch331, Sjoerddebruin, Lydia_Pintscher, aude, matej_suchanek, 
Aklapper, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T220883: Wikidata JSON dumps should include Lexemes

2019-04-13 Thread Envlh
Envlh created this task.
Envlh added projects: Wikidata, Datasets-General-or-Unknown.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Hello,
  
  Lexicographical data has been deployed for almost a year (May 2018) and is 
now a significant part of Wikidata. Despite of that, Wikidata JSON dumps 
<https://www.wikidata.org/wiki/Wikidata:Database_download#JSON_dumps_(recommended)>
 include only a subset of the lexicographical data in Wikidata (only the 
identifiers of lexemes and senses used as value in main (Q) and Property (P) 
namespaces). At the moment, we only have inconsistent dumps, as L items are not 
included, even if they are linked by other items within the dumps.
  
  Lexemes have been removed from Wikidata JSON dumps for an unknown reason (see 
T195419 <https://phabricator.wikimedia.org/T195419>).
  
  Is it possible to include them again?
  
  One possible application would be to have an easy way to compute statistics 
<https://tools.dicare.org/properties/> about the usage of all Wikidata 
properties across all namespaces, without having to gather data from several 
dumps in various formats.

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

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

To: Envlh
Cc: Aklapper, hoo, Lydia_Pintscher, Envlh, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Svick, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216160: Update wikidata-entities dump generation to fixed day-of-month instead of fixed weekday

2019-03-23 Thread Envlh
Envlh added a comment.


  Hello, I'm also very surprised on how things are evolving here. This task was 
about changing how dumps generation is scheduled (based on week or on month), 
not their frequency. The first proposals by @JAllemandou were with 4 dumps 
generations per month. Now, you are talking about reducing the frequency of 
dumps generations from 4-5 per month to only 2, on an irregular basis 
(sometimes with 3 weeks between two dumps, sometimes with 1 week).
  
  I also don't understand what is the goal of this change. What is the point to 
have XML/SQL and JSON dumps generations synchronized? As a user of JSON dumps, 
I prefer to have JSON dumps on a regular basis, rather than synchronized to 
another dump that I don't use (especially if it's just the same data in another 
format).

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

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

To: Envlh
Cc: Rosiestep, Lea_Lacroix_WMDE, WMDE-leszek, Mvolz, notconfusing, Envlh, 
Melderick, Nicolastorzec, hoo, Smalyshev, Addshore, ArielGlenn, JAllemandou, 
alaa_wmde, CucyNoiD, Nandana, NebulousIris, Akovalyov, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Zambujo, Lahi, Gq86, 
Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, gnosygnu, Wikidata-bugs, aude, Daniel_Mietchen, 
jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216160: Update wikidata-entities dump generation to fixed day-of-month instead of fixed weekday

2019-03-17 Thread Envlh
Envlh added a comment.


  @ArielGlenn, As @Melderick, I commented here thanks to @Lea_Lacroix_WMDE's 
addition in the Wikidata weekly summary a few weeks ago :)

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

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

To: Envlh
Cc: Rosiestep, Lea_Lacroix_WMDE, WMDE-leszek, Mvolz, notconfusing, Envlh, 
Melderick, Nicolastorzec, hoo, Smalyshev, Addshore, ArielGlenn, JAllemandou, 
alaa_wmde, Nandana, Akovalyov, Zambujo, Lahi, Gq86, GoranSMilovanovic, Lunewa, 
QZanden, LawExplorer, _jensen, rosalieper, gnosygnu, Wikidata-bugs, aude, 
Daniel_Mietchen, jayvdb, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216160: Update wikidata-entities dump generation to fixed day-of-month instead of fixed weekday

2019-02-24 Thread Envlh
Envlh added a comment.


  Hello,
  
  Women in Red 
<https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Women_in_Red> rely on 
Wikidata Human Gender Indicators <http://whgi.wmflabs.org/> (WHGI) statistics, 
which are generated once a week using Wikidata dump. If not already done, you 
should get in touch with these communities to evaluate the impact of the change.

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

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

To: Envlh
Cc: Envlh, Melderick, Nicolastorzec, hoo, Smalyshev, Addshore, ArielGlenn, 
JAllemandou, Nandana, Akovalyov, Lahi, Gq86, GoranSMilovanovic, Lunewa, 
QZanden, LawExplorer, _jensen, gnosygnu, Wikidata-bugs, aude, Mbch331, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T40968: Keyboard-navigability of the repo UI

2018-04-26 Thread Envlh
Envlh added a comment.

In T40968#3762249, @Charlie_WMDE wrote:
I'm gonna stall this until the new UI happens.


Can you link to the corresponding Phabricator ticket, please? I couldn't find it.TASK DETAILhttps://phabricator.wikimedia.org/T40968EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EnvlhCc: Envlh, Charlie_WMDE, PokestarFan, Jan_Dittrich, Aklapper, Liuxinyu970226, Wikidata-bugs, Jaredzimmerman-WMF, thiemowmde, Denny, adrianheine, Snaterlicious, Ricordisamoa, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, QZanden, Orienteerix, LawExplorer, EHCliffe, Zppix, JGirault, Volker_E, aude, Dinoguy1000, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T192984: Label in Special:NewItem is too much escaped

2018-04-25 Thread Envlh
Envlh created this task.Envlh added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONHow to reproduce (using Firefox 59.0.2 (64-bit) on Ubuntu 16.04):


on Wikidata, search for an item with a query containing a simple quote ('), for instance foofoo ' barbar
on the search results page, when there is no result, the UI provides a link to create the item with the query as label; click on the link
on the page loaded after the click on the link, the form is filled with a label that is too much escaped, with an HTML entity displayed: foofoo  barbar


Workaround: the user can (and need to) edit the label before creating the item.TASK DETAILhttps://phabricator.wikimedia.org/T192984EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EnvlhCc: Envlh, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T182322: ChronologyProtector breaks if two requests write different sets of databases

2017-12-09 Thread Envlh
Envlh added a comment.
As a user, it's back to normal for me. Thanks !TASK DETAILhttps://phabricator.wikimedia.org/T182322EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Addshore, EnvlhCc: Darwinius, Aklapper, Lea_Lacroix_WMDE, Addshore, Ladsgroup, Joe, Trizek-WMF, jhsoby, Envlh, Framawiki, daniel, hoo, Simon_Villeneuve, Manu1400, MisterSynergy, Fnielsen, Jay8g, TerraCodes, aude, aaron, Krinkle, Jonas, thiemowmde, Lucas_Werkmeister_WMDE, Steinsplitter, Anvilaquarius, Anomalocaris, Sjoerddebruin, Imarlier, GerritBot, MusikAnimal, Lahi, Gq86, Baloch007, Dfil7, Lordiis, Icedevil, GoranSMilovanovic, Adik2382, 45Jayjay1969, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Vali.matei, Lewizho99, Maathavan, Johan, Volker_E, Luke081515, Wikidata-bugs, GWicke, TheDJ, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T182322: Editing Wikidata is slow

2017-12-07 Thread Envlh
Envlh added a comment.
Everything seems slow after a few edits: page load, auto-completion, save, etc. It looks like a rate limit is raised by edits and is impacting every request. After a short time without editing, it's back to normal.TASK DETAILhttps://phabricator.wikimedia.org/T182322EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EnvlhCc: hoo, daniel, Framawiki, Envlh, Kghbln, jhsoby, Trizek-WMF, Liuxinyu970226, Joe, Ladsgroup, Addshore, Lea_Lacroix_WMDE, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T95877: [Story] Setting languages with Babel boxes does not work for global user page

2017-12-03 Thread Envlh
Envlh added a comment.
Sorry, I didn't see this task as I wasn't added to it. The problem was solved for me a few hours/days later in August. Thanks :)TASK DETAILhttps://phabricator.wikimedia.org/T95877EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Legoktm, EnvlhCc: Envlh, Lea_Lacroix_WMDE, Ladsgroup, PokestarFan, Amire80, Nemo_bis, gerritbot, Zppix, jeblad, Nikki, NMaia, adrianheine, Sjoerddebruin, Mbch331, Agabi10, Multichill, Legoktm, Ricordisamoa, JanZerebecki, aude, hoo, thiemowmde, Aklapper, Lydia_Pintscher, Lahi, Gq86, GoranSMilovanovic, TheDragonFire, Jayprakash12345, QZanden, Iniquity, Srdjan_m, MuhammadShuaib, LNDDYL, MGChecker, Psychoslave, Wikidata-bugs, SPQRobin, Gryllida, Shizhao, Arrbee, KartikMistry, Jay8g, Quiddity___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T173145: Global users should be wikidata items

2017-08-13 Thread Envlh
Envlh added a comment.
I totally agree with Ash_Crow. Wikidata aims to be the sum of all knowledge which can be referenced, which Wikimedians data is not. A U namespace could be a solution, but only and only if only a Wikimedian can edit its own item.TASK DETAILhttps://phabricator.wikimedia.org/T173145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: EnvlhCc: Envlh, Izno, Mahir256, Ash_Crow, VIGNERON, Hsarrazin, Esc3300, Pigsonthewing, Nikki, Aklapper, dbarratt, PokestarFan, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs