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

Log of /contributions/modules/dhtml_menu/dhtml_menu.install

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.16 - (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, HEAD
Changes since 1.15: +8 -14 lines
Diff to previous 1.15
#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.15.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.15: +3 -3 lines
Diff to previous 1.15 , to next main 1.16
#479716 by Arancaytar: Backport D7 version to D6. Yay!

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:58:28 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Branch point for: DRUPAL-6--4
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
#473356: Big string update, adding new help strings and an explanatory installation message too.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 14:46:17 2009 UTC (4 weeks, 6 days ago) by arancaytar
Branch: MAIN
Changes since 1.13: +19 -6 lines
Diff to previous 1.13
#473356: Add upgrade path for renaming pseudo-child to clone, also fix some code-style in .install

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 09:31:14 2009 UTC (3 months ago) by arancaytar
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
#556042 by Arancaytar: Allow toggling between blacklist/whitelist for disabling DHTML Menu

Revision 1.12 - (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.11: +2 -2 lines
Diff to previous 1.11
#554030 by Arancaytar: Navigation feature - menus that don't collapse dynamically.

Revision 1.11 - (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.10: +94 -1 lines
Diff to previous 1.10
#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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 07:31:30 2009 UTC (7 months, 3 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA2, DRUPAL-7--1-0-ALPHA3
Changes since 1.9: +12 -1 lines
Diff to previous 1.9
#355521 by Arancaytar: Fix theming logic to deal with multiple themes (port from D6).

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 17:36:27 2009 UTC (10 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-5
Changes since 1.9.2.3: +2 -1 lines
Diff to previous 1.9.2.3 , to branch point 1.9 , to next main 1.16
Trivial omission in update function

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 02:50:53 2009 UTC (10 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-4
Changes since 1.9.2.2: +11 -1 lines
Diff to previous 1.9.2.2 , to branch point 1.9
#355521 by Arancaytar: Fixed (again) a critical bug when multiple themes are used on a site. For real this time!

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 20:29:57 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--2
Changes since 1.7.2.1: +3 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to next main 1.16
#284311 by Arancaytar: return an array to avoid warnings.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 20:14:29 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-0, DRUPAL-6--3-0-BETA, DRUPAL-6--3-1, DRUPAL-6--3-2, DRUPAL-6--3-3
Changes since 1.9.2.1: +1 -2 lines
Diff to previous 1.9.2.1 , to branch point 1.9
(bad change committed)

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 20:13:06 2008 UTC (16 months, 1 week ago) by arancaytar
Branch: DRUPAL-6--3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
#283997 by Arancaytar: Avoid a warning on pages with book navigation below the node.

Revision 1.9 - (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, DRUPAL-7--1-0-ALPHA1
Branch point for: DRUPAL-6--3
Changes since 1.8: +51 -52 lines
Diff to previous 1.8
#277063 by Arancaytar: Rewrite of DHTML Menu, making the module completely independent of blocks.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 18:48:53 2008 UTC (16 months, 3 weeks ago) by arancaytar
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Updating from D5 may not work automatically. At least warn about this on update.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 18:46:12 2008 UTC (16 months, 3 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Updating from D5 may not work automatically. At least warn about this on update.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 14:49:06 2008 UTC (16 months, 4 weeks ago) by arancaytar
Branch: MAIN
Branch point for: DRUPAL-6--2
Changes since 1.6: +14 -4 lines
Diff to previous 1.6
#276507 by Arancaytar: Collision of delta values with other modules breaks non-menu blocks. Fixed by introducing a module:delta key.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 06:39:52 2008 UTC (18 months, 2 weeks ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#257296: Split code into include files to decrease footprint.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 23:18:52 2008 UTC (18 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.4: +11 -6 lines
Diff to previous 1.4
#257284: Add DHTML behavior to all menu blocks by default.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 22:47:06 2008 UTC (18 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.3: +29 -1 lines
Diff to previous 1.3
#257273 by brmassa and Arancaytar: Add DHTML behavior to existing blocks rather than cloning them.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 21:21:27 2008 UTC (18 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
#257142 by Arancaytar: Adding a form option and a variable deletion that were missing

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 15:04:24 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-04, DRUPAL-6--1-05
Changes since 1.1.4.8: +7 -16 lines
Diff to previous 1.1.4.8 , to branch point 1.1 , to next main 1.16
New features:
* Change the behavior of current menu blocks instead cloning all of them!

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 12:48:31 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-03
Changes since 1.1.4.7: +2 -2 lines
Diff to previous 1.1.4.7 , to branch point 1.1
Bugs fixed:
* block region should be '' for replaced blocks

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 11:53:33 2008 UTC (19 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +28 -6 lines
Diff to previous 1.1.4.6 , to branch point 1.1
New features:
* Automatically replaces all menu blocks to their DHTML equivalent

Revision 1.1.4.6 - (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
Changes since 1.1.4.5: +2 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
New features:
* Create admin settings for hide siblings effect

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 00:11:31 2008 UTC (20 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-02
Changes since 1.1.4.4: +2 -2 lines
Diff to previous 1.1.4.4 , to branch point 1.1
Bugs fixed:
* A problem with item created on hook_menu()

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 17:12:48 2008 UTC (20 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-01
Changes since 1.1.4.3: +10 -3 lines
Diff to previous 1.1.4.3 , to branch point 1.1
New features:
* Based on issue #188973, new installations will enable the slide effect by default. It should now change the behaviour for existins sites

Revision 1.1.4.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.1.4.2: +1 -1 lines
Diff to previous 1.1.4.2 , to branch point 1.1
#223251: Turn navigation-block-replacing link into an invisible menu callback, #218733: Provide a unique ID attribute for each menu leaf item.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 17:17:01 2008 UTC (21 months, 2 weeks ago) by arancaytar
Branch: MAIN
Changes since 1.1: +27 -0 lines
Diff to previous 1.1
#221740: Forgot to add the .install file again to HEAD

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 13:03:38 2008 UTC (22 months ago) by ax
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6
Changes since 1.1.2.2: +5 -7 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.16
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.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 09:09:28 2008 UTC (22 months ago) by ax
Branch: DRUPAL-6--1
Changes since 1.1.4.1: +27 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
forgot the install file

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 11:36:52 2008 UTC (22 months, 2 weeks ago) by brmassa
Branch: DRUPAL-5
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.2.1: +15 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
New features: automatic replace all Menus for the equivalent DHTML menu when install the module

Revision 1.1.4.1
Wed Jan 9 10:44:33 2008 UTC (22 months, 2 weeks ago) by ax
Branch: DRUPAL-6--1
Changes since 1.1: +0 -0 lines
FILE REMOVED
file dhtml_menu.install was added on branch DRUPAL-6--1 on 2008-01-23 09:09:28 +0000

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 10:44:33 2008 UTC (22 months, 2 weeks ago) by brmassa
Branch: DRUPAL-5
Changes since 1.1: +15 -0 lines
Diff to previous 1.1
New features:
* A uninstaller will delete all global variables used

Revision 1.1
Wed Jan 9 10:44:33 2008 UTC (22 months, 2 weeks ago) by brmassa
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
FILE REMOVED
file dhtml_menu.install was initially added on branch DRUPAL-5.

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