vocabindex 6.x-2.x-dev

Xano - February 10, 2008 - 12:46
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: February 10, 2008 - 12:46
Download: vocabindex-6.x-2.x-dev.tar.gz
Size: 50.36 KB
md5_file hash: 217fd75afe5659b493aee093ea096b56
Last updated: June 17, 2009 - 12:35
View usage statistics for this release

If you'd like to help out, please test this version and suggest any improvements you might think of. NOTE: different development versions are not compatible. You will need to completely uninstall the old version before installing the new one if you have a dev version from before September, 2008. You are discouraged to use development versions for live sites, unless you're willing to take the risk.

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.

Sep. 23, 2008

Sep. 20, 2008

Sep. 18, 2008

Sep. 17, 2008

  • #294977: Update from version 1 to 2
  • Added DEVELOPERS.txt containing information vital for vocabindex developers.
  • Moved Vocabulary Index menu item from Administer > Content management to Administer > Site building.

Sep. 6, 2008

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.