Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
83.34 KB
MD5: 72199c43981c12afc998cf71b7ebea39
SHA-1: c9ec44374de53bd7e322417cc80d9a399781f7df
SHA-256: 640a97bd7d604d2ff296d440145ee046a1f192abe6eb7ca127ea8f52eea5e924
Download zip
121.93 KB
MD5: aea956e48a67a6b0b80f2fdd87a5aa0c
SHA-1: c23d7db6b9c8f05781b236976e6a904c7a6f7cdc
SHA-256: c7c4baf496161d2b07352a0a12fbe6c582031589fdc388b817379623cee08f8e
Release notes
The first alpha release of User Relationships for Drupal 7. Please help test and report an bugs you can find. See #1095046: Roadmap to 7.x-1.0 (User Relationships) for what is required for a stable version.
Changes:
- #1103978 by Berdir: Move admin UI into user_relationships module.
- #1074302 by Berdir: Fixed notice when updating nodes without user_relationship_node_access definitions.
- #1067288 by Berdir: Fixed notices in invite integration.
- by Berdir: Fixed invalid PHP in user_relationship_blocks.api.php.
- #990422 by Berdir: Renamed user_relationships_api module to user_relationships.
- #728552 by Berdir: Added relationship recipient type for private messages and moved existing privatemsg-related settings into separate sub-module.
- #1102468 by Berdir: Fixed My account is displayed as page title when viewing relationships of another user.
- #1102466 by Berdir: Fixed missing decline message.
- #1102456 by Berdir: Fixed missing page title for relationship type edit form and use MENU_LOCAL_ACTION where appropriate.
- #1075994 by Berdir: Use correct function to determine if a node type is a organic group content.
- #1098318 by Berdir: Fixed relationship type load function when there are no types defined.
- #1074302 by Berdir: Fixed author pane integration notices.
- #1061918 by Berdir: Fixed the plural name of a relationship type is not a required field.
- #1081410 by Berdir: Fixed issues when there are remaining role configurations for deleted user relationship types.
- by Berdir: Remove call to deleted function, update documentation.
- #1056190 by bojanz: Fixed bug in requester/requestee is current user views filter plugin.
- #1058514 by jherencia: Fixed user relationship service incompatible with services 7.x-3.x.
- #1052742 by Berdir: Replaced hidden php.module dependency with default implementation + hook.
- #1027868 by Berdir | BenK: Cleaned up, D7ified and documented UR hooks, dropped unecessary integration.
- #671816 by Berdir | BenK: Initial Drupal 7 port.