[Wikidata-bugs] [Maniphest] [Commented On] T153353: Blazegraph not properly using labels from sub-queries for filtering (omitting rows), unless they're selected

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 508725 **merged** by jenkins-bot:
  [wikidata/query/rdf@master] Propagate Projection from SubqueryNode to where 
clause
  
  https://gerrit.wikimedia.org/r/508725

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

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

To: gerritbot
Cc: Igorkim78, Aklapper, Smalyshev, hoo, E.S.A-Sheild, darthmon_wmde, 
joker88john, ET4Eva, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, 
WSH1906, Avner, Lewizho99, Maathavan, Gehel, _jensen, rosalieper, Jonas, 
FloNight, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T223946: Wikidata wdtn:P214 values (VIAF) seem to be corrupt

2019-05-22 Thread Smalyshev
Smalyshev added a project: User-Smalyshev.
Smalyshev added a comment.


  I think I know what is the problem there... VIAF is stored as prefix+number, 
so there might be an overflow there. There's code that is supposed to deal with 
it, but maybe there's a bug in that code.

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

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

To: Smalyshev
Cc: Smalyshev, Esc3300, Jheald, matej_suchanek, Aklapper, Tagishsimon, 
darthmon_wmde, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, 
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] [Updated] T224024: Fatal Error on commons wiki from Special:EntityData with n3 format

2019-05-22 Thread Ramsey-WMF
Ramsey-WMF added a project: Multimedia-Current-Work.

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

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

To: Ramsey-WMF
Cc: 20038011003, MarkTraceur, Aklapper, Michael, darthmon_wmde, Edtadros, 
Nandana, JKSTNK, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, V4switch, 
LawExplorer, _jensen, rosalieper, Jonas, Wong128hk, Wikidata-bugs, 
matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, 
Jdforrester-WMF, Matanya, 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] T122806: Wikidata items for articles in the Draft namespace

2019-05-22 Thread MSGJ
MSGJ added a comment.


  On the other hand it would be useful to have interwiki links FROM draft 
articles, as this would help people translating, etc.

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

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

To: MSGJ
Cc: Alsee, Matanya, JEumerus, aude, hoo, Lydia_Pintscher, Aklapper, MSGJ, 
StudiesWorld, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, Zoranzoki21, LawExplorer, DatGuy, Devwaker, Niklitov, 
_jensen, Urbanecm, rosalieper, Ananthsubray, Tulsi_Bhagat, Wong128hk, 
Luke081515, SimmeD, Wikidata-bugs, Snowolf, Dcljr, Jdforrester-WMF, Mbch331, 
Rxy, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T224189: Use thumbnail preferences for thumbnail of Commons media file

2019-05-22 Thread Multichill
Multichill created this task.
Multichill added projects: Wikidata, Multimedia, MediaWiki-User-preferences.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Items like https://www.wikidata.org/wiki/Q27697316 display a thumbnail on 
Wikidata. The size of these thumbnails seems to be static and rather small 
hardcoded to 150px it seems ( 
https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Piombo_cristo_cruz_prado.jpg/150px-Piombo_cristo_cruz_prado.jpg
 ). In my preferences at 
https://www.wikidata.org/wiki/Special:Preferences#mw-prefsection-rendering I 
can set thumbnail from 120px to 400px. This should be used so a user can change 
it.
  
  The thumbnail user preference can be retrieved through 
https://www.wikidata.org/w/api.php?action=query=userinfo=options=json
 . It looks like it returns an integer from 0 (120px) to 7 (400px) in the field 
"thumbsize".

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

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

To: Multichill
Cc: Lydia_Pintscher, Aklapper, Multichill, darthmon_wmde, Nandana, Jony, 
Prisshahlla, Lahi, Gq86, GoranSMilovanovic, QZanden, V4switch, LawExplorer, 
_jensen, rosalieper, LNDDYL, Wong128hk, Wikidata-bugs, matthiasmullie, aude, 
Fabrice_Florin, Jdforrester-WMF, Matanya, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T223997: Add reserved IDs to EntitySchema

2019-05-22 Thread Andrawaag
Andrawaag added a comment.


  
  
  In T223997#5201223 , 
@Esc3300 wrote:
  
  > Some not so random suggestions:
  >
  > - E55  => scheme for European 
routes. Named for E55 , a route that 
runs through Berlin
  
  
  I really like the suggestion for a schema for a highway. Is there a special 
story that makes  E55  an epic highway? 
E40  might also be a nice one 
(https://www.wikidata.org/wiki/Q327162), because that will have to cover many 
multilingual features given it is an 8000 km highway starting in Calais and 
going all the way to Kazakhstan.
  
  > - E570  => scheme for Q5 who died 
recently, with dob, dod, pob, pod, given name, occupation, manner of death. 
Named for Property:P570 
  > - E734  => basic scheme for family 
name items: with native label, writing system, Soundex, see also. Named for 
Property:P734
  > - E735  => basic scheme for given 
name items: with native label, writing system, see also. Named for 
Property:P735 
  > - E3300 => basic scheme for Q5 with gender, occupation,  given name, dob. 
Named for .. whatever
  > - E11424 => basic scheme for films with core properties 

 (P31 , P1476 
, P577 
, P364 
, P136, P57 
, P161 
, P344 
, P38 
).  Named for Item Q11424
  
  Yes makes sense!!
  
  In T223997#5201248 , 
@Lea_Lacroix_WMDE wrote:
  
  > @Andrawaag What do you think? :)

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

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

