For this project to use Panopoly Widgets without the Panopoly distribution we must:

1. Remove defaultconfig
http://drupal.org/files/panopoly_widgets-defaultconfig-free-1904874-1.patch
re: #1904874: Default Config Prevents Node Export from Working
2. Update the media module to a usable version
http://drupal.org/files/panopoly_widgets-media-2x-dev-1841956-5.patch
re: #1841956: Use 2.x branch of media youtube?

3. Declare a dependency to panopoly_wysiwyg and better_formats - forcing panopoly_widgets' Fieldable Panels Panes into using panopoly_wysiwyg's textarea filters.
http://drupal.org/files/panopoly_widgets-better-formats-1795978-8.patch
re: #1795978: Panopoly Magic's Live Preview has infinite reload loop due to textarea :input.filter-list refreshing the form

4. Add dependency to ckeditor
5. Manage file entity and media modules elsewhere than via panopoly_widgets.make

Old patches conflicted with eachother. A single patch combining our changes is needed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saltednut’s picture

Issue tags: +demo_framework
FileSize
14.95 KB
saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

Status: Active » Postponed
saltednut’s picture

Status: Postponed » Closed (fixed)
saltednut’s picture

Status: Closed (fixed) » Active
saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

saltednut’s picture

Remove defaultconfig only.

saltednut’s picture

Reroll complete.

saltednut’s picture

saltednut’s picture

Title: Use Panopoly Widgets outside of Panopoly distribution » Use Panopoly Widgets in Demo Framework
Version: » 7.x-1.x-dev
FileSize
11.59 KB

I've reworked this to get rid of some annoyances:

Should have no need for panopoly_wysiwyg or better_formats - this causes too many problems for Edit module. Instead I've added a dependency to ckeditor. The modals aren't as pretty but it beats having two WYSIWYGs in DF.

Defaultconfig is still removed. We'll handle the FPP permissions for panopoly's widgets in df_assembler.

saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

It would appear that panopoly_widgets does some fun things to the media module's browser on hook_init() that we don't want because we use Ember and not Seven.

Patch updated, interdiff attached for good measure.

saltednut’s picture

Issue summary: View changes

Updated issue summary.

saltednut’s picture

Updated to latest and removed media_vimeo.

saltednut’s picture

saltednut’s picture

saltednut’s picture

FileSize
72.3 KB

This is a major change for us going forward where we will now remove the dependencies on panopoly_images Imagecache presets and also lose the update hooks, spotlight FPP and other unused items.

Soon, the intent is to fork the module and refactor it, combining work done on Demonstratie FPP sandbox.

saltednut’s picture

Status: Active » Closed (won't fix)

No longer a thing because we use lightning_fpp