Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 20.95 KB
MD5: 411a0c3559fa2edd7ddbeb9c8801f310
SHA-1: a3a5ee1c437d448ae8616b8dba5646ca7c904478
SHA-256: 406257cb41af380827930e054da6d0a0b9921dfeaafa9cfc0a4a9eaf3345e291
Download zip 29.19 KB
MD5: 7c3b0292f53d883485fb1fc705900ebf
SHA-1: ccbaa0eafdb37d7e154a825a024ca4000f7e343a
SHA-256: 806b9bc53a0d4a83914b7f644b38a6138206d49e3ebabd97da2e14b2c00bf788

Release notes

HEY! If you exported your "frames" to code (i.e. Features, etc.) this release will break your stuff. This is how you can fix it manually:

But why did it break??

Panels Frame changed how it's exposing its objects to Ctools' Export API. The "owner" has changed from "panels" to "panels_frame", and the "api" has changed from "layouts" to "frames".

  • Move your hook_default_panels_frame() into module_name.frames.inc.
  • In hook_ctools_plugin_api(), keep in mind that the $module is "panels_frame" (not panels) and the $api is "frames" (not layout).
  • If you're using features, make sure your .info file contains features[ctools][] = panels_frame:frames:1

Why is there no automatic upgrade path?

Because this is an alpha release. That doesn't mean the code lacks quality or sustainability, it's just that maintaining backwards compatibility slows down the development of making this project even more awesome. This is pretty standard across any open-source project. Remember that I still love you all, though :)

Changes since 7.x-1.0-alpha2:

  • Changing owner/api, as I realize this may confuse robots.
  • Added object-cache helper functions.
  • Managing own object cache instead of relying on export ui form wizards.
  • Upgrade path for new object cache identifiers.
  • Removing cruft in update hook.
  • #1765746: Rebuilding theme registry after saving a stack.
  • Handling clearing object caches in parent class in both add/edit and delete callbacks.
  • Added test plugin "color" and associated callbacks.
  • Additions to test module..
  • Retrospective nitpicking.
  • Added test layout.
  • Added cache identifier helper.
  • Delegating stack edit table to stack-admin include.
  • Renaming form_state "object" with "item" to follow export-ui nomenclature.
  • Stack edit form is now embeddable, and can be used to replace itself via ajax command.
Created by: helior
Created on: 25 May 2013 at 00:32 UTC
Last updated: 28 May 2015 at 04:23 UTC
Unsupported

Other releases