To: Michael, Andrawaag
Cc: Ladsgroup, Salgo60, Andrawaag, Esc3300, Aklapper, Lea_Lacroix_WMDE, 
Lydia_Pintscher, Michael, darthmon_wmde, pdehaye, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, _jensen, 
rosalieper, Jonas, abian, 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] T223310: Investigate increase in tx bandwidth usage for mc1033

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 511951 had a related patch set uploaded (by Aaron Schulz; owner: Aaron 
Schulz):
  [mediawiki/core@master] rdbms: fix ChronologyProtector client IDs to not be 
empty
  
  https://gerrit.wikimedia.org/r/511951

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

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

To: elukey, gerritbot
Cc: Krenair, Tarrow, alaa_wmde, Catrope, kostajh, Joe, Krinkle, aaron, jijiki, 
Aklapper, akosiaris, elukey, Addshore, E.S.A-Sheild, darthmon_wmde, 
joker88john, Legado_Shulgin, CucyNoiD, Nandana, NebulousIris, thifranc, 
AndyTan, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Davinaclare77, 
Adrian1985, Qtn1293, Cpaulf30, Imarlier, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, 
Liugev6, QZanden, LawExplorer, Vali.matei, WSH1906, Lewizho99, Zppix, 
Maathavan, _jensen, rosalieper, Taiwania_Justo, Jonas, Wong128hk, 
Wikidata-bugs, aude, Lydia_Pintscher, faidon, Mbch331, Jay8g, fgiunchedi, Dzahn
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-05-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
E.S.A-Sheild, darthmon_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] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 511924 had a related patch set uploaded (by Pablo Grass (WMDE); owner: 
Pablo Grass (WMDE)):
  [wikibase/termbox@master] AnonEditWarning: mend styling
  
  https://gerrit.wikimedia.org/r/511924

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

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

To: gerritbot
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
darthmon_wmde, 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] [Commented On] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-05-22 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  Hi @Hanna_Petruschat_WMDE,
  
  I looked into your change requests - thanks for the very precise 
instructions. There are a few questions, though.
  
  > 1 Could you change the font weight in the buttons and the headline from 700 
to 500
  
  There are two challenges
  a) For the button this diverges from OOUI (where "bold" = 700 is in use 
).
 Is this intended? Should this change apply for our button component in general 
or is this mean exclusively for the buttons contained in the "You are not 
logged in" overlay?
  b) font-weight support for different fonts is a delicate subject 
.
 Depending on the device and the available fonts some numeric weights do share 
the same actual font used. In my case e.g. all values from 100 to 500 result in 
the same visible weight, consequently for me buttons & headline would then look 
like "normal text".
  
  > 2. Could you change the line heights from 1 to 1.2
  
  Will do
  
  > 3. Could you change the font weight of the message text from 400 to 300
  
  Again, this change effectively causes no visual change on my device.
  
  Depending on the fonts installed the very specific numeric values may make 
sense or not. This is not to say that this change does not bring value to may 
devices, just wanted to bring it to your attention so it is a conscious 
decision. FWIW these are the weights (basically by the book) that famous 
bootstrap 
 uses.

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

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

To: Pablo-WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
darthmon_wmde, 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] [Commented On] T101147: [Task] Make wikibase-linkitem-alreadylinked link directly to the article that is already linked

2019-05-22 Thread matej_suchanek
matej_suchanek added a comment.


  > that breaks the wikitext parsing in JavaScript
  
  Couldn't reproduce that anymore...

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

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

To: matej_suchanek
Cc: matej_suchanek, Liuxinyu970226, PokestarFan, Lucie, Bene, hoo, 
Lydia_Pintscher, Amire80, Aklapper, E.S.A-Sheild, darthmon_wmde, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Srdjan_m, 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] [Updated] T101147: [Task] Make wikibase-linkitem-alreadylinked link directly to the article that is already linked

2019-05-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: gerritbot
Cc: Liuxinyu970226, PokestarFan, Lucie, Bene, hoo, Lydia_Pintscher, Amire80, 
Aklapper, E.S.A-Sheild, darthmon_wmde, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, Liugev6, 
QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, 
Srdjan_m, 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] [Commented On] T101147: [Task] Make wikibase-linkitem-alreadylinked link directly to the article that is already linked

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 511922 had a related patch set uploaded (by Matěj Suchánek; owner: 
Matěj Suchánek):
  [mediawiki/extensions/Wikibase@master] Make wikibase-linkitem-alreadylinked 
