Closed (fixed)
Project:
OpenChurch
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 00:33 UTC
Updated:
9 Jun 2012 at 13:41 UTC
There are several modules that need to be enabled, including
1) Openchurch Social
2) Openchurch Video
3) All of the demo content modules
+ I think I will need to add an UPGRADE.txt in the profile with instructions for what features to revert. It can just point to a book page or something that has instructions for every version.
Comments
Comment #1
drupalninja99 commentedOK actually I have decided against auto-enabling those modules bc on a production site you wouldn't probably want the demo content modules enabled anyways. I am going to add an UPGRADE.txt file with instructions on what to do when upgrading.
Comment #2
drupalninja99 commentedAdded a starter UPGRADE.txt to the openchurch profile directory. See here: http://drupalcode.org/project/openchurch.git/blob_plain/refs/heads/7.x-1...
So far things are going pretty good except my videos aren't showing up.
Comment #3
drupalninja99 commentedOK the demo content module for Video is pointing to the wrong media fid, so I need to look at that. The videos are in the media library but I need to fix the logic that attaches them to the video content.
Comment #4
drupalninja99 commentedDemo content has a weird chicken/egg problem that makes fixing the video fids difficult, but I think I will figure out a work-around today for upgraders.
Comment #5
drupalninja99 commentedAdded video upgrade fix to head for 1x-dev
Comment #6
drupalninja99 commentedok found another thing. I need to add openchurch mix and match styles to an update hook.
Comment #7
drupalninja99 commentedAdded mix and match updates in 1x head
Comment #8
drupalninja99 commentedFixing 2 things tonight that are affecting upgrades
1. I am loading the starter theme with fusion accelerator skins on update
2. I am fixing the video demo content on upgrade - it previously wasn't working bc of some chicken egg problems
Comment #9
drupalninja99 commentedThis is in alpha-3