Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This new alpha release fixes a number of bugs and also contains new features and improvements. Notably, the first step for more fine-grained permissions has been implemented, by converting the relationship type role settings to permissions. This means that manual updates to the permissions are necessary when updating from the previous alpha version.
There are still a number of missing things for a first beta version, see #1095046: Roadmap to 7.x-1.0 (User Relationships) for more details.
It is not recommended to use this version on a production site, there are still known bugs and and there are still some big changes planned.
Changes since 7.x-1.0-alpha2:
- #1211066 by Berdir: Fixed error when editing User Relationship blocks
- #1230790 by IceCreamYou: Changed created_at/updated_at to created/updated.
- #587646 by Berdir, areynolds: Fixed various user settings related bugs and added extensive tests for them.
- #1215584 by Scyther: Fixed undefined function on uninstall of user_relationships_default.
- #1183040 by deviantintegral: Only check for oneway relationships that are actually configured as such.
- #1183040 by deviantintegral: Fix indentation of switch block.
- #1189648 by deviantintegral: Fixed hook_enable() / hook_disable() call node_access_rebuild().
- by Berdir: Fixed error in update function.
- #1136378 by mrf: Moved more API functions to user_relationships module.
- #1145426 by Berdir: Fixed sqlite compatibility by removing serial flag from rid and instead rely on db_next_id().
- by Berdir: Fixed fatal error in userpoints_node_access due to typo in function name.
- #1142818 by Berdir: Fixed no available relationships errors and ported outdated D6 code to D7.
- by Berdir: Fixed various typos, unused variables and similar issues indicated by PHPStorm.
- #1099406 by Berdir: Replace role settings with permissions and added API for relationship type specific permission checks.
- by Berdir: Fixed various coding style issues.