Downloads
Download tar.gz
20.93 MB
MD5: 0d21ab85abc5827b777ea6e08116f49b
SHA-1: 95bfe9a70b5a4b4696b6f7b03a8227098a000725
SHA-256: c7183a88856ec9cdeb4a1e14912934e969251fa2afbc74f920af7bf2b2360784
Download zip
24.32 MB
MD5: 33ad4d9c86e1057ccc55e8579cb3bd86
SHA-1: 49f0de334e7fcb768ada32fe2cc8e216930b0a3d
SHA-256: b5be226b2c901d4778b7afd2e70994f700f222c0304775fe245c2a859289adb3
Download tar.gz
17.82 MB
MD5: 1248f56a9d4f737f6148ab967afbe0c0
SHA-1: 0d189114b7d5aac54b940ebe21adcef3ddb14621
SHA-256: 414551711071a5fa8679469a5902b33a782ad3a79b0d70ae2ad9c8a9e80d21a2
Download zip
20.47 MB
MD5: ff691a5d49a91e220d1c6802522f8c48
SHA-1: 98f616e0a851de7e690b39cf5fba683285947d6c
SHA-256: 0329fd32902d7e95185eabf0c18edcbdf0b51dad8430e043d38eb96694f807f1
Download tar.gz
123 KB
MD5: 12e1513bf600fef3710294c736420c93
SHA-1: 08d570a6dd715bb2d4768715b7eae0b17db1fd88
SHA-256: bef4aa6802607c0396625b458e7832b6c30c683c10c4d32acf00f68eb4702931
Download zip
146.41 KB
MD5: 0a817bfa8cbc1b85f2aed8a1c4a59154
SHA-1: 25bff65a565db50203ac28c122c2d906ab384a05
SHA-256: 8ce9a4e1b1c08572033937ec5ddabe8242ead6555bbc66ea7a49a93e7543cc0d
Release notes
COD Profile:
Important theme changes!
COD now uses Omega4 for its theme. This will be the last release containing AdaptiveTheme and the Sky sub-theme. We've made a new base-theme for Omega4 called 'Pisces' located in profiles/cod/themes.
Registration Module now gone
If you were using entity registration previously, it has been removed from this release. Please update your features to use the new ticket module. As of cod_support Alpha5, all features work natively with the ticket module.
Changes since 2014-03-03:
- Devel 1.5
- May 2014 Drupal.org and Contrib module updates
- #2189875 by japerry: Remove registration and commerce_registration modules
- #2095793 by DyanneNova: Create a new base theme (pisces) for cod
- Build Script: Add the ability to clone cod_profile when a user doesn't have a git account on d.o
- Build Script: Translate the relative path to a full path
- fix typos to contrib build path
- OG Vocab for new scheduler in cod_support
- Issues #2209165, #2189855, #2189875, Upgrade Drupal 7.26, add ticket module, remove registration dependencies
cod_support:
Changes since 2014-03-03:
- Enabled og_vocab module if cod_sessions is enabled.
- Add the uid foriegn key constraint for cod_sponsor fields
- Refactor cod_bof to work with new scheduler system
- COD Sponsors require an event relationship for the sponsors view.
- Sponsorship Level is site-wide, remove the og_group_ref from these fields
- COD Schedule should not be assigning the admin and session organizer roles within og.
- Remove old field instance settings for ticket
- COD events and Scheduler split out part 2, remove legacy fields, cleanup LFNW artifacts
- Remove legacy scheduler block from session view (moved to cod_schedule module)
- Addition of session tracks vocabulary, misc views cleanup
- COD Event Scheduler cleanup and re-write of view paths.
- Remove final typo (administrator role) from og group membership roles
- remove dashboard
- Remove legacy 6.x session scheduling functions
- Remove typo (administrator role) from og group membership roles
- #1854590: Move registration fields from cod_events to cod_registration.
- #2121723 by japerry: Schedule items should not be promoted to the front page
- #2009512 by japerry: Move scheduling related fields from cod_session to cod_schedule.
- #2009512 by japerry: Move scheduler from cod_events to cod_schedule
- #2239965 by DyanneNova: Fixed Status field access for users with edit any session content permission
- Create a default event plugin handler
- Add better Timezone handling to the scheduler
- added code to ensure we don't create a dupe vocab
- removed user_access check for non-existant permission. (maybe work that was never finished?)
- change lt to lte. includes last day of event.
- remove hard coded timezone. use event timezone.
- added fix for edge case where no sponsors exist so field was not deleted.
- Update install and update hooks.
- add field collection item update hook to clear schedule grid item cache.
- fix scheduler field_collection saving. update scheduler to show allowed types.
- fixed timeslot field value assignment
- fixed indentation
- Use cod_events_timeslots view not cod_event_timeslots
- Switch time slots view to cod_events_timeslots
- Cod events timeslot field collection combo fields
- #2178627 by japerry: Remove the sponsorship level for sponsors who uncheck an event.
- test for arg object to prevent php object to int conversion error
- change function to be namespaced. sniff more glue.
- Fix typo in string user_access declaration
- #2183889 by japerry: add a group ref for cod_community views
- 2183889 by japerry: Rename and correctly format date_no_time in cod_base
- added isset for ->entity->type which may not exist
- Follow up: Install date formats on install (in addition to update)
- Add nicer time label to the time entity and display on schedule
- fix typo in cod_sponsors registration update, and remove commerce_registration dependency.