Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
534.31 KB
MD5: 9b5c7126720c319daad9ab570e074999
SHA-1: dc2be661dc1740784d9681d63805e6e30d166707
SHA-256: 7ab4ed161b8915fdb673ff9e7dae18729b7ce9b811bfa49c86e3d666d2b17a56
Download zip
656.41 KB
MD5: 1e210e5e6fafc6003235a0e81dd0327d
SHA-1: 0524a77b3fdac6f205362467b0802c7a5f18845a
SHA-256: 805570367a5d8f2326294c785a5a51cabefa5bff67b08d2cbc3cc4b7d958c2ab
Release notes
Changes since 7.x-2.13:
- Update module release versions
- Remove overrides from oa_clone conditional fields
- Remove unneeded argument in oa_news view
- Update oa_news view to use proper space/section filters
- Install hook for setting descriptions
- Coder cleanup
- Merge pull request #2 from scottalan/oa_messages-overridden-fix
- Adjust space and section descriptions
- #2203395 by Dave Kopecek: Chosen does not work on fresh install.
- This allows us to unset the message_notify_daily_digest and message_notify_weekly_digest field instances if the mes
sage_digest module is disabled so the oa_messages feature won't be overridden. - This adds the message_notify_daily_digest and message_notify_weekly_digest field instances to the oa_messages featu
re. - Merge branch '7.x-2.x' of github.com:phase2/oa_core into oa_messages-overridden-fix
- #2201103 by Dijup Tuladhar: Media file upload warning .
- #2198481 by phKU: Htmlmail module error.
- #2198103 by maustyle: Admin left bar on Chrome, Firefox -Windows not showing.
- #2196309 by antonyanimator: Error when disabling site banner.
- #2194943 by cgove: HTML errors from OA message river abbreviation.
- Merge branch '7.x-2.x' of github.com:phase2/oa_core into 7.x-2.x
- Coder tweaks
- Remove override from oa_users
- Merge pull request #24 from dsnopek/oa_clone-part-2
- Made the cloning aware of Open Atrium, including:
- Merge pull request #23 from dsnopek/oa_panopoly_users-fix
- Cleaned up oa_panopoly_users so that the user dashboard at user/%/view loads without errors.
- Update version of panels_customerror
- Update uuids for oa_search
- Clean oa_core overrides
- Update panelizer uuids in oa_panopoly_users
- Merge pull request #22 from dsnopek/oa_widgets-preprocess-rename
- Missed call to oa_dashboard_preprocess_oa_user_badge() that got broken when that function was renamed.
- Merge pull request #21 from dsnopek/oa_clone-permissions
- Implemented per-Space permissions for cloning.
- Fix file_entity version in make file
- Adjust displacement of header
- Add patch for token simpletest error
- Merge pull request #20 from dsnopek/oa_user_badge-links
- Make sure the old order is preserved.
- Allow the links in the oa_user_badge to be modified (And moved oa_dashboard_preprocess_* to template_preprocess_* f
or theme callbacks it defines) - Merge pull request #13 from scottalan/update-panes-displays-with-uuids
- Fix typo in ctools patch
- Update to latest ctools/panels and clean up make file
- Merge pull request #19 from dsnopek/oa_clone-permissions-fix
- Switched intermediate Space/Section views from 'page' display to 'system' display to preserve access checks.
- Merge pull request #18 from dsnopek/oa_permissions-access-user-profiles
- Fix creating different section types for group admins
- Give authenticated users the 'View user profiles' permission.
- Merge pull request #7 from scottalan/conflict-with-panopoly_users
- Merge pull request #5 from scottalan/conflict-with-panopoly
- Merge pull request #14 from dsnopek/oa_clone
- Merge pull request #17 from dsnopek/oa_access_all
- Fixed type-o's in the oa_access docs.
- Minor doc and code fixes.
- Added support for permissions that can have an 'All' option and default to it.
- Merge pull request #16 from dsnopek/oa_access-page-rename
- Renamed "Group/Team access" to "Group/Team permissions".
- #2188609 by dsnopek | leofishman: OG Permissions don't get set by Features during install, so Space members can't create any content.
- Fix bugs in search sidebar, add wildcard for solr
- Add user index to oa_search for Solr
- Add template for Solr content search panel
- Merge branch '7.x-2.x' into oa_clone
- Merge pull request #15 from dsnopek/oa_buttons_install-fix
- Fixed issue with the oa_buttons refactor that caused the 'Section type' terms to be created without the 'Node types' set.
- #2174913 by agilityweb: Deleting section page redirects to home.
- Implement oa_clone for cloning nodes (Part 1) and add intermediate Space/Section type page when creating Spaces or Sections.
- Merge pull request #12 from dsnopek/oa_buttons-install-fix
- Updating oa_panopoly uuids to match the uuids that dsnopek is going to use in panopoly_users.
- Update features to use uuid for panes and displays instead of new-*
- Fixed install issue with oa_buttons refactor from 728926b.
- Merge pull request #4 from scottalan/oa_teams-overridden-fix
- Merge pull request #3 from scottalan/oa_section-overridden-fix
- Added options to sidebar search to restrict spaces searched
- Merge pull request #10 from dsnopek/oa_buttons_refactor
- Removed based 'Space type' and 'Section type' functionality (everything that didn't have to do with command buttons) from oa_buttons and distributed it among oa_core and oa_sections.
- Adjust private file permission
- Reverting the field instances for daily and weekly digest.
- Merge pull request #6 from dsnopek/oa_access
- Fixed link on 'Team access' admin page to point to correct url for 'Group access'.
- Resolves a conflict between OA Users and Panopoly Users.
- Add 'create subspace' option to toolbar
- Add 'oa_access' module for generic Group/Team-based permissions in Open Atrium.
- This fixes a conflict between OA and Panopoly
- This is just a file mode change. From 755 to 644.
- [oa_teams] Gets this feature out of its overridden state.
- [oa_sections] Gets this feature out of its overridden state.
- This gets the oa_messages feature out of its overridden state.
- #2183529 by jakeschlachter: A user's profile is listing the viewing user's spaces instead of the viewed user's.