Downloads

Download panels-5.x-2.0-beta3.tar.gztar.gz 320.88 KB
MD5: bdda0c85d2c075de0f2436b515eec614
SHA-1: 1188e5da1becd479625845d4bbd84f17dfec099b
SHA-256: 3f75b0e5f0652974d5c3bc99f734d300f1faab50de971a55a99f1ec870b55aca
Download panels-5.x-2.0-beta3.zipzip 392.13 KB
MD5: d51ca5105a77c079e8270ff5d6e98b15
SHA-1: e90dbfca69976288144a2fa231be4d203434f299
SHA-256: c54fb30cfa609be51941114ff0ec76a8da840f77a16a96e3d027407cb50b5fcd

Release notes

  • Two changes: Allow $display to be sent to the layout theme, if it exists and fix $nide typo; should have been $node
  • Error handling cleanup.
  • Better Error handling cleanup for optional contexts
  • Protect panels legacy views from contexts that aren't arrays, even though they should always be an array.
  • Add a safety check for trying to render displays that are not correctly configured
  • Several bugs fixed but not yet checked in
  • #219730: Sort order of comments was being ignored
  • duplicate code
  • Fix for broken imports of secondary displays on a panel page
  • #207158 - resolves insufficient field size issue by increasing the size of the cache field in mysql dbs.
  • #233588: (by sdboyer) Allows external modules to tell inform panels of additional locations to search for panels plugin *.inc files.
  • fixed bug with panels_save_display() that caused new pids not to appear in saved objects without calling an additional panels_load_display()
  • #234649. removed line-height property with invalid value xx-small.
  • #208184 by pvasener. fix locations of 'Save' and 'Cancel' buttons on themes/layouts with right sidebars.
  • #237422 by Grugnog2. Fix to get arguments to properly override views titles.
  • Removing a few stray dsm() calls that were accidentally committed.
  • #223236 by John Morahan. Fixes variable name that was preventing block visibility settings from being used properly
  • change to css that fixes super-wide admin links
  • #237665, fixed duplicate mysql indexes. Also updated panels_pane with primary key on pid field.
  • E_ALL coding standards - declare $block as StdClass object before filling its elements with values
  • Fixed issue where drupal_clone() goes berserk when views_get_view() fails. Thanks to Michelle
  • #205604 fix; checks to ensure that $pv->context is not called when it is empty; doing so generates ugly foreach errors
  • #228700 by dopry; updates mc.js to be compatible with changes in jquery. necessary (usually) for allowing panels to run in tandem with jquery update, an problem discussed at length (with varying user experiences) in #202930.
  • #239423, by levavie - RTL layouts need column widths to be explicitly less than 100% for IE, even if their container is 99.9%
  • #233588 - updated hook_panels_include_directory() so that it does its job and has some protection against bad values being passed in
  • updated API.txt with instructions to keep an eye on the panels project page for when we post the link to the online API
  • Contexts in panels node must be named (this should've been committed weeks ago
  • #240204: typo in .install file
  • Another typo in .install file
Created by: sdboyer
Created on: 1 Apr 2008 at 20:56 UTC
Last updated: 1 Apr 2008 at 20:56 UTC
New features
Bug fixes

Other releases