Panels 6.x-3.0-dev ================== #529258 by stella: Attempting to modify CSS properties on mini panel causes ajax failure. #537430 by dereine: Fix untranslatable strings in panels dashboard template. #530104 by stella: Fix import problem with mini panels. #535606: Mini panel deletion deleted all block config of all mini panels. #539418 by esmerel: Remove reference to panel page from module description. Panels 6.x-3.0-rc1 ================== #515316: Add permission to view Panels admin dashboard. #298174: Recursion defense for mini panels. #502670: Extra HTML designed only for flexible layout admin accidentally rendered. #507516: "Default" panel style on regions not being properly utilized. #476440: Seriously, cloning variants really realy fixed. #518360 by joshk: Panels node form doesn't have format properly associated. #525340 by markus_petrux: Dashboard improperly initializing a variable. #460902 by dmmckenna: Fix problem installing panels from an install profile. #488278: Preview on panel nodes prior to creation caused errors. #475920: Create "use panels dashboard" permission to more easily control who can and cannot use it. #384552: Fix incompatibilities with theme developer. Drag & drop screen does not need to be themable. Panels 6.x-3.0-beta4 ==================== Note: beta3 skipped to stay even with CTools beta numbers. Removal of non-functioning bulk export module in favor of the new one in CTools. Update to require CTools API 1.1.0 Updates to work with the new Page Manager UI in CTools. Panels 6.x-3.0-beta2 ==================== Update to require CTools based upon its advertised API version number. Update code to ensure that the dead 'panels simple cache' module is really dead. Attempt to go back further in history for a Panels 1 upgrade path. Fix for making sure Panels completely disables itself if using incompatible version of CTools. Update CSS caching on panel page and panel context to use ctools_css_store instead of remembering the filename. Infinite loop protection in panel nodes. #459078: Provide the "read more" flag for teasers of panel nodes. Fix broken styling when dragging a panel pane. Integrate with CTools tab system so we can add edit tabs to all our panel pages. #454208: pgsql does not support concat(), so use || instead for postgres. #445828: Remove "Settings" link if a content type has no settings form. #460200: Allow regions and columns that have only 'fixed' width items. Disallow changing a 'fixed' item to 'fluid.' Panels 6.x-3.0-beta1 ==================== #422712: Panel page import button went to wrong place. #423288: Profile template plugin had wrong path. #424176: Panel nodes: Remove unused layout screen, fix some notice errors, give context a description. New simpler panel page task that doesn't bother with handlers at all. #317121: Respect 'hide title' option in display settings. #422404: Update to exportables left mini panels kind of broken. #422180 by joshk: Fix panel node_access to accept incoming $account. Moved content types to CTools. Better add content dialog. #437742 by jcmarco: Missing include. #440142 by jcmarco: Did not change panels_get_content_types to ctools_get_content_types. Add a live preview widget to the panel content edit page. Fix panel page type to actually respect the contexts. Upgrades from as far back as Drupal 5 can now be supported. Rearranged the menus, created the Panel dashboard. Returned the allowed content settings form to panel page Added allowed layouts to settings form for panel pages, nodes, minis. #362754 by dereine: Fix invalid XHTML in 3col 33/34/33 template. #375686: Create panels_get_current_page_display() to replace the old panels_get_current_page() function. #424798: Respond to a cloned handler by properly cloning the display as well. #424290: Ensure content.inc is loaded during panels display save so that everything can be found. #422090: Ensure the first item added to a row is fluid. Fixed can then be added after that. Panels 6.x-3.0-alpha3 ===================== Note: This changelog is incomplete, as it was started sometime after alpha2.ls #349979 by Dave Reid: Proper use of link alter. #374628: Add a check for broken display to the admin summary to prevent crashes. Retool flexible layout into a nice javascripty visual layout builder. Retool mini panels to use ctools export class and provide a .inc file for its content type as a better example. Store a panel task handler's display in the database. Add a mechanism to fetch information about just one content subtype (i.e, single view, single block) instead of fetching them all. Overhaul node_content_type creating a .inc file. Add 'content type' property to content types. Add 'defaults' property to content types. 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.