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
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 releaseSize: 21.48 KB
md5_file hash: a77f8e5f6df1144166164ad2cc03f8a4
Last updated: August 29, 2008 - 20:55
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
- #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.
