[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2021-01-25 Thread Addshore
Addshore edited projects, added wdwb-tech-focus; removed Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-09-17 Thread Ladsgroup
Ladsgroup added a comment.


  Okay, this is blocked on T258822: ArticlePlaceholder doesn't declare 
extension.json dependancy on Wikibase 
 getting done, once that's done we 
can pick this up.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-09-17 Thread Ladsgroup
Ladsgroup added a subtask: T263101: Make mediawiki core installer stop trying 
to find extensions early and check if the are loaded or not..

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread Ladsgroup
Ladsgroup added a comment.


  That sounds good to me (sorry I missed this part of your comment). I can try 
to see if I can make a patch for this.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

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


  In T258822#6374334 , 
@Ladsgroup wrote:
  
  >> How does Wikibase even get loaded properly for CI with the non standard 
paths? Does -with-extensions do something more recursively? Or does it not get 
loaded at all?
  >
  > It looks for Wikibase.php, that file loads extension json files.
  
  Right. So as I said, it should check unresolved dependancies at the end of 
loading everything else, and then error if it's still unmet, rather than 
apparently immediately erroring just because it can't find the extension.json 
in the "right" place
  
  In T258822#6373807 , 
@Reedy wrote:
  
  > ..., it seems to be that it could be useful if the installer doesn't try 
and load all dependancies immediately, but instead wait till all extensions 
that are going to be loaded as a matter of course get loaded, and then see 
which are still needed, try and load them.. And if it still doesn't work, then 
die?

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread Ladsgroup
Ladsgroup added a comment.


  In T258822#6373759 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > In T258822#6373587 , 
@Reedy wrote:
  >
  >> In T258822#6373399 , 
@ItamarWMDE wrote:
  >>
  >>> Concluding from the discussion on the patch. It appears that there isn't 
an elegant way to achieve this. After a discussion with @Lucas_Werkmeister_WMDE 
 we propose to mark this task as declined. However, we keep this open for now, 
in case someone else has an elegant way to resolve it.
  >>
  >> Why would you decline a bug that is valid?
  >
  > Because Declined is not the same as Invalid? I’m not saying the bug isn’t 
valid, but we may still decline to resolve it.
  >
  >> I could understand marking it stalled, dependant on another bug being 
filed and fixed (ie something to support Wikibase's non standard file 
heirarchy), but it's definitely not invalid.
  >
  > How, then, would you support Wikibase’s file hierarchy in MediaWiki core?
  >
  > I can think of two ways:
  >
  > 1. Hard-code in MediaWiki core where Wikibase’s extension JSON files are, 
so that the installer can load them correctly.
  >
  > 2. Extend the extension JSON syntax, and require extensions depending on 
Wikibase to write something like this:
  >
  >   "requires": {
  > "extensions": {
  >   "WikibaseClient": {
  > "baseName": "Wikibase",
  > "jsonName": "extension-client.json",
  > "version": "*"
  >   }
  > }
  >   },
  >
  > Both seem so terrible to me that I’d rather decline this task than 
implement either of them. If you have a better idea, let us know, that’s why we 
left this task open for a bit. But my impression is that this task is not 
doable – neither core nor other extensions should have special knowledge of 
Wikibase paths, but those paths have to be //somewhere// if the installer is 
supposed to be able to locate Wikibase automatically.
  
  Actually I think there's a rather easier path to go to and it doesn't involve 
splitting Wikibase git repo either. `Installer.php` currently loads the files 
and check for their existence. The whole logic seems wrong to me, it should 
load extensions from the extension registry or check if they are in the queue 
and check it only based on name. If it can't find the extension in extension 
registry, then It should fall back to loading it directly from file and its 
current logic.
  
  In my personal opinion what Wikibase is doing is not "non-standard", it's 
just different (Wikibase is unique in so many ways, this the least of the 
differences) but I think the logic of loading extensions should be hidden and 
abstracted to ExtensionRegistry class which its whole point is to abstract this 
away.
  
  > How does Wikibase even get loaded properly for CI with the non standard 
paths? Does -with-extensions do something more recursively? Or does it not get 
loaded at all?
  
  It looks for Wikibase.php, that file loads extension json files.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

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


  Of course the problem here is effectively that Wikibase is doing something 
non standard/not supported. So you could question if it should be doing that...
  
  How does Wikibase even get loaded properly for CI with the non standard 
paths? Does `-with-extensions` do something more recursively? Or does it not 
get loaded at all?
  
  If it does something more recursively, it seems to be that it could be useful 
if the installer doesn't try and load all dependancies immediately, but instead 
wait till all extensions that are going to be loaded as a matter of course get 
loaded, and then see which are still needed, try and load them.. And if it 
still doesn't work, then die?
  
  As per my original point in this comment... If this is something "we" want to 
support in some way, some time and thought should be put into it... If not, 
Wikibase should potentailly stop being the odd one out here and do something 
more standard (which probably ends up with multiple extensions again).
  
  Else, potentially something more like T182472: Allow extension registration 
to suggest optional extension/skin or MediaWiki version 
 where it's not a hard dependancy... 
but at least has it decorated in a structured (ish) fashion rather than having 
to dig through errors/docs etc to work out what's going on
  
  Anything has got to be better than the installer pretending it's installing 
the extension fine, when actually mass amounts of dependancies are actually 
missing

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T258822#6373587 , 
@Reedy wrote:
  
  > In T258822#6373399 , 
@ItamarWMDE wrote:
  >
  >> Concluding from the discussion on the patch. It appears that there isn't 
an elegant way to achieve this. After a discussion with @Lucas_Werkmeister_WMDE 
 we propose to mark this task as declined. However, we keep this open for now, 
in case someone else has an elegant way to resolve it.
  >
  > Why would you decline a bug that is valid?
  
  Because Declined is not the same as Invalid? I’m not saying the bug isn’t 
valid, but we may still decline to resolve it.
  
  > I could understand marking it stalled, dependant on another bug being filed 
and fixed (ie something to support Wikibase's non standard file heirarchy), but 
it's definitely not invalid.
  
  How, then, would you support Wikibase’s file hierarchy in MediaWiki core?
  
  I can think of two ways:
  
  1. Hard-code in MediaWiki core where Wikibase’s extension JSON files are, so 
that the installer can load them correctly.
  
  2. Extend the extension JSON syntax, and require extensions depending on 
Wikibase to write something like this:
  
"requires": {
  "extensions": {
"WikibaseClient": {
  "baseName": "Wikibase",
  "jsonName": "extension-client.json",
  "version": "*"
}
  }
},
  
  Both seem so terrible to me that I’d rather decline this task than implement 
either of them. If you have a better idea, let us know, that’s why we left this 
task open for a bit. But my impression is that this task is not doable – 
neither core nor other extensions should have special knowledge of Wikibase 
paths, but those paths have to be //somewhere// if the installer is supposed to 
be able to locate Wikibase automatically.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread Reedy
Reedy changed the task status from "Open" to "Stalled".

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread Ladsgroup
Ladsgroup added a comment.


  I agree with @Reedy this is hard to do but it should not be declined (maybe 
moved to stalled, etc.)

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

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


  In T258822#6373399 , 
@ItamarWMDE wrote:
  
  > Concluding from the discussion on the patch. It appears that there isn't an 
elegant way to achieve this. After a discussion with @Lucas_Werkmeister_WMDE  
we propose to mark this task as declined. However, we keep this open for now, 
in case someone else has an elegant way to resolve it.
  
  Why would you decline a bug that is valid?
  
  I could understand marking it stalled, dependant on another bug being filed 
and fixed (ie something to support Wikibase's non standard file heirarchy), but 
it's definitely not invalid.
  
  If an extension is unable to declare a dependancy because of MW's 
expecttions, that is a bug. But said bug needs to be filed, not just left as 
comments on a gerrit task...

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-08-10 Thread ItamarWMDE
ItamarWMDE added subscribers: Lucas_Werkmeister_WMDE, ItamarWMDE.
ItamarWMDE added a comment.


  Concluding from the discussion on the patch. It appears that there isn't an 
elegant way to achieve this. After a discussion with @Lucas_Werkmeister_WMDE  
we propose to mark this task as declined. However, we keep this open for now, 
in case someone else has an elegant way to resolve it.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-30 Thread darthmon_wmde
darthmon_wmde removed a project: Wikidata-Trailblazing-Exploration.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-30 Thread darthmon_wmde
darthmon_wmde added a project: Wikidata-Trailblazing-Exploration.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-26 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite 
(Wikidata-Campsite-Iteration-∞).

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

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


  Change 616161 had a related patch set uploaded (by Ladsgroup; owner: 
Ladsgroup):
  [mediawiki/extensions/ArticlePlaceholder@master] Add WikibaseClient as 
dependency of this extension
  
  https://gerrit.wikimedia.org/r/616161

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-24 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

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


[Wikidata-bugs] [Maniphest] T258822: ArticlePlaceholder doesn't declare extension.json dependancy on Wikibase

2020-07-24 Thread Reedy
Reedy created this task.
Reedy added a project: ArticlePlaceholder.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  In ArticlePlaceholder's extension.json, it should really declare that it 
depends on some of the Wikibase extensions

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

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

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