Download & Extend

Releases for Taxonomy menu

taxonomy_menu 7.x-1.2

Download Size md5 hash
taxonomy_menu-7.x-1.2.tar.gz 21.28 KB 7c8dd9c6135179139b304d4c53e19910
taxonomy_menu-7.x-1.2.zip 24.03 KB 64f4d8b2b9277e896599d0a72cdec6c5
Last updated: July 19, 2011 - 01:07
Official release from tag: 7.x-1.2

Release notes

- #1209476 by dstol: Fixed taxonomy menu throws warnings, when deleting nodes.
- #670346 by dstol: Fixed Undefined index/property notices.

taxonomy_menu 7.x-1.1

Download Size md5 hash
taxonomy_menu-7.x-1.1.tar.gz 20.29 KB bad372aab7f881a7d9084976b5e294fc
taxonomy_menu-7.x-1.1.zip 23.31 KB cbdbea48fc44b3789937fc2dcd9b00ac
Last updated: January 15, 2011 - 00:17
Official release from tag: 7.x-1.1

Release notes

#903774 by reswild: Fixed Taxonomy Menu Not Showing?

taxonomy_menu 7.x-1.0

Download Size md5 hash
taxonomy_menu-7.x-1.0.tar.gz 20.32 KB adb67fe63b51058cd5e5297ae7cd25c9
taxonomy_menu-7.x-1.0.zip 23.36 KB e0d57fcb2e443e1d1d278d7ffb1c8e08
Last updated: January 5, 2011 - 03:51
Official release from tag: 7.x-1.0

Release notes

#D7CX: I pledge that Taxonomy Menu will have a full Drupal 7 release on the day that Drupal 7 is released.

taxonomy_menu 6.x-2.9

Download Size md5 hash
taxonomy_menu-6.x-2.9.tar.gz 26.72 KB 87e416241adcedc2e3fdb97bf877a129
taxonomy_menu-6.x-2.9.zip 40.76 KB cbb5aa47b860564738aec6dd3f9ff3af
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.9

Release notes

Issue Resolutions:
--------------------

This release should fix most of the issue with updating the menu when the node/term updates.

taxonomy_menu 6.x-2.8

Download Size md5 hash
taxonomy_menu-6.x-2.8.tar.gz 26.58 KB 2e2cd4d5b025c490338b1f8142272c21
taxonomy_menu-6.x-2.8.zip 40.62 KB bc543e915c0bbbe90ab6b1537e6eb0d4
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.8

Release notes

#316632: Integrate with I18n (I) - "Localize terms" by klavs: Updated i18n function to save to link_title. Removed unnecessary t()
#780720: Menu weight not being set properly. reversed #641036 which overrode the weight of the menu link
#738772: Taxonomy menu not showing up and a fix (field length bug). Changed length test from title to path
#316632: Integrate with I18n (I) - "Localize terms" by klavs: Added translation to $link['title']
#799428: Generated menu item title contains unencoded html special characters by Tri: Generated menu item title contains unencoded html special characters. Added Check plain.

taxonomy_menu 5.x-1.06

Download Size md5 hash
taxonomy_menu-5.x-1.06.tar.gz 21.78 KB 97b66bac8647bdaf61c4cf1297626506
taxonomy_menu-5.x-1.06.zip 30.05 KB 2df38aa1ecd59098f1a375c523c67a67
Last updated: December 24, 2010 - 23:54
Official release from tag: 5.x-1.06

Release notes

Added views handler

taxonomy_menu 7.x-1.x-dev

Download Size md5 hash
taxonomy_menu-7.x-1.x-dev.tar.gz 24.64 KB f6b132d12a0fd8b441bc17dcb9f5d3d4
taxonomy_menu-7.x-1.x-dev.zip 27.44 KB 20ed5b11f88ed19796ec285f0aec7e8d
Last packaged version: 7.x-1.2+28-dev
Last updated: April 27, 2012 - 12:48
Development snapshot from branch: 7.x-1.x

Release notes

Drupal 7 Dev Snapshot

taxonomy_menu 6.x-2.7

