/[drupal]/contributions/modules/navigation/INSTALL
ViewVC logotype

Log of /contributions/modules/navigation/INSTALL

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


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

Revision 1.6.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 3 00:08:50 2004 UTC (5 years, 7 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.6.2.1: +4 -0 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.7
added reference to xtemplate.patch

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 15:05:54 2004 UTC (5 years, 8 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
Added commented to minimize confusion from auto-generated 'Navigation' block.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 15:04:19 2004 UTC (5 years, 8 months ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
Added comment to minimize confusion about auto-generated 'Navigation' block.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Mar 6 16:46:24 2004 UTC (5 years, 8 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.5: +18 -0 lines
Diff to previous 1.5
Mar 6, 2004 (Jeremy Andrews <jandrews@kerneltrap.org>)
 - navigation.mysql
    o added varchar(255) 'vocabularies' to table 'menu'
    o added varchar(255) 'terms' to table 'menu_item'
    o cleanup

 - navigation.module
    o introduced relation between menus and vocabularies
    o introduced relation between menu items and terms
    o taxonomy relationship configurable, disabled by default
    o implementation appears to work, but needs usability cleanup (complex)

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Feb 29 01:53:22 2004 UTC (5 years, 9 months ago) by jeremy
Branch: MAIN
Branch point for: drop
Changes since 1.4: +21 -14 lines
Diff to previous 1.4
 - navigation.module:
    o cache menu item roles in a static variable to minimize queries
    o remove unnecessary calls to user_roles()
    o added help text

 - navigation.mysql:
    o added varchar(255) 'roles' database field to menu table
    o added varchar(255) 'roles' database field to menu_item table

 - TODO, INSTALL:
    o updated to reflect recent changes

 - CHANGELOG:
    o added to directory

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 19:44:45 2004 UTC (5 years, 9 months ago) by jeremy
Branch: MAIN
Changes since 1.3: +11 -0 lines
Diff to previous 1.3
navigation.module:
 - added configuration options to enable/disable menu and/or item
   permissions (disabled by default for simplicity and lower overhead)
 - added ability when adding/editing menus and items to associate them
   with user roles
 - display functions now checks if current user has permissions to view
   menu and items

navigation.mysql:
 - added longtext type 'roles' to 'menu' and 'menu_item' tables

README, TODO, INSTALL:
 - updated to reflect recent changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 15:14:39 2004 UTC (5 years, 9 months ago) by weitzman
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
a few minor documentation and code improvements.

i'd love to see an option to have rollover menus like those that ax just demonstrated (http://drupal.org/node/view/5943)

also the TODO which enables role based display of tabs is very valuable (hint hint).

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 04:22:02 2004 UTC (5 years, 9 months ago) by jeremy
Branch: MAIN
Changes since 1.1: +4 -6 lines
Diff to previous 1.1
 - implemented auto-generation of menu blocks

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 03:48:05 2004 UTC (5 years, 9 months ago) by jeremy
Branch: MAIN
First release of navigation.module for Drupal 4.4:

Overview:
--------
The navigation module allows a site administrator to build custom
menus.  These menus can be displayed in a box like the automatically
generated navigation menu, or they can be displayed as CSS tabs.

A menu is comprised of a hierarchy of menu items.  It is possible
to build a flat or three dimensional menu.  Menu items can be linked
to arbitrary urls, including both on-site and off-site web pages.


Features:
--------
 - Administrative interface shares look and feel of taxonomy
   administrative interface
 - Menus can be three dimensional or flat
 - Menus can be displayed in boxes like the automatically generated
   navigation menu, or as CSS tabs
 - Menu items can link to on-site and off-site content
 - No hard limit to the number of menus that can be built
 - No hard limit on the number of menu items comprising a menu
 - No hard limit to the depth of a given menu

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