- 6.x-2.6
-- #606456 : Path modification of preset and default bookmarks now works.
-- #606456 : Default and Preset bookmarks can now be distributed to all users.
- 6.x-2.5
-- #606456 : Updates to preset and default bookmarks will now update all existing bookmarks to new link.
-- #575290 : If a user clicks Add this page they will be redirected back to the same page after adding the bookmark.
- 6.x-2.4
-- #388654 : Bookmarks now support query strings
-- #470692 : Block is not shown unless the role has administer own bookmarks permission
-- #419486 : Curly brackets now included at no extra charge
2009-03-17
----------------------
- 6.x-2.3
-- #372460 : Bookmark defaults broken
-- #373005 : Added README.TXT
-- #365698 : Block Translations
-- #298772 : Options block condensed to single line
-- FEATURE : When menu items are updated anywhere in Drupal, the bookmarks module will now check to see if it contains a reference
to the link being changed and update bookmarks to the new link.
-- BUG FIX : Path not showing when editting items.
-- BUG FIX : Permissions weren't being checked when editting an item. This permitted users to edit items that didn't belong to them.
-- BUG FIX : Editing a bookmark item gave access to place bookmarks in other user bookmarks.
-- FEATURE : Parent items are no longer listed as but now reflect the username.
-- #269498 : Show bookmark description as visible text in addition / instead of as alt text.
-- Moved public bookmark pages to bookmarks/public and bookmarks/public/user.
-- Changed the way public bookmarks are shown on the user profile page.
-- Changed the way bookmarks are named in the database.
The storage/name changes take effect when the bookmarks block is shown to the user. Until the user has logged in and viewed the bookmarks block the public bookmarks for that user will not be shown.
Bookmarks can now be made public and will be displayed as part of the user profile. For example, if user 1 makes a public bookmark, those can be viewed at user/1/bookmarks.
This release should also work with DHTML Menus 6.x-2.0 as well.
This is a straight port of the user menus code to the bookmarks project. This code adds folder support and utilizes the Drupal Core menu system. It is also dependent on dhtml_menus.