Downloads

Download tar.gz 15.76 KB
MD5: 9e2aa3e255821f617fa0fe984ac3842f
SHA-1: db5125871cd0397ec8a8e8a26981bc586beac91c
SHA-256: a02de00c484c36aed20b48293f31a5c9df12b90e30624ef7d50f8d12965fa132
Download zip 18.36 KB
MD5: 191f4bb81c9d5e401a6cbec1d1e44cb6
SHA-1: 30939f9c528ab2de984c737e00c9eb98f642e589
SHA-256: 1dbdc87bc79ada85720b1eab7890843b455c0c4a38d589ba161454259f149d1c

Release notes

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.

#618152: '!important' Option or Removal
I've changed the way !important is handled. It is now OFF by default! This is a major change. During module update your existing selectors will get their important flag set, but any new selectors need to be specified as important if necessary.

To specify that a selector is important, add a '!' at the end of the property value:

body|background-color!

#587132: "Styles for users content" alternative doesn't appear
This has been corrected.

#519844: Integration with Color module tyrell like on Twitter!!!
The theme values will now change on the fly when users change values. This will allow them to see their color choices before saving. This behavior has not been sorted out for images, though that will be included on the next release.

Created by: aacraig
Created on: 28 Nov 2009 at 14:53 UTC
Last updated: 28 Nov 2009 at 14:56 UTC
New features
Bug fixes
Unsupported

Other releases