Brilliant Gallery (D7 fork)

Categories

Component ID

1244482

Component name

Brilliant Gallery (D7 fork)

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

A Drupal 7 rewrite of the Brilliant Gallery module.

Note: If you have been using a previous version of Brilliant Gallery or this fork you will want to uninstall it before using the latest version of this module. To keep this simple, schema changes won't be handled by the update system until this is a full project, so to make sure your schema is up to date just uninstall the old version before installing the new one.

Current changes:
- Uses core image styles instead of custom code to resize images.
- Adds hook_brilliant_gallery_lightbox_info() to allow easy lightbox plugin support.
- Adopts an OO style to improve organization, improve code reuse, and take advantage of autoloading.
- Allows deletion of galleries and images from the admin interface.
- Adds a gallery field.

Planned changes:
- Allow gallery creation via admin pages.
- Add a pluggable file import system to allow adding images to a gallery via Plupload, Picasa import, etc.