Closed (fixed)
Project:
radix
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2013 at 17:30 UTC
Updated:
13 Aug 2013 at 09:51 UTC
So... I'm wondering... since it appears that 'Base Distributions' (such as panopoly) can be layered, is it possible that we could create a base distribution for Radix that uses Panopoly as a parent, and does this:
Hmmm... ?!
Comments
Comment #1
shadcn commentedThere was a plan to bundle Radix with Panopoly. See http://drupalcode.org/project/panopoly_theme.git/blob/refs/heads/7.x-1.x....
But I'm not sure if this is going to be the right/best approach.
I think what's best is to have a radix_core module with a make file that pulls in radix theme and all dependencies. Then in the distro make file, all you need to do is add radix_core.
I'm using this approach in the Restaurant Distro: http://drupalcode.org/project/restaurant_theme.git/blob/refs/heads/7.x-1...
Comment #2
shadcn commentedA sample make file for a distro would go like this:
Comment #3
shadcn commentedExample: http://drupalcode.org/project/restaurant.git/blob/refs/heads/7.x-1.x:/dr...
Comment #4
rerooting commentedI was just looking at this, literally! Makes a lot of sense, though I'm also thinking of configuration as well (enabling/disabling panes & widgets, layouts, settings, etc.) though I'm thinking that those could be packaged in radix_core via various approaches, or these could be bundled up with different modules (radix_layouts could include configuration to disable panopoly layouts and enable radix layouts).
Comment #5
shadcn commentedAlso, Matt Cheney (populist) mentioned the other day that Radix might eventually make it into Panopoly 1.0. :)
Comment #6
rerooting commentedI think it would be great to get a conference call together of all the various folks using Radix to think about it's future. We have populist, the phase II folks are considering it for Open Atrium 2, and other stakeholders?! A google chat or IRC chat maybe?
Comment #7
shadcn commentedRadix is going into Panopoly. ^^
Let's keep track on the following issue: #1987386: Include Radix theme in Panopoly. Closing this one.