Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
149.72 KB
MD5: c61326b7c5f24ca5cb9d4dfbea9efc4d
SHA-1: 6543d58ecf5052bb46f2ca4c91273e84b076a2d4
SHA-256: 58d26cd6b5d0c9d0cca000bb9504286d843f07f405254bc794c9972ad64d35d0
Download zip
257.77 KB
MD5: 7173d12e55bbc6aae4ab2ec6b825d321
SHA-1: 19d76d9f6c0321ebbd653c4d7a45cf31a277155e
SHA-256: 6e456cfd2e99daf61b1238e21488f836c49d83e67310957a2360f301ffb375b5
Release notes
Lots of big changes between Beta5 and Beta6! We're releasing Beta6 now due to some more features coming in Beta7, and we want people to test beta6 more. Compared to previous releases, Beta6 might be a little more unstable than previous betas. However, every bug has an upgrade path, and beta6 has been tested on several production conference sites running Beta 3, 4, and 5.
Check your features for overridden or needs review states before updating.
Upgrade path is tested between releases, you may need to manually revert some features if you're following COD HEAD
In Summary, the bigger changes in this release:
- Support for new ticket module and ticket states (Ticket beta3), moves from a field to a property
- More panels, and added Panelizer support for most sub pages
- New 'basic page' feature to replace the program field in the event node. We automatically update that field to a new node when you update.
- Sponsor Exhibitors feature -- allows you to assign booth numbers and ask sponsors if they want a booth during signup.
- Sponsor commerce support -- allows you to send an 'add2cart' link to a sponsor to purchase online from the sponsorship dashboard
- Renamed events to conference and streamlined the URL paths
- And many more bug fixes!
Changes since 2014-11-19:
- Ordering bug in conference CT. Title should be at the top.
- Hide the ticket attendee checkbox labels for consistency.
- Remove community tab from menu by default. (Shows on all events otherwise)
- #2402917 by japerry: Use correct path token from og to create path aliases for content.
- #2403005 by japerry: Node edit redirection fails when destination option is added
- Add COD install options to session and sponsor features.
- Add feature that adds a commerce pane to the sponsors panel.
- Fixes to the cod exhibitors feature, change Y/N to Yes/No and require sponsors to answer the question
- Support commerce transactions for sponsors with optional module (cod_sponsors_commerce)
- COD Sponsors Exhibitors feature
- Calling the previous update causes a recursion issue. Copy/paste the revert code in cod_sponsors install.
- Fix an incorrect path regarding sponsorship links
- Make sure OG fields don't show on display
- #2381267 followup by japerry: An extra / will cause JS to not work on Firefox.
- More URL regressions with Events => Conference rename
- Fix url regression related to the events => conference renaming.
- #2281505 by japerry: Fix sessions not appearing on the sessions management tab.
- #2401043 by japerry: Add group_access and og permissions fields to conference CT.
- Create a menu item in cod_base so management menus will be created correctly during install.
- Tweak info files and installers to provide an upgrade path to panels pages
- Move Speaker pages into the cod_sessions feature/module subfolder
- COD Paid events checkout complete field should make its display hidden.
- Re-organize COD Front Page into the Pages feature category
- Revert OG node access strict to be on by default
- Random features typos, export errors to fix.
- Fix typo in the field comment from event to conference.
- #2397993 by japerry: Add basic page per event support
- #2305931 by japerry: Add panelizer strongarm settings to bofs, schedule items, sessions.
- Community Listing field display should be hidden.
- #2394497: Rework events roles panels permissions, fix missing attendee manager
- #2392629 by japerry: Adapt COD specific registration details to new ticket states in #2362679
- #2368579 by japerry: Rename and Optimize Event CT and URLs to Conference
- #2362693 by japerry: Only show attendees who have opted-in to having their information displayed on the site
- #2381267 by mrconnerton: Add a base path when triggering the drag-n-drop scheduler
- Update COD Sponsors and COD Profile Social features to not override with new versions of link and features
- #2306277: Add Registration panel page
- #2305931: Add default BoF panel page
- #2305931: Add default Schedule Item panel
- Add Speakers panel page
- #2305931: Add default Session panel
- Merge commit '66f92d64d038ea1c75f2a507ebbf0c38b635ff8f' into panelize_cod
- Add default Event panel
- #2135125 by japerry: Stopgap measure, use VBO to send emails (still need to make email templates, should use message API to do that)