user_relationships 6.x-1.0-beta10
alex.k - April 5, 2009 - 22:04
| Download | Size | md5 hash |
|---|---|---|
| user_relationships-6.x-1.0-beta10.tar.gz | 62.49 KB | 1d39824d087a5ef49384bfcb879273e7 |
Official release from CVS tag: DRUPAL-6--1-0-BETA10
Last updated: April 5, 2009 - 22:05
A new beta release of User Relationships after several months of development. Anyone using previous versions compatible with 6.x should upgrade. Many thanks to everyone who contributed and reviewed patches.
New features:
- Support for Invite module for 6.x
- Improved PostgreSQL support
- Adjustable positioning of AJAX confirmation dialogs
- Per-role assignments of allowed relationship types
Changes since DRUPAL-6--1-0-BETA9:
- #344160: Are there any plans to work with invite.module? cleanup duplicate function definition
- Adding postgre note in README
- #228206: Different types of relationships per role type rename update in user_relationships_api from 6200 to 6101. Users who have run the incorrect 6200 update will need to execute this SQL statement: 'UPDATE system SET schema_version='6101' WHERE filename LIKE '%user_relationships_api.module%'
- #290087: One way relationship implications with reverse enabled results in page not found fix infinite loop when relationships imply one another; implications are not created until relationships are approved; coder.module style fixes
- #284957: More on Allow Multiple Relationships stricter permissions checking for 'allow multiple relationships'
- #410404: Create class for "My Relationship" list table. add css classes to relationship listing tables
- #352428: Typos in user_relationships_ui functions Fixed typos in user_relationships_ui functions.
- #284952: Turning off Allow Multiple Relationships doesn't change anything correct reference to user_relationships_allow_multiple. thanks to bdziewierz.
- #411412: db_num_rows in user_relationships_implications remove db_num_rows call
- #415536: Email on creation of pre-approved relationship and user_relationship_mailer_send_pre_approved option settings by a_c_m, alexk: New email template to send when a pre-approved relationship is being created
- #411896: Where does user set Auto Approve per relationship? fix issues with relationship auto-approval user preference
- #388726: Internet Explorer 7 (IE7) compatability? by alex.k: fix node access form not displaying in IE7
- #315657: Access denied when viewing own relationships requests allow user access to their own relationship listings using user/%/relationships URLs
- #416878: Warning with dev.version 28/03 after updating it and running update.php correct benign error message on update.php
- #346048: Blocks database and user tests problem fixed incorrect implementation of hook_user_relationships.
- #319852: "User Relationships Node Access" doesn't work when creat contents fix node access checkboxes when using translations
- #365623: Use SERIAL columns for ID columns by jaydub, alex.k SERIAL type for rid
#331692: Errors with PostgreSQL by jaydub, alex.k remove improper GROUP BY, PostgreSQL compatibility
#346760: hook_user_relationships_type() called with NULL $relationship_type parameter on 'insert' op option to force reloading relationship type definition
#228206: Different types of relationships per role type per-role permissions to request relationship types - #315714: Integrate with cck_field_privacy by obsidiandesign: implement hook cck_field_privacy_access
- #251366: invoking a hook from user relationships cron fixed hook_cron() implementation.
- #251366: invoking a hook from user relationships cron Fixed user_relationship_elaborations hook_user_relationships implementation
to remove entries in user_relationship_elaborations table on cancel, delete, remove operations
when an array of relationship IDs is passed in. Is now consistent with single ID case. - #358669: Cannot use multi-valued parameters in user_relationships_load() allow multiple-valued parameters in user_relationships_load(); plus coder.module style fixes
- fix error handling when trying to request a relationship a second time
- #331692: Errors with PostgreSQL by tuanpham: removing backticks from sql for postresql compat
- #340202: How to translate @action in Approve/Disapprove Form Improve translatability of action confirmation messages
- #272576: user_relationship_node_access.install fails on Windows with MySQL TEXT columns should not be given DEFAULT values.
- Coder module style fixes
- #390380: user_relationships table failed when installing fix schema so it installs cleanly
- #371617: Controls for Elaboration's area on the screen by lance.gliser, alexk: Make position of AJAX popups configurable