link directly to the article that is already linked
  
  https://gerrit.wikimedia.org/r/511922

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

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

To: gerritbot
Cc: Liuxinyu970226, PokestarFan, Lucie, Bene, hoo, Lydia_Pintscher, Amire80, 
Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Srdjan_m, 
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] [Commented On] T196353: Add citoid support for WikiBase to the Citoid extension

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 500050 had a related patch set uploaded (by Mvolz; owner: Mvolz):
  [mediawiki/extensions/Wikibase@master] [WIP] Add tabs to references  with 
jquery.ui.tabs
  
  https://gerrit.wikimedia.org/r/500050

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

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

To: Mvolz, gerritbot
Cc: Ocaasi, gerritbot, Zache, Lucas_Werkmeister_WMDE, Mvolz, E.S.A-Sheild, 
darthmon_wmde, WikimeSteve, ppelberg, joker88john, CucyNoiD, Nandana, 
NebulousIris, iamjessklein, marcella, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, takidelfin, Lahi, Gq86, Baloch007, 
Necroarcano, Darkminds3113, Bsandipan, Lordiis, Robinma, GoranSMilovanovic, 
Adik2382, Chicocvenancio, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Orienteerix, 
merbst, LawExplorer, WSH1906, Lewizho99, Puik, Maathavan, Wess, _jensen, 
rosalieper, Srdjan_m, Shangkuanlc, Susannaanas, Jrf, Husun1297, mobrovac, 
Wikidata-bugs, aude, Swainr, Nikerabbit, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, E.S.A-Sheild, 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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 511916 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
owner: Lucas Werkmeister (WMDE)):
  [mediawiki/extensions/Wikibase@master] Add SqlTypeIdsStore implementation
  
  https://gerrit.wikimedia.org/r/511916

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Claimed] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Ready to go [prioritized] to In 
Progress on the Wikidata wb_terms Trailblazing board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T207839: Batch add WO II war memorials to Wikidata

2019-05-22 Thread Ecritures
Ecritures added a comment.


  Is this task resolved? @Pintoch @SIryn @RonnieV ? Or should it still be on 
the workboard for WTS2019 in November?

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

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

To: Pintoch, Ecritures
Cc: Ecritures, Jane023, Multichill, Footech, Elvalente, Pintoch, RonnieV, 
SIryn, darthmon_wmde, Yupik, Vemonet, A_ka_es, Teffubud, S9a8m, Arybolab, Dja, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, DDJJ, _jensen, 
rosalieper, Harmonia_Amanda, Spinster, Wikidata-bugs, aude, Mbch331, valhallasw
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T208105: Query wikidata based on wikimedia pageviews

2019-05-22 Thread Ecritures
Ecritures removed a project: Wikistorm.

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

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

To: Arybolab, Ecritures
Cc: Husky, Aklapper, pywikibot-bugs-list, Arybolab, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Mbch331, Yupik, Vemonet, A_ka_es, Teffubud, S9a8m, Dja, 
Elvalente, DDJJ, Harmonia_Amanda, Spinster, Jane023, valhallasw
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T224125: Wikibase and WikibaseLexeme Selenium tests fail when UseCirrus is true in WikibaseCirrusSearch

2019-05-22 Thread Mholloway
Mholloway updated the task description.

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

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

To: Mholloway
Cc: Aklapper, EBernhardson, Smalyshev, zeljkofilipin, Mholloway, darthmon_wmde, 
Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, jayvdb, Jdforrester-WMF, Mbch331, hashar, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218191: Long score overlaps with statement box and edit button

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: alaa_wmde, Maintenance_bot
Cc: Lokal_Profil, noarave, Ebe123, TheDJ, Jc86035, Aklapper, 
Lucas_Werkmeister_WMDE, mb, Mahir256, Lydia_Pintscher, alaa_wmde, 
Lea_Lacroix_WMDE, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Mbch331, 
E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T223997: Add reserved IDs to EntitySchema

2019-05-22 Thread Lea_Lacroix_WMDE
Lea_Lacroix_WMDE updated the task description.

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

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

To: Michael, Lea_Lacroix_WMDE
Cc: Ladsgroup, Salgo60, Andrawaag, Esc3300, Aklapper, Lea_Lacroix_WMDE, 
Lydia_Pintscher, Michael, darthmon_wmde, pdehaye, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, _jensen, 
rosalieper, Jonas, abian, 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] T223711: Blazegraph explain does not produce anything useful for requests that time out

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Smalyshev, Maintenance_bot
Cc: Multichill, Aklapper, Smalyshev, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, Krenair, E.S.A-Sheild, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, 
Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T221504: investigate why content history dump of certain wikidata page ranges is so slow

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: ArielGlenn, Maintenance_bot
Cc: Addshore, Smalyshev, Gehel, Mahir256, ArielGlenn, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, Lunewa, QZanden, LawExplorer, _jensen, 
rosalieper, gnosygnu, Wikidata-bugs, aude, Mbch331, E.S.A-Sheild, joker88john, 
CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T224129: Track number of external identifiers on Wikidata over time

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We already track the number of statements per Wikidata item over time 
(Grafana 
), by 
looking at the `wb-claims` page property. Analogously, we can look at 
`wb-identifiers` to track just the number of external identifier statements, 
which is also useful information that’s otherwise hard to get (in WDQS or on 
the Toolforge replicas, the query times out, whereas on the stats machines it 
finishes within half a minute).
  
  Relevant code: analytics/wmde/scripts.git, 
