term_reference_tree 8.x-1.0-alpha1

New features
Unsupported

This is sumitmadan's Drupal 8 port. It has not been thoroughly tested, but I wanted to put it out there so the community can play with it. Use at your own risk.

term_reference_tree 7.x-1.9

New features
Bug fixes
Insecure
Unsupported

Includes a number of bugfixes and features.

term_reference_tree 7.x-1.9-beta1

New features
Bug fixes
Insecure
Unsupported

Made some structural changes and optimizations. Try this out, but be ready to revert if it breaks anything.

term_reference_tree 7.x-1.8

Bug fixes
Insecure
Unsupported

Fixed code formatting and required field validation issue.

term_reference_tree 7.x-1.7

New features
Bug fixes
Insecure
Unsupported

Fixed some CSS issues (including IE7 and 8 inline block issue), added translation support patch.

term_reference_tree 7.x-1.4

Bug fixes
Insecure
Unsupported

Tweaked token support so it doesn't error out when the token module is disabled.

term_reference_tree 7.x-1.3

New features
Bug fixes
Insecure
Unsupported

Fixed XHTML validation issues.

Fixed a bug that would cause the whole track list to disappear if you click on the list without hitting an individual item.

Added the ability to use tokens to specify a template for label values.

Added a Term Reference Tree display formatter that displays taxonomy terms in a tree format. This can also be formatted with tokens.

term_reference_tree 7.x-1.1

New features
Bug fixes
Insecure
Unsupported

This update adds sort ordering to the element. If you're using a view, it respects the sort order of the view (to the extent that it can, while retaining the tree structure). If you're not using a view, it sorts by weight, then name, then term ID.

term_reference_tree 7.x-1.0

Insecure
Unsupported

Not running into any bugs, so I'm going to call this the first release version.

term_reference_tree 7.x-1.0-beta3

Bug fixes
Insecure
Unsupported

Fixed a minor theme issue that would have prevented someone from being able to theme the field labels.

Replaced calls to taxonomy_get_tree with a much faster and lighter custom function, reducing memory consumption and increasing speed.

Fixed a weird and inexplicable bug (possibly cache-related) that was causing the option tree to be overwritten in some places.

term_reference_tree 7.x-1.0-beta2

Bug fixes
Insecure
Unsupported

Fixed a white screen that happened when trying to access a view that doesn't exist (which could happen if you delete a view that's being referenced by a term reference tree widget).

term_reference_tree 7.x-1.0-beta1

Insecure
Unsupported

I've been using this for a few days now with no bugs and I'm confident enough to call it a beta. :)

term_reference_tree 7.x-1.0-alpha2

New features
Bug fixes
Insecure
Unsupported

Added support for filtering options by a view. Changed rendering routine to correctly use theme_ functions, so the widget should be theme-able now.

term_reference_tree 7.x-1.0-alpha1

New features
Bug fixes
Insecure
Unsupported

This is the initial alpha release of the Taxonomy Term Reference Tree. As far as I know it all works, but it hasn't been tested very heavily or used in a production environment, so if you use this version in prod you do so at your own risk.

There are still a couple of missing features that I'd like to address before going into beta. Specifically:

  • Theme-ability (at the moment, there's no way to theme the output of the widget).
  • Filtering by views (that is, supplying a view that returns only the taxonomy terms you want to include).
Subscribe with RSS Subscribe to Releases for Taxonomy Term Reference Tree Widget