horses-eating-turnips / turnip

OpenSourcery's Drupal starter kit, with a focus on developer collaboration and reusable code.
http://www.opensourcery.com
GNU General Public License v3.0
25 stars 4 forks source link

Enhancing Panels: Discuss #30

Open adamdicarlo opened 10 years ago

adamdicarlo commented 10 years ago

I've been sifting through the Panopoly code. There are many awesome improvements, but there are also:

  1. many features we don't need/want--only some of which have off switches.
  2. exportables weaved in that don't little sense outside of demoing Panopoly or using it as-is. Example: the "Panopoly Categories" taxonomy vocabulary that's stitched into Panopoly Core.
  3. Tons of code in .module files that belongs in includes (admin forms, long hook_menu implementations, etc.).

My best idea so far is to fork Panopoly into some kind of Panopoly Lite. (Or maybe call it Backpanel? :grin:)

adamdicarlo commented 10 years ago

So... I've started forking Panopoly into "Panopoly Lite."

Thinking of forking panopoly_magic, too, and defaulting live pane previews to "off."