Jump to:
| Project: | Drush Module Manager |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | sirkitree |
| Status: | closed (won't fix) |
Issue Summary
Hi, and thank you for creating this plugin. It has become a necessity for me as core drush enable/disable tend to break more often when it comes to dependencies.
I'm wondering if you've thought of making this version agnostic. I use drush outside of any Drupal root and recently started including plugins into the drush/includes/ directory. It would be nice if drush_mm was version agnostic so we could use the same plugin across different version of Drupal in this scenario and would not require downloading different version for our installs.
If you have interest in this feature, I'm willing to do some work on it. Can you point me to some of the relevant places to get me started? It'll be my first dive into drush plugins.
Thanks
Comments
#1
I'm not sure whether we should want a D7 version of drush_mm. drush is providing most of drush_mm commands. The output of drush is not always as useful to me as of drush_mm.
But afaik to make drush_mm version agnostic you could check ie
./commands/pm/update_info./commands/pm/update_info/drupal_6.inc
./commands/pm/update_info/drupal_7.inc
./commands/pm/update_info/drupal_5.inc
Not sure whether this helps.
#2
The module became obsolete for drupal 7. See project page for the reasons why.