Downloads
Download tar.gz
30.97 MB
MD5: 1e3551bc9900a85a9f8ea3afcd886671
SHA-1: 309e21feda9afcc2e39b9e3b57bfc47b320e7e6a
SHA-256: 3b39877e526ce07d02bcbcabc2e5b4e0e3d3ff588625663c75f6b6d3ad884e77
Download zip
35.42 MB
MD5: 13edb9602a490d9332bf5261ca3aeff9
SHA-1: cf8891754dd5fb6469aa440f5fb9ba3c52ec1350
SHA-256: 4e6ab22d70ba5a5421d476aedabb5a7af90684bab19c85a7e26e41f18c5f9672
Download tar.gz
27.77 MB
MD5: 63673079f99685f19fda1c95fe6e979a
SHA-1: a5d71cd73bdccdf96a784fd57a6e2e74b07d4c86
SHA-256: 2614610cfbe70dcba0e048eac99793a44a374b38fb1db1d5adbb9d841bd86b94
Download zip
31.29 MB
MD5: 0bb0badf8ab350349df4b22d88c1417d
SHA-1: cdedc5aca7bf54e12d9f27a71221aaa10b7c81fa
SHA-256: f4e528a7668f99d5f72979f91b650be440eb86348dbc25c9e7b1a29f1997f24a
Download tar.gz
403.02 KB
MD5: d219f3169159fc444d2621f951b8a523
SHA-1: ad1b0d22a7e5fb5eff36624740d0664803665a8e
SHA-256: 769518664ead526a41098086fda5a356060b1636e1f9de24f3271101aadd14d3
Download zip
414.53 KB
MD5: 8da0e93179fce8d83ff28520a9175ffc
SHA-1: 3e7fe966e845d61475d2c79011f0b16d53cb33bb
SHA-256: 1c5c449a6ce227337e6d9a40441c5e93ef23b08f4c0fe7878b4eb75bad93aa3d
Release notes
Open Atrium 2.4.0-rc1
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.
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.
- Performance improvements.
Major module/security updates
- Drupal 2.36
- Panopoly 1.20
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
- 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 Discussions
- 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 Comment
- NEW
OA Radix
- Add css and js for tweaking the wysiwyg select
- Make title field 100%
OA Related
- 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 Sitemap
- Make sure section visbility fields are set before checking lenght
- #2426875: make sure empty fields get sit
OA Toolbar
- #2466271: Allow oa_core_get_group_from_node to take in node object and clean up areas that call it
OA HTMLmail
- #2466271: Allow oa_core_get_group_from_node to take in node object and clean up areas that call it
OA Favorites
- OpenAtrium => Open Atrium
OA Domains
- Run feature update to get rid of diffs
OA Notifications
- Remove dsm
- #2468623: Use select2 for notifications
OA Media
- Move oa_plupload's depedencies into oa_media
OA Files
- Fix gear icon overlaying Add File button
- #2464627: Prevent node_loads when can
OA Events Import
- Standardize name of Section to that
OA Mailhandler
- #2463175: remove discussion replies intergration
OA Events
- Stop events from fataling behat
- Standardize name of Section to that
- #2459817: update date ical
OA Documents
- Standardize name of Section to that
OA Contextual tabs
- #2469173: check that oa_archive exists before defining menu item that uses it
- Add rule so view draft appears at /moderation
OA Angular
- None, just created release version.
OA Tour Defaults
- None, just created release version.
OA Tour
- None, just created release version.
OA Styles
- None, just created release version.
OA Sandbox
- None, just created release version.
OA Messages Digest
- None, just created release version.
OA Markdown
- None, just created release version.
OA Admin
- None, just created release version.
OA Archive
- None, just created release version.
OA Analytics
- None, just created release version.