Community
Participate
Working Groups
Build Identifier: M20110210-1200 Changes/Fixes to Scout Bookmark Handling: - Scout implementation should be able to use a customized BookmarkForm - AbstractBookmarkTreeField: New/Edit Menu PrepareActions (Permissions) should be customizable - AbstractBookmarkTreeField : "New Folder" should not be possible on Bookmark Node - Text for Global/Private Bookmarks should be configurable Reproducible: Always
Created attachment 204288 [details] Proposed Patch
Comment on attachment 204288 [details] Proposed Patch applied a slightly modified version of the patch: o replaced AbstractBookmarkForm extends AbstractForm by IBookmarkForm implements IForm (because it contains only methods) o replaced exception handling using IExceptionHandlerService by LOG.warn
Additional required improvments: - Private Folder should be removed (not needed) - Support for additional logic when user opens bookmark: IOpenBookmarkCommand - AbstractBookmarkTreeField: Support for custom icons - BookmarkFolderForm: Grid width should be 1. - IBookmarkForm: JavaDoc shoud be added. - Bookmark: Support for new Bookmark (unread Bookmarks) should be added
Created attachment 204572 [details] Patch for additional improvments. Patch for additional improvments.
Comment on attachment 204572 [details] Patch for additional improvments. applied patch
Created attachment 205105 [details] Enhancements/fixes for the bookmark field. Some more enhancements/fixes for the bookmark field (client-side only): - allow dragging and transfer of multiple nodes (the current implementation allows selecting multiple nodes, but transfers only the first one) - Possibility to use a row-level PublishUserBookmarkPermission (on a bookmark) - Deletion of bookmark folders improved, confirm message box shows list of bookmark/folders, DeletionPermission for each bookmark is checked (Row-level) - some more JavaDoc added. No migration necessary, patch is expected to be fully backwards compatible.
Comment on attachment 205105 [details] Enhancements/fixes for the bookmark field. reviewed and applied patch
Changes have been applied.
Bugfixes shipped on Scout 3.7 branch