Download Size md5 hash
taxonomy_menu-6.x-2.7.tar.gz 26.71 KB 5ddef98ab01acc6bf4a69017ba65f139
taxonomy_menu-6.x-2.7.zip 40.76 KB 76cd3fba22d3c2c9f08d57c415797801
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.7

Release notes

Miss apply of previous patch.

taxonomy_menu 6.x-2.6

Download Size md5 hash
taxonomy_menu-6.x-2.6.tar.gz 26.73 KB d1c4c752e7d0afc3507407f679f226cb
taxonomy_menu-6.x-2.6.zip 40.77 KB 919840474b6917253adaad0c1c7b7b18
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.6

Release notes

Bug Fixes:
#705944: Taxonomy menu is always rebuild, never updated. by hovel: Fixed Taxonomy menu is always rebuild, never updated.
#738772: Taxonomy menu not showing up and a fix (field length bug). Fixed Taxonomy menu not showing up and a fix (field length bug).
#737478: Menu settings lost in update (including weight) by cangeceiro: Fixed Menu settings lost in update (including weight).

taxonomy_menu 6.x-2.5

Download Size md5 hash
taxonomy_menu-6.x-2.5.tar.gz 26.58 KB a3c6d07525d1666806a47a0f610667a4
taxonomy_menu-6.x-2.5.zip 40.6 KB 317ca5bcf47948cfe7d13b7ef89e88c0
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.5

Release notes

Bug Fixes:

#668172: term reappears in menu after term is deleted: Fixed bug where deleted terms were not being removed from the menu
#666812: Call to undefined function _taxonomy_menu_delete_all() and #656210: enabeling menu breadcrumb module gets me Fatal error: Call to undefined function _taxonomy_menu_get_item() : Moved the include code out of hook_init() because it was not being called during some calls to menu_link_alter or hook_taxonomy for some users.
#316632: Integrate with I18n (I) - "Localize terms": Changed translation warning to watchdog rather them message.
#641036: Items not correctly orderd by alphabet: Items not correctly orderd by alphabet
#644288: Cluttered menu item tree, node_delete() moves submenu terms to the top level with sync mode enabled: Misplacement of menu items after node update/delete
#622516: Node Count not updating: Removed checking of taxonomy menu settings before checking for node updates. Fixes multiple error messages and updating of node counting.
#641068: Error on node save when using Content Taxonomy: Fixed compatibility issue with content taxonomy
#622516: Node Count not updating Check for existence of terms on node inside of nodeapi hook.
#622516: Node Count not updating: Fixed a bug where taxonomy menu settings were not being deleted when vocabulary was being deleted.
#622516: Node Count not updating: Fixed Update on Delete because the delete operation sends the node->taxonomy array differently then the other operations.
#622516: Node Count not updating: Fixed Node menu changes on nodeapi. Now the menu items are only changed when the preferences are set.
Added a description to display decendants option.
fixed duplication of function.
#617856: UI string review by hass: Translatable string review
Correct wrong filename for auto import.
#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.

Read more

taxonomy_menu 6.x-3.0-unstable5

Download Size md5 hash
taxonomy_menu-6.x-3.0-unstable5.tar.gz 17.36 KB abc6522260614222a9dd1cde546ce7fa
taxonomy_menu-6.x-3.0-unstable5.zip 19.61 KB d0f2b9af254a82fadffc133eb51889ae
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-3.0-unstable5

Release notes

#671492: Button titles' consistency: Renamed New Menu Group tab to Add Menu Group
#671302: Fatal error: Call to undefined function taxonomy_menu_get_paths(): Renamed taxonomy_menu_get_paths()
#671300: Warning: Call-time pass-by-reference has been deprecated: Removed '&' from function call.

taxonomy_menu 6.x-3.0-unstable4

Download Size md5 hash
taxonomy_menu-6.x-3.0-unstable4.tar.gz 17.36 KB 6446ef3b37a73d703582ac491060f094
taxonomy_menu-6.x-3.0-unstable4.zip 19.62 KB 6fa486393d574c5b7b85f6b1617a2a2e
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-3.0-unstable4

Release notes

Added Missing functions

taxonomy_menu 6.x-3.0-unstable3

