Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 86.89 KB
MD5: 07640622a739ae7efde165f86b1dd0ee
SHA-1: b960841f1e6149ca25356a5b21f248c594364e5b
SHA-256: 4cefed928b43929b1761073b68cdb2fa7d8669d6585d489cd7dd09fbbe7ca9f7
Download zip 125.33 KB
MD5: 5ba1a2730f54325ca79ed759c5f26a87
SHA-1: c9030ffc88b92553be376d5cb2157b792928c72b
SHA-256: a742b3af32008c9faf83dfa86a90217e69e35b847897d5c08ce08aaf17a1e939

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.
Created by: berdir
Created on: 25 Sep 2011 at 10:58 UTC
Last updated: 2 Aug 2018 at 17:18 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases