Closed (fixed)
Project:
NineSixty (960 Grid System)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2010 at 11:38 UTC
Updated:
25 Jan 2011 at 01:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
skwashd commentedI 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 :)
Comment #2
skwashd commentedRerolled without version information.
Comment #3
Truncale commentedcan you direct me to a link that will show me how to apply this patch?
Comment #4
mrfelton commentedThis fixes a whole load of errors - good going.
Comment #5
skwashd commented@Truncale try http://drupal.org/patch/apply
@mrfelton Thanks. Is it worthy of a RTBC?
Comment #6
mrfelton commented@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.
Comment #7
mrfelton commentedAttached 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)
Comment #8
skwashd commented@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.
Comment #9
skwashd commentedChanges:
* 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
Comment #10
danreb commentedAttached 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
Comment #11
danreb commentedHere's the patch
Comment #12
dvessel commentedThank you for all the patches. I will review them and get a new release out shortly.
#1013674: Update status…
Comment #13
mrfelton commentedHere is patches from 11 rolled up into a more standard drupal patch.
Comment #14
todd nienkerk commenteddvessel: How much of this is now in 7.x-1.x-dev? I have availability to test and commit.
Comment #15
dvessel commentedI'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.
Comment #16
dvessel commentedI 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.