| /[drupal]/contributions/modules/taxonomy_menu/taxonomy_menu.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#622516: Removed checking of taxonomy menu settings before checking for node updates. Fixes multiple error messages and updating of node couting.
#641068: Fixed compatibility issue with content taxonomy
Added an option to make BATCHAPI optional.
#622516 Check for existenance of terms on node inside of nodeapi hook.
#622516: Fixed a bug where taxonomy menu settings were not being deleted when vocabulary was being deleted
#623944 by hotspoons (http://drupal.org/user/343807): Use title for link title attribute when description is not available.
#622516: Fixed Update on Delete because the delete operation sends the node->taxonomy array differently then the other operations.
#622516: 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.
617856 by hass: Translatable string review 498786 by matkeane: Integration with i18n Per Language terms
#601174 and #514640 by elphrans: Fixed issues with changes to menu when a node was updated or deleted.
#539046 by muhleder Use of Batch API create menu items
*** empty log message ***
#419076: use 'all' in display decendants path #528198 by greenmachine: allow query strings (?param=value) in taxonomy menu paths #424160 by jptaranto and ahb: custom vocabulary path module #316632 by chng and niQo: Locolized Terms translation #477526 by brice: Add ability to output Term Name in Custom Path menus
#472004 by igor.ro (http://drupal.org/user/234004) Mishandling of delete hook
#446714 by muhleder (http://drupal.org/user/185106) Fixed calling insert and update hooks by reference
#316632 by niQo(http://drupal.org/user/272588) i18n integration
#423838 node not updating when deleting. Adjusting delete on nodeapi
Updated HEAD to latest 6.x-2 DEV
Corrected issue from CVS client mistake
Backed out i18n change
#411136 Backed out untested patch from #408288
[#408288] by joachim (http://drupal.org/user/107701) Ability to select parent menu item
#406732 Integration of Domain access. Wrapped SQL statements in db_rewrite_sql
#316632 attempted fix for I18n
#316632 backed out attempted fix for I18n
#316632 checked for correct tid when creating menu
#403002 added ability to run update.php to update the module. #403022 by BWPanda (http://drupal.org/user/289407) Change the order of buttons. #316632 added t() around menu title
[#401914] By rastatt@drupal.org: Clean up misspelling and run through coder module.
#396154 issues found by ksc (http://drupal.org/user/410999): Hide Empty Terms was hiding items that children with nodes. Number of Nodes dispaly was always displaying.
#390530 added the ability to display decendants in cutsom path type #393814 wrong path for cutsom view path type changed name of custom view to custom
#390624 term not updated if supposed to be removed. changed the code to save the menu link even if the remove is TRUE but set the hidden flag to 1.
Made the menu rebuild if the path has changed
removed testing code
#386598 double vocab name in menu - rewrote submit handlers and rebuild functions #382040 Views and Pathauto Issue - removed getting the alias. this is unnecessary
[#386016] Menu not updating then the show vocab item is changed.
#376137 adding free tagging support
Updated Path hook and removed unsed fields from vocab edit form
#379858 added check for existing mlid on node insert due to duplicate menu links issue
Moved drupal_get_path_alias within the hook so it will not interfer with other hooks
add drupal_get_path_alias for path alias support
#375137 split up hooks. simplified process
#375123 vocab link fix #375100 by Mark Theunissen Typos and spelling errror
Added the links for vocab menu item fixed bug in building menu with vocab enabled
Base Version for 6.x-2.x-DEV
Initial Working Verion
*** empty log message ***
removed complicated db abstract layer.
changed database interaction system
[#179798] by Gerhard Killesreiter: changing the call to menu_rebuild to a variable_set('menu_rebuild_needed', TRUE);
[#236134] by Alan D.: Embeded views using teaser lists lack pagnation
[#234513] by CoPut, suit4, Murz: Option to not display Vocab in menu. Removed PathAuto piece. USed #192493 instead.
[#362463] by tbartels: Toggle taxonomy_menu active in node context
[#272884] by shaisachs: Views settings corrected, and use of views "empty" text
[#192493] by q0rban: Enable Pathauto and Token functionality
use of menu save by Mark Theunissen.
Updated the place of variable_set('menu_rebuild_needed', TRUE);
#179798 by Gerhard Killesreiter Change menu_rebuild();
to variable_set('menu_rebuild_needed', TRUE);
#339672 Clear the cache in teh correct place
Removed Clearing of the cache from update, insert and delete
Baseline for Upgrade
#339672 Terms were being pulled from cache using taxonomy_get_tree. New helper function created that is a copy of taxonomy_get_tree without the cache check.
#271685 (by mannkind): fixes menus not being updated when a node is deleted.
#245199 (by professorbikeybike): Fixes submenus.
#245199 (by professorbikeybike): Fixes submenus.
New features: * Changes on for Drupal 6 branch
*** empty log message ***
Misc: * Some bugs fixed (i forgot to commit when i remembered what they are about :P )
Bugs fixed: * Submit button now has a proper label * No vocabularies are converted to menus by default
Misc: functions reordered
New features: admin settings is now submitted and precessed
New features: all defined constants declared
Misc: the old settings page removed
New features: hook_nodeapi implementation vamped
New features: the page function revamped
New features: since all menu items created by this module are all cached, the function is now hosted on the .inc file to minimize the module footprint
New features: * taxonomy_menu.inc will hold all non-hook functions * a new taxonomy_menu_admin() function
New features: New file header
Patch #108972 by drewish, RobRoy: port of Taxonomy Menu to Drupal 5.x.
* applied <a href="http://drupal.org/node/64519">Take Out theme_page() and return output</a> * tabs2spaces
* applied <a href="http://drupal.org/node/64519">Take Out theme_page() and return output</a> * tabs2spaces
Path #42383 - Forms API conversion
Admin help text from Drupal handbook
A very old version got branched somehow, instead of the current HEAD. What gives?
- Magically fixed most bugs relating to menu admin page handling of vocabularies.
- Magically fixed most bugs relating to menu admin page handling of vocabularies.
Committing a couple of drumm's patches.
Reverting a mistakenly applied 4.6 fix.
Correcting "no posts in category" behavior.
Correcting "no posts in category" behavior.
- Renamed check_query() to db_escape_string(). Commit announced on the mailing list.
- Account for menu caching patch. - Add RSS link to pages.
8/16/04 - Updated for taxonomy URL changes.
- Fixed hook_help() implementation for tabs patch.
- Updated for hook_menu(). - Vocabularies are ordered by weight in the menu. - When viewing a node, the menu expands appropriately.
Avoid annoying 404s.
fixed invalid t() call in help
fixed invalid t() call in help
Added configuration option to optionally not display vocabulary names in the menu.
fixing _help() translation bug
Added configuration option to optionally not display nodes belonging to descendants of the selected term. Updated for theme and menu system changes.
Added option for whether or not to display nodes attached to descendants of the selected term.
- Theme system updates: theme() function return their data now.
A new module that injects taxonomy vocabularies into the global navigation menu, as an alternative to a separate block like taxonomy_dhtml uses.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |