Posted by alex.k on November 18, 2009 at 5:27pm
| Download | Size | md5 hash |
|---|---|---|
| user_relationships-6.x-1.0-rc3.tar.gz | 130.5 KB | 333facd31402fbd71612d07f11f7bed8 |
| user_relationships-6.x-1.0-rc3.zip | 200.18 KB | 003d36855c77a6e5baa497f0c53db60a |
Last updated: December 25, 2010 - 00:06
Third release candidate of User Relationships. Includes better support for upgrades from 5.x.
Includes mostly bugfixes, translation reorganizations, and a couple of new features:
- #445698: Default view for activity2 Experimental Activity2 support. Report any problems in this issue, do not start a new one
- #610500: Sorting list of relationshipped user with views
- #587880: Change status link for Views
- #348025: Two way of one-way relationship
Changes since DRUPAL-6--1-0-RC2:
- [#597112] redo privatemsg autocomplete not to wipe out previous query components; allows autocomplete for more than one username
- [#564514] by sja1, alexk: Translatability and code style for UR Blocks block titles
- [#364376] allow turning off AJAX popup functionality
- [#565906] display correct direction of relationships on relationship pages
- #555858 README.txt for UR Node Access
- [#445698] by Scott Reynolds, mariano.barcia, tayzlor Initial commit of Activity2 integration; also provides partial support for Actions
- [#564514] update .pot, Russian and German translations
- [#453090] by Kars-T do not show user relationship options fieldset on account settings form if there are no options
- #471546 by aufumy, Kars-T: using a wrapper for tt()
- [#578372] allow elaboration note to appear in emails; do not clobber form submission data when requesting a relationship
- Support upgrade from 5.x to 6.x for UR-Blocks
- [#610500] make views sortable on relationship creation/update date
- [#587880] by Kars-T, DrakeRemory: UR Views field that provides approve/disapprove/cancel link
- #471546 by aufumy: translate the relationship types. Implemented hook_locale() to add a group and used tt() for translations within the user_relationships group
- [#600806] move UR-Blocks preprocess functions into the .module file, so that when using custom block templates they are not stuck requiring theme registry reset.
- Coder.module style fixes
- [#348025] by bengtan, robatsu: allow reciprocal (twitter follower-style) one-way relationships
- [#565914] Highlight the 'All' tab by default on /relationships page
- [#526356] by Morbus Iff, alexk: allow to carry over custom form values when editing or creating a relationship type
- created with php potx-cli.php --mode=core
- #471546 by aufumy: tt() for autocomplete in user_relationship_views and other translations