[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-05 Thread hashar
hashar added a comment.


  Thank you @darthmon_wmde for the link to 
#wikibase_extension_decoupling_and_registration 

  :]   To everyone involved:
  
  antoine-approve 

  
  //comment best seen via the web interface//

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

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

To: hashar
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-04 Thread Jdlrobson
Jdlrobson added a comment.


  Congrats all! :)

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

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

To: Jdlrobson
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-04 Thread Ladsgroup
Ladsgroup closed this task as "Resolved".
Ladsgroup moved this task from ready to go to in progress on the Wikidata board.
Ladsgroup added a comment.


  This is done, you can now load Wikibase extensions using extension.json, the 
mediawiki.org documentation has been updated but we will write announcements 
soon and won't break php entry point for now.
  
  For repo:
  
wfLoadExtension( 'WikibaseRepository', 
"$IP/extensions/Wikibase/extension-repo.json" );
require_once "$IP/extensions/Wikibase/repo/ExampleSettings.php";
$wgWBRepoSettings['siteLinkGroups'] = [ 'mywikigroup' ];
$wgLocalDatabases = [ 'enwiki', 'fawiki' ];
$wgWBRepoSettings['localClientDatabases'] = array(
'en' => 'enwiki',
'fa' => 'fawiki'
);
  
  For client:
  
wfLoadExtension( 'WikibaseClient', 
"$IP/extensions/Wikibase/extension-client.json" );
require_once "$IP/extensions/Wikibase/client/ExampleSettings.php";
$wgWBClientSettings['repoUrl'] = 'https://pool.my.wiki';
...
  
  Shout out to @Lucas_Werkmeister_WMDE @Tarrow @ItamarWMDE for their great work.

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

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

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

To: Ladsgroup
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-04 Thread Ladsgroup
Ladsgroup closed subtask T257433: Convert Repo to use Extension Registration as 
Resolved.

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

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

To: Ladsgroup
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-04 Thread Ladsgroup
Ladsgroup closed subtask T256228: Convert WikibaseClient to use extension 
registration as Resolved.

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

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

To: Ladsgroup
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-08-04 Thread Ladsgroup
Ladsgroup closed subtask T257436: Deploy Repo using extension registration to 
Beta as Resolved.

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

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

To: Ladsgroup
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-28 Thread darthmon_wmde
darthmon_wmde added a comment.


  In T88258#6308719 , @hashar 
wrote:
  
  > Thank you so much for moving forward on this task :]
  
  Feel free to follow the progress here 


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

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

To: darthmon_wmde
Cc: darthmon_wmde, Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-23 Thread Ladsgroup
Ladsgroup added a subtask: T257436: Deploy Repo using extension registration to 
Beta.

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

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

To: Ladsgroup
Cc: Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-23 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-07-23T18:29:21Z] 
 Synchronized wmf-config/Wikibase.php: 
[[gerrit:613235|Load WikibaseClient from extension.json file instead of php one 
(T257437  T256228 
 T88258 
)]] (duration: 01m 05s)

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

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

To: Stashbot
Cc: Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-21 Thread Ladsgroup
Ladsgroup added a subtask: T257433: Convert Repo to use Extension Registration.

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

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

To: Ladsgroup
Cc: Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-17 Thread gerritbot
gerritbot added a comment.


  Change 399437 **abandoned** by Ladsgroup:
  [mediawiki/extensions/Wikibase@master] [WIP] Switch to load extension using 
MediaWiki's extension registration
  
  Reason:
  This is done already through many many patches.
  
  https://gerrit.wikimedia.org/r/399437

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

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

To: gerritbot
Cc: Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-15 Thread Ladsgroup
Ladsgroup added subscribers: ItamarWMDE, Tarrow.
Ladsgroup added a comment.


  In T88258#6308719 , @hashar 
wrote:
  
  > Thank you so much for moving forward on this task :]
  
  Oh it's mostly work of @Lucas_Werkmeister_WMDE @ItamarWMDE and @Tarrow. I 
mostly hit shiny +2 buttons.

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

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

To: Ladsgroup
Cc: Tarrow, ItamarWMDE, Ladsgroup, Michael, Mholloway, awight, 
Lucas_Werkmeister_WMDE, Jdforrester-WMF, hashar, WMDE-leszek, Addshore, 
Tobi_WMDE_SW, gerritbot, Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, 
Lydia_Pintscher, Aklapper, Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, 
Hook696, darthmon_wmde, Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Pablo-WMDE, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, 
Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-15 Thread hashar
hashar added a comment.


  Thank you so much for moving forward on this task :]

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

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

To: hashar
Cc: Ladsgroup, Michael, Mholloway, awight, Lucas_Werkmeister_WMDE, 
Jdforrester-WMF, hashar, WMDE-leszek, Addshore, Tobi_WMDE_SW, gerritbot, 
Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, 
Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-15 Thread Ladsgroup
Ladsgroup added a comment.


  I just wanted to say we are this (羅) close to finishing this. Client is 
already there and repo will follow suit in a week or two. We are waiting for 
deployments of the changes so we can change them in extension-list.

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

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

To: Ladsgroup
Cc: Ladsgroup, Michael, Mholloway, awight, Lucas_Werkmeister_WMDE, 
Jdforrester-WMF, hashar, WMDE-leszek, Addshore, Tobi_WMDE_SW, gerritbot, 
Ricordisamoa, Jdlrobson, JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, 
Legoktm, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, 
Kent7301, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257432: Remove Lib extension.json as 
Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Mholloway, awight, Lucas_Werkmeister_WMDE, Jdforrester-WMF, 
hashar, WMDE-leszek, Addshore, Tobi_WMDE_SW, gerritbot, Ricordisamoa, 
Jdlrobson, JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, Legoktm, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] T88258: Convert WikibaseRepository, WikibaseClient, WikibaseLib and WikibaseView to use extension registration

2020-07-13 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed subtask T257431: Copy Lib extension.json content 
to Repo as Resolved.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Michael, Mholloway, awight, Lucas_Werkmeister_WMDE, Jdforrester-WMF, 
hashar, WMDE-leszek, Addshore, Tobi_WMDE_SW, gerritbot, Ricordisamoa, 
Jdlrobson, JanZerebecki, hoo, aude, Lydia_Pintscher, Aklapper, Legoktm, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, 
joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Pablo-WMDE, GoranSMilovanovic, 
Jayprakash12345, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Jonas, Izno, Wikidata-bugs, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs