Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
33.41 KB
MD5: 17adc2fcdb64f35533cdcbc11290e9fa
SHA-1: ab48fda3f0cdfbe3113b1c5620fc9ef63ea4bfc7
SHA-256: db8e3133eb57133c3914a1e19e8d8f0cb7c5a8948b97c9ecddb508530b254bc7
Download zip
44.77 KB
MD5: b4b05a21f784fe226080f8703136f1b6
SHA-1: 7e8a049e30249a0e4c785839200198130c745b96
SHA-256: 2ab363d72d1b3a4d69ba6fa6363fdb99e4b43d8c34a55d40f01682f9b41c4c63
Release notes
Changes since 7.x-2.1:
- Updating menus to include a link for the parent space (home).
- Merge remote-tracking branch 'origin/menus-update-wip' into 7.x-2.x
- Adding a watchdog/message if the new file can't be loaded during import.
- Adding a helper to ensure the file path is correct before saving the file.
- Adding a file modify permission and a watchdog/drupal_set_message if file can't be saved.
- Adding comments
- Create dest directory for importing files
- Revert "Trying to keep recursive calls to a minimum."
- Revert "Adding another batch operation that converts each object and it's nested objects one at a time. This is to limit the possibility of reaching a max nesting level or running out of memory."
- Remove recursion from exports
- Adding another batch operation that converts each object and it's nested objects one at a time. This is to limit the possibility of reaching a max nesting level or running out of memory.
- Trying to keep recursive calls to a minimum.
- Merge branch '7.x-2.x' of git.drupal.org:project/oa_export into 7.x-2.x
- #2719595 by JeffM2001: Coding standards in oa_export generated modules
- Adding a hook to allow modules to customize the panelizer content on import. This is useful if a pane is referencing a single node via its node id. This allows a module to update the node id on import so the reference isn't broken.
- Working through updating the way menus are exported/imported.
- Adding some documentation for a hook that was added to deal with one off nodes (nid) in panelizer
- This fixes an issue where the imported og-menus were not imported with the same weight.
- Allow exporting deeper into a Space hierarchy by including Sub-groups.