`src/wikidata/datamodel/statements_per_entity.php` and 
`src/wikidata/datamodel/sql/select_statements_per_entity.sql`.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, 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] [Updated] T172937: Cursor jumping to next field and overlapping of menus

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: hoo, Maintenance_bot
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, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, 
aude, Mbch331, E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T195415: Special:NewItem - fields direction should be defined according to the language

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: eranroz, Maintenance_bot
Cc: Aklapper, gerritbot, Ladsgroup, Amire80, eranroz, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, _jensen, 
rosalieper, Srdjan_m, MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, 
Huji, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g, E.S.A-Sheild, joker88john, 
CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T223997: Add reserved IDs to EntitySchema

2019-05-22 Thread Ladsgroup
Ladsgroup added a comment.


  @Michael your gerrit patch is not connected to this ticket :(

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

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

To: Michael, Ladsgroup
Cc: Ladsgroup, Salgo60, Andrawaag, Esc3300, Aklapper, Lea_Lacroix_WMDE, 
Lydia_Pintscher, Michael, darthmon_wmde, pdehaye, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, _jensen, 
rosalieper, Jonas, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Edited] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unassigned] T224036: Add database implementation of TypeIdsAcquirer

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from In Review to Ready to go 
[prioritized] on the Wikidata wb_terms Trailblazing board.
Lucas_Werkmeister_WMDE removed a project: Patch-For-Review.
Lucas_Werkmeister_WMDE removed Lucas_Werkmeister_WMDE as the assignee of this 
task.
Lucas_Werkmeister_WMDE added a comment.


  We decided this implementation will live in Wikibase, so that it can use the 
`NameTableStore` class. The library will only provide the `TypeIdsAcquirer` and 
`TypeIdsResolver` interfaces, but won’t know anything about the `wbt_type` 
table.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, E.S.A-Sheild, joker88john, 
CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T201141: Hamcrest Failures in LexemeDiffVisualizerIntegrationTest

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: WMDE-leszek, gerritbot, Tarrow, darthmon_wmde, Nandana, Mringgaard, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Darkdadaah, Mbch331, E.S.A-Sheild, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T224125: Wikibase and WikibaseLexeme Selenium tests fail when UseCirrus is true in WikibaseCirrusSearch

2019-05-22 Thread Mholloway
Mholloway updated the task description.

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

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

To: Mholloway
Cc: Aklapper, EBernhardson, Smalyshev, zeljkofilipin, Mholloway, darthmon_wmde, 
Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, jayvdb, Jdforrester-WMF, Mbch331, hashar, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T224125: Wikibase and WikibaseLexeme Selenium tests fail when UseCirrus is true in WikibaseCirrusSearch

2019-05-22 Thread Mholloway
Mholloway created this task.
Mholloway added projects: MediaWiki-extensions-WikibaseRepository, 
CirrusSearch, Continuous-Integration-Config, 
Reading-Infrastructure-Team-Backlog.
Restricted Application added a subscriber: Aklapper.
Restricted Application added projects: Wikidata, Discovery-Search.

TASK DESCRIPTION
  WikibaseCirrusSearch has a `UseCirrus` config variable that currently 
defaults to false, disabling its functionality.  This is a confusing default, 
and can create hassles for developers trying to set it up in a testing 
environment.  It should default to true.
  
  The trouble is that changing the default to true breaks several Selenium 
tests for the Wikibase and WikibaseLexeme extensions, as shown in the failing 
test jobs on 
https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/WikibaseCirrusSearch/+/507597/.
  Adding a `$wgWBCSUseCirrus = false;` directive to 
`tests/selenium/LocalSettings.php` in WikibaseCirrusSearch does not resolve 
this problem, and based on my local testing, adding the same directive directly 
to Wikibase does not help, either.
  
  Ultimately, we shouldn't be trying to work around the problem; the testing 
environment should be able to accommodate WikibaseCirrusSearch.

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

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

To: Mholloway
Cc: Aklapper, EBernhardson, Smalyshev, zeljkofilipin, Mholloway, darthmon_wmde, 
Redabr4, Zanziii, Sadisticturd, Nandana, A.S.Kochergin, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, jayvdb, Jdforrester-WMF, Mbch331, hashar, jeremyb
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T222884: Report failed save to users

2019-05-22 Thread Lea_WMDE
Lea_WMDE updated the task description.
Lea_WMDE set the point value for this task to "8".

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

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

To: Lea_WMDE
Cc: Tarrow, Aklapper, Lea_WMDE, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Triaged] T222884: Report failed save to users

