71 lines
2.7 KiB
YAML
71 lines
2.7 KiB
YAML
1.0.0:
|
|
- 'Initialize plugin.'
|
|
- builder_table_create_vdomah_roles_roles.php
|
|
- builder_table_create_vdomah_roles_permissions.php
|
|
- users_add_role_id_column.php
|
|
1.0.1:
|
|
- 'Permission name transaltable. Readme update. Move static methods to Helper'
|
|
1.0.2:
|
|
- 'Soft implementation of RainLab.Translate'
|
|
1.0.3:
|
|
- 'SimpleTree trait implemented, fixed roles dropdown in user form'
|
|
1.0.4:
|
|
- 'Replaced hardcoded backend urls with dynamic links in view (thanks to Damian Verhaar)'
|
|
1.0.5:
|
|
- 'Replaced hardcoded backend urls with dynamic links in controller (thanks to Damian Verhaar)'
|
|
1.1.0:
|
|
- 'CMS Pages access managment by assigning roles and permissions'
|
|
1.1.1:
|
|
- 'CMS Pages access managment moved to separate tab'
|
|
1.1.2:
|
|
- 'Fixed bug wich prevented returning the whole ancestor tree in a role (thanks Daniel Tamas). En translations updated'
|
|
1.1.3:
|
|
- '"Logged only" CMS page parameter added'
|
|
1.2.0:
|
|
- 'Lovata.Buddies plugin integration'
|
|
1.2.1:
|
|
- 'Check if users table exists in migrations before altering it'
|
|
- buddies_add_role_id_column.php
|
|
1.2.2:
|
|
- 'Add fillable to Role model'
|
|
1.2.3:
|
|
- 'role_id field nullable'
|
|
1.2.4:
|
|
- 'Check role_id exists in users table and add if no'
|
|
1.2.5:
|
|
- 'Added isRole and able methods to user object'
|
|
1.2.6:
|
|
- 'Added roleByCode twig helper and corresponding Helper::roleByCode php helper'
|
|
1.2.7:
|
|
- 'Page role and permission are stored as codes. Backwards compatibility for id (int) so no changes are mandatory for existing projects'
|
|
1.2.8: Fixed roleByCode helper.
|
|
1.3.0:
|
|
- !!! Rename role_id to vdomah_roles_role_id (needed by guidelines).
|
|
- builder_table_update_buddies_rename_role_id_column.php
|
|
- builder_table_update_users_rename_role_id_column.php
|
|
1.3.1: vdomah_roles_role_id made fillable
|
|
1.3.2:
|
|
- Fixed v1.3.0 migrations declarations
|
|
- builder_table_update_buddies_rename_role_id_column.php
|
|
- builder_table_update_users_rename_role_id_column.php
|
|
1.3.3:
|
|
- "Permissions type:relation removed"
|
|
1.3.4:
|
|
- Rename vdomah_roles_role_id column to vdomah_role_id
|
|
- builder_table_update_buddies_rename_role_id_column2.php
|
|
- builder_table_update_users_rename_role_id_column2.php
|
|
1.3.5:
|
|
- Fix class names in migrations from v1.3.4
|
|
1.3.6:
|
|
- isRole fix error when user not logged in
|
|
1.3.7:
|
|
- Helper::iterateChildren fix. Documented Helper class.
|
|
1.3.8:
|
|
- "Make sure vdomah_role_id column in users/lovata_buddies_users is nullable."
|
|
- builder_table_update_role_id_nullable.php
|
|
1.3.9:
|
|
- "Roles list as tree."
|
|
1.3.10:
|
|
- "emptyOption added in user form role dropdown."
|
|
1.3.11: Role field extended - prevent from appearing in repeater of the same model form.
|