theme_hues 7.x-1.1

New features
Bug fixes

First working version for D7.

The migration from the old D6 database format has been removed. You MUST upgrade to the latest D6 version before upgrading to this version in D7 if you want to keep your data.

theme_hues 6.x-1.8

New features
Bug fixes

by aacraig: Added #849054
by aacraig: Fixed #799378

theme_hues 6.x-1.6

New features
Bug fixes

I've added a few features that have been pending, and sorted out caching issues.

#505898: Way of Flushing Cache for User Once they've chosen a Color
Theme Hues now clears the Drupal CSS cache when a stylesheet is modified. This means the new stylesheet is loaded after the form has saved. You may still need to deal with the browser cache manually, depending on your own setup.

theme_hues 6.x-1.5

New features

This release just fixes up the install / uninstall process.

Now, on a clean install, the theme_hues dir is created with 0755 permissions set specifically.

On uninstall, that directory is removed, as well as any theme_hues% entries in the variable table.

theme_hues 6.x-1.4

New features

Thanks to lestu for his help in getting this one out.

You can now configure Theme Hues to show style settings in three different ways:
Global - ALL users see the latest change
User specific - only the user who created the style sees it
User content - any user sees style changes when viewing content created by the user who set the style.

theme_hues 6.x-1.3-beta1

by aacraig: Added ability to set style changes globally or per user.
by aacraig: Moved user accessible configuration path out of admin/

theme_hues 6.x-1.2

Bug fixes

bugfix #505332 by aacraig: Removed check_plain() filter on input from admin form for selectors, which caused values like "foo > bar" to go into the database as "foo > bar". This shouldn't create a security issue, as we use drupal_write_record() to insert this data into the db.

This bug was reported by g10tto.

theme_hues 6.x-1.1

Bug fixes

bugfix #498808 by aacraig: theme_hues.module doesn't load during installation, so you can't call a function defined there. Changed the call to a php core function.

theme_hues 6.x-1.x-dev

This was an accidental release.

THIS IS NOT AN OFFICIAL SNAPSHOT RELEASE.

Subscribe with RSS Subscribe to Releases for Theme Hues