Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
taxonomy_display
Commits
23e7e657
Commit
23e7e657
authored
Sep 09, 2011
by
Cody Craven
Browse files
Removed CVS "; $Id$" from files.
parent
8c3fe799
Changes
14
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.txt
View file @
23e7e657
// $Id$
Taxonomy Display 7.x-1.x, YYYY-MM-DD
------------------------------------
Removed CVS "; $Id$" from files.
Issue #1274870 by codycraven: Fixed views plugin reporting error when no result.
Issue #1261270 by codycraven: Added caching to fetch taxonomy display settings.
...
...
classes/associated_display.inc
View file @
23e7e657
<?php
// $Id$
/**
* Abstract class for exposing terms' associated content to manipulation.
...
...
classes/handler_form.inc
View file @
23e7e657
<?php
// $Id$
/**
* Abstract class to act as the taxonomy display plugins form handing.
...
...
classes/term_display.inc
View file @
23e7e657
<?php
// $Id$
/**
* Abstract class for exposing term display to manipulation.
...
...
handlers/associated/core.inc
View file @
23e7e657
<?php
// $Id$
/**
* Add a display handler that will use the Drupal core method of display.
...
...
handlers/associated/hidden.inc
View file @
23e7e657
<?php
// $Id$
/**
* Add a display handler that will hide the term when viewed.
...
...
handlers/associated/views.inc
View file @
23e7e657
<?php
// $Id$
/**
* Ajax callback; return just the term display sub-form.
...
...
handlers/term/core.inc
View file @
23e7e657
<?php
// $Id$
/**
* Add a display handler that will use the Drupal core method of display.
...
...
handlers/term/hidden.inc
View file @
23e7e657
<?php
// $Id$
/**
* Add a display handler that will hide the term when viewed.
...
...
taxonomy_display.admin.inc
View file @
23e7e657
<?php
// $Id$
/**
* @file
...
...
taxonomy_display.api.php
View file @
23e7e657
<?php
// $Id$
/**
* @file
...
...
taxonomy_display.info
View file @
23e7e657
; $Id$
name = Taxonomy display
description = Modify the display of taxonomy term pages per vocabulary.
core = 7.x
...
...
taxonomy_display.install
View file @
23e7e657
<?php
// $Id$
/**
* @file
...
...
taxonomy_display.module
View file @
23e7e657
<?php
// $Id$
/**
* @file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment