This module generates install code for cck_content node types. The install code creates all of the taxonomies referenced by the cck content node as well as all of the cck related stuff.
This allows using cck and views as the starting point for a new module. Just create your cck nodes / fields / groups normally. Create a module to add the functionality you need and place the generated install code in your module.install file as update_1.
Bugs fixed:
- Update moderator when moving an image from one gallery to another.
- #260404: Really fix image_gallery_access_node_access_records() now.
- #230123: Newest pgsql refuses to do automatic type conversions.
- Provide a message for uninitialized galleries when newly installed, rather than the incorrect 'default' setting of grant_all for 1 & 2.
- #221095: Fix caching in image_gallery_access_access().