directory 6.x-1.0-alpha1

Unsupported

This is the first D6 compatible version of directory.module.

Drupal 6 version vs. Drupal 5 version
========================

Directory.module for Drupal 6 is in many ways very different from the Drupal 5 version.

The main difference is that with Drupal 6, directory module does not handle the display of nodes anymore. It now relies on core's taxonomy module to do the job.

There are two implications:
1) The paths like directory/nnn where nnn was a term ID no longer exist. Instead, the main directory page links to taxonomy/term/nnn pages.
2) The first point means that the way the node teasers are displayed has completely changed. In D5 directory, the node display was broken at best. In D6, we rely on taxonomy to display teasers just like they would be displayed on the front page.

The taxonomy page is themeable, so if you wish to have a different look for the node listing, you can change it at the theme level. See the theming documentation about this.

The work for a stable Drupal 6 release of directory is still ongoing. There are still some serious bugs to fix, and new cool features to be added. D6 directory is still in alpha stage. However, it should be stable enough to use on a small site with not too many taxonomy terms.

directory 5.x-2.0

New features
Unsupported

Compared to 5.x-1.0, this version includes various bug fixes, and adds one important new feature: Per-vocabulary directories http://drupal.org/node/147412 .

directory 5.x-1.0

New features
Unsupported

This is the first Drupal 5 release.

A lot of theming has changed in this release, and many functions that were not themable can now be changed at the theme level.
If you already had a themed directory for Drupal 4.7, you might want to check the new default theme, and re-theme some of the functions.

A few additional minor features have added:
* We can define two help texts, one for the main directory page, one for the term pages.
* On a term page, the list of sub-terms are added at the top.

directory 4.7.x-1.0

Unsupported

Basic 4.7-compatible version. This has the original directory module features, updated to work on Drupal 4.7

directory 4.7.x-2.0

Unsupported

Development release 2 for Drupal 4.7 compatibility. Has node counts, zero node count suppression, etc.

directory HEAD

This version is an old 4.7 compatible version, and does not include all the latest features and bugfix. The tip of the Drupal-5 branch will have to be imported into HEAD before creating the drupal-6 branch.

directory 4.7.x-1.x-dev

This is the basic version of Directory module. No enhanced features, just minor bug fixing to make it work in Drupal 4.7. If you are looking for the latest features, try the HEAD version, which will work with Drupal 4.7

Subscribe with RSS Subscribe to Releases for Directory