Posted by merlinofchaos on January 17, 2008 at 12:30am
| Download | Size | md5 hash |
|---|---|---|
| panels-5.x-2.0-beta2.tar.gz | 317.95 KB | 67b487decb9ab1879fe21fa32e35765e |
| panels-5.x-2.0-beta2.zip | 389.4 KB | fcc847f96ba9465854014ee09cce1f1b |
Last updated: December 24, 2010 - 23:35
- #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
- #208367: node title link using wrong title, fix by mortendk
- #207859: Added known issue with secure pages module
- #206882: Fix js/css to reduce interference with other modules such as fivestar
- #206882: Rely on CSS hover for browsers other than IE.
- Fix for contexts so that arguments that fail to locate a context don't provide some false unusable context when they should be filtered out
- Fix from recent commit that broke required contexts in arrays, which broke panel views as well as mini panels
- Minor .install fixes