Releases for Views Bookmark
views_bookmark 5.x-1.4
First released: January 16, 2008 - 19:10
Size: 19.77 KB
md5_file hash: 87c5735487ca743f5a25e8bb8426371c
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
views_bookmark 5.x-1.4-beta3
First released: January 10, 2008 - 18:38
Size: 19.75 KB
md5_file hash: 2b7ecc56970bdb8108187b7698c1c8e1
Last updated: January 10, 2008 - 18:40
Removes a lingering dsm() call from the beta2 release. - http://drupal.org/node/208255
views_bookmark 5.x-1.4-beta2
First released: January 7, 2008 - 18:46
Size: 19.75 KB
md5_file hash: 152a46b811b0d9764d689b9b892085b9
Last updated: January 7, 2008 - 18:50
This version improves upon version 1.4 beta 1 with the following changes:
- Consolidated SQL queries into using Views Bookmark API functions. Now more efficient with fewer queries per page.
- Minor CSS tweaks to space marked messages more consistently in different themes other than Garland
- 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
- Compatibility with node_save() calls without loosing current user's marked status - http://drupal.org/node/205579
views_bookmark 5.x-1.4-beta1
First released: November 12, 2007 - 23:12
Size: 19.56 KB
md5_file hash: 7f5c6d1eb383caf8bd8919aed9c14e2d
Last updated: November 12, 2007 - 23:15
This version of Views Bookmark significantly updates the views integration with the following changes:
- 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***".
- 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.
Upgrading hook_default_views() implementations.
Note that this is only necessary if you've coded views into a custom or contrib module. Normal users who keep views stored in the database don't need to worry because their views are updated using update.php. Views bookmark will inform you if any views need to be updated manually.
views_bookmark 5.x-1.3
First released: October 30, 2007 - 03:48
Size: 18.21 KB
md5_file hash: f99aed2f125c0d744579a5e842be1342
Last updated: October 30, 2007 - 03:50
This version makes no changes from the 5.x 1.3-beta version. After 2 weeks with no new issues reported or found, this is the official release.
Maintenance release fixing the following issues:
- Remove bookmarks when users or node types are deleted (thanks flobruit) - http://drupal.org/node/181356
- Corrected compatibility with "Show checkbox on node form" and any module weighted after views_bookmark (such as pathauto or og) - http://drupal.org/node/181944
- Corrected README.txt references to fivestar module (thanks budda) - http://drupal.org/node/179075
- Separate token replacement behavior for teaser views (thanks douggreen) - http://drupal.org/node/167562
Features:
- Added API function for retrieving a list of all users who have bookmarked a node (thank webchick) - http://drupal.org/node/169334
views_bookmark 5.x-1.3-beta1
First released: October 17, 2007 - 02:41
Size: 18.21 KB
md5_file hash: 29006d87fb281ddec258be33b2febebd
Last updated: October 17, 2007 - 02:45
Maintenance release fixing the following issues:
- Remove bookmarks when users or node types are deleted (thanks flobruit) - http://drupal.org/node/181356
- Corrected compatibility with "Show checkbox on node form" and any module weighted after views_bookmark (such as pathauto or og) - http://drupal.org/node/181944
- Corrected README.txt references to fivestar module (thanks budda) - http://drupal.org/node/179075
- Separate token replacement behavior for teaser views (thanks douggreen) - http://drupal.org/node/167562
Features:
- Added API function for retrieving a list of all users who have bookmarked a node (thank webchick) - http://drupal.org/node/169334
views_bookmark 5.x-1.2
First released: July 16, 2007 - 06:48
Size: 16.84 KB
md5_file hash: b66ea25d0487b481c669a012b5b7c5cb
Last updated: July 16, 2007 - 06:50
Lots of new features and bug fixes in the 1.2 release of views_bookmark.
Bug Fixes:
- User access permissions now retrieved properly for setting boomarks
- Fixed uninstall function. http://drupal.org/node/138455
- Table prefixes now correctly added for indexes.
- Provided default views now work without the comment module enabled.
New Features:
- Added AJAX bookmarking (Thanks Steven Wittens). http://drupal.org/node/141017
- Added 'bookmark' checkboxes to node edit form (Thanks Jeff Eaton). http://drupal.org/node/158679
- Added hook for insert and deletion of bookmarks. http://drupal.org/node/154802.
- Added timestamp column to bookmarks table. http://drupal.org/node/154552
- Performance improvements. Bookmarks are now static cached per page view, eliminating duplicate queries. http://drupal.org/node/159019
- New API for retrieving bookmarks for a user or node. http://drupal.org/node/159025
views_bookmark 5.x-1.x-dev
First released: July 14, 2007 - 23:07
Size: 26.46 KB
md5_file hash: ba1f9edcfe7ee0bdb4c271faa53f29e7
Last updated: June 11, 2008 - 00:12
Active development version of views_bookmark. Please do not use this version for daily use, but try it before requesting new features or reporting bugs. Official releases are branched from this version when they are considered stable.
views_bookmark 5.x-1.1
First released: January 10, 2007 - 06:58
Size: 13.04 KB
md5_file hash: 41a442cb0e23f298a497776b102a3d39
Last updated: January 10, 2007 - 03:00
Version 1.1 for Drupal 5. Also includes several minor improvements:
- Automatic count of the number of people who've bookmarked a given node
- Improved performance via indexes
- Support for views that list users who've bookmarked a given node
views_bookmark 4.7.x-1.x-dev
First released: November 11, 2006 - 19:56
Size: 12.01 KB
md5_file hash: 43e3cd6893d2d7d04a7d2e14da1e979f
Last updated: July 13, 2007 - 12:13
Development snapshot for Drupal 4.7. Download at your own risk.
views_bookmark 4.7.x-1.0
First released: November 11, 2006 - 19:55
Size: 11.76 KB
md5_file hash: bff6058cc33865a3e555e8dd9676f928
Last updated: November 11, 2006 - 20:00
1.0 release for Drupal 4.7
views_bookmark HEAD
First released: November 11, 2006 - 09:14
Size: 5.89 KB
md5_file hash: 36fec956b267183a015dea6b611422cf
Last updated: March 9, 2008 - 00:13
