Closed (fixed)
Project:
Module Builder
Component:
Drush support
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 11:46 UTC
Updated:
21 Apr 2010 at 12:13 UTC
Just as drush works on either 5, 6, or 7 from the same codebase, so should we.
This means that parts of the code need to be moved to subfolders, selected according to version.
So:
- update -- mostly version-specific, as hook data is different, and also on 7 we will be collecting hook data differently!
- generate -- info files are version-specific
- erm... anything else?
Comments
Comment #1
joachim commentedDone so far:
- generating info files per version
- storage of hook data in version-specific folders.
Still to do:
- totally revamp hook data collection, as on 7 this is in Drupal itself rather than CVS.
Comment #2
joachim commentedThis now all works in principle, though D5 support is not in due to my not using it any more.
Marking as postponed.
Comment #3
joachim commentedI'm probably not going to do D5 support...
Closing.