Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download adaptivetheme-7.x-3.1.tar.gztar.gz 307.8 KB
MD5: 193363c31d3e1f66048702d7a97c1ead
SHA-1: 08d57a60b34d4c72959e3e0bec728dfe0a5c7075
SHA-256: da3f3555ddc43e18c581e0b59b0fd17d36b385653122b73b4cc4cd45d0cc2603
Download adaptivetheme-7.x-3.1.zipzip 413.7 KB
MD5: 64ca0ee49cddd4a8352ffc3588bbb118
SHA-1: 223f2f61d748994b16c773120c19cca33d686b53
SHA-256: a0220cbe6d9d8907b33bccee5cc41df676e5bf2a1b110cc32ee5f9cacc8aa95a

Release notes

This minor release fixes several bugs and adds a workaround for a an issue with image field classes.

There are no changes to the sub-theme. Changes have only been made to the core theme and AT Admin.

- Media module, User Badges and potentially other modules mistakenly set attribute classes as a string. This can cause a fatal error because Adaptivetheme tries to set image field classes correctly as an array. A workaround was added to detect if the class attribute is a string or an array and set the classes appropriately thus not causing a fatal error. Please see this issue: http://drupal.org/node/1711746

- In some instances width and height attributes are missing from image elements. I have not ascertained when or why this happens - only that it is not caused by the theme and is likely a module (only one user has reported such an issue). A workaround was added to mitigate an undefined offset notice: http://drupal.org/node/1716088

- title prefix and suffix were printed twice in AT Admin: http://drupal.org/node/1732330

- Several CSS fixes for AT Admin were added:
-- drag and drop table row handles http://drupal.org/node/1720552
-- the location of the shortcuts icon/link moved to the end of the page title
-- extraneous padding was removed from the header

- z-index issue for the region debug labels showing above the Overlay is now fixed. http://drupal.org/node/1730738

- fixed potential issue in poly_wants_a_cracker() (load.inc) where a variable might not be set: http://drupal.org/node/1743426

- added workaround for the issue: Undefined variable: these_selectors_styles in at_build_panels_layout_css(), this can happen if nothing is selected for a panels layout in theme settings: http://drupal.org/node/1708408

Created by: Jeff Burnz
Created on: 29 Aug 2012 at 11:04 UTC
Last updated: 23 Mar 2014 at 11:44 UTC
Bug fixes

Other releases