vocabindex 6.x-2.x-dev
First released: February 10, 2008 - 12:46
Size: 50.36 KB
md5_file hash: 217fd75afe5659b493aee093ea096b56
Last updated: June 17, 2009 - 12:35
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
- #296462: Group terms with nearly identical letters for alphabetical views
- #296407: index paths don't match menu paths containing wildcards
- #296225: Use JavaScript to expand term trees.
Aug. 16, 2008
Aug. 15, 2008
- #291129: Term names beginning with special characters break alphabetical lists
- Moved configuration instructions from hook_install() to hook_enable().
Aug. 14, 2008
Aug. 13, 2008
- #233737: Settings URL is incorrect
- #221044: Categories not showing up under 'paths' configuration
- #293575: Admin panel is too wide for small layouts like Minelli
Aug. 2, 2008
Jul. 31, 2008
Jul. 29, 2008
Jul. 23, 2008
- #286187: Filter letter issue depending on Lowercase/uppercase path
- #286265: Child terms aren't being displayed
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
- #235365: Index blocks
- #233741: Translations files in "translations" directory
- #233735: Coding standards violations
- #235362: Display node count
- #268005: Caching mechanism
- #252183: CSS doesn't work when module is in sites/all/modules directory
- Vocabulary Index data won't be removed when disabling the Index Pages/Blocks anymore
- Some settings are no longer general. You can now have two Index Pages of which only one is threaded while the other is flat
- Flat Index Pages are fully browsable
- Terms feature breadcrumbs
- The 'view vocabulary index' permission has been removed. Access control should now be done using another module, Taxonomy Access for instance
- The 'manage vocabulary index' has been changed to 'administer vocabulary index' for more consistency with core
- Paths now have lesser restrictions. You may now enter any path that would be a valid menu path (e.g. a path you would use in hook_menu() )
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.
