Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 711.16 KB
MD5: c477620ead323720ae4e1e584aa523c5
SHA-1: fbac8a43e21c5430808f0e5c8cd07e9c8b73330e
SHA-256: 2c3754d89b647be08ade2b627b1875f1c6c7e56cd3f3793c928d62b43f161fd7
Download zip 770.73 KB
MD5: d208fb20d95037cb57c16bedb0ea7fd3
SHA-1: 6904c048e3e480cbc815fa5cacc9cfea134e1d33
SHA-256: f96d14263e0b1fe59cad5535a22cccd2cdf78b42ecae077fd893a51df98ac0a4

Release notes

This version of cod_support is a major re-design of event management under cod. While it is fairly compatible as an upgrade layer to alpha1, there are major changes that require manual intervention

Changes

  • Event CT now managed as groups using organic groups
  • Timeslots, Rooms, and Sessions all reference an event (group item)
  • Users can signup to an event by joining a group (requires external code to register)
  • Sponsors are linked to an event via a sponsor level, which is now a taxonomy
  • Events now have a dashboard, which is a customizable panel
  • Timeslot/Room combo administration moved into the event dashboard

Known Upgrade issues
7.x-1.0-alpha1 to 7.x-1.0-alpha2 Will get "Can't save entity as group, because user admin can't be subscribed to group and become a manager." when creating an Event because the og_user_node field does not get created on the user entity when OG is installed for some unknown reason. Basically, you just have to start fresh with alpha2 because you cannot set the the field to the correct name (it forces it to be prefixed with "field_") when you try to create the OG Reference field manually on the user.

Make sure you use with release with the latest version of the cod distribution. There are many more required modules that alpha1.

Happy Hacking!

Here is the list of modules you should have installed in order to run cod_support:

  • addressfield
  • admin_menu
  • admin_menu_toolbar
  • advanced_help
  • auto_nodetitle
  • block
  • comment
  • commons_profile_base
  • commons_wysiwyg
  • content_access
  • context
  • contextual
  • context_ui
  • ctools
  • ckeditor
  • dashboard
  • date
  • date_api
  • date_popup
  • dblog
  • devel
  • devel_generate
  • diff
  • entity
  • entityreference
  • entityreference_prepopulate
  • entity_token
  • features
  • field
  • field_group
  • field_permissions
  • field_select_ct
  • field_collection
  • field_sql_storage
  • field_ui
  • file
  • filter
  • flag
  • forum
  • image
  • jquery_update
  • link
  • list
  • menu
  • node
  • number
  • options
  • og
  • og_access
  • og_context
  • og_field_access
  • og_ui
  • path
  • pathauto
  • quicktabs
  • quicktabs_tabstyles
  • rules
  • rules_admin
  • search
  • strongarm
  • system
  • text
  • token
  • update
  • user
  • views
  • views_field_view
  • views_bulk_operations
  • views_content
  • views_data_export
  • views_ui
  • webform
Created by: japerry
Created on: 26 Jan 2013 at 07:36 UTC
Last updated: 6 Nov 2013 at 03:23 UTC
New features
Bug fixes
Unsupported

Other releases