adaptivetheme 8.x-5.2

Bug fixes

Adding dependency for contributed stable theme for compatibility with D10

adaptivetheme 8.x-5.0

New features

This is the initial release of the version that will eventually support Drupal 10

adaptivetheme 8.x-5.x-dev

New features

This is the new branch for a Drupal 10 compatible version.

adaptivetheme 7.x-3.5

Bug fixes

This is a long-overdue release of a bunch of bug fixes. It's also the dev release that was updated a few weeks ago.

adaptivetheme 8.x-4.1

Bug fixes

Issue #3023178 by subbu94, pghaydock, vuil: User Registration Save Button
Issue #2959673 by RedEight, vuil: paragraph.html.twig generates incorrect css classes
Issue #3138292 by bwong, Ramya Balasubramanian, BhumikaVarshney: Description class not added to form-element.html.twig template

adaptivetheme 8.x-4.0

Bug fixes
New features

This is the first release of the 8.x-4.x branch. 4.0 is compatible with Drupal 9.

adaptivetheme 8.x-4.x-dev

New features

This is the development version of the 8.x-4.x branch of Adaptive Theme, which is compatible with Drupal 9.

adaptivetheme 8.x-3.1

Bug fixes

Minor release to account for:
- weights of custom CSS stylesheets
- duplicate ID issue on main content

Internally AT Core now uses Libsass instead of Ruby Gems etc, this does not affect sub themes or normal usage (only of interest to AT Core developers).

adaptivetheme 8.x-3.0

Bug fixes

Stable release for the new 8.x-3.x branch.

Use this branch with the new 4.x-3.x branch of AT Tools.

For Drupal 8.4 and up you should use this, however if your theme was generated using the 8.x-2.x branch then stick with 8.x-2.x as there may be issues with backwards compatibility between 2.x and 3.x.

adaptivetheme 8.x-2.1

Bug fixes

Stable updated release for the 8.x-2.x branch.

Continue to use the 8.x-2.x branch if your theme was generated using 8.x-2.x or is currently using 8.x-2.x branch.

adaptivetheme 8.x-3.x-dev

BC compatible with Layout Plugin module, forwards compatible with Layout Discovery (core module).

adaptivetheme 8.x-1.0

Bug fixes
New features

Stable release for the 1.x branch, for all sub-themes created using this branch please stick with it. For those using 2.x please carry on with that branch.

adaptivetheme 8.x-2.0

Bug fixes
New features

Initial stable release of Adaptivetheme on Drupal 8. Please use this version if starting out with AT. For those who built sub-themes using the 8.x-1.x branch please stick with that branch.

Please see this issue for questions regarding Adaptivetheme versions: https://www.drupal.org/node/2853031

adaptivetheme 8.x-2.x-dev

Bug fixes
New features

This branch follows on from 8.x-1.x as of 16th Feb 2017.

Please see this important issue regarding versions and what to upgrade to next for your sub-theme: #2853031: Git versions and Release Issues

adaptivetheme 7.x-3.3

Bug fixes

Many small updates, nothing major. Time to update all the small patches that have been submitted over the past year. Thank-you to everyone who contributed to making AT better.

adaptivetheme 8.x-1.0-rc1

New features

Code name: Isadora
Time in development: 2.5 years
Headaches endured: uncountable :)

No code - no problem!

Adaptivetheme for Drupal 8 is designed for people who don’t code, or for those who only want to write a bit of CSS but still want a sleek and sophisticated theme for todays mobile web.

adaptivetheme 7.x-3.2

Bug fixes

Many updates and bug fixes, also includes our new logo and branding in the screenshots.

There are no new features in this update. The 7.x branch is considered feature complete at this stage.

adaptivetheme 8.x-1.x-dev

New features

Development release for Adpativetheme Drupal 8.

The D8 version of Adaptivetheme is a total re-write of the core theme and sub-themes. The admin theme has been removed also.

You MUST enable AT Core

This theme uses OO PHP and autoloads classes - this does not work in Drupal 8 when the base theme is not enabled - if you try to enable a sub-theme without first enabling AT Core you will get fatal errors on both the sub-themes Appearance settings page and in the front end.