2019-05-22 Thread Lea_WMDE
Lea_WMDE triaged this task as "Normal" priority.
Lea_WMDE updated the task description.

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

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

To: Lea_WMDE
Cc: Tarrow, Aklapper, Lea_WMDE, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] T210503: Wikidata Query UI code sample tests are disabled everywhere

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: gerritbot, Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331, 
E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T210926: Display mapframe for geocoordinate statements on client

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Tpt, Maintenance_bot
Cc: Zache, Quiddity, Johan, Lea_Lacroix_WMDE, Lydia_Pintscher, gerritbot, 
Aklapper, hoo, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331, E.S.A-Sheild, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, 
Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T213628: change link text in embedded query flyout

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Gopavasanth, Maintenance_bot
Cc: gerritbot, Gopavasanth, Jsc39, Greta_Doci_WMDE, Charlie_WMDE, Jan_Dittrich, 
Hanna_Petruschat_WMDE, Aklapper, Lydia_Pintscher, darthmon_wmde, Dinadineke, 
DannyS712, Nandana, Kieubinhtb, tabish.shaikh91, Asad_Ali_Palijo, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Soteriaspace, RazeSoldier, 
Jayprakash12345, JakeTheDeveloper, QZanden, EBjune, merbst, LawExplorer, 
Salgo60, _jensen, rosalieper, D3r1ck01, Jonas, Xmlizer, MuhammadShuaib, SimmeD, 
jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
TheDJ, Mbch331, E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, 
Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T216842: Specify license of mediawiki/Wikibase/WikibaseLexeme ontology

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Maintenance_bot
Cc: Greta_Doci_WMDE, Lucas_Werkmeister_WMDE, Rosalie_WMDE, WMDE-leszek, 
alaa_wmde, Tpt, Ladsgroup, gerritbot, Lydia_Pintscher, Denny, mkroetzsch, 
abian, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Mbch331, 
E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218086: Ability to disable user-specific SSR

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Matthias_Geisler_WMDE, Maintenance_bot
Cc: Aklapper, Tarrow, Jakob_WMDE, Lea_WMDE, Pablo-WMDE, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, E.S.A-Sheild, joker88john, 
CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Baloch007, Darkminds3113, Bsandipan, Lordiis, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T223995: BadMethodCallException wbgetentities when getting Lexeme subentities (forms, senses)

2019-05-22 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup moved this task from To Do to Doing on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Ladsgroup.

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

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

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

To: Ladsgroup
Cc: hoo, Michael, darthmon_wmde, alaa_wmde, Nandana, Mringgaard, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, 
Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Jdforrester-WMF, Mbch331, 
Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T218903: Track number of links to schema pages

2019-05-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Michael, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, pdehaye, Michael, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, 
Salgo60, _jensen, rosalieper, abian, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, E.S.A-Sheild, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, 
WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T224078: Author and Title not shown with Artwork template on Commons when Label and Description are edited on Wikidata

2019-05-22 Thread Yann
Yann closed this task as "Resolved".
Yann claimed this task.
Yann added a comment.


  Yes, good.

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

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

To: Yann
Cc: Jheald, Jarekt, Aklapper, Liuxinyu970226, Yann, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, 
rosalieper, Wong128hk, Wikidata-bugs, aude, El_Grafo, Dinoguy1000, 
Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T223994: Add service to turn term IDs back into terms

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Aklapper, Lucas_Werkmeister_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Commented On] T224078: Author and Title not shown with Artwork template on Commons when Label and Description are edited on Wikidata

2019-05-22 Thread Jarekt
Jarekt added a comment.


  Yann, I think I got it fixed in :c:Module:Artwork,. Please verify.

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

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

To: Jarekt
Cc: Jheald, Jarekt, Aklapper, Liuxinyu970226, Yann, darthmon_wmde, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Poyekhali, _jensen, 
rosalieper, Wong128hk, Wikidata-bugs, aude, El_Grafo, Dinoguy1000, 
Steinsplitter, Mbch331, Keegan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T222875: Set up browser tests

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE updated the task description.

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T224024: Fatal Error on commons wiki from Special:EntityData with n3 format

2019-05-22 Thread 20038011003
20038011003 added a comment.


  tokens in chatroom

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

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

To: 20038011003
Cc: 20038011003, MarkTraceur, Aklapper, Michael, darthmon_wmde, Nandana, 
JKSTNK, Lahi, Gq86, Ramsey-WMF, GoranSMilovanovic, QZanden, V4switch, 
LawExplorer, _jensen, rosalieper, Jonas, Wong128hk, Wikidata-bugs, 
matthiasmullie, aude, Ricordisamoa, Lydia_Pintscher, Fabrice_Florin, 
Jdforrester-WMF, Matanya, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T209879: Graduate suggestions based on constraints beta feature out of beta features

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T220609: Enable constraints suggestions 
for everyone and remove beta feature as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Agabi10, connorshea, greg, Jdforrester-WMF, WMDE-leszek, 
Lucas_Werkmeister_WMDE, Lea_Lacroix_WMDE, Aklapper, Lydia_Pintscher, 
darthmon_wmde, alaa_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] [Closed] T220609: Enable constraints suggestions for everyone and remove beta feature

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


  I don’t think there’s anything left to verify here, let’s close it.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, WMDE-leszek, 
