Hi,

I noticed that the dev version had extensive change and by looking at the CVS it has been reverted to previously released 1.0. While I understand a bit why this was done for the 7.x-1.0 version is not the best thing for us dev users. I was using dev because I needed the 24-col additions and a few other stuff and now it's likely that I'll have to keep my old -dev and never update it anymore.

Isn't it better to keep the dev version where it was, release the 7.0-1.0 as a port of 1.0 and move forward on development from there instead of resetting the dev branch to some old codebase?

a.=

Comments

dvessel’s picture

Yeah, I'm sorry about that. I'm going to develop both branches in parallel a lot more quickly. I'm going to evaluate both 6.x-1.x-dev and 7.x-1.x-dev branches to see how far it should be developed but they will definitely have the latest 24 columns and my split 12 & 16 column versions. It should have most if not everything from the previous 6.x-1.x-dev.

There was probably a better way to go about this but CVS is like oil to water to me. We just don't mix. I can't wait for git.

dvessel’s picture

Status: Active » Fixed

Dev is moving along. 24 columns is in there. From the README.txt for enabling alternate grid columns:


- 12 and 16 columns can be used in tandem on a single page given that they
  stay within their own containers. The 24 column version encompasses both the
  12, 16 and beyond in terms of its ability to subdivide the layout so mixing
  .container-24 with the other two is not recommended. The margins also differ
  which will throw off your layout be 5 pixels.

- The default 960 style includes both 12 and 16 column containers. You can
  tell your theme to pick an alternate version with a simple .info entry in
  your theme.

  settings[ns_columns_select] = 12
  settings[ns_columns_select] = 16
  settings[ns_columns_select] = 24
  settings[ns_columns_select] = 12+16 ; the default set by ninesixty base

Status: Fixed » Closed (fixed)

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