I noticed, when updating my existing subtheme to make sure I didn't miss any bug fixes in the newest 3.2 version, that in the adaptivetheme_subtheme.info file, there are colons instead of what I'm guessing is supposed to be sem-colons as they were in previous versions:

adaptivetheme_subtheme.info line 124 and 127:

; Remove the semicolon to umcomment and clear the sites cache.

; Page layout plugins
:plugins[page_layout][layouts] = layouts/page <---- colon with no space before plugins

; Panels layout plugins
:plugins[panels][layouts] = layouts/panels <---- colon with no space before plugins

Previous version was:

; Remove the semicolon to umcomment and clear the sites cache.

; Page layout plugins
; plugins[page_layout][layouts] = layouts/page

; Panels layout plugins
; plugins[panels][layouts] = layouts/panels

Comments

deanflory’s picture

Issue summary: View changes
deanflory’s picture

Also, were there any changes to the global.styles.css file in this update that I need to be worried about? Thanks for your time.

Jeff Burnz’s picture

colons is a bug, should fix this.

CSS changes, probably not, I can't really recall right now, if there were any they would be pretty minor. Most of the updates were to the inner workings of various functions, theme settings etc, basically stuff you never see but means a lot to things like install profiles (i.e. Commons), there were many bug fixes but again to PHP and a few JS fixes (menu toggle js was overhauled). We added some new touch icons also, but as for CSS I don't think much got touched at all.

deanflory’s picture

Thanks Jeff!

Jeff Burnz’s picture

Status: Needs work » Fixed

Fixed it!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.