Comments

skwashd’s picture

Status: Active » Needs review
StatusFileSize
new10.7 KB

I have updated the theme to work a lot better with D7. The attached patch deals with many of the issues I hit when trying to use ninesixty with D7b2. There is possibly more work to be done on this, but it gives someone else a good starting point.

Damn! I wish I had have opened this issue a few seconds earlier and it would be node 960960 :)

skwashd’s picture

StatusFileSize
new10.55 KB

Rerolled without version information.

Truncale’s picture

can you direct me to a link that will show me how to apply this patch?

mrfelton’s picture

This fixes a whole load of errors - good going.

skwashd’s picture

@Truncale try http://drupal.org/patch/apply

@mrfelton Thanks. Is it worthy of a RTBC?

mrfelton’s picture

Status: Needs review » Needs work

@skwashd - if this patch is supposed to fix the fatal errors, then I'd say yes. If it's meant to complete the port, then perhaps not.

http://drupal.org/update/theme/6/7#content-region - I don't think we have a specific 'content' region in the theme to place the main page content block.

mrfelton’s picture

Status: Needs work » Needs review
StatusFileSize
new11.14 KB

Attached version adds in the content region, and also adds in the title_prefix and title_suffixs vars (http://drupal.org/update/theme/6/7#title-prefix-suffix)

skwashd’s picture

@mrfelton it wasn't supposed to be a complete port. It was what I had done to get it working for my needs. I will try to review this tomorrow.

skwashd’s picture

Title: Update code for Drupal 7 beta 2 » Update code for Drupal 7 RC1
StatusFileSize
new10.91 KB

Changes:

* More sane grouping value (based on comment from Shannon Lucas)

* Using group not weight for position - I don't know how it ever worked before

* Fixed regex for framework so subthemes match properly now

* Updates code docs

* Tested on D7RC1

Additions from @mrfelton looked fine

danreb’s picture

Title: Update code for Drupal 7 RC1 » Update code for Drupal 7 RC3
StatusFileSize
new186.51 KB

Attached is my working copy of the NineSixty base theme for RC3, based on the changes and patch above #9 plus some other code changes and updated to work with the D7 RC3

danreb’s picture

StatusFileSize
new473 bytes
new1.23 KB
new5.22 KB
new5.63 KB

Here's the patch

dvessel’s picture

Thank you for all the patches. I will review them and get a new release out shortly.

#1013674: Update status…

mrfelton’s picture

StatusFileSize
new12.3 KB

Here is patches from 11 rolled up into a more standard drupal patch.

todd nienkerk’s picture

dvessel: How much of this is now in 7.x-1.x-dev? I have availability to test and commit.

dvessel’s picture

I've made such a mess of CVS, it took some time to straighten out.

mrfelton, the patch doesn't apply cleanly. Not surprising since I've managed it really poorly but I'll get it fixed manually.

Todd, I'll take care of this. I thought this would be done sooner but I'm trying to better manage the releases by syncing both 6.x and 7.x branches and I was never good with CVS.

dvessel’s picture

Status: Needs review » Fixed
StatusFileSize
new14.35 KB

I committed this patch. I worked based on mrfelton put up here but I changed it so this works exactly like the version 1 release on the 6 branch.

Now that the 6.x and 7.x branches are in sync, I can work towards pushing newer versions out without the complete confusion and utter mess.

v.1.1 will have all the updated styles and templates from the original 960.gs for both versions of core.

Thanks again everyone.

Status: Fixed » Closed (fixed)

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