user_terms 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.4.tar.gz | 14.7 KB | 6452721c1e7ca3716aa0a4c2fe1c7b41 |
| user_terms-6.x-1.4.zip | 17.18 KB | 9ff5105a5e8d6849183768c577aa429c |
Release notes
Changes since 6.x-1.3:
user_terms 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.3.tar.gz | 13.6 KB | 9e35518b4241ec676c955ee77a9cb131 |
| user_terms-6.x-1.3.zip | 16.32 KB | 84717e515b739072f73bb5860ae9815b |
Release notes
Bug fix since last release:
- #929832: user_terms.js missing by joachim: Fixed missing user_terms.js file; wasn't added in commit for #656428: Multiple vocabularies assigned to abitrary profile categories.
user_terms 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.2.tar.gz | 13.39 KB | 155fa82b17172b8ed6e5a234e0a1dc22 |
| user_terms-6.x-1.2.zip | 15.89 KB | 5643b6db46bd46e39fe214c92a3611b2 |
Release notes
New features since last release:
- #856234: show on vocab admin form if the vocab is applied to users by yeputons, joachim: Added indication on vocab admin form that a vocab is applied to users.
- #617088: Free tagging by mikestefff, myha, joachim: Added support for free tagging.
No bug fixes.
user_terms 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.1.tar.gz | 12.53 KB | 677c55589ace91f2aa6852b07750452e |
| user_terms-6.x-1.1.zip | 15.05 KB | cd61c7aa9913a143c376cac213e13694 |
Release notes
Just one new feature since last release:
- #656428: Multiple vocabularies assigned to abitrary profile categories by gnindl, joachim, yeputons: Added ability to assign vocabularies to different profile categories.
And one bug fix:
- #746514: Issue when just a single value is returned from variable_get('user_terms_vocabs', ''); by joachim: Fixed old single vocab variable converted incorrectly in update.
user_terms 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0.tar.gz | 11.54 KB | 3ad40f8a788eba996ebed3e22e484359 |
| user_terms-6.x-1.0.zip | 13.79 KB | 4ec562c4272fd0f3d0634e3a092c19c2 |
Release notes
Provides a simple means of associating a user with taxonomy terms from one or more vocabularies.
No changes since beta 5. No known problems.
user_terms 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0-beta5.tar.gz | 11.54 KB | 01b438d239cdccaa3eec70d56e418ece |
| user_terms-6.x-1.0-beta5.zip | 13.8 KB | 0997be04ab03b14e805e93377b955626 |
Release notes
A couple of important fixes:
- #747578: output is not run through check_plain() by joachim: Fixed output not run through check_plain().
- #747222: Menu access to admin/user/user_terms is for all by naxoc: Fixed no access check to admin page.
user_terms 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0-beta4.tar.gz | 11.55 KB | cd15b24b83f5616ec80a3d39453fae54 |
| user_terms-6.x-1.0-beta4.zip | 13.79 KB | 4e525c682037a40e8f59b9667c59d1bc |
Release notes
Hopefully the final beta release before 1.0!
More bugfixes:
- #728972: Terms are clobbered by user operations when terms are on account by joachim: Fixed data deletion by user operations when terms are on the account form.
- #743954: Undefined variable $output in hook_help() implementation. by cpliakas: Fixed undefined variable $output in hook_help().
- #724904: respect vocabulary weight on user account page by joachim: Fixed vocabulary and term weights not respected on user account page.
- #728948: Make title "User terms" on account page translateable by joachim: Fixed missing t() on account page string.
- #724880: work with user account page API by joachim: Fixed use of hook_user view API to produce compliant HTML and grouped all terms under a single top-level category.
New features:
- #744044: Implement a "user_terms_override_selector" variable so third party modules can add custom selectors by cpliakas: Added an override for third party modules to add custom selectors.
This allows integration with Hierarchical Select module.
user_terms 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0-beta3.tar.gz | 11.12 KB | 5492bef3b79280c4dea763d5db773c32 |
| user_terms-6.x-1.0-beta3.zip | 13.33 KB | 88abe0111a56fc3e3a8b6622de9e3d5c |
Release notes
Fixed a few small bugs and added more Views support.
Details of changes since last beta:
- #719560: add a relationship user -> terms by joachim: Added a views relationship from users to terms.
- #711930: Get term name in argument title by joachim: Fixed Views term name in argument title and breadcrumbs.
- #705990: a view with just the anon user produces an SQL error by joachim: Fixed sql error on view with no non-zero uids.
- #689322: Allow Views field to limit by vocabulary by joachim: Added option to limit Views field by vocabulary.
user_terms 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0-beta2.tar.gz | 10.75 KB | a4c46b2aff3df259fa9ec9ee396e8b9f |
| user_terms-6.x-1.0-beta2.zip | 12.58 KB | 0453ba166bf29bc642c1c2ee02e1efea |
Release notes
This version allows multiple vocabularies, and has views support.
Detail of changes since last release:
- General code tidy up and applied changes from a Coder module review.
- by joachim: Changed form descriptions texts to be clearer.
- by joachim: Fixed tag vocabularies not allowing multiple selection.
- by joachim: Removed dependency on user: it's required by core.
- #686588: Add support for Views tokens by joachim: Added support for Views tokens.
- by joachim: Changed to use Views methods to make field links.
- by joachim: Added implementation of hook_help().
- #574524: Views support by akoe, Stefan Freudenberg, joachim: Added Views support.
- #632450: respect all settings for taxonomy category by joachim: Fixed form to respect vocab weight and required setting.
- #532606: Create checkboxes instead of multiple selection by joachim: Changed form to use taxonomy.module's functions.
- by Todd Nienkerk: Adding more intelligent behavior for selecting and displaying multiple vocabularies in a user's profile.
- #503704: Terms from multiple vocabularies by ravi_sam, Todd Nienkerk: Added terms from multiple vocabularies.
user_terms 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.x-dev.tar.gz | 13.67 KB | 75942a6efb61ac1739c468265ca6b824 |
| user_terms-6.x-1.x-dev.zip | 16.11 KB | f858314f1ecc5e670c1fff1c92b475d5 |
Release notes
Dev snapshot.
user_terms 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| user_terms-6.x-1.0-beta1.tar.gz | 8.71 KB | 503f5e4013be1715b47396e665de4fc2 |
| user_terms-6.x-1.0-beta1.zip | 9.64 KB | 1aa5e52c07248789f3853c5944a04594 |
Release notes
Initial release.