CHANGELOG.txt |
CHANGELOG.txt |
|
Lineage 7.x-1.x, 2012-11-30
---------------------------
o #1012064 by cafuego: Port Lineage to Drupal 7.
Lineage 6.x-1.x, xxxx-xx-xx
---------------------------
Lineage 6.x-1.1, 2010-02-07
---------------------------
o #916394 by xjm: Fix extra… |
lineage.info |
lineage.info |
|
name = Taxonomy Lineage
description = Allows other modules to sort nodes by taxonomy hierarchies
core = 7.x
package = Views
dependencies[] = taxonomy
dependencies[] = views
; Views handlers.
files[] = handlers/lineage_handler_field.inc
; Views… |
lineage.install |
lineage.install |
|
Install, update, and uninstall functions for the Taxonomy Lineage module. |
lineage.module |
lineage.module |
|
lineage.module
Module code for taxonomy term hierarchy lineage. |
lineage.views.inc |
lineage.views.inc |
|
Interface between lineage.module and views.module. |
lineage_handler_field.inc |
handlers/lineage_handler_field.inc |
|
Views field plugin for lineage's field handler. |
README.txt |
README.txt |
|
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_plugin_style_lineage_nested.inc |
plugins/views_plugin_style_lineage_nested.inc |
|
Views style plugin that allows a view to be rendered as a nested list,
based on Lineage's term hierarchy. |