vocabindex 6.x-2.0-beta1

Xano - August 29, 2008 - 20:50
Official release from CVS tag: DRUPAL-6--2-0-BETA1
First released: August 29, 2008 - 20:50
Download: vocabindex-6.x-2.0-beta1.tar.gz
Size: 21.48 KB
md5_file hash: a77f8e5f6df1144166164ad2cc03f8a4
Last updated: August 29, 2008 - 20:55
View usage statistics for this release

This is the first beta release of Vocabulary Index 2. No new major features will be added from now on. From this beta to the actual 2.0 release we will only finetune the module (adding minor features and adjusting existing ones) and fix any bugs.

The following changelog gives an overview of the more important changes, like bug fixes and added features. Minor changes, such as updated comments, will not be shown.

Aug. 29, 2008

Aug. 17, 2008

Aug. 16, 2008

Aug. 15, 2008

Aug. 14, 2008

Aug. 13, 2008

Aug. 2, 2008

Jul. 31, 2008

Jul. 29, 2008

Jul. 23, 2008

Jul. 22, 2008

Jun. 30, 2008

  • Put the 'view vocabulary index' permission back in because only user 1 was able to see index pages due to a slight bug in hook_menu()

Jun. 24, 2008

  • Fixed a minor bug concerning $zebra in the template files. Drupal overrode the $zebra generated by Vocabulary Index. As Vocabulary Index's $zebra was reset for every new list and Drupal's wasn't this caused some unexpected behaviour. The Drupal override has been interrupted (actually I have overriden the Drupal override...) and $zebra will now have a value as expected.
  • Simplified the styling a little to make lists look less busy
  • Added readme file
  • Improved help
  • Merged caching admin page with the normal settings page.

Jun. 23, 2008

  • #209875: Adding a filter by letter
  • Added/updated comments in template files to indicate which variables are available for each file.
  • Fixed a minor HTML bug in threaded lists.

Jun. 18, 2008

Jun. 08, 2008

  • Updated the vocabindex.info file with more recent information.
  • Fixed some minor CSS issues.
  • Added $position to list_item.tpl.php. See that file for more information on its use.

Jun. 07, 2008

Feb. 10, 2008

  • #219959: Caching of index pages
  • When deleting vocabularies all data concerning the index page for that vocabulary is deleted as well.
  • The uninstaller now cleans up all Vocabindex data. So far only the table was being deleted, but now all variables and - more important - menu items will be deleted too.
  • Term descriptions are no longer styled in vocabindex-style.css, except for display:block;. They are now given the class .description, which you might remember from form input descriptions.
  • Links to terms are no longer based on /taxonomy/term/[tid] only. If term aliases are present (when you're working with Pathauto) these will be used rather than the /taxonomy/... paths.
  • #219753: SQL error after uninstalling module
  • Right after installing the module you're not only presented with a link to the settings page, but also with a link to the permissions page.
 
 

Drupal is a registered trademark of Dries Buytaert.