--- menu_trim.module.09-menu_title 2008-03-31 22:22:39.000000000 -0400 +++ menu_trim.module.10-todos 2008-03-31 22:07:27.000000000 -0400 @@ -26,11 +26,12 @@ * still show the full path. */ -// TODO: When a menu item is deleted, remove the corresponding menu_trim_item_mid variable, if any. - -define ('MENU_TRIM_DISABLED', 0); +// TODO: modify the uninstallation to simply drop the table // TODO: When a menu item is deleted, remove the corresponding variable, if any // TODO: Add root_mid to menu_trim table and have it updated when the corresponding menu change parent + +// Trimming methods +define ('MENU_TRIM_DISABLED', 0); define ('MENU_TRIM_ENABLED_SHOW_MENU_ALWAYS', 1); -define ('MENU_TRIM_ENABLED_SHOW_MENU_ACTIVE', 2); +define ('MENU_TRIM_ENABLED_SHOW_MENU_ACTIVE', 2); /** * Implementation of hook_help().