Downloads

Download openatrium-7.x-2.40-core.tar.gztar.gz 31.17 MB
MD5: bde1d9e11c8f84555e86d1550dbeec7e
SHA-1: d6a26edb7906a0c3ecbc0fe7d8df839b781d19fb
SHA-256: 5ed22e16e6ff86ea234abc632a4f76a5300cb316fd083df28aeb99a808d04069
Download openatrium-7.x-2.40-core.zipzip 35.6 MB
MD5: de23e721f3f579dbb60246e276c90623
SHA-1: b9b6e26d20e8c9f1d5cf112c37a056033b128b15
SHA-256: 091c8fe519a0b373fbd03d78a3e7a51c7dbd1b2d553d48a00a1a98d3f9ba7328
Download openatrium-7.x-2.40-no-core.tar.gztar.gz 27.99 MB
MD5: 1adb9b0ba4f1b3678b91da59b3237944
SHA-1: 1ab6b9674d0455db90e072c18d329193ca621fc8
SHA-256: 36164e3cd1aa8c64b1b3af091df075f30955fe9eb5a79f53552c77e76fc2924c
Download openatrium-7.x-2.40-no-core.zipzip 31.54 MB
MD5: 5e34f18641a8fa636eaddea1d73cad28
SHA-1: 052cb9fb9c1a10085d6e86137df726cbba13a4df
SHA-256: 810af3dcf8ea68c318d1771b0d1bb26abda53bf06bccb9ec75efeb00f3ff4ced
Download openatrium-7.x-2.40.tar.gztar.gz 444.08 KB
MD5: 5e9afce2b165d70b3cbdd16db72163ca
SHA-1: 2658351c38e436dbe75ab5e46969008bc48fe145
SHA-256: 5b4a3fe0dafcbdeff64d006331351166b1d6f7056a922d2f0719d5aaac404ab0
Download openatrium-7.x-2.40.zipzip 458.45 KB
MD5: 37397fc051d054ef5c91a04fb9c61528
SHA-1: 1637eb99a1341b6ea07758bed7d1bdc4585fe69d
SHA-256: 18e95680dc143d0b1f3608e12517cdbf5ed64e02480b723f4248fd9ed330a73b

Release notes

Open Atrium 2.4.0

Instructions for upgrading

Please see the Updating Open Atrium guide!

IMPORTANT NOTES

  • CRITICAL IMPORTANCE : Make a BACKUP of your database before applying this update. This should be done for any update but is especially important because of the Discussion Reply migration

This major update converts the old Discussion Replies into Drupal Comments. Comments are now used throughout Open Atrium to "reply to anything". Depending upon the number of discussion replies on your site, the Update (drush updb or update.php) could take a while. Be patient and let it complete to avoid any data loss.

IF UPDATING from a previous version of Open Atrium, you might need to enable the inline_entity_form module BEFORE you run the Update.php (drush updb) script. See here.

