Downloads
Download tar.gz
73.3 KB
MD5: a69b277aaf78fb58d04ac6480a006d85
SHA-1: 229a6172b8ad7ee9e2dea814902fa09459347912
SHA-256: e10c83d919e4a21fcdb406f5631d416b80b11781fd1cb8f0d707e32c9bad5e0f
Download zip
113.44 KB
MD5: a010b2a768812de9d0d7cc8ae4a26743
SHA-1: 83b64efaa691724af0a5376fe73491d46a950dd1
SHA-256: cdcc07f64f71e8865d160928c9f972d18f84330ffff521e94f21c337378a6eb5
Release notes
User Relationships 6.x has reached Release Candidate status! A big thanks to all those who reported bugs, contributed fixes and new features, tested updates, and provided feedback. RC means the project has no known bugs at the moment. Please update to this release, and report any new bugs against it.
A full changelog:
Changes since DRUPAL-6--1-0-BETA10:
New Features:
- #507470: Drupal 6 patch of services options for the User Relationships module by darren.ferguson: Services module integration
- #469446: Buddylist2 migration for D6 by incrn8: Migration from Buddylist2
- #496602: Add setting to change pending requests link (patch attached) by frankcarey: Configurable destination to relationships request listing page
- #458046: Option to allow privatemsg only between friends/fans by mannspams, 63reasons-LS privatemsg privacy integration
- #443326: Integration with realname module for user_relationship_mailer_defaults by Harry Slaughter: add tokens for RealName module into UR-Mailer template substitutions
- #453082: Request text does not work when relationship acceptation is automatic by jaydub: different text to request a no-approval-required relationship
Bug Fixes:
- #461748: Invite Module not working on site allow to invite without establishing a relationship, when only one type is defined
- Update uninstall functions for complete data cleanup
- #436448: Remove @ from selectors by jcmarco correct jQuery js usage
- #353463: Text can not be translated by jaydub: Improve translatability
- #437326: Do not pass menu items through t() twice by geodaniel, alexk: Do not pass menu items through t() twice
- #481216: Wrong amount of users displaying in User Relationships: friends block show correct number of relationships in blocks
- #456056: Elaboration is not saved when a record already exists with the same rid overwrite elaboration record if needed to make sure user's entetered text is no lost when requesting a relationship
- #454708: UR Elaborations does not catch disapproval delete elaboration info when rejecting multiple relationship requests; add comments to code
- #353463: Text can not be translated Improve translatability
- #437698: User Relationship Block List Error by 63reasons: correct UR:All Relationships block output
- #487856: Notices fix a few more PHP notices
- #425548: Add progress indicator to AJAX form submissions adding progress indicator to AJAX form submissions
- UR-Defaults coder.module style fixes
- #331692: Errors with PostgreSQL added in last part of patch for PostgreSQL compat that was not already committed.
- #382668: Module attempting to remove same relationship twice, causes errors the second time. check a valid relationship id was given to delete request form
- #454680: Relationship IDs incremented on save; elaboration data is lost when approving correct relationship saving to preserve rid value
- #487856: Notices by andypost: clean up PHP notices in template_preprocess_user_relationships
- #361657: Copying user_template.tpl.php into theme folder, breaks user_relationships module. move preprocess functions to main module file, so that they are found when templates are overridden
- #458520: Relationship actions block has strange caching issue, gets "stuck" remove block caching flag. update.php must be run for existing installations.
- #454708: UR Elaborations does not catch disapproval delete elaboration info when rejecting a relationship request; check_plain() when displaying elaboration message
- #507094: E_ALL compilance by Yorirou: Fixing PHP notices in user_relationship_node_access
- #511702: Small error fix php error thanks @rbl @ayalon
- #479486: "/relationships" page doesn't show all users in relationship additional fixes to include_twoway_reverse feature
- #479486: "/relationships" page doesn't show all users in relationship prevent duplicate records from being returned in some cases by user_relationships_load
- #371311: Menu/Tabs not updated when relationship type is deleted. by jeya: force menu rebuild when deleting relationship type
- #453090: Options in the User account are confusing when using a automatically accepted relation type do not show auto-approve fieldset if there are no options
- [#507097] by Yorirou: more E_ALL compliance
- #425122: Translating the "Form Loading" string!! by dereine: use Drupal.t() in javascript
- #456672: Any user can delete any other user's relationships enforce that only appropriate users may perform relationship actions