Postponed
Project:
Plugin Manager
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2008 at 01:47 UTC
Updated:
5 Aug 2010 at 05:12 UTC
Jump to comment: Most recent
Comments
Comment #1
alliax commentedYes of course it should, although I kind of miss the time not so long ago when we'd still have to fill in the database structure by ourselves, no easy install script.
I understand easy is better to gain larger audience and that's why Mambo/Joomla has attracted a larger audience in the same time. So yes this should be in core for modules. But for me I'm fine with the way it is :-)
Comment #2
kbahey commentedYes, it should be in core.
But before that, it has to be polished and bug free as a contrib module first, proving it is robust enough.
Only then can it be considered for core.
So, testing is welcome.
Comment #3
pasquallethe required first step to include Plugin Manager in Drupal core is to have a D7 release..
Comment #4
kbahey commentedIt needs to be feature complete and bug free in D6 before porting to D7 can start. Right now it is in flux with previously working features broken, while new features are being put in.
It also needs automated tests, since nothing makes it to core now unless it has tests.
I am also concerned that D7's API has not been cast in stone yet (code freeze).
Comment #5
Anonymous (not verified) commentedAs much as I would love that, kbahey has a great point. Fair sized chunks of code are being added or replaced on a near daily basis. There are several features which have probably only experienced a minimal amount of testing from the community. Eventually I would love to see it as a part of core. Right now, however, I think all available effort needs to go into testing, so that the current feature set can prove itself.
Comment #6
darumaki commentedI have two concerns about using this module
How will the module know if its an official release or development and also how will it know if its for drupal 5 or drupal 6 ?
Is this all automated ?
Comment #7
pasqualle@darumaki: your question is off topic (it is not even related to this module), you should create a new support issue..
short answer: yes it is automated. the functionality was developed with the http://drupal.org/project/update_status module..
Comment #8
jabapyth commentedthe plugin install process is automated just enough to make your life easier, without surrendering your control over the install. You can select which version of a module you want to install. Also, versions are automatically checked for compatability with your drupal installation.
long story short: try it out. install it, and see for yourself how it works.
Comment #9
giorgio79 commentedHere is the D7 patch
#336743: Port Plugin Manager module to D7