Lucas_Werkmeister_WMDE, E.S.A-Sheild, 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, 
Agabi10, 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] T220609: Enable constraints suggestions for everyone and remove beta feature

2019-05-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2019-05-22T11:30:20Z] 
 Synchronized wmf-config/InitialiseSettings.php: SWAT: 
[[gerrit:503342|Remove constraint-suggestions beta feature (T220609 
)]] (duration: 00m 57s)

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

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

To: Stashbot
Cc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, WMDE-leszek, 
Lucas_Werkmeister_WMDE, E.S.A-Sheild, 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, 
Agabi10, 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] T220609: Enable constraints suggestions for everyone and remove beta feature

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 503342 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] Remove constraint-suggestions beta 
feature
  
  https://gerrit.wikimedia.org/r/503342

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

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

To: gerritbot
Cc: Lydia_Pintscher, Aklapper, Lea_Lacroix_WMDE, WMDE-leszek, 
Lucas_Werkmeister_WMDE, E.S.A-Sheild, 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, 
Agabi10, 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] T223120: Add configuration for ShExSimple url

2019-05-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2019-05-22T11:19:48Z] 
 Synchronized wmf-config/InitialiseSettings.php: SWAT: 
[[gerrit:509878|Add configuration for EntitySchema ShExSimpleUrl (T223120 
)]] (duration: 00m 56s)

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

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

To: Stashbot
Cc: hoo, noarave, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, Michael, 
E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, abian, 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] T223120: Add configuration for ShExSimple url

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 509878 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] Add configuration for EntitySchema 
ShExSimpleUrl
  
  https://gerrit.wikimedia.org/r/509878

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

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

To: gerritbot
Cc: hoo, noarave, Lucas_Werkmeister_WMDE, Lydia_Pintscher, Aklapper, Michael, 
E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, WSH1906, Lewizho99, Maathavan, 
_jensen, rosalieper, Jonas, abian, 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] T224094: [ArticlePlaceHolder] on test.wikidata.org, searches cause PHP Notice: Undefined index: QXXXXX

2019-05-22 Thread hashar
hashar added a comment.


  Not a train blocker, that happened previously and the notice is only found 
for queries toward  test.wikidata.org / test.wikipedia.org

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

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

To: hashar
Cc: hashar, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, cmadeo, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T224094: [ArticlePlaceHolder] on test.wikidata.org, searches cause PHP Notice: Undefined index: QXXXXX

2019-05-22 Thread hashar
hashar removed a parent task: T220731: 1.34.0-wmf.6 deployment blockers.

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

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

To: hashar
Cc: hashar, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, cmadeo, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T224094: [ArticlePlaceHolder] on test.wikidata.org, searches cause PHP Notice: Undefined index: QXXXXX

2019-05-22 Thread hashar
hashar renamed this task from "[ArticlePlaceHolder] search causes PHP Notice: 
Undefined index: QX" to "[ArticlePlaceHolder] on test.wikidata.org, 
searches cause PHP Notice: Undefined index: QX".

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

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

To: hashar
Cc: hashar, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, cmadeo, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, jayvdb, 
Ricordisamoa, Jdforrester-WMF, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T216957: deploy EntitySchema to beta

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "deploy WikibaseSchema to beta" 
to "deploy EntitySchema to beta".
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Ifygal3, Aklapper, Lydia_Pintscher, darthmon_wmde, pdehaye, alaa_wmde, 
Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T216955: deploy EntitySchema to production

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "deploy WikibaseSchema to 
production" to "deploy EntitySchema to production".
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Lydia_Pintscher, darthmon_wmde, 
pdehaye, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
YULdigitalpreservation, LawExplorer, Salgo60, _jensen, rosalieper, Jonas, 
abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T216956: deploy EntitySchema to test

2019-05-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE renamed this task from "deploy WikibaseSchema to test" 
to "deploy EntitySchema to test".
Lucas_Werkmeister_WMDE updated the task description.

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

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

To: Ladsgroup, Lucas_Werkmeister_WMDE
Cc: Krinkle, Lucas_Werkmeister_WMDE, Tarrow, Ifygal3, Aklapper, 
Lydia_Pintscher, E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, joker88john, 
Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, abian, 
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] T192967: UX/UI suggestions towards a new "query helper/query builder" interface

2019-05-22 Thread Charlie_WMDE
Charlie_WMDE added a comment.


  @Jan_Dittrich
  
  I think @waldyrious captured most of the points we identified.
  
  I would only add two minor things:
  
  - better suggestions for properties (it is often very specific how things are 
modeled on wikidata which makes it very hard to find the right properties to 
use. Even @waldyrious )who has extensive knowledge of the system needed a few 
attempts to figure out how the information he's trying to obtain is modeled on 
wikidata e.g. looking for someone with pets is "owner of" and not "has pet" for 
example.
  - people enjoy dabbling with queries as well as needing a few attempts to get 
