Skip to content
Snippets Groups Projects
Select Git revision
  • 5.x-1.4
  • 7.x-1.x default
  • 6.x-1.x
  • 5.x-1.x
  • master
  • 4.7.x-1.x
  • 6.x-1.1
  • 6.x-1.0
  • 5.x-1.5
  • 5.x-1.3
  • 4.7.x-1.2
  • 5.x-1.2
  • 5.x-1.1
  • 4.7.x-1.1
  • 5.x-1.0
  • 4.7.x-1.0
16 results

lineage

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Agileware authored
    The problem was in _lineage_get_parent_lineage, which seems to never have
    worked. All terms were given a depth of 0, and only fixed when
    lineage_update_all was called. I've also added a call to lineage_update_all in
    the install file so that previously broken installs will be fixed.
    55912229
    History
    The lineage module adds a table to the taxonomy system that enables sorting
    by taxonomy hierarchy for single inheritance vocabularies. It doesn't
    provide any obvious functionality to the user by itself, but it does add
    another sort option to the views module.
    
    To install:
    
    1) Enable the module in admin/modules.
    
    To Use:
    
    You will probably want the views_bonus_lineage_tree module from
    http://drupal.org/project/views_bonus.