/[drupal]/contributions/modules/dhtml_menu/dhtml_menu.js
ViewVC logotype

Log of /contributions/modules/dhtml_menu/dhtml_menu.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 21:47:59 2009 UTC (2 weeks, 1 day ago) by arancaytar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +3 -1 lines
Diff to previous 1.48
(No issue): Ran all files through code-style checking.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 21:36:51 2009 UTC (2 weeks, 1 day ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA4
Changes since 1.47: +4 -4 lines
Diff to previous 1.47
#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().

Revision 1.47.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 02:00:23 2009 UTC (3 weeks ago) by arancaytar
Branch: DRUPAL-6--4
Changes since 1.47.2.1: +5 -5 lines
Diff to previous 1.47.2.1 , to branch point 1.47 , to next main 1.49
#479716 by Arancaytar: Backport, addendum: mouseenter(),mouseleave() changed to bind() for JQuery 1.2.x

Revision 1.47.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 00:13:52 2009 UTC (3 weeks ago) by arancaytar
Branch: DRUPAL-6--4
Changes since 1.47: +6 -7 lines
Diff to previous 1.47
#479716 by Arancaytar: Backport D7 version to D6. Yay!

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:36:44 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Branch point for: DRUPAL-6--4
Changes since 1.46: +5 -5 lines
Diff to previous 1.46
#473356: Rename pseudo-child to clone everywhere, to make the meaning clearer.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:32:36 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.45: +3 -2 lines
Diff to previous 1.45
#473356: Stop truncating the ID element in the cookie - the 'dhtml_menu-' has been trimmed both needlessly and incompletely.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:19:23 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.44: +6 -27 lines
Diff to previous 1.44
#473356: Stop expanding cookie-saved items on the client-side - they're supposed to be opened server-side already.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:15:21 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.43: +7 -7 lines
Diff to previous 1.43
#473356: JS logic cleanup, and removal of some gratuitous jQuery() wrapper-calls.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:10:09 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.42: +8 -4 lines
Diff to previous 1.42
#473356: Moved cookieSet calls up to the main behavior, and added a check to effects.remember.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:04:22 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.41: +4 -3 lines
Diff to previous 1.41
#473356: Flow-control change in JS. Use one if-else chain, then treat three common cases in a separate if-clause.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 13:55:54 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.40: +20 -6 lines
Diff to previous 1.40
#473356: More JS cleanup. Pre-set the clone wrapper, check link.length as well as ul.length, return instead of window.location.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 13:27:24 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.39: +11 -8 lines
Diff to previous 1.39
#473356: Minor branch refactoring in JS code, another comment.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 13:19:59 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.38: +21 -2 lines
Diff to previous 1.38
#473356: More comments in JS code.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 12:16:16 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.37: +13 -16 lines
Diff to previous 1.37
#473356: Minor refactoring in JS code - reorder conditional branches

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 12:09:31 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.36: +6 -6 lines
Diff to previous 1.36
#473356: Whitespace trimmed from Javascript code

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 11:57:44 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.35: +20 -18 lines
Diff to previous 1.35
#473356: Cleaner animation effect handling in JS

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 11:40:04 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.34: +5 -13 lines
Diff to previous 1.34
#473356: Minor JS clean-up. Move jQuery initiator below @file comment, remove commented-out code, typo in comment.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 19:00:59 2009 UTC (3 months, 1 week ago) by arancaytar
Branch: MAIN
Changes since 1.33: +11 -9 lines
Diff to previous 1.33
#555500 by Arancaytar: The state-remembering cookie can be turned off now (and is off by default)

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 19:10:24 2009 UTC (3 months, 1 week ago) by arancaytar
Branch: MAIN
Changes since 1.32: +25 -1 lines
Diff to previous 1.32
#554030 by Arancaytar: Navigation feature - menus that don't collapse dynamically.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 23 15:00:41 2009 UTC (5 months ago) by arancaytar
Branch: MAIN
Changes since 1.31: +68 -4 lines
Diff to previous 1.31
#300106 Expand on mouse hover

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 18:20:37 2009 UTC (5 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.30: +20 -17 lines
Diff to previous 1.30
#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().

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 08:56:17 2009 UTC (5 months, 3 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
One-line fix for a silly regression in the last commit.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 13:19:44 2009 UTC (5 months, 3 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.28: +74 -56 lines
Diff to previous 1.28
#479260 by Arancaytar: Bullet-Icon Expansion, whee! Extensive JS/CSS rewrite; adding folder icons for expandable menus.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 15:32:06 2009 UTC (5 months, 4 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
#332947 by Arancaytar: Ensure that the markup of menus without DHTML is not modified in any way.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 07:18:55 2009 UTC (5 months, 4 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.26: +9 -7 lines
Diff to previous 1.26
#352005: Use strict selectors and ensure JS only works on dhtml_menu-generated markup

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 17:26:18 2009 UTC (7 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
#377964 by Arancaytar: jQuery compatibility ($ shortcut)

Revision 1.18.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 10:13:30 2009 UTC (10 months, 2 weeks ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-4, DRUPAL-6--3-5
Changes since 1.18.2.9: +2 -2 lines
Diff to previous 1.18.2.9 , to branch point 1.18 , to next main 1.49
#352005 by Arancaytar: Conflict with Ubercart (and maybe others), fixed by adding a unique CSS class to 'our' menus.

Revision 1.18.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 13:14:53 2008 UTC (12 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-3
Changes since 1.18.2.8: +2 -2 lines
Diff to previous 1.18.2.8 , to branch point 1.18
#337242 by lesmana: Typo in JS caused termination when closing siblings without animation.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 20 19:07:49 2008 UTC (12 months, 1 week ago) by arancaytar
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#332100 by Arancaytar: Enforce unique IDs to ensure document validity.

Revision 1.18.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 23:03:35 2008 UTC (12 months, 2 weeks ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-2
Changes since 1.18.2.7: +2 -2 lines
Diff to previous 1.18.2.7 , to branch point 1.18
#332100 by Arancaytar: Ensure valid markup by making IDs more unique (also making unique dhtml_menu namespace).

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 22:14:55 2008 UTC (12 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#280843 by Arancaytar: Allow disabling DHTML for specific menus (ported up from D6)

Revision 1.18.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 20:16:34 2008 UTC (12 months, 2 weeks ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0, DRUPAL-6--3-1
Changes since 1.18.2.6: +2 -2 lines
Diff to previous 1.18.2.6 , to branch point 1.18
#280843 by Arancaytar: Final feature for 3.0, disabling dhtml_menu for some menus.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 15:40:24 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22
#331298 by Arancaytar: Fix fatal crash on non-leaf items without children

Revision 1.18.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 15:16:52 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.18.2.5: +5 -2 lines
Diff to previous 1.18.2.5 , to branch point 1.18
#331298 by Arancaytar: Fix fatal crash on non-leaf items without children

Revision 1.18.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 16:56:44 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.18.2.4: +19 -18 lines
Diff to previous 1.18.2.4 , to branch point 1.18
#313101 by Arancaytar: Compatibility problem with devel_themer resolved. Module should now work with devel_themer enabled.

Revision 1.18.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 22:47:19 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.18.2.3: +9 -7 lines
Diff to previous 1.18.2.3 , to branch point 1.18
#289464 by Arancaytar: When only one menu may remain open, load only the active trail as expanded.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 17:50:55 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA1
Changes since 1.21: +89 -72 lines
Diff to previous 1.21
#273872 by Arancaytar: First version of DHTML Menu for D7.

Revision 1.18.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 12:14:52 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.18.2.2: +10 -2 lines
Diff to previous 1.18.2.2 , to branch point 1.18
#311248 by seutje: (Feature) Sibling-closer to optionally consider each menu tree separately.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 12:14:43 2008 UTC (12 months, 3 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.20: +10 -2 lines
Diff to previous 1.20
#311248 by seutje: (Feature) Sibling-closer to optionally consider each menu tree separately.

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:23:52 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0-BETA
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 , to branch point 1.18
#282284 by Starbuck: Declare all variables.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:23:22 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#282284 by Starbuck: Declare all variables.

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:16:45 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--2
Changes since 1.15: +6 -6 lines
Diff to previous 1.15 , to next main 1.49
#282284 by Starbuck: Declare all variables.

Revision 1.10.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:16:29 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--1
Changes since 1.10.2.10: +6 -6 lines
Diff to previous 1.10.2.10 , to branch point 1.10 , to next main 1.49
#282284 by Starbuck: Declare all variables.

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:07:32 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.18: +3 -5 lines
Diff to previous 1.18
#283445 by Arancaytar: Use a global flag (in Drupal.dhtmlMenu) to remember if the module was initialized.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:07:12 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: MAIN
Changes since 1.18: +3 -5 lines
Diff to previous 1.18
#283445 by Arancaytar: Use a global flag (in Drupal.dhtmlMenu) to remember if the module was initialized.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 11:50:57 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: MAIN
Branch point for: DRUPAL-6--3
Changes since 1.17: +16 -2 lines
Diff to previous 1.17
#283333 by Arancaytar: Read cookie on client side, and animate the children-closing effect.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 21:58:51 2008 UTC (16 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.16: +29 -17 lines
Diff to previous 1.16
#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.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 13:44:25 2008 UTC (16 months, 3 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA
Changes since 1.15: +92 -136 lines
Diff to previous 1.15
#277063 by Arancaytar: Rewrite of DHTML Menu, making the module completely independent of blocks.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 12:15:07 2008 UTC (17 months ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-2
Branch point for: DRUPAL-6--2
Changes since 1.14: +5 -1 lines
Diff to previous 1.14
#260754 by merlinofchaos and Arancaytar: Drupal.behaviors may run multiple times, attaching duplicate listeners.

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 09:58:41 2008 UTC (17 months ago) by arancaytar
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-6
Changes since 1.9.2.9: +8 -5 lines
Diff to previous 1.9.2.9 , to branch point 1.9 , to next main 1.49
#272117 by TextPlease and Arancaytar: Cookie saver relied on value set during animation, causing a racing condition.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 09:39:32 2008 UTC (17 months ago) by arancaytar
Branch: MAIN
Changes since 1.13: +5 -2 lines
Diff to previous 1.13
#272117 by TextPlease and Arancaytar: Cookie saver relied on value set during animation, causing a racing condition.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 12:51:24 2008 UTC (18 months, 2 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.12: +112 -49 lines
Diff to previous 1.12
#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.

Revision 1.10.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 00:05:34 2008 UTC (19 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-05
Changes since 1.10.2.9: +11 -6 lines
Diff to previous 1.10.2.9 , to branch point 1.10
Bugs fixed:
#245609 by darthclue: jQuery returns error

Revision 1.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 4 23:04:37 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.10.2.8: +2 -5 lines
Diff to previous 1.10.2.8 , to branch point 1.10
Bugs fixed:
* #242645 by greenmother@drupal.org: Escaping id of menu items before writing them to cookies

Revision 1.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 11:34:49 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-03, DRUPAL-6--1-04
Changes since 1.10.2.7: +7 -2 lines
Diff to previous 1.10.2.7 , to branch point 1.10
New features:
* Create admin settings for hide siblings effect

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 11:14:52 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.10.2.6: +61 -50 lines
Diff to previous 1.10.2.6 , to branch point 1.10
New features:
* Enable the "Hide Siblings" feature

Misc:
* JS code organization

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 17:03:00 2008 UTC (20 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-01, DRUPAL-6--1-02
Changes since 1.10.2.5: +3 -3 lines
Diff to previous 1.10.2.5 , to branch point 1.10
Bugs fixed:
* #182885 by pluess: jQuery having problems with ie7 and ie6

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 00:44:25 2008 UTC (20 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.10.2.4: +13 -7 lines
Diff to previous 1.10.2.4 , to branch point 1.10
Bugs fixed:
* Due an error on jQuery, menu IDs containing non-english characters was not working as DHTML menus

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 00:32:04 2008 UTC (20 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.10.2.3: +75 -36 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Misc;
* Much better Doxygen docummentation
* JS reviewed, including documentation, code organization and using the latest jQuery code

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 12:36:26 2008 UTC (21 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--1
Changes since 1.10.2.2: +1 -1 lines
Diff to previous 1.10.2.2 , to branch point 1.10
#223251: Turn navigation-block-replacing link into an invisible menu callback, #218733: Provide a unique ID attribute for each menu leaf item.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 17:15:57 2008 UTC (21 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
#221740: HEAD updated to the end of the DRUPAL-6--1 branch, as HEAD was out of date.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:31:40 2008 UTC (22 months ago) by ax
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.9.2.8: +2 -2 lines
Diff to previous 1.9.2.8 , to branch point 1.9
"paddingLeft: '2em', marginLeft: '-2em'" breaks IE(7) and is not necessary - removed

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:31:12 2008 UTC (22 months ago) by ax
Branch: DRUPAL-6--1
Changes since 1.10.2.1: +2 -2 lines
Diff to previous 1.10.2.1 , to branch point 1.10
"paddingLeft: '2em', marginLeft: '-2em'" breaks IE(7) and is not necessary - removed

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:27:28 2008 UTC (22 months ago) by ax
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
"paddingLeft: '2em', marginLeft: '-2em'" breaks IE(7) and is not necessary - removed

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 13:03:38 2008 UTC (22 months ago) by ax
Branch: DRUPAL-5
Changes since 1.9.2.7: +3 -3 lines
Diff to previous 1.9.2.7 , to branch point 1.9
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.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 09:07:29 2008 UTC (22 months ago) by ax
Branch: DRUPAL-6--1
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
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 .

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 11:20:19 2008 UTC (22 months, 2 weeks ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-6--1-0
Changes since 1.9.2.6: +4 -3 lines
Diff to previous 1.9.2.6 , to branch point 1.9
Bugs fixed:
* Work with menu items that have (){}[] characters on it

Misc:
* Drupal code standards compliance

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 10:40:09 2008 UTC (22 months, 2 weeks ago) by brmassa
Branch: DRUPAL-5
Changes since 1.9.2.5: +99 -1 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Misc:
* Drupal code standards
* Code organization
* Better documentation

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 21:29:16 2007 UTC (2 years ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.9.2.4: +1 -2 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Bugs fixed: the new DEV file was not packed.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 04:09:19 2007 UTC (2 years, 4 months ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.9.2.3: +2 -92 lines
Diff to previous 1.9.2.3 , to branch point 1.9
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

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 03:36:17 2007 UTC (2 years, 4 months ago) by brmassa
Branch: DRUPAL-5
Changes since 1.9.2.2: +3 -3 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Bug fixed: #117304, #118120, #129631about jQuery problem

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 03:02:14 2007 UTC (2 years, 4 months ago) by brmassa
Branch: DRUPAL-5
Changes since 1.9.2.1: +31 -38 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Bug fixed: #125999 DHTML module changing other menus layout

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 13:14:07 2007 UTC (2 years, 4 months ago) by arancaytar
Branch: DRUPAL-5
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#157718 by incognito: JS 'element has no properties' error on assigning event to leaf items

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 13:12:59 2007 UTC (2 years, 4 months ago) by arancaytar
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#157718 by incognito: JS 'element has no properties' error on assigning event to leaf items

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 03:51:25 2007 UTC (2 years, 10 months ago) by stevemckenzie
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.8: +10 -12 lines
Diff to previous 1.8
fix conflicts with firefox ctrl/apple click to open in a new tab

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 21 09:03:12 2007 UTC (2 years, 10 months ago) by stevemckenzie
Branch: MAIN
Changes since 1.7: +53 -34 lines
Diff to previous 1.7
coding standards, ability to toggle on slide effects, and a few bug fixes

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 22:52:48 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--0-7
Changes since 1.6: +9 -6 lines
Diff to previous 1.6
#104994: by craq allow double-click to go to item. I'm not fully happy with this result -- you get double click *plus* 2 clicks which isn't entirely correct behavior.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 22:43:02 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--0-6
Changes since 1.5: +9 -11 lines
Diff to previous 1.5
Better try at making the arrows clickable

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 22:12:11 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.4: +9 -1 lines
Diff to previous 1.4
An experiment to make the arrow clickable

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 21:32:49 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3
Some refinements from kkaefer

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 20:57:57 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.2: +6 -8 lines
Diff to previous 1.2
Code simplification

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 20:49:06 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
IE fixes

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 19:42:54 2006 UTC (2 years, 11 months ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-5--0-5
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2