New Features

  • Converted Discussion Replies to Drupal comments
  • Added Comment support to all content types (see Open Atrium -> Config -> Comments)
  • Added Paragraph support to comments. Improved UX for Paragraphs.
  • New version of Tours using entities for easier step editing and re-ordering (Note: several Atrium tours currently don't work properly)
  • Performance improvements.

Major module/security updates

  • Drupal 2.36
  • Panopoly 1.20
  • Panopoly 1.21
  • Views 3.11 (security)

Features normally overridden

These features are normally marked as overridden by default

  • command_buttons, panopoly_core, panopoly_pages, panopoly_widgets (field_base): modules needs an update to use the newer version of features that removes the foriegn_key export. Works fine so OK to be overridden
  • panopoly_users (panelizer_defaults), oa_worktracker (features_overrides): has issues with user Tasks not being show on user dashboard. OK to be overridden
  • panopoly_search (search_api_index): replaced with oa_search, so marked as overridden because of additional fields added to index. OK to be overridden

Changes since last release (2.33)

OA Core 2.52

  • #2414767: Try 2 for removing oa_core undefined error
  • Update colorizer
  • Fix non-object error in subspace selector
  • Fix Loading failed error in group/parent entityreference lookup
  • Update paragraphs to beta6
  • #2481471: defualt => default
  • New patch. The other from 7.x-1.x wouldn't apply. Targeting 7.x-1.0-beta5
  • Adding a patch that allows paragraphs to work properly in a ctools modal. The #id for the element being targeted by ajax callbacks was wrong if used in a modal.
  • Use variable for diff cutoff limit
  • Fix space owner user badge padding in members widget
  • #2481471: Fix for Section type auto selection lost when using AJAX on form
  • #2481221: node/%/content not found on non-space/section
  • Improved comments for OG role updates
  • Fix update 7227 so it doesnt remove roles because of orphaned OG role table data
  • Fix recent activity smoke test, use pattern instead of raw
  • Fix recent activity smoke test
  • Let panpoly make handle jquery_update/features_override
  • Disable comments by default for teams, sections, spaces, groups
  • Removing css file. We don't need this anymore, icons are handled via section types.
  • Make icons images for section taxonomy public
  • Remove outdated code and clean up existing
  • Remove outdated code
  • Fix smoke test
  • Remove extra indenting in panels page export
  • Set topics pane config
  • Remove default comment settings from feature
  • Fixing a spelling typo.
  • Add CSS for Team View widget
  • Merging changes:
  • Add new Team Members view
  • #2477345: Remove patches from oa_core that override panopoly
  • Update section icons for space menu
  • #2475965 by pescetti: The "Please select the type of Space" view generates invalid URLs (TIDs with comma)
  • Adding icons to space menu items
  • Allow templates to reference other sections by name
  • Change 'Subscribed' to 'Memberships'
  • views so it handles arrays in extra conditions of joins correctly
  • Only send messages when there are users to message
  • Add support for select2 delay and set to 1000 ms instead of 100
  • Match users in autocomplete with Contains instead of Starts with
  • Search user real name in user select lists
  • Add matching to group selection handler
  • Make Teams autocomplete selection case insensitive
  • This patches ctools to allow adding a pager id to pane settings. It is dependent upon a patch to the core comment module: https://www.drupal.org/node/2472611
  • Add comments to default node edit form
  • #2468763: Turn oa_users_picture into a hook
  • Fixing doc block
  • There was a duplicate check going on here.
  • Fixing a missing user picture in the media attachments view. Adding a helper function that determines the image style for the picture based on the field.
  • Remove old is_parent
  • Add Featured layout to Space, Section so they can be embedded as related content
  • #2468569: Update field width so doesn't overflow
  • Allow skipping message creation
  • Fix build, patch to select2widget incorrectly added to OG
  • Remove unused variable
  • #2468569: update teams user field to use select2 ajax
  • #2468569: Convert section visibility to select2, adding inheriented users
  • #2279875: get rid of some undefined errors
  • #2279875: update oa_button add section for changes
  • #2466271: Allow oa_core_get_group_from_node to take in node object and clean up areas that call it
  • #2407637: make sure get groups of configred type for groups page
  • OpenAtrium => Open Atrium
  • #2464845: allow oa_core_get_titles to get all
  • Adding a patch to the paragraphs module that provides a couple of field settings. One lets you set new paragraph instructions and the other lets you hide them all together.
  • #2424785: actually include the file to include the hook
  • #2463873: change team autocomplete
  • #2463279: default to current group for admins posting in groups they are not part of
  • #2459605: switch git comment views
  • Replace oa_plupload with oa_media
  • Make the og_group_ref field work when added to new views (hopefully)

OA Discussion 2.32

  • Add update hook to convert previous discussion widgets into comment widgets
  • Set topics pane config
  • Move migration reply
  • Fix test for notifixation changes
  • Fix title in Featured panelizer view mode. Fix indexes of panes
  • #2461071: enable comments on discussions
  • Add message
  • Actually do different comments per run
  • #2461071: various improvments to batching
  • Clearify comments for discussion convert
  • Overriding the 'Add Comment' title in oa_discussion. We want this to say 'New Reply' as the old reply form did.
  • Standardize name of Section to that
  • Update tests
  • More references to oa_parent
  • #2461071: further strip away reply functionality
  • #2461071: strip away oa_discussion
  • #2461071: Convert discussion replies to comments

OA Events 2.31

  • Stop events from fataling behat
  • Standardize name of Section to that
  • #2459817: update date ical
  • Remove default comment settings from feature

OA Documents 2.31

  • Standardize name of Section to that
  • Remove default comment settings from feature

OA Worktracker 2.0

  • #2449055 by hefox: Switch panelizer varients to use '' instead of %node:title
  • Revert "Issue #2449055 by hefox: Switch panelizer varients to use '' instead of %node:title"
  • #2451993 by hefox: Add comments support
  • Remove foreign key from features field export

OA Admin 2.0

  • None, just created release version.

OA Analytics 2.0

  • None, just created release version.

OA Appearance 2.3

  • #2481597: Use database storage
  • #2480993: Colour scheme isn't changed on submit when first overriding it for a group
  • Update image style for latest Features

OA Archive 2.0

  • None, just created release version.

OA Clone 2.3

  • Fix problem clearing the parent field when cloning a blueprint
  • Revert "Fix problem clearing the parent field when cloning a blueprint"
  • #2475403: Clone og menu on clone of space

OA Comment 2.0

  • NEW!

OA Contextual tabs 2.26

  • #2469173: check that oa_archive exists before defining menu item that uses it
  • Add rule so view draft appears at /moderation

OA Domains 2.0

  • Run feature update to get rid of diffs

OA Events Import 2.26

  • Standardize name of Section to that
  • Turn off comments by default for ical importer
  • Remove default comment settings from feature

OA Favorites 2.1

  • OpenAtrium => Open Atrium
  • Add nowrap to favorites title

OA Files 2.7

  • #2484677: File upload and space_menu
  • #2477253 by joevagyok, hfox: Fix for 'If I enable to show description in the panelizer page setting, strict warning produced'
  • Fix gear icon overlaying Add File button
  • #2464627: Prevent node_loads when can

OA HTMLmail 2.0

  • #2466271: Allow oa_core_get_group_from_node to take in node object and clean up areas that call it

OA Mailhandler 2.19

  • #2463175: remove discussion replies intergration
  • #2479497: Add patch for strict warning

OA Markdown 2.0

  • None, just created release version.

OA Media 2.27

  • Move oa_plupload's depedencies into oa_media
  • New plupload zip
  • Update plupload zip
  • #2479583: try 2
  • #2479583: Remove examples folder from plupload

OA Messages Digest 2.0

  • None, just created release version.

OA Notifications 2.25

  • #2480215: Set default notifications for modalframes/context correctly
  • Make the oa_notifications_get_default_notifications bit more robust if called sans args
  • Specificy state 'event' for select2 items so ajax works
  • #2468623: Use select2 for notifications

OA Related Content 2.1

  • Forcing styles on the new trash can icon so it displays properly on whether using with comments, nodes, or modals.
  • Add simple listing layout to related content
  • Fix error when cache_key not set
  • Have to add css for modal-content as well
  • Adding a class to target for each paragraph form remove link
  • Add css to place action links (remove buttons) on paragraph forms
  • Add the ability to remove a paragraph back and change the button to an icon.
  • Updating docblock
  • Add options for selecting which paragraph bundles are used in related content
  • Make sure paragraph tpl files exists before using
  • Reapply fix for attach button
  • Fix error when no attachments given in media paragraph
  • Move wysiwyg css to oa_radix
  • Add css for moving wysiwyg for editors to top of field
  • No need to hide the 'Attach' button now.
  • This was causing the 'Attach' button on media upload to show up when it shouldn't
  • Set paragraph style to buttons
  • Refactor oa_comment_icon hook to oa_related_icon hook
  • Prevent oa_related messages during installer
  • Make sure field exists before updating it
  • This fixes the 'Show Title' spacing.
  • Reworking the templates for paragraph forms.
  • More styling changes.
  • Styling for the paragraph forms added to comments.
  • Reduce padding and width of draggable widget in paragraphs
  • Update oa_related entityreference bundles when featured viewmode enabled
  • Making the paragraph buttons look more like an extension of the comment form.
  • Not displaying the action links ('Remove') buttons if they are not set from the preprocess function.
  • Only add the Remove buttons for paragraph items when editing them in a modal.
  • Styling changes for paragraph buttons in modal.
  • Add space and section to allowed related content
  • We are only concentrating on the comment form for now. Removing this for body fields on node add.
  • Changing the class for paragraph buttons and making sure the class only applies to buttons.
  • Remove query against oa_parent
  • This should have been moved from comments.
  • Moving an alter from oa_comment that should belong here.
  • Adding templates for each paragraph form so we can customize the layout.
  • Adding a file that contains preprocess functions for the current paragraph types that we are displaying forms for.
  • Adding icons that are referenced via css on the Related Content paragraph form.
  • Adding theme implementations for all paragraph bundle types so we can theme each form. Adding custom icons for the paragraph buttons.
  • Adding styles for paragraph forms.
  • Code styling changes
  • #2464483 by tekante: Add patch to references_dialog module

OA Sandbox 2.0

  • None, just created release version.

OA Sitemap 2.5

  • Make sure section visbility fields are set before checking lenght
  • #2426875: make sure empty fields get sit

OA Styles 2.0

  • None, just created release version.

OA Toolbar 2.1

  • #2466271: Allow oa_core_get_group_from_node to take in node object and clean up areas that call it
  • Fix space menu tab css for a custom section icon image
  • Adjust space menu css for tabs
  • Need to check for a parent_section to prevent warnings.
  • Get rid of warning if on a team page.
  • Adding icons to menu items. We get the icons from the Section Type taxonomies.
  • Adding a little spacing between the icon and the menu title
  • Tweak space icon css
  • Change Subscribed to Membership and adjust space menu icon

OA Tour 2.1

  • #2480561: Convert existing tours spaces field to new tour field
  • #2480561: Start the covertsion to bootstrap_tour 2.x

OA Tour Defaults 2.1

  • Adjust css for site tour step
  • #2480561: update to 2.x

OA Radix 3.12

  • Add css and js for tweaking the wysiwyg select
  • Make title field 100%
  • Fix bootstrap 34px height for form-control form-wrappers
  • Adjust space menu css for tabs
  • Fix bullets overlapping with floating elements
  • Move img css that was in panopoly_image into theme
  • Don't redownload radix_layouts
  • Remove console.log
  • Tweak navbar css
  • Compile css from last navbar changes
  • Adding some spacing for icons in the space menu.
  • Fix panel pane template
  • Updating the space menu with tabs and adding colorizer fields for the tab color and text color.
Created by: mpotter
Created on: 7 May 2015 at 15:41 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure

Other releases