the correct result. for this it would be helpful to be able do disable (comment 
out) parts of the query so they're not lot. Currently one would have to remove 
things entirely.
  
  Thank you again for testing the existing query builder with me @waldyrious !

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

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

To: Charlie_WMDE
Cc: Jakob_WMDE, Charlie_WMDE, waldyrious, Aklapper, Susannaanas, Jan_Dittrich, 
Loz.ross, darthmon_wmde, Nandana, LJ, lucamauri, Lahi, Gq86, SandraF_WMF, 
Andrawaag, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
YULdigitalpreservation, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Jneubert, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Daniel_Mietchen, Manybubbles, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T220480: Migration Plan 3

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: Ladsgroup, alaa_wmde
Cc: Addshore, JeroenDeDauw, Ladsgroup, jcrespo, Marostegui, Aklapper, 
alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, 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] [Unblock] T220230: Tailor a migration plan

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T220480: Migration Plan 3 as Resolved.

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219120: [Checkpoint 1] Create Schema, Migration plan and Doctrine DBAL connection

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T219143: Write DDL sql files for creating the schema 
as Resolved.

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T219143: Write DDL sql files for creating the schema

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: Ladsgroup, jcrespo, Marostegui, Aklapper, alaa_wmde, E.S.A-Sheild, 
darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T219120: [Checkpoint 1] Create Schema, Migration plan and Doctrine DBAL connection

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T220210: Create a script to generate lots of 
Items/Properties with lots of Terms as Resolved.

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T221745: [Community] Prepare details on migration plan for community/tool-builders announement

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: Lea_Lacroix_WMDE, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Closed] T220210: Create a script to generate lots of Items/Properties with lots of Terms

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: Ladsgroup, Aklapper, JeroenDeDauw, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T220230: Tailor a migration plan

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219120: [Checkpoint 1] Create Schema, Migration plan and Doctrine DBAL connection

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T220230: Tailor a migration plan as 
Resolved.

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T219297: Adjust current write logic to write property terms to new schema

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219121: [Checkpoint 2] Refactor Write & Migration code for Properties

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T221615: Make a test instance in cloud VPS to test new 
term store as Resolved.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219121: [Checkpoint 2] Refactor Write & Migration code for Properties

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T219297: Adjust current write logic to write property 
terms to new schema as Resolved.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Closed] T221615: Make a test instance in cloud VPS to test new term store

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: Ladsgroup, alaa_wmde
Cc: Lucas_Werkmeister_WMDE, alaa_wmde, Aklapper, Ladsgroup, darthmon_wmde, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, 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] [Closed] T222114: Make covering indexes unique

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: Ladsgroup, Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219121: [Checkpoint 2] Refactor Write & Migration code for Properties

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T219894: Create maintenance script for migrating 
property terms to new schema as Resolved.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Closed] T221701: implement clean up logic in MW DBAL store

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: Lucas_Werkmeister_WMDE, alaa_wmde
Cc: JeroenDeDauw, Aklapper, Addshore, Ladsgroup, sarhan.alaa, alaa_wmde, 
E.S.A-Sheild, darthmon_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, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T219894: Create maintenance script for migrating property terms to new schema

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: JeroenDeDauw, Aklapper, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T221564: Create maintenance script for populating new item term persistence

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: alaa_wmde, Aklapper, JeroenDeDauw, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T219122: [Checkpoint 4] Refactor Write & Migration code for Items

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T221564: Create maintenance script for populating new 
item term persistence as Resolved.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T220150: [Story] Clean up unused records

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T221701: implement clean up logic in MW DBAL store as 
Resolved.

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

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

To: alaa_wmde
Cc: Lucas_Werkmeister_WMDE, sarhan.alaa, Ladsgroup, Addshore, alaa_wmde, 
Aklapper, JeroenDeDauw, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-22 Thread alaa_wmde
alaa_wmde closed subtask T223963: Implement normalized Terms storage logic as 
Resolved.

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, E.S.A-Sheild, darthmon_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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T223963: Implement normalized Terms storage logic

2019-05-22 Thread alaa_wmde
alaa_wmde closed this task as "Resolved".

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

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

To: alaa_wmde
Cc: Aklapper, alaa_wmde, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, 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] [Commented On] T221097: The most commonly used date format in the Czech Republic produces wrong date when used as a value in Wikidata

2019-05-22 Thread Vojtech.dostal
Vojtech.dostal added a comment.


  There is also great inconsistency. Why does "7. 12. 1967" produce 
"1967-12-07" while " 7. 1. 1967" produces "1967-07-01"?

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

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

To: Vojtech.dostal
Cc: Blahma, Urbanecm, JAnD, Wesalius, Aklapper, Vojtech.dostal, darthmon_wmde, 
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] [Updated] T216956: deploy WikibaseSchema to test