Download Size md5 hash
taxonomy_menu-6.x-3.0-unstable3.tar.gz 16.93 KB d0d5d94cc29663986fb8cfd2b2457a13
taxonomy_menu-6.x-3.0-unstable3.zip 19.14 KB e5d5e4162be37a55025695397b8ba12f
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-3.0-unstable3

Release notes

Added missing files.

taxonomy_menu 6.x-3.x-dev

Download Size md5 hash
taxonomy_menu-6.x-3.x-dev.tar.gz 17.32 KB 272117a97d7c82fd9f6c2f7ed9987362
taxonomy_menu-6.x-3.x-dev.zip 19.37 KB 95db7a9f3da508eff381f7dbfc2a5879
Last updated: February 25, 2011 - 07:52
Development snapshot from branch: 6.x-3.x

Release notes

Development release

taxonomy_menu 6.x-3.0-unstable2

Download Size md5 hash
taxonomy_menu-6.x-3.0-unstable2.tar.gz 10.99 KB b29594a5e1a1778c7c133de93948be23
taxonomy_menu-6.x-3.0-unstable2.zip 12.46 KB 21a080e264546988dcb287cae68e4f54
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-3.0-unstable2

Release notes

Added include

taxonomy_menu 6.x-3.0-unstable1

Download Size md5 hash
taxonomy_menu-6.x-3.0-unstable1.tar.gz 10.93 KB 752a9740ed9d5014a3c35b24065215b6
taxonomy_menu-6.x-3.0-unstable1.zip 12.43 KB 66418fe222b178a840dead96310875e8
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-3.0-unstable1

Release notes

Initial Release of new UI

taxonomy_menu 6.x-2.4-rc2

Download Size md5 hash
taxonomy_menu-6.x-2.4-rc2.tar.gz 26.57 KB cb69e667fb5532349dd82004b25321a5
taxonomy_menu-6.x-2.4-rc2.zip 40.61 KB a7ae14f779cce430b1d471b4d81274b5
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.4-rc2

Release notes

#666812: Call to undefined function _taxonomy_menu_delete_all() and #656210: enabeling menu breadcrumb module gets me Fatal error: Call to undefined function _taxonomy_menu_get_item() : Moved the include code out of hook_init() because it was not being called during some calls to menu_link_alter or hook_taxonomy for some users.
#316632: Integrate with I18n (I) - "Localize terms": Changed translation warning to watchdog rather them message.

taxonomy_menu 6.x-2.4-rc1

taxonomy_menu 6.x-2.4-beta4

Download Size md5 hash
taxonomy_menu-6.x-2.4-beta4.tar.gz 25.93 KB edf626c1bd185f650cae528ec2dfc90d
taxonomy_menu-6.x-2.4-beta4.zip 40.09 KB b9ac4417e2775aaa4ede849e6fac98b3
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.4-beta4

Release notes

#622516: Node Count not updating: Fixed Node menu changes on nodeapi. Now the menu items are only changed when the preferences are set.
Added a description to display descendants option.
#622516: Node Count not updating: Fixed Update on Delete because the delete operation sends the node->taxonomy array differently then the other operations.
#623944: Patch for better accessibility by making the title attribute always populated by hotspoons (http://drupal.org/user/343807): Use title for link title attribute when description is not available
#622516: Node Count not updating: Fixed a bug where taxonomy menu settings were not being deleted when vocabulary was being deleted
#622516: Node Count not updating Check for existenance of terms on node inside of nodeapi hook.
#641068: Error on node save when using Content Taxonomy: Fixed compatibility issue with content taxonomy
#622516: Node Count not updating: Removed checking of taxonomy menu settings before checking for node updates. Fixes multiple error messages
#644288: Cluttered menu item tree, node_delete() moves submenu terms to the top level with sync mode enabled: Misplacement of menu items after node update/delete

taxonomy_menu 6.x-2.4-beta3

Download Size md5 hash
taxonomy_menu-6.x-2.4-beta3.tar.gz 23.91 KB 1d0657b8329885286f06676810f68381
taxonomy_menu-6.x-2.4-beta3.zip 32.99 KB 29db0b7df36abe1ab4afe5396c211f83
Last updated: December 24, 2010 - 23:54
Official release from tag: 6.x-2.4-beta3

Release notes

Duplication of Terms.

Subscribe with RSS Syndicate content
nobody click here