This is mostly complete, some screenshots:
http://www.diigo.com/item/image/2xrwi/iosr?size=o
http://www.diigo.com/item/image/2xrwi/95qu?size=o
[RFC|Merged] Extension Admin
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
- DavidIQ
- Customisations Team Leader
- Posts: 1905
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Extension Admin
Looks pretty good. There was a desire to be able to upload extensions from within that page and to also directly download from the CDB (I.e. search and select) but I'm not sure that this should have been part of this RFC.
Re: [RFC] Extension Admin
It was decided that should be worked on separately after this is finished and working properly.
Re: [RFC] Extension Admin
As Nils said, upload/delete features in the ACP will wait until after the inital implementation. As will direct integration between it and the CDB.
With regards to integration of the CDB and phpBB extensions it might be something like google play. You can install something to your board from the CDB and browse the cdb from your board. But remain the ability to upload extensions from other sources.
With regards to integration of the CDB and phpBB extensions it might be something like google play. You can install something to your board from the CDB and browse the cdb from your board. But remain the ability to upload extensions from other sources.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC|Merged] Extension Admin
This has been merged.
Re: [RFC|Merged] Extension Admin
Great work!
Would it make more sense to make this a tab in the ACP, like "Extensions" right after Styles? It took me some digging to finally find it buried away where it is right now.
By the way, when I tried naderman's example extension, I get this error in the extension admin:
Would it make more sense to make this a tab in the ACP, like "Extensions" right after Styles? It took me some digging to finally find it buried away where it is right now.
By the way, when I tried naderman's example extension, I get this error in the extension admin:
Code: Select all
The "example" extension is not valid.
The required file does not exist: ./../ext/example/composer.json
Has an irascible disposition.
Re: [RFC|Merged] Extension Admin
There is an RFC for that somewhere.VSE+ wrote:Great work!
Would it make more sense to make this a tab in the ACP, like "Extensions" right after Styles? It took me some digging to finally find it buried away where it is right now.
By the way, when I tried naderman's example extension, I get this error in the extension admin:Code: Select all
The "example" extension is not valid. The required file does not exist: ./../ext/example/composer.json
And yeah, that extension needs updating. I'll do that now.
EDIT: Done
EDIT2: The RFC - https://area51.phpbb.com/phpBB/viewtopi ... 08&t=43257
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: [RFC|Merged] Extension Admin
Thanks. But now after I enabled it, I think that extension is broken now that you want it inside a "naderman" folderUnknown Bliss wrote:And yeah, that extension needs updating. I'll do that now.
EDIT: Done
phpBB/ext/naderman/example
. Going to index.php?ext=example
now gives the error: The extension example does not exist.
EDIT: Also, FYI the example specifies 3.1.0 for phpBB. So it is considered incompatible with 3.1.0-dev.
Has an irascible disposition.
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC|Merged] Extension Admin
At the moment I think you have to useVSE+ wrote:Thanks. But now after I enabled it, I think that extension is broken now that you want it inside a "naderman" folderUnknown Bliss wrote:And yeah, that extension needs updating. I'll do that now.
EDIT: DonephpBB/ext/naderman/example
. Going toindex.php?ext=example
now gives the error:The extension example does not exist.
EDIT: Also, FYI the example specifies 3.1.0 for phpBB. So it is considered incompatible with 3.1.0-dev.
?ext=naderman/example
. We're working on a way to be able to have something else for the ?ext= value, but for now it's the extension name.Re: [RFC|Merged] Extension Admin
When I try that, I get the error:imkingdavid wrote:At the moment I think you have to use?ext=naderman/example
. We're working on a way to be able to have something else for the ?ext= value, but for now it's the extension name.
The extension naderman/example is missing a controller class and cannot be accessed through the front-end.
Has an irascible disposition.