Downloads

Download adaptivetheme-6.x-2.0.tar.gztar.gz 131.26 KB
MD5: 83724dacb53d6dc0b8ab58ac2be2c39e
SHA-1: d0b82e63d9791a3a01acc7af4ed2f443eaccafa9
SHA-256: 8b90d1187d5c51535477a6b1d86bd8ea081d00a3a2c9fe14be563e383ef7c61a
Download adaptivetheme-6.x-2.0.zipzip 206.11 KB
MD5: b6aa1147cbbd365920091efcb7d9f3a9
SHA-1: 753927e9cd452c3dbee273ccbbd8c517a9bd1770
SHA-256: 9a9c32ef5e27b210838df65864377d51f3e73df612c82f5a95163c836ebba8d9

Release notes

Hooray, I made it! Eight months of development and countless late nights hacking away and Adaptivetheme is finally released.

This stable version does not change much from RC1, although there are some notable subtractions and additions:

- search form overrides have been removed (conflicted with modules ability to use hook_form_alter)

- "user not verified" theme setting removed, was pretty useless anyway and didn't really do anything

- Added theme setting to modify the output of primary and secondary links as normal drupal menus - this was necessary to support the mobile themes (and the new Adaptivetheme Mobile subtheme)

- Added theme setting to add or remove .title & .title-[type] classes for block, node, comment headings.

I also did a lot of cleaning up:

- maintenance page cleanup - logo and site name HTML was wrong in RC1 and removed redundant DIV wrappers

- modded edit links, cleaner implementation

- wrapped everything in template.php with db_is_active() to stop errors in maintenance page when the db was down

- body classes got another overhaul, I started using the Context module and few others that added body classes and I needed to bring back the old explode method of 6.x-1.x and then add some tricky logic to strip out classes based on theme settings. Its not so pretty but it works and in D7 we can do this the right way

- change template names for all Panel plugin tpl files, there were issues with the use of underscores

- add empty table classes to theme.css - the same ones from Genesis, which I always found to be most useful

- changed all remaining instances of clear-block to the new clearfix (implementation of improved clearfix)

- finally, yes finally fixed taxonomy term display validation issues! This feature in the theme is perhaps the one I am most proud of - mainly because it validates, is pretty clean and contextually aware (the headings). Thanks Andrew, you get the credit for this one!

Road Map

Shorty I will post a road map for the next phase of development - Drupal 7 and the AT Ubercart subtheme which has also been in DEV for ages. Now we have a stable feature set and code base to work from these will follow in Feb.

Created by: Jeff Burnz
Created on: 3 Jan 2010 at 03:04 UTC
Last updated: 3 Jan 2010 at 03:05 UTC
New features
Bug fixes

Other releases