| 1 |
CHANGELOG for Image Gallery Access for Drupal 6
|
| 2 |
|
| 3 |
image_gallery_access 6.x-1.x-dev:
|
| 4 |
Bugs fixed:
|
| 5 |
- #616812: Template values for new galleries were not saved.
|
| 6 |
- #612678: Fix broken batch update operation.
|
| 7 |
- Don't try to initialize {iga} table if installed at the same time as the image module.
|
| 8 |
- #493044: Fix missing initialization of the {image_gallery_access} table during installation.
|
| 9 |
|
| 10 |
|
| 11 |
image_gallery_access 6.x-1.x-BETA3 (2009-09-02, matches image 6.x-1.0-beta1):
|
| 12 |
Bugs fixed:
|
| 13 |
- #564654: Fix changes on access controls are not applied.
|
| 14 |
Enhancements:
|
| 15 |
- #543584: Adapt to Image's change to use standard (core-style) permissions, as per #44057 / http://drupal.org/cvs?commit=248310.
|
| 16 |
- #543620: Adapt to Image's renaming of the 'administer images' permission to 'administer image galleries' as per #409974 / http://drupal.org/cvs?commit=248308.
|
| 17 |
|
| 18 |
image_gallery_access 6.x-1.x-BETA2 (2009-08-03):
|
| 19 |
Bugs fixed:
|
| 20 |
- Cast to VARCHAR rather than to CHAR for pgsql.
|
| 21 |
- Avoid an E_NOTICE.
|
| 22 |
- #472494: check_plain() the role names.
|
| 23 |
Enhancements:
|
| 24 |
- Improve information about troubleshooting and avoiding conflicts with Content Access.
|
| 25 |
- Minor refactoring to stay in synch with Forum Access.
|
| 26 |
- Disable checkboxes for roles that have no or full access anyway.
|
| 27 |
- #213957: Implement the ability to use the settings of an existing gallery as a template.
|
| 28 |
- Provide a choice of how/when to update the {node_access} table and only do it if necessary.
|
| 29 |
- Tune presentation of configuration information.
|
| 30 |
- Add extensive configuration information and trouble-shooting tips.
|
| 31 |
- Use View grant to control access to the gallery's access settings, too.
|
| 32 |
- Keep the checkboxes aligned even when the column titles wrap.
|
| 33 |
|
| 34 |
image_gallery_access 6.x-1.x-BETA1 (2009-01-29):
|
| 35 |
Porting to D6:
|
| 36 |
- Collapse Moderators fieldset if empty.
|
| 37 |
- Factor out form and batch code into .inc files.
|
| 38 |
- Implement batch mode to support correct updating (using node_access_acquire_grants() rather than node_access_write_grants()).
|
| 39 |
- Implement grant priority.
|
| 40 |
- Provide help for getting along with Content Access.
|
| 41 |
- Provide image_gallery_access_get_moderator_uids().
|
| 42 |
- #128846, #328341: Accommodate PostgreSQL 8.3's requirement for explicit casts with a conditional cast (from FA).
|
| 43 |
- Add a warning message to the Content Access page for the 'image' content type.
|
| 44 |
- #219778: Remove grants when roles are deleted, purge orphaned grants, recognize unknown gids (from FA).
|
| 45 |
- #344711: Fix image_gallery_access_access() to use $account consistently.
|
| 46 |
- Fix some cosmetic Coder issues (no significant changes).
|
| 47 |
- First-shot port to D6.
|
| 48 |
- Copied 5.x-1.2+.
|