Downloads

Download adaptivetheme-6.x-1.2.tar.gztar.gz 125.09 KB
MD5: 1102f0e96341b3476beb8facb281275b
SHA-1: 0c3fded6d08231fc457ac253d5e471a5f646a114
SHA-256: b6512e8ad8e806dadf7550e9431470e175107d9c02820771d4546b82fa705046
Download adaptivetheme-6.x-1.2.zipzip 170.75 KB
MD5: 02265ad623f6ad427e69c315ea7435d5
SHA-1: d191a7f2abba412c5b2e1cd9c700841656fcb71f
SHA-256: 6ec693b30edac353ae37c9d8f2cf5ce1279de07d1c747714c90640264ec0cccd

Release notes

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

Probably some other stuff I forgot, but the theme is really well honed now (and way less code, and a slight performance gain), time to build some themes eh?

Created by: Jeff Burnz
Created on: 25 Aug 2009 at 04:34 UTC
Last updated: 25 Aug 2009 at 04:37 UTC
New features
Bug fixes

Other releases