Everything is treated as a Block

NOTE: this current version anticipates the commit to Drupal 8 of the "convert everything to a block" patches. This means that if you enable this theme you will not see things link the Logo, Site name or slogan, Page titles, Tabs, Actions links etc etc. The one page level variable I have included as a legacy support feature is the Messages variable, because we really need that during development. When the D8 patches are finally committed this will be removed.

I have created a small sandbox module that implements these blocks - you can use this if you prefer not to apply core patches, note I will try to keep the module up to date:

https://drupal.org/sandbox/jmburnz/2122067

Please see these issues and help out if you can:

#1053648: Convert site elements (site name, slogan, site logo) into blocks
#1869476: Convert global menus (primary links, secondary links) into blocks
#507488: Convert page elements (local tasks, actions) into blocks

adaptivetheme 7.x-3.1

Bug fixes

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

adaptivetheme 7.x-3.0

New features
Bug fixes

Initial stable release for Adaptivetheme 7.x-3.0

If you have used previous release candidates please check settings for the Unset CSS feature - the setting names changed and if you save your theme settings without updating your settings (by re-checking unset files in theme settings) your settings will be lost.

adaptivetheme 7.x-3.0-rc6

Bug fixes

Please see the notes for RC5.

This is a quick update for a wrong check used in validation. My apologies, I thought I had pushed this just prior to RC5, but I had not.

RC6 changes just one check for the gutter width value in the settings validation function.

adaptivetheme 7.x-3.0-rc5

Bug fixes

RC5 fixes an issue with the type juggling for theme settings introduced in RC4 where the font settings caused a fatal error due to bad return value of the setting (which in turn caused a file not be included and thus the fatal error for an undefined function).

This juggling has been removed and instead I have changed some comparison operators where they were known to cause issues on some systems, namely in theme_breadcrumb.

Other small changes and improvements:

adaptivetheme 7.x-3.0-rc4

Bug fixes

Fixes a set of bugs unearthed in RC3 where panels and gpanels settings were not set, causing undefined variable notices and warnings in theme settings.

Also added a type juggle to theme settings to mitigate problems with checking theme setting values.

Just the last minute I decided to add a new mixin, since I use this quite a lot - its for markup free clearing and uses the overflow hidden method, quite useful.

adaptivetheme 7.x-2.3

Bug fixes

This release is to update form states since they changed in Drupal 7.14, which fixes the issue with hidden max-width settings and other issues surrounding form states (mainly cases where some theme settings could not be seen or properly enabled).

adaptivetheme 7.x-3.0-rc3

New features
Bug fixes

I have decided to release an RC3 due to several large features that have been committed since RC2. In particular the feature to allow for removing and moving blocks and regions in mobile devices.

This release will also fix many small bugs in RC2 such as the undefined variables for attributes you may be getting in some subthemes (these new attribute arrays were added after RC2 shipped).

adaptivetheme 7.x-3.0-rc2

New features
Bug fixes

RC2 is the last of our Release Candidate releases. Hereafter we will go for a stable release. The theme has been in development now for many months and is very stable.

Included in this release are mostly usability/user experience improvements, bug fixes and small feature enhancements - there are no "new features", only adjustments to existing features.

- Responsive Panels and Gpanels system will now only load what is used. This means if you are not using Panels only the settings for Gpanels that are actually used in the theme will show up. If you are using Panels they will all show, and if you are using both (e.g. using Panels with Pixture Reloaded) then they will all show and the theme will tell you which Gpanels layouts you are using. If Panels is not enabled and you have no Gpanels, a likely scenario when first starting, then nothing shows and you get a friendly message about this. This is a UX improvement - users got confused and thought they needed to install the Panels module, or that it was a requirement. Also the default "show all" overwhelmed some users when in fact they were only using one or two Gpanels.

adaptivetheme 6.x-3.0-rc3

Bug fixes

Many small bug fixes and updates for the 3.x branch in preparation for a new major version release of the 6.x branch.

