Downloads
Download tar.gz
358.64 KB
MD5: 44693a0b993cfccb881c123d13a6f776
SHA-1: 22edc87537c46dbe57cdb8e8e6d58e4feeb98513
SHA-256: ab1fdced3b2eb2eb0061addf0cdbdfc9dfe74c049589a9ba9f52e6d86247f012
Download zip
427.97 KB
MD5: 13a479dd505295d083fda381e4ba0776
SHA-1: eb841755d0b3ee884f7dc31bb487ca0b162f160f
SHA-256: 97b6748bd9909cc21866ac255155ef4299575230abbc3a95c9ec988e64fce4d9
Release notes
This release requires CTools alpha3! If you do not update CTools at the same time that you update Panels, Panels will break uncontrollaby! Fun stuff!
This version of Panels 3 introduces many bug fixes, lots of code re-organization, and the new flexible layout designer which lets you more visually build more powerful layouts than the previous flexible did. Give it a try!
This is expected to be the final alpha release. There are 5 or 6 major TODO items and then we will move to beta.
THIS RELEASE DOES NOT CONTAIN AN UPGRADE PATH YET. beta1 *will*. If you want to use Panels 3 alpha, please start from scratch.
Changes since DRUPAL-6--3-0-ALPHA2:
- Update display load/save/export routines to use ctools export functions.
- Remove deprecated "panels_var_export"
- Improve styles and flexible layout with css caching and moving the rounded corner style fully into its sub directory.
- #374324: panels_node.did should be set NOT NULL.
- #354226 by Michelle, sun: Fixed node content not setting $node->build_mode.
- #349979 by Dave Reid: Proper use of link alter.
- #374628: Add a check for broken display to the admin summary to prevent crashes.
- Introducing the new version of flexible which is both more powerful and comes with a javascripty visual layout designer. It is not yet flawless but it finally works well enough to commit. This commit REQUIRES the twin commit of ctools that is going in.
- Fix for whitescreen when menus rebuild.
- Fix many notice errors when viewing a flexible layout.
- Fix to allow newly added regions to immediately be able to contain panes.
- CSS improvements for flexible.
- Store a panel task handler's display in the database rather than as part of the handler, allowing flexible to cache the CSS using the display ID.
- Retool mini panels to use CTools export plus provide .inc file for its content type.
- Add a new directive to content types to allow fetching information about a single subtype (i.e, view, block) rather than all at once.
- Break panels_node_content into a module + a .inc file to more clearly represent how content types can work in a module. Also fix several notices by providing defaults for the form.
- Panels views cleanup, including making exposed form blocks available.
- #391788 by guix: Simple cache should not unserialize data that is now already unserialized.
- #367635 by lee20: View title built too early and so lost arguments.
- Reset updates, remove the incomplete 2.x update code (which will return later) and set a 6.3 baseline schema ID so that users who have installed this won't accidentally get older updates later.
- Fix getting wrong style info.
- Make sure flexible includes a whitespace if no content so that CSS rules don't get ignored.