Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
#207674: (by yched) Fix sub-tabs on layout settings for multi display panel pages
#205567: (By Wim Leers) panels_views.module coding style and bug fixes
#205630 (by Wim Leers) fix wrong settings sent to style plugins
#205611: (By Wim Leers): Code style cleanup for panels styles, plus API standardization (note: This means some minor API changes).
#205527 by drayen, Soren Jones and yched: Fix warnings about empty contexts. Note to fully fix this, previous panels that demonstrate this warning will need to be resaved. Then the warning will go away.
#206882: Fix hover problems with links on panel displays
#206294: Fix vocabulary terms content type checking for existence of wrong module
Remove extraneous 'arguments' field
#205643: Ensure all mini panels have unique IDs, even on preview
#205635: Implemented hook_delete for panel nodes to ensure stale data is removed.
Ensure panels page module is heavy enough to override main Drupal page URLs
Bugs fixed, among others, may be seen scratched off the list in this thread. The bugs not on the list of most importance are the bugs in the roles and shipping systems that have been fixed but keep getting reported. ; )
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