adaptivetheme 7.x-3.0-rc1

New features
Bug fixes

OK, this is it, the Release Candidate is a go!

From here on in new features will not be added, only bugs and minor tweaks will be applied, so we're really looking for those bugs or small oversights that may have occurred at some stage during dev, and we can only find those by actually using the theme in real everyday site and theme builds, so time to get hacking ;)

There were quite a few changes from beta1:

- Google fonts got a total overhaul. I was never really happy with it so when it was suggested we use a text field and allow users to just paste in the font name and make a few settings I jumped on it. Its now more flexible, faster and requires far less maintenance, and you are not held to the list the theme maintains, use any font the moment it gets released on Google. Its a win win and while a little harder to use, its just a lot better. #1534416: Use text input instead of select for Google fonts option

- Stylesheet load failure warning system. This was built to ease migration and deployment issues for large sites using GIT or other VCS that migrate on a daily basis from dev to staging etc but do not version control the files directory. This warnings tell the admin the theme settings must be re-saved to regenerate the CSS files: #1543990: Set message if generated files are missing, document file generation

- Old generated files are now removed, instead of saving them all.

adaptivetheme 7.x-3.0-beta1

Bug fixes

With the alphas running nearly two weeks now and only niggly issues with undefined variables and few oversight type issues cropping up we are good to push into beta testing. This release holds several fixes from issues found in alpha5 namely:

adaptivetheme 7.x-3.0-alpha5

New features
Bug fixes

- adds Unset CSS extension, themers can now easily unset any core, contrib module or library CSS file from the UI or use info file declarations.

- improve many docblock comments and add new comments for developers

- improve hook_css_alter() implementation for the Unset CSS feature

Note this is quite likely to be the last alpha, the code is coming very stable now, unless we hit any snags this will be it, next round will be into a beta or even strait into an RC. Its getting very close.

adaptivetheme 7.x-3.0-alpha3

New features
Bug fixes

- Improves cache handling for the Plugins system to speed up admin operations.
- Adds new feature for wrapping panels layouts when used in Display suite nodes, see http://drupal.org/node/1514216
- Adds new documentation to many functions, improved documentation for most functions already documented.

adaptivetheme 7.x-3.0-alpha2

Bug fixes

Ops, the alpha1 release did not include some scope fixes for global variables, so you will get a fatal error for an undefined function. Please see the notes for alpha1.

adaptivetheme 7.x-3.0-alpha1

New features

Initial stable release of 7.x-3.x

This is a major upgrade of the base theme will almost every line of code rewritten and many new features for site builders, theme developers and those hard core PHP developers out there using this framework.

Please see the Project page, there is a brief run down there of the main features and changes, also check the issue queue, there are a couple of exisiting issues (mainly tasks) but I envision there will be some bugs and other issues that will crop up in the next weeks or so prior to a full stable release.

None of the existing sub-themes have been update to work with this, but for the most part should work, see below.

Notes About Existing Subthemes:

adaptivetheme 7.x-2.2

Bug fixes

This is the second maintenance release for Adaptivetheme 7.x-2.x, it includes some important bug fixes in particular for responsive design in older versions of Internet Explorer:

Major bugs for IE:
- move respond.js to the footer to avoid IE8 crashing when an image is set to the body or html element
- disable flexible images for IE8 and below, it can cause images to be invisible

Minor:
- remove forum png and tiling bug (since core now has the right images)
- clean up comments and generally tidy things in the CSS

adaptivetheme 7.x-3.x-dev

New features

Daily snapshot for the 7.x-3.x series, with responsive Panels and Gpanels layouts baked in.

adaptivetheme 7.x-2.1

Bug fixes

Maintenance Release.

Lots of small bug fixes we have unearthed over the past couple of weeks - the initial code has proven to be very stable with mostly small niggly issues with contrib modules and a small number of actual bugs.

Overall I have made the theme cleaner and more consistent especially in regards to the CSS in the sub-theme and big improvements to the admin theme. If you are using or planning to use Gmap or Getlocations modules you need to upgrade. Otherwise if you are not having any issues then you can safely stick with 7.x-2.0, there is nothing critical about this release.

