adaptivetheme 6.x-3.0-rc2

This release fixes some issues with style schemes and adds in the missing option for extra menu classes.

adaptivetheme 7.x-1.0-beta2

New features

BETA2 is the final major iteration in the D7 dev cycle. From here on it we'll only be fixing bugs, code cleaning and preparing the theme for a Release Candidate.

adaptivetheme 6.x-3.0-rc1

Release Candidate 1

AT3 is a major shift in focus from previous versions:

- subtheme now uses modular stylesheets, base.css is now a basic reset.
- views template overrides have been removed.
- theme settings have been simplified, based on our usage over the past year we now include many basic classes by default.
- admin theme styles revamped.

Many other changes - most of which will move forward to the D7 version (indeed many ideas have been backported from the D7 version).

adaptivetheme 6.x-3.x-dev

New features
Bug fixes

The 6.x-3.x branch is a transitional version to D7, where we'll try to back-port improvements from the D7 version and bridge the upgrade process, nothing too radical is going to happen though, we might start dropping some features.

adaptivetheme 7.x-1.x-dev

Nightly snapshot from HEAD.

Please post bugs and issues, your input and help is much appreciated.

adaptivetheme 6.x-2.2

Bug fixes

Found an undefined variable in /template.theme-js.inc, so lets just fix this right away.

adaptivetheme 6.x-2.1

New features
Bug fixes

6.x-2.1 is a complete rewrite of the entire theme. There are many new features and some features have been removed.

This list is not exhaustive, there were many changes and I will attempt to summarize them here. These are only interesting if you are upgrading which is the main reason you are probably viewing this in the first place.

adaptivetheme 6.x-2.0

New features
Bug fixes

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

adaptivetheme 6.x-2.0-rc1

New features
Bug fixes

These release candidates are going to move fast, there are more to distribute testing versions quickly. You can skip these as there will be no important updates and the release of the stable version is imminent (this week, around the 12th Dec).

adaptivetheme 6.x-2.0-beta3

Bug fixes

NOTE: Before Upgrading to this version you should disable the core Adaptivetheme (switch to Garland) and clear all caches or else you will get a WSOD.

This release is just a refinement of existing features, bug fixes and smoothing over the rough edges.

Main changes:

1. Simplification of the directory structure. The original structure was based on the old "hack the core" principal of the 6.x-1.x branch, with subthemes being the new paradigm in the 6.x-2.x series this deep directory structure no longer makes much sense.

adaptivetheme 6.x-2.0-beta2

New features
Bug fixes

I think we are about there in terms of features, I cant really see anything more I want to see in this theme, so from here on I think we'll only be concentrating on bug fixes and the next phase of development will be looking forward to Drupal 7 and how we can migrate cleanly.

- Adds tweak for the new OpenPublish Subtheme.

- Adds several new theme settings: Menu classes, item list classes, Show/Hide skip nav in a theme setting

- Fix validation issues with taxonomy term lists

- Allow Submitted By module to override comment submitted by information

adaptivetheme 6.x-2.0-beta1

Initial beta release of the 6.x-2.x branch.

This version of the theme is all about subtheming. Its includes two subthemes - a basic starter subtheme and the Admin theme (now abstracted into a proper subtheme).

There are many new features and the code base was 100% rewritten. The focus on accessibility and clean semantic code has been taken another step also.

Skinr features bit time in the new version as does Panels, both modules are required to leverage the many advanced features.

adaptivetheme 6.x-1.6

New features
Bug fixes

This version fixed a validation error in the taxonomy term lists where the delimiter was rendering between the list items.

We also introduced two new theme settings:

1. allows you to turn OFF the fancy node form if you dont want it.
2. add your own delimiter for taxonomy terms.

Theres been a new other minor fixes to make things easier to for color schemes and a few minor CSS tweaks for the admin theme.

adaptivetheme 6.x-1.5

New features
Bug fixes

Due a bug introduced in 1.4 where the admin theme persisted when disabled on some pages there is a new release.

see: http://drupal.org/node/581612

Also
- cleaned up some dev code for teh color settings which was left in last time around (my bad).
- made all stuff run for the admin theme conditional to the theme settings, should be slightly more efficient now
- added some margin to the main column area of the admin pages
- fixed missing RTL class for header blocks (admin theme only)

adaptivetheme 6.x-1.4

New features
Bug fixes

This release brings in proper support for the new Skinr UI, so now we can have select lists and radios for selecting Skinr styles.

Also:

New theme settings, remember that some are hidden and need to enabled from template.php and theme-settings.php:

- You can now turn on/off individual layoutSP features, such as allowing sidebar widths to change but not the page width etc.
- Equal heights sidebars and equal heights blocks
- Horizontal login block, with optional overlabel js

adaptivetheme 6.x-1.3

Bug fixes

Apologies for this additional release; yesterday I made a mistake in CVS which resulted in dead files being included in the 6.x-1.2 release. I thought I had removed the files correctly but I did not remove them from the correct tag - which I assumed I could do...

So, not much has changed, a few minor tweaks to CSS, rock on.

And lets hope this release does not have dead files in it!

adaptivetheme 6.x-1.2

