Releases for Taxonomy Menu
taxonomy_menu 6.x-2.4-beta3
First released: October 31, 2009 - 20:16
Size: 23.91 KB
md5_file hash: 1d0657b8329885286f06676810f68381
Last updated: October 31, 2009 - 20:21
Duplication of Terms.
taxonomy_menu 6.x-2.4-beta2
First released: October 31, 2009 - 18:42
Size: 23.98 KB
md5_file hash: 12a46fe12f122784387e8cfecb6f32ca
Last updated: October 31, 2009 - 18:46
#617856: UI string review by hass: Translatable string review
#498786: Integrate with i18n (II) - Solution for "Per language terms" by matkeane: Integration with i18n Per Language terms
Correct wrong filename for auto import. by hass
#601174: Menu item disappeared after a node deletion and #514640: Duplication of terms by elphrans: Fixed issues with changes to menu when a node was updated or deleted.
#539046: Use Batch API to regenerate menu by muhleder Use of Batch API create menu items
taxonomy_menu 6.x-2.4-beta1
First released: August 30, 2009 - 02:02
Size: 22.57 KB
md5_file hash: 8839af1305e3350d1ced2d3ae1f53a5b
Last updated: August 30, 2009 - 02:05
Lots of bug fixes, new features and documentation.
#419076: Display Descendants: use 'all' in display decendants path
#528198: Patch: allow query strings (?param=value) in taxonomy menu paths by greenmachine: allow query strings (?param=value) in taxonomy menu paths
#424160: Module for adding a custom path for the vocabulary only inserts garbage chars (%252F) before the vocab name. by jptaranto and ahb: custom vocabulary path module
#316632: Integrate with I18n (I) - "Localize terms" by chng and niQo: Locolized Terms translation
#477526: Add ability to output Term Name in Custom Path menus by brice: Add ability to output Term Name in Custom Path menus
#472004: Erros on term deletion by igor.ro Mishandling of delete hook
#446714: Taxonomy Menu API hooks by muhleder Fixed calling insert and update hooks by reference
#428004: Instruction: setting up a view for hierarchical menu path. by ksc Updated readme.txt and Upgrade.txt
#427580: db_rewrite_sql tid ambiguos db_rewrite_sql tid ambiguous. change sql query
#423838: Free tag terms aren't deleted from menu node not updating when deleting. Adjusting delete on nodeapi
#406732: Integrate with Domain Access use db_rewrite_sql for node access and domain access
taxonomy_menu 5.x-1.05
First released: May 18, 2009 - 06:19
Size: 21.77 KB
md5_file hash: 7cfc6f111a75bbe4a1bdbc0de88cb39f
Last updated: May 18, 2009 - 06:21
Added adv_taxonomy menu module
taxonomy_menu 6.x-2.3
First released: March 26, 2009 - 02:56
Size: 18.5 KB
md5_file hash: 8da347d60f77057f4802b752d54f2bfc
Last updated: March 26, 2009 - 03:01
Added Back hierarchy and custom sub folders due to CVS client issues
taxonomy_menu 6.x-2.2
First released: March 25, 2009 - 02:07
Size: 15.01 KB
md5_file hash: a7ef17577036991f5194b9ece4570dd0
Last updated: March 25, 2009 - 02:10
Backed out Patch that wasn't supposed to make it to the stable release.
#411136: Vocabulary Path Not correct Backed out untested patch from #408288: add an option for the menu item under which to place taxonomy items
taxonomy_menu 6.x-2.1
First released: March 22, 2009 - 15:22
Size: 18.55 KB
md5_file hash: bdb84f0171f4a9614af6eb487897a21e
Last updated: March 22, 2009 - 15:25
Minor Release
Bug Fixes:
#316632: Integrate with I18n (I) - "Localize terms" added t() around menu title
#403002: Add upgrade notes to project page added ability to run update.php to update the module.
#403022: Position of Save and Delete buttons by BWPanda (http://drupal.org/user/289407) Change the order of buttons.
#401914: String issues By rastatt@drupal.org: Clean up misspelling and run through coder module.
#398692: 6.x-2.0-beta2 Custom Path does not work correctly with an empty depth.
#396154: Some problems in the dev-version 9th of march Updated Readme, field descriptions and have display depth always shown.
New Features:
#406732: Integrate with Domain Access Integration of Domain access. Wrapped SQL statements in db_rewrite_sql
#401914: String issues by rastatt@drupal.org German translation
taxonomy_menu 6.x-2.0
First released: March 14, 2009 - 12:54
Size: 17.51 KB
md5_file hash: 01e5546325135ae86f36ce3b8bcb05f1
Last updated: March 14, 2009 - 12:55
Initial stable release of Taxonomy Menu. A complete rewrite, introducing a new hooks and using the menu system correctly.
taxonomy_menu 6.x-2.0-beta3
First released: March 11, 2009 - 19:27
Size: 17.51 KB
md5_file hash: 22be736bc1bc9b7eb1f01731286b0852
Last updated: March 11, 2009 - 19:31
#398692 Custom Path does not work correctly with an empty depth
taxonomy_menu 6.x-2.0-beta2
First released: March 11, 2009 - 11:32
Size: 17.51 KB
md5_file hash: 3842be293a3e5a2fde3b7a6e8a751bed
Last updated: March 11, 2009 - 11:36
Several Bug Fixes and new features.
#390624: Hide empty terms does not remove the menu term not updated if supposed to be removed.
#389756 Allow custom views per vocab
Added Taxonomy Custom Path
#393814: Wrong path for Custom view wrong path for custom view path type
#390530: Showing content of subterms added the ability to display descendants in custom path type
#396154: Some problems in the dev-version 9th of march Hide Empty Terms functionality was correct
#396154: Some problems in the dev-version 9th of march Updated Readme, field descriptions and have display depth always show.
taxonomy_menu 6.x-2.0-beta1
First released: March 3, 2009 - 01:09
Size: 14.81 KB
md5_file hash: 358aeecf374c3d785ee109423d6af9d9
Last updated: March 3, 2009 - 01:11
Initial Beta Release for Version 2
taxonomy_menu 5.x-1.04
First released: February 15, 2009 - 13:20
Size: 13.49 KB
md5_file hash: 77923fc68a04263876041595f88110a1
Last updated: February 15, 2009 - 13:25
#179798: Eliminate unnecessary menu cache rebuilds by Gerhard Killesreiter: changing the call to menu_rebuild to a variable_set('menu_rebuild_needed', TRUE);
#236134: Embeded views using teaser lists lack pagnation by Alan D.: Embeded views using teaser lists lack pagnation
#234513: Path Auto Support by CoPut, suit4, Murz: Option to not display Vocab in menu. Removed PathAuto piece. USed #192493 instead.
#362463: Toggle taxonomy_menu active in node context by tbartels: Toggle taxonomy_menu active in node context
#272884: Views settings corrected, and use of views "empty" text by shaisachs: Views settings corrected, and use of views "empty" text
#192493: Using path aliases with menu paths by q0rban: Enable Pathauto and Token functionality
taxonomy_menu 6.x-2.x-dev
First released: February 14, 2009 - 22:09
Size: 26.18 KB
md5_file hash: 72682ef3f36d574e76016ec5aad4c36a
Last updated: November 6, 2009 - 00:24
Base Version for 6.x-2.x-DEV
taxonomy_menu 6.x-1.02
First released: February 5, 2009 - 13:35
Size: 11.62 KB
md5_file hash: 8e4bc1575a6243c8cbd20db2aa7c2322
Last updated: February 5, 2009 - 17:51
#179798: Eliminate unnecessary menu cache rebuilds by Gerhard Killesreiter Change menu_rebuild(); to variable_set('menu_rebuild_needed', TRUE);
#333145: Views integration (Karen Stevenson http://drupal.org/user/45874) Fixed View integration
#339672: New terms don't appear until cache is cleared using variable_set('menu_rebuild_needed', TRUE); (from #179798 by Gerhard Killesreiter) also resolved this issue.
taxonomy_menu 6.x-1.01
First released: September 12, 2008 - 19:22
Size: 11.68 KB
md5_file hash: 26187febe377e04cdcc409d9ed5d9224
Last updated: September 12, 2008 - 19:25
This release was pushed out to fix the obvious bugs and have maximal compatibility with older versions before adding new features.
Changelog:
#271685 (by mannkind): fixes menus not being updated when a node is deleted.
#220803: Fixed breadcrumb in node view.
#245199 (by professorbikeybike): Fixes submenus.
taxonomy_menu 6.x-1.x-dev
First released: January 31, 2008 - 16:55
Size: 11.62 KB
md5_file hash: 70071688288c9a8ad3da4f8ab439f52d
Last updated: February 3, 2009 - 12:19
Drupal 6 branch
taxonomy_menu 5.x-1.03
First released: January 31, 2008 - 16:36
Size: 11.73 KB
md5_file hash: 1c3cab1dd424e319201495b29ed5bbb4
Last updated: January 31, 2008 - 16:40
Some bug fixes
taxonomy_menu 6.x-1.0
First released: January 31, 2008 - 16:31
Size: 9.85 KB
md5_file hash: 6eaa65357538250840becf3b38dc62af
Last updated: January 31, 2008 - 16:35
First version of Drupal 6
taxonomy_menu 5.x-1.02
First released: January 18, 2008 - 15:50
Size: 11.67 KB
md5_file hash: 95940349f4767fd012a4b48d2394eb09
Last updated: January 18, 2008 - 15:55
Bugs fixed: #211172, #211246, #211178 and #210753 => all related to a simple wrong arg() call
taxonomy_menu 5.x-1.01
First released: January 17, 2008 - 02:48
Size: 11.43 KB
md5_file hash: 6831b1d9cb78c52f24188abe5a540ea3
Last updated: January 17, 2008 - 02:50
Bugs fixed:
* No vocabulary will be converted to menu by default
* Submit button now have a label
New features:
* README documentation that tells who to integrate with Views module
