views_bookmark 5.x-1.4

quicksketch - January 16, 2008 - 19:10
Download Size md5 hash
views_bookmark-5.x-1.4.tar.gz 19.77 KB 87c5735487ca743f5a25e8bb8426371c
Official release from CVS tag: DRUPAL-5--1-4
Last updated: January 16, 2008 - 19:15

This official release of views bookmark corrects several bugs, increases flexibility in views, and can significantly improve performance in node listings with multiple bookmarks enabled. The complete set of changes is included in the beta 1 and beta 2 announcements. Key changes are included below.

New features:
- Consolidated SQL queries into using Views Bookmark API functions. Now more efficient with fewer queries per page.
- Javascript change to hide any previous 'mark' messages when marking another item on the page.
- PostgresSQL support added to install file - http://drupal.org/node/204498
- Added filter for bookmark timestamp
- Added sort for bookmark timestamp
- Added sort for bookmark count
- Increased efficiency of user name lookup by doing a table join rather than seperate user_loads.

Bug fixes:
- Compatibility with node_save() calls without loosing current user's marked status - http://drupal.org/node/205579
- Removed Node: Node ID argument provided by views bookmark. This argument seemed to have accidentally slipped in with the Drupal 5 port of Views Bookmark. Views provides a Node: ID argument which should be used instead. Views stored in the database are automatically updated. Views stored in hook_default_views() will need to be updated if they use this argument.
- Changed Bookmark filter from assuming current user to allowing an option for either current user or any user. This requires a change to existing views. Views in the database are automatically updated. Views stored in hook_default_views() may be updated by changing the value of the filter from an empty string to "***CURRENT_USER***".

In beta 1 of Views bookmark 1.4, the views implementation was changed slightly. All views stored in the database should be updated automatically for these changes, but default_views implementations in custom modules will need to be updated for 1.4. See the beta 1 release notes for information on upgrading modules containing Views bookmark depended views.

 
 

Drupal is a registered trademark of Dries Buytaert.