New features
Bug fixes

This is it people, my time is up so dev must cease here. Bug fixes only from now on (yeah, right...), no seriously, my studies are suffering badly!

This 6.x-1-2 ushers in a new phase for AT:

1. All theme settings that allowed user input strings (except the breadcrumb separator) have been removed #557698: User input theme settings not translatable

2. Another reshuffle of code has gone down:
- page, node, block, comment preprocess functions have been abstracted to individual inc files (ala studio theme)
- template.theme-settings.inc and template.theme-functions.inc are dead
- the remaining preprocess functions and all theme functions now live in template.php and use themeName_preprocess_hook naming, so the themeEngine_ naming is gone

3. Removed the firstword guff from block.tpl.php, the function is still in the theme so you can use it if you want

4. Added jQuery superslieght, this is a PNG FIx script and works very well

5. Add module check for Submitted by module so the Author and Date settings are disabled if that module is enabled

6. Themed the crap out of the theme settings fieldsets (Drupal core fieldsets) they now all collapse by default, hope you like it :P, some tricky hook_theme stuff going down for that one...

7. Lots of small CSS updates, nothing major just margin/padding that sort of thing

adaptivetheme 6.x-2.x-dev

New features

The daily snap-shot, normally stable but use at your own risk.

adaptivetheme 6.x-1.1

Bug fixes

Fix a critical error for the admin layout, during the RTL development a selector was missed which borked the admin layout if both sidebars are enabled.

adaptivetheme 6.x-1.0

Bug fixes

There are a few minor bug fixes in this, the first stable release, nothing major just a few CSS updates and fixing a few issues I introduced in earlier commits that were never released (were only in dev).

Good luck and lets here those bug reports, and now we start writing some documentation... yeah right ;)

adaptivetheme 6.x-1.0-rc7

Bug fixes

Critical update from RC6 which has a missing closing div in page.tpl.php on the secondary links inner div, silly me...

adaptivetheme 6.x-1.0-rc6

New features
Bug fixes

RC6 ushers in a few significant changes and new features. The two biggest are support for RTL and a new layout system that aligns everything to a 16 column 960px grid, although this is for the most part still a conventional content source ordered layout (not a grids framework), although a grids-like framework is used for aligning blocks using the new Skinr classes

- RTL support in core theme, lots of work here to fully support RTL layouts (proper mirror effect) although to achieve this we pretty much abandon IE6 although it will work its not perfect.

- completely overhauled layout values - the default width is now 960px and everything is aligned to a 16 column 960px grid. Blocks can now be nested in sidebars and everything still holds to the grid.

- full support for Skinr module in nodes, blocks and modules - this time we include a full set of grids classes (16 column 60 px cols) that can be applied to blocks to align and nest them in regions and sidebars (and gpanels). You need to download and install http://drupal.org/project/skinr as of writing this page use the DEV version

- gpanels layout method modified to work with 960 grid concept, and now two layout values are included: a strait pixel based method for use with the default 960px layout and fluid grids for fluid or elastic layouts.

- edit link icons now included & title attributes

adaptivetheme 6.x-1.0-rc5

Bug fixes

1 structural change - move all inc files into sub directory /inc/

Bug fix: http://drupal.org/node/540390

Thats it, now we site for a few days, get any bug fixed done and release stable version, I am happy with this.

adaptivetheme 6.x-1.0-rc4

New features
Bug fixes

OK, thats it, I'm freezing it here for features - now we shift to maintainence mode/bug fixes only, at least one month and then maybe we can roll and official release.

NEW:

Clean separation of Core theme files and custom theme files, Please read the docs and if you are developing themes for us definitely read the docs - http://adaptivethemes.com/documentation/base-theme, a big upshot of that is the loss of modularization, but less stylesheets to load is a bonus, I think this should work well as it frees the themer to do it how you want.

Solved issues with path_to_theme so now all unsetting and setting of stylesheets for the admin theme are automagic UNLESS you add additional stylesheets for your theme, then you *should* unset them, see the docs.

Support for Skinr module - node (via preprocess), block (via preprocess), comment-wrapper.tpl.php and views-view.tpl.php the variable is in the template (views-view.tpl.php has been added and is in the templates/views directory).

Support for Blockclass module, all via preprocess and Blocktheme module also.

Compressed the dark and at-admin stylesheets and moved the uncompressed sheets to css/core/uncompressed.

Added attribution link to all page templates by default, easy to remove and should be for *our* themes.

adaptivetheme 6.x-1.0-rc3

New features

RC3 is a major reorganization of files and folders to better seperate GPL code from other code.

Please see the new setup notes: http://adaptivethemes.com/documentation/base-theme

Review the CVS commit messages.

Many files have changed names or no longer exist, and/or have moved into new directories.

adaptivetheme 6.x-1.0-rc2

New features
Bug fixes

New release with AT Admin!

View the CVS messages for updates. Now easier to setup and fixes a number of bugs.

adaptivetheme 6.x-1.x-dev

Grab this for the latest and greatest code. Patches and bug reports welcome.

Pages

Subscribe with RSS Subscribe to Releases for AdaptiveTheme