Downloads
Download tar.gz
68.04 KB
MD5: f9af1b9680de3af2337ccdf41c0e688b
SHA-1: 6af485c13adaf3737e1ffd0c5307830e6313f70f
SHA-256: 06e6bdf9a465ea07696fe00f82b19fe6d41542b541cc076f31dbf27079f564d1
Download zip
95.31 KB
MD5: 2814c37df3d083c24ef7bc7d70ec9aa4
SHA-1: 169c93f19103540864fe54802631172908e3af46
SHA-256: db75e32ba3586a1e91b68391d3bc43b32dbc83098d570c1a477e25d5fa3ea1ae
Release notes
Please note: Spaces 3.0-beta5 REQUIRES CTools 1.7+ Please update to the latest release of CTools when using this release of Spaces.
Changes since DRUPAL-6--3-0-BETA4:
- Provide forms with information about the space they were generated in, and use that information to init the space upon submission.
- Adding a README.txt for spaces_customtext with a node about incompatibilities.
- Adding a hook_requirements implementation to report when spaces custom text and locale are being used at the same time.
- #835924 by Grayside, Two small views fixes.
- #795246 reported by ceardach, Corrected permission typo.
- Only save which blocks are enabled for dashboards, when saving dashboard settings.
- Fix for implementation of hook_context_load_alter(), allowing all context reaction types to be altered.
- by rsoden: Remove spaces dependency from spaces_dashboard.
- Add perm option to Views access plugin, fallback space type handling when gather spaces features.
- Spaces dashboard: Updating to latest Features format.
- Fix for edit links on admin/content/node.
- Removing reference to the 'included' spaces_blog module.
- Establish spaces dashboard editor under different form id from context editor to allow for concurrent forms.
- Improve access checks and add title callback to display 'My dashboard' in user space where appropriate.
- Adding 'configure own user space' perm for more granular control of access to user space configuration pages.
- Purging the destination element of REQUEST within deactivate, as well as activate.
- Cleanup the fallout of changing form_ids
- Don't rebuild registry.
- #784620 by aaronbauman, fix multiple errors in spaces_taxonomy.
- Check that spaces exists before recklessly calling its functions.
- Change interface for setting a Space's front page; Don't validate against menu items features knows about, and allow arbitrary paths to be used.
- Remove unused element from the spaces_features_form.
- Static cache loaded spaces.
- Deprecate spaces_features_map() in favor of features_get_component_map()
- Static cache views in access check for performance.
- Slightly simplified the override screen, seeing the contents of a override requires a click now.
- display override contents with line breaks.
- Allowing settings to be saved directly to the preset from system settings forms.
- Don't alter buttons that have already been tweaked.
- Adding missing permission to the test user in spaces_dashboard.
- Updated the main spaces test to use the same testing feature as Features module.
- Fixing the context controller test.
- Similar fix for variable controller test, needs to be centralized.
- Fix for PHP notice.
- Fixed the spaces_og tests.
- don't use the spaces_load cache just before saving a node.
- Small update to the autocomplete test for a text change.
- Small update to the docs.
- Moving the overrides tab under features configuration, and updating tests.
- Fix for PHP warning that requires class method signature to match parent class.
- Retrieve all context overrides at once to reduce query count.
- Reduce query calls by static caching og_is_group_member().
- Rollback commit #402584 and implement generalized spaces_access_feature() static cache.
- Actually include spaces.js for override form.
- Adding hook_help.
- Explicitly declare export callback.
- Switch to CTools export UI based spaces UI.
- Remove extra fieldset wrapper.
- Less confusing format for translate-ables.
- Remove the purl prefix when we delete a term.
- Fixed a typo in a permission name.
- Require 'administer spaces' permission to save overrides back to a preset.