Quite a few modules have been updated or had their patches committed. This is a diff on the make file to update some of those. The ones that still have patches I tested to make sure the patches still apply. The only one I am iffy on is VBO. It removes it's default view and replaces with admin views. It seems panopoly is using admin_views so it may be fine, but I haven't tested yet.

Here are the modules that have been updated:
panels
panels_breadcrumbs
panelizer
fieldable_panels_panes
views_autocomplete_filters
views_bulk_operations
entity
entityreference
defaultcontent

Comments

redndahead’s picture

Status: Active » Needs review
StatusFileSize
new3.88 KB
redndahead’s picture

Title: Update modules » Update numerous modules in panopoly_core
Project: Panopoly Core » Panopoly

Looks like these issues go into the panopoly module

redndahead’s picture

This includes the changes that are in #1842818: Update Fieldable Panel Panes to 1.3 release

redndahead’s picture

StatusFileSize
new3.88 KB

This fixes a typo in defaultcontent version number.

redndahead’s picture

StatusFileSize
new3.67 KB

This one removes the ctools update. This causes the build to fail miserably complaining about duplicate ctools_object_cache.

Otherwise I've tested the build and everything seems normal so far.

Edit: Oh I know why ctools didn't work. Because I'm a dumb butt and put the 6.x revision in there.

populist’s picture

Updated Entity, Entity Reference, VBO, and Views Autocomplete Filters. Others still to come.

redndahead’s picture

StatusFileSize
new1.9 KB

This is an updated patch as of today.

Updates:

  • Panels
  • Panels Breadcrumbs to version 2.0
  • Panelizer
  • Fieldable Panels Panes
mpotter’s picture

Entity module needs another update. I'm having the issue described here: #1892360: EntityMetadataWrapperException: Unknown data property og_group_ref. in Panopoly as well.

mpotter’s picture

StatusFileSize
new2.41 KB

Here is the patch that updates Entity API and includes the stuff from #7

saltednut’s picture

I would advise no longer using defaultcontent as it has been taken over by the same developer who has inherited uuid_features and they are now saying the module is deprecated in favor of uuid_features.

That said, node_export is quite mature these days, and fully capable of maintaining complex entity relationships - so if you're going to migrate your demo content over to a new system, that'd be my recommendation.

This may be better served in another issue though.

redndahead’s picture

methinks you might have posted that to the wrong issue. :)

saltednut’s picture

Quite a few modules have been updated or had their patches committed...
defaultcontent

Sorry about that.

populist’s picture

Status: Needs review » Fixed

This should be good to go. I updated Panels, Panelizer, Ctools, Fieldable Panels Panes, Panels Breadcrumbs, and Entity modules. Patches from #7 and #9 have been incorporated.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tim.plunkett’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new596 bytes

The version of fieldable_panels_panes included in this update had the first fix from #1900528: PanelsPaneController::view() invokes hook_entity_view_alter() but doesn't invoke hook_entity_view(), but that was not correctly fixed, and there has been a commit since to fix it.

See http://drupalcode.org/project/fieldable_panels_panes.git/commitdiff/1bda8c9

populist’s picture

Status: Needs review » Closed (fixed)

I am going to close this because it was older and modules are always going to go out of date. Opened a new "April" task for module updates #1883422: Update numerous modules in panopoly_core.

tim.plunkett’s picture

Guessing you meant #1964086: Update Modules for RC4 Release - April
I would have normally opened a new issue, except that this specific update introduced a bug instead of fixing it. See you in the other one!

tim.plunkett’s picture

Issue summary: View changes

Ctools is no longer updated.