Full backwards compatibility with all 7.x-2.x sub-themes is maintained, you can safely update to this version of the base theme without having to change anything in your sub-themes.

Fixed:

- meta viewport syntax, incorrectly used a semi-colon, changed to comma
- title prefix and suffix vars moved outside of conditional statements, so contextual links always print
- added fix for Gmap and Getlocations modules which choked on max-width 100% for images
- removed grddl profile, no longer required for RDFa
- removed doctype swtich, no longer required for RDFa
- moved print head above hard coded meta tags, so charset is set earlier
- fixed hidden date/time in admin theme
- cleanup CSS in admin theme, add back padding for a browser chrome buffer

adaptivetheme 7.x-2.0

New features
Bug fixes

Adaptivetheme 7.x-2.0 is out!

In short this new version brings in a slew of new features including mobile device support with media queries and configurable layouts for these devices, much improved back-end performance, improved UX and usability, we've made it easier and faster to complete routine theme building tasks to save us (and you) time and cost when building new themes.

We've also improved the accessibility features in the theme, better body class handling and more options for body classes. We have made some very minor adjustments to the markup - namely put a wrapper on breadcrumbs and moved the user picture inside the article and comment wrappers respectively, other than that we did not touch the markup.

The admin theme has had a major make over and now for the first time we have been able to work around Drupal's inherent bugs and you can actually use the admin theme for real! Amazing! And it looks great as well.

Of course the big feature in AT 7.x-2.0 is the layout engine with mobile device support - we really hope you like this, it took a hell of a lot of development and we're really quite chuffed with it - we'll be working hard on documentation this week and putting some other nice freebies out there, such as Footheme.

adaptivetheme 7.x-2.0-beta2

Beta2 includes all the updates over the past week, please check the commit log if you want to see exactly what went into this release. A lot is just cleaning up code and the approaches we have taken with the mobile support features, the Admin theme has been updated and improved and now includes font settings and responsiveness baked in (its not perfect in the admin theme but its pretty good also).

This beta2 is the last beta, we will release the stable version on Monday 19th September.

adaptivetheme 7.x-2.0-beta1

New features
Bug fixes

7.x-2.0-beta1 is the first release node for the 2.x series and includes the all new layout engine for mobile support.

This version also includes a workaround for the admin theme so it will work in Drupal 7 (there is a bug in D7 that prevents an admin theme and the front end theme using the same base theme, it cannot be fixed in D7 and this workaround is the best we can do).

adaptivetheme 7.x-2.x-dev

New features

This release introduces media queries into Adaptivetheme and an entirely new layout system which allows you to configure layouts by device and screen size. Both responsive and adaptive type layouts are supported by the Adaptivetheme.

NOTE: Be extremely careful about simply upgrading to this version - while the normal desktop version of your site may run and look just fine you may need to make CSS changes or other changes to the mobile and tablet layouts to accommodate your site. It would pay to check the layout settings, and if possible check your site in different devices.

adaptivetheme 7.x-1.2

New features
Bug fixes

Due to git problems I am making a new release - these changes should have been mostly in the previous version but for one reason or another did not get committed.

Changes include fixed forum icon, subtheme theme settings now use the vertical tabs of the core theme, added new dark.css file with new white arrows for menus. Some other minor fixes to CSS and comments.

adaptivetheme 7.x-1.1

New features
Bug fixes

This is a minor release that fixes several small bugs in the theme settings and updates all theme settings to use vertical tabs instead of collapsible fieldsets.

Also I have removed the Equal Heights settings from Adaptivetheme - these were not often used and frankly not granular enough to be of great use either - instead in the future I will simply hard code this into any commercial or non-commercial subtheme on region by region basis, or use another technique.

adaptivetheme 7.x-1.0

First release of AT7.

Future point releases will only include bug fixes and the possible inclusion of Skinr support when the Skinr module for D7 is released (hopefully soon!).

Pages

Subscribe with RSS Subscribe to Releases for AdaptiveTheme