README.txt |
README.txt |
|
Description
-----------
Selecting all children of a given taxonomy term can be a pain.
This module makes it easier to do this, by maintaining a complete list of edges
for each term using the adjecency matrix graph theory:
… |
taxonomy_edge.admin.inc |
taxonomy_edge.admin.inc |
|
Pages for taxonomy edge settings and more. |
taxonomy_edge.core.inc |
taxonomy_edge.core.inc |
|
This file contains the core override functions |
taxonomy_edge.info |
taxonomy_edge.info |
|
name = Taxonomy Edge
description = Edge lists for taxonomies
package = Taxonomy
core = 7.x
dependencies[] = taxonomy
configure = admin/structure/taxonomy/edge |
taxonomy_edge.install |
taxonomy_edge.install |
|
Installation file for Taxonomy Edge |
taxonomy_edge.module |
taxonomy_edge.module |
|
Selecting all children of a given taxonomy term can be a pain.
This module makes it easier to do this, by maintaining a complete list of
edges for each term using the adjecency matrix graph theory. |
taxonomy_edge.pages.inc |
taxonomy_edge.pages.inc |
|
|
taxonomy_edge.rebuild.inc |
taxonomy_edge.rebuild.inc |
|
This file contains the functions for reuilding various tables. |
taxonomy_edge.theme.inc |
taxonomy_edge.theme.inc |
|
|
views_handler_argument_term_edge_node_tid_depth.inc |
views_taxonomy_edge/handlers/views_handler_argument_term_edge_node_tid_depth.inc |
|
This file is a copy/override of the default views taxonomy argument handler. |
views_handler_argument_term_edge_node_tid_depth_modifier.inc |
views_taxonomy_edge/handlers/views_handler_argument_term_edge_node_tid_depth_modifier.inc |
|
This file is a copy/override of the default views taxonomy argument handler. |
views_handler_argument_term_edge_parent_tid.inc |
views_taxonomy_edge/handlers/views_handler_argument_term_edge_parent_tid.inc |
|
|
views_handler_filter_term_edge_node_tid_depth.inc |
views_taxonomy_edge/handlers/views_handler_filter_term_edge_node_tid_depth.inc |
|
This file is a copy/override of the default views taxonomy filter handler. |
views_handler_filter_term_edge_parent_tid.inc |
views_taxonomy_edge/handlers/views_handler_filter_term_edge_parent_tid.inc |
|
|
views_join_term_edge.inc |
views_taxonomy_edge/handlers/views_join_term_edge.inc |
|
|
views_taxonomy_edge.info |
views_taxonomy_edge/views_taxonomy_edge.info |
|
name = Views Taxonomy Edge
description = Views for taxonomies using Taxonomy Edge
package = Views
core = 7.x
dependencies[] = taxonomy_edge
dependencies[] = views
files[] = handlers/views_handler_argument_term_edge_node_tid_depth.inc
files[] =… |
views_taxonomy_edge.module |
views_taxonomy_edge/views_taxonomy_edge.module |
|
Integration with Views using Taxonomy Edge. |
views_taxonomy_edge.views.inc |
views_taxonomy_edge/views_taxonomy_edge.views.inc |
|
Integration with Views using Taxonomy Edge. |