2019-05-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Ladsgroup, gerritbot
Cc: Krinkle, Lucas_Werkmeister_WMDE, Tarrow, Ifygal3, Aklapper, 
Lydia_Pintscher, E.S.A-Sheild, darthmon_wmde, pdehaye, alaa_wmde, joker88john, 
Michael, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, 
Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Jonas, abian, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Retitled] T217430: Add support for all Sámi languages to Wikidata

2019-05-22 Thread Yupik
Yupik renamed this task from "Add support for all Sámi languages" to "Add 
support for all Sámi languages to Wikidata".

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

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

To: jhsoby-WMNO, Yupik
Cc: Yupik, Nikki, jhsoby-WMNO, jhsoby, Nikerabbit, Mbch331, Aklapper, 
Susannaanas, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, _jensen, rosalieper, Srdjan_m, 
MuhammadShuaib, LNDDYL, Psychoslave, Wikidata-bugs, aude, Amire80, Gryllida, 
Shizhao, Arrbee, santhosh, KartikMistry, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T216956: deploy WikibaseSchema to test

2019-05-22 Thread gerritbot
gerritbot added a comment.


  Change 511844 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [operations/mediawiki-config@master] deploy WikibaseSchema to test
  
  https://gerrit.wikimedia.org/r/511844

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

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

To: Ladsgroup, gerritbot
Cc: Krinkle, Lucas_Werkmeister_WMDE, Tarrow, Ifygal3, Aklapper, 
Lydia_Pintscher, darthmon_wmde, pdehaye, alaa_wmde, Michael, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, Jonas, abian, 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] T216956: deploy WikibaseSchema to test

2019-05-22 Thread Ladsgroup
Ladsgroup claimed this task.
Ladsgroup moved this task from To Do to Doing on the Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞) board.
Restricted Application added a project: User-Ladsgroup.

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

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

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

To: Ladsgroup
Cc: Krinkle, Lucas_Werkmeister_WMDE, Tarrow, Ifygal3, Aklapper, 
Lydia_Pintscher, darthmon_wmde, pdehaye, alaa_wmde, Michael, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, YULdigitalpreservation, LawExplorer, Salgo60, 
_jensen, rosalieper, Jonas, abian, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Reopened] T218086: Ability to disable user-specific SSR

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE reopened this task as "Open".

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Aklapper, Tarrow, Jakob_WMDE, Lea_WMDE, Pablo-WMDE, E.S.A-Sheild, 
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, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T218078: Cache WikibaseContentLanguagesRepo in SSR

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Lea_WMDE, Aklapper, Pablo-WMDE, Tarrow, E.S.A-Sheild, 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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T218053: Add caching of node -> MW requests

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed subtask T218077: Cache MessageRepository in SSR as 
Resolved.

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

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

To: Jakob_WMDE
Cc: Pablo-WMDE, Aklapper, Tarrow, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Closed] T218054: Add UA to node -> mediawiki requests

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Lea_WMDE, Pablo-WMDE, Aklapper, Tarrow, E.S.A-Sheild, 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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T218077: Cache MessageRepository in SSR

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Jakob_WMDE
Cc: Lea_WMDE, Aklapper, Pablo-WMDE, Tarrow, E.S.A-Sheild, 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, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T218053: Add caching of node -> MW requests

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Jakob_WMDE
Cc: Pablo-WMDE, Aklapper, Tarrow, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unblock] T218053: Add caching of node -> MW requests

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed subtask T218078: Cache WikibaseContentLanguagesRepo in SSR as 
Resolved.

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

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

To: Jakob_WMDE
Cc: Pablo-WMDE, Aklapper, Tarrow, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Unblock] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed subtask T222692: research links, where do the urls come from 
(incl `returnto` params) as Resolved.

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

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

To: Jakob_WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
darthmon_wmde, alaa_wmde, 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] T222692: research links, where do the urls come from (incl `returnto` params)

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Tarrow, Aklapper, Pablo-WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
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] [Closed] T222695: Create buttons

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

To: Matthias_Geisler_WMDE, Jakob_WMDE
Cc: Tarrow, Jakob_WMDE, Matthias_Geisler_WMDE, Aklapper, Pablo-WMDE, 
Hanna_Petruschat_WMDE, darthmon_wmde, alaa_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 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] [Unblock] T221831: Add "You are not logged in" overlay popup on termbox editing

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed subtask T222695: Create buttons as Resolved.

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

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

To: Jakob_WMDE
Cc: Aklapper, Lea_WMDE, Lydia_Pintscher, Pablo-WMDE, Jakob_WMDE, 
Matthias_Geisler_WMDE, Tarrow, Hanna_Petruschat_WMDE, WMDE-leszek, 
darthmon_wmde, alaa_wmde, 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] T222697: Implement generic overlay capability

2019-05-22 Thread Jakob_WMDE
Jakob_WMDE closed this task as "Resolved".

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

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

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


  1   2   >