| /[drupal]/contributions/modules/dhtml_menu/dhtml_menu.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
(No issue): Ran all files through code-style checking.
#625940: Compatibility with the new theme layer, moving off intercepts and on to preprocess functions (which finally work). hook_theme_registry_alter() is gone. Also, replaced the "require_once" with a cleaner module_load_include().
#479716 by Arancaytar: Backport D7 version to D6. Yay!
#473356: Big string update, adding new help strings and an explanatory installation message too.
#473356: Some code-style and comment fixes for dhtml_menu.module
#547690: Remove the function registry.
#478472 by Arancaytar: Settings are merged into a single system variable. The variable is set at installation; no more defaults are passed in variable_get().
#356495 by Arancaytar: Better tree-indexing to stop reliance on theme() calls. Fixes compatibility with other menu contribs like NiceMenu.
#477988 by Arancaytar: Move theme functions from .module to .theme.inc
#332947 by Arancaytar: Ensure that the markup of menus without DHTML is not modified in any way.
#352005: Use strict selectors and ensure JS only works on dhtml_menu-generated markup
#297536 by Arancaytar: Check is_array to suppress an error message.
#355521 by Arancaytar: Fix theming logic to deal with multiple themes (port from D6).
#355521 by Arancaytar: Fixed (again) a critical bug when multiple themes are used on a site. For real this time!
#352005 by Arancaytar: Conflict with Ubercart (and maybe others), fixed by adding a unique CSS class to 'our' menus.
#356231 by Arancaytar: Populate ['options'] as well as ['localized_options']
#355521 by Arancaytar: Avoid fatal function errors for multiple themes - fall back to base function. Also, sanity check on the menu tree.
#332947 by Arancaytar: logic bug when dhtml_menu is disabled for some menus.
#334296: Incomplete fix of the cascading logic.
#331352 by Arancaytar: Cascade up to the theme override instead of the base function.
#332100 by Arancaytar: Enforce unique IDs to ensure document validity.
#334296 reported by extect: non-mlid items (tabs) are not passed to the theme override. (+Cleanup of static variable logic)
331352 by Arancaytar: Allow themes to override theme_menu_item[_link].
#332100 by Arancaytar: Ensure valid markup by making IDs more unique (also making unique dhtml_menu namespace).
#332156 by Arancaytar: Initialize static array variable.
#298720 by Arancaytar: Index menu tree by mlid, use mlid for HTML IDs
#331643 by Arancaytar: Store default settings in serialized form.
#280843 by Arancaytar: Allow disabling DHTML for specific menus (ported up from D6)
#332156 by Arancaytar: Initialize the static array variable in case no values are added to it.
#298720 by Anselm Heaton: Compatibility with i18nmenu, index menu tree by mlid.
#331643 by Arancaytar: Bugfix removes 'in_array' warning, default settings now serialized, code-style.
#280843 by Arancaytar: Final feature for 3.0, disabling dhtml_menu for some menus.
#331298 by Arancaytar: Fix fatal crash on non-leaf items without children
#331298 by Arancaytar: Fix fatal crash on non-leaf items without children
#289464 by Arancaytar: When only one menu may remain open, load only the active trail as expanded.
#273872 by Arancaytar: First version of DHTML Menu for D7.
#284757 by wad: Move drupal_add_js calls to hook_menu
#311248 by seutje: (Feature) Sibling-closer to optionally consider each menu tree separately.
#311248 by seutje: (Feature) Sibling-closer to optionally consider each menu tree separately.
#289684 by arhak: Spanish translation
#283997 by Arancaytar: Avoid a warning on pages with book navigation below the node.
#279739 by Arancaytar: Fix the cookie-applying code in PHP, open active trail automatically, keep child items open unless asked not to, added option for closing child items.
#277063 by Arancaytar: Rewrite of DHTML Menu, making the module completely independent of blocks.
#276507 by Arancaytar: Collision of delta values with other modules breaks non-menu blocks. Fixed by introducing a module:delta key.
#223251 by Arancaytar: Auto-replacing one-time menu item should be invisible callback.
#247634 by Arancaytar: Typo in a system variable when deciding the displayed state of the checkbox
#257296: Split code into include files to decrease footprint.
#222303 by martinhamel: Replaced character blacklist with a more exclusive whitelist
#257284: Add DHTML behavior to all menu blocks by default.
#257273 by brmassa and Arancaytar: Add DHTML behavior to existing blocks rather than cloning them.
#257142 by Arancaytar: Adding a form option and a variable deletion that were missing
#257142 by Arancaytar: Merged several changes from DRUPAL-6--1 branch into HEAD. HEAD is now up to date to approximately April 2nd of DRUPAL-6--1.
#257138 by Arancaytar: Compatibility update for 6.2
Bugs fixed: * #245671, #245988 :Drupal 6.2 changed the access API. DHTML menu was relying on the old way so settings page stopped working.
New features: * Change the behavior of current menu blocks instead cloning all of them!
New features: * Automatically replaces all menu blocks to their DHTML equivalent
New features: * by Arancaytar and brmassa: Menu duplication settings -> into admin/build/menu and node/add
New features: * split the code into admin.inc (that will should admin pages) and .inc (that will hold all non-hooks functions) to minimize the module footprint
Bugs fixed: * @ chellman: Disabled Menu Items are Still Visible
Bugs fixed: * @ sjz: single quotes are also not permitted as menu item ID
Bugs fixed: * A problem with item created on hook_menu()
Misc: * Better Doxygen documentation * Code organization
Misc; * Much better Doxygen docummentation * JS reviewed, including documentation, code organization and using the latest jQuery code
#223251: Turn navigation-block-replacing link into an invisible menu callback, #218733: Provide a unique ID attribute for each menu leaf item.
#223251: Turn navigation-block-replacing link into an invisible menu callback.
#218733: Provide a unique ID attribute for each menu leaf item.
#221740: HEAD updated to the end of the DRUPAL-6--1 branch, as HEAD was out of date.
show description for 'admin/settings/dhtml_menu' at 'admin'
working 5.x version. based on last 5.x compatibel version on (wrongly tagged) DRUPAL-5 branch. i merged in HEAD|DRUPAL-6--1 and DRUPAL-5 changes ( http://drupal.org/cvs?commit=94914 , http://drupal.org/cvs?commit=94919) as much as possible. didn't do the 'menu items that have (){}[] characters on it' issue ( http://drupal.org/cvs?commit=94918 ) - feel free to update.
new Drupal 6.x development branch, based on HEAD w/ changes from (wrongly tagged) DRUPAL-5 branch merged in. see http://drupal.org/node/213232 .
* fix #208495, #205633 * coding style * removed a var_dump()
avoid "notice: Undefined offset: 1 in dhtml_menu.module on line 115." for empty dhtml_menu_duplicated
New features: automatic replace all Menus for the equivalent DHTML menu when install the module
Bugs fixed:
* Work with menu items that have (){}[] characters on it
Misc:
* Drupal code standards compliance
Misc: More Drupal code standards compliance fixes
Misc: * Drupal code standards compliance * Code organization
Misc: * Drupal code standards * Code organization * Better documentation
Misc: Drupal code standards compliance
Bugs fixed: PHP E_ALL code compliance
Bugs fixed: PHP E_ALL code compliance
#172218 by litwol: Prevent items with only hidden leaves from becoming expandable.
#155610 by Arancaytar: Adds a user interface to the 'parent item duplication' functionality. Parent items to be duplicated as their own child item can now be entered and retitled in the settings page.
#178935 by Arancaytar: Stop displaying hidden menu items.
Quick function for panels 2 integration
#155610 by Arancaytar: Link duplication configurable in the settings page
#135390 by Arancaytar: Added .menu-root class to root ul element of menus
#135390 by Arancaytar: Added .menu-root class to root ul element of menus
#156117 by Arancaytar: removed hook_perm and access check on settings page.
#154773 by Arancaytar: Drupal 6 port
Misc: * The new dev-dhtml_menu.js has the original javascript * dhtml_menu.js not holds the compated js using http://dean.edwards.name/packer
* Misc: initial implementation of the "Item bullet" feature
Bug fixed: #125999 DHTML module changing other menus layout
Misc: * #156117 remove "administer dhtml menu" permission to only "administer menu" * Basic JavaScript;jQuery optimization
Misc: better Doxygen code documentation
Misc: #127653 some Drupal and PHP E_ALL code standards
Misc: some Drupal and PHP E_ALL code standards
#117347 by Wuk: Default block title of Navigation menu changed to user name when logged in
#117347 by Wuk: Default block title of Navigation menu changed to user name when logged in
coding standards, ability to toggle on slide effects, and a few bug fixes
An experiment to make the arrow clickable
Some refinements from kkaefer
IE fixes
Forgotten update
DHTML Menus initial version. The DHTML Menus module add Javascript to the hierarchical menus to remove some of the page refreshes. They are not hover menus like many DHTML setups, but instead they click to expand and then click to close again, as is expected from a typical tree browser. Any menu block can be activated with DHTML abilities.
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 |