Log of /contributions/modules/dhtml_menu/dhtml_menu.js
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.