Features:

  1. Limiting autocomplete results in field settings
  2. User can change LIKE query behaviour: start, end, both
  3. Validation: minimum selected terms in settings
  4. Autocomplete widget for taxonomy manupulates tids, not names
  5. Taxonomy hierarchy support (like hierarchical_select, but simple and handling large vocabularies without overhead)
  6. Validate that last term in hierarchy was selected
  7. In multiple select mode user can define in field settings which selected term will saved: first, last, or offsets
  8. Show term parents option: if only last term saved in hierarchical mode, show parents in widget, but not save them
  9. Custom formatters to show term parents in node view if only last term saved
  10. Contributed entityreference widget module

But some features are degraded on this moment

  1. Ajax cache (not compatible with hierarchical select)
  2. Autocreate term
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dgastudio’s picture

hi!

Taxonomy hierarchy support (like hierarchical_select, but simple and handling large vocabularies without overhead)

i can't found the way to select subterms. only first level of my voc is showed.

hass’s picture

Status: Patch (to be ported) » Needs review
rahim123’s picture

I like the sound of the hierarchy support in this patch.

mansspams’s picture

All very good features. Maintainers will probably want you to brake huge patch in separate issues. It is very hard to review such monster patch.

Fidelix’s picture

Awesome!

Fidelix’s picture

Issue summary: View changes

markup fix

sinasalek’s picture

Issue summary: View changes

Very nice

hefox’s picture

As someone else indicated, this is way to much for a single issue -- each feature/bug fix should be a seperate issue with a seperate patch likely.

Yuri’s picture

The included entityreference widget module is not working.
The throbber keeps on turning without any output. And saving does not save or create the term.

LNakamura’s picture

Status: Needs review » Needs work

@zerkalica - that's a great list, but yes, this does need to be broken out into separate issues - and ported to 7.x-2.x as well since 2.1 is no longer supported.

Thank you!