Make shazamgallery no longer depend on image_gallery, only on views and image.module
Zach Harkey - July 11, 2006 - 20:02
| Project: | shazamgallery |
| Version: | HEAD |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If you can't beat em... join em?
Now that image module has broken the image_gallery.module out as a separate contrib module, shazamgallery is broken. Shazamgallery is already dependent on image.module, so rather than expand shazamgallery's dependency to yet another (possibly conflicting) module, shouldn't we develop shazamgallery as a contrib as well.
Perhaps, while we're at it we could change the name to something like image_gallery_pro.
image/
-- contrib/
-- -- image_attach/
-- -- image_gallery/
-- -- image_gallery_pro/
(Marked as critical because shazamgallery does not work in its current state.)

#1
We should not depend on image_gallery.
Renaming might be a good option, but has rather complex technical implications (CVS does not allow renaming).
And I disagree on moving it under image module. /If/ I would consider moving, it would be under some views contrib, for this is more a views thing then an image thing.