work across versions
joachim - October 19, 2009 - 11:46
| Project: | Module Builder |
| Version: | HEAD |
| Component: | Drush support |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
Done 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.