| 1 |
CHANGELOG for ACL for Drupal 6
|
| 2 |
|
| 3 |
acl 6.x-1.x-dev:
|
| 4 |
Enhancements:
|
| 5 |
- Clean up some minor coder issues (no functional changes).
|
| 6 |
|
| 7 |
|
| 8 |
acl 6.x-1.0 (2009-06-03):
|
| 9 |
Enhancements:
|
| 10 |
- #243073: Update Swedish translation and add .pot file.
|
| 11 |
|
| 12 |
acl 6.x-1.x-RC1 (2009-04-29):
|
| 13 |
Enhancements:
|
| 14 |
- #369918: Add German translation.
|
| 15 |
Bugs fixed:
|
| 16 |
- #371446: Use priority for the 'deny' grant, too.
|
| 17 |
|
| 18 |
acl 6.x-1.x-BETA4 (2009-01-29):
|
| 19 |
Enhancements:
|
| 20 |
- Factor out form code into .inc file.
|
| 21 |
- Enable grant priority.
|
| 22 |
- Add new acl_get_uids() function.
|
| 23 |
|
| 24 |
acl 6.x-1.x-BETA3 (2009-01-03):
|
| 25 |
Bugs fixed:
|
| 26 |
- Fix upgrade path from D5 (change acl_id column to auto_increment).
|
| 27 |
|
| 28 |
acl 6.x-1.x-BETA2 (2008-10-14):
|
| 29 |
Bugs fixed:
|
| 30 |
- #205012, by fago: Fixed the acl form to work correctly when integrated more than once into a form.
|
| 31 |
|
| 32 |
acl 6.x-1.x-BETA1 (2008-10-14):
|
| 33 |
Porting to D6:
|
| 34 |
- Fix cosmetic coder issues (no functional change).
|
| 35 |
- #243073: Add Swedish translation.
|
| 36 |
- Improve hook_node_access_explain().
|
| 37 |
- #135687: Implement grant priority.
|
| 38 |
- #229451: Allow acl_edit_form() without pre-created acl_id.
|
| 39 |
- Implement hook_user('delete') and remove orphaned {acl_user} records.
|
| 40 |
- #232413: Fix error message when removing the last moderator.
|
| 41 |
- #231096: Implement hook_nodeapi('delete') and remove orphaned {acl_node} records.
|
| 42 |
- Improve acl_node_access_explain().
|
| 43 |
- Avoid generating E_NOTICEs.
|
| 44 |
- Make [Delete] button work.
|
| 45 |
- Fix index conflict.
|
| 46 |
- Make the embeddable form work.
|
| 47 |
- It's really hook_node_access_explain().
|
| 48 |
- Ported to D6 (and inadvertently committed hook_node_access_interpret()).
|
| 49 |
- Copied from 5.x-1.5.
|
| 50 |
|