Closed (fixed)
Project:
Drupal Commons
Component:
Miscellaneous
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
30 Jan 2013 at 22:03 UTC
Updated:
14 Feb 2013 at 02:40 UTC
Commons feature modules define separate modules for content type config and Panelizer config. Currently, the Panelizer modules aren't named consistently nor placed consistently within each project's directory.
Let's standardize on this before 3.0-beta2.
I propose using the convention:
commons_[type]_pages.module
and placing them in commons_[type]/modules/commons_[type]_pages/
For example, with commons groups, we'd have:
commons_groups/modules/commons_groups_pages/commons_groups_pages.module
Comments
Comment #1
jpontani commentedCommitted to Events and Wikis
http://drupalcode.org/project/commons_events.git/commitdiff/c432ffd
http://drupalcode.org/project/commons_wikis.git/commitdiff/0edd574
Comment #2
jpontani commentedComment #3
jpontani commentedStandardized Commons Groups: http://drupalcode.org/project/commons_groups.git/commitdiff/540abca
Comment #4
jpontani commentedCommons Q&A: http://drupalcode.org/project/commons_q_a.git/commitdiff/df8bbfe
Comment #5
ezra-g commentedAnd with an updated commons.info these should be enabled on a fresh install: http://drupalcode.org/project/commons.git/commit/936cd0b.
Comment #6
ezra-g commentedIn my testing only wikis have a default panelizer configuration. This may also be related to the Panelizer release today.
Comment #7
ezra-g commentedMy mistake - Turns out despite being the active branch, Panelizer 3.x is still not the officially recommended branch on the project page, so the packager grabbed 2.0. With 3.0 things appear to be working as expected -- I've updated the Commons make file to point to Panelizer 7.x-3.0(http://drupalcode.org/project/commons.git/commit/8cdc104). Thanks, jpontani!