Releases for Spaces
spaces 6.x-3.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-3.0-alpha1.tar.gz | 55.33 KB | 47b08c2d6c38c8c8d18dc3146cba64eb |
Spaces 3.x
The Spaces 3.x branch makes significant departures from many of the concepts
in the 2.x branch. Here is a non-exhaustive list of important changes:
-
Removed PURL dependency. Spaces can now be made active through means other
than a PURL provider (see spacesuserinit()). -
Usage of CTools plugins API and export API.
-
spacescustomizers() and spacessettings() have been replaced with a general
configuration override system using object controllers.
More information on the changes in Spaces 3 can be found in README.txt
spaces 6.x-2.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta6.tar.gz | 52.63 KB | dbdf0be4a1eea5b735eb007b98ec52c8 |
This release contains one small but important API change: the $space->links() method has been split into $space->user_links() and $space->admin_links() to better differentiate and permission links pertinent to users of a space and those who pass the $space->admin_access() check.
Other changes
- Quoting array string key correctly in features preset export.
- Falling back to a default preset if the saved space preset is no longer valid.
- Adding drupal_alter() for spaces presets.
spaces 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta5.tar.gz | 52.13 KB | 75799f2a1d50810294e37488328f0b15 |
Spaces beta 5 release adds compatibility with OG 2.x (and retains OG 1.x compatiblity, for now...)
spaces 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta4.tar.gz | 51.94 KB | 768bd8422f2d741ef2da9aa269444914 |
- Removing "administer spaces" loophole in menu and feature access check.
- Adding features integration for spaces presets.
- #519010 by hyrcan: Fix for query against prefixed tables
- #527840 by benroot: Check before overwriting existing entries in spaces_features_map.
- #547394: Ensure homepage link options are generated correctly for each space type when editing presets.
- #547938 by OnkelTem: Save preset weights and apply them correctly.
- #518200: Splitting out settings classes into inc to prevent interface FAIL.
- Fix for lost purl and preset values on node preview.
- Redirect without PURL modifier when deleting a group node.
- by carljohan: Making 'My groups' menu tab translatable.
- Cleaning up spaces_taxonomy router, redirect logic.
- Cleanup of spaces preset management form.
- Fix for greedy redirect against user edit form.
- Removing unused gif.
spaces 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta3.tar.gz | 51.7 KB | 5a87de7de46a4603eb76a1d7d47bdb0a |
spaces_og: Fix for bug where OG description could not be saved.
spaces 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta2.tar.gz | 51.7 KB | 164acb301d3f789f954fd1be124a9a8d |
- #511630 by ferdi: Fix for backwards compatibility with old spaces settings hooks.
- Removing deprecated drupal_goto for anonymous users.
- #488476 by Christoffer_V: Fix for spaces_taxonomy purl preset saving.
- adding documentation for a few areas
- fix fatal error when exporting a preset and features.export.inc is not loaded
spaces 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-beta1.tar.gz | 51.18 KB | 4d56b40b139078017f136562344f6b1a |
- Fixing typo in user_access check.
- Adding token support for og-path prefixes. Patch by Ben Root.
- Allowing settings, customizer to be broken out into include files.
spaces 6.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-alpha4.tar.gz | 50.71 KB | ef5bd39746095858c6ccc09f9b0af7d2 |
- #365928 by dmitrig01: Hide presets form when only 1 preset is available.
- #459978, #460016 by andypost: Fix E_ALL notices.
- Removing t() from hook_menu().
- spaces_design: Provide space type body class and space title variables by default to page template.
- spaces_design: Adding spaces design styles separately to the page vars array so themers can include it selectively.
- spaces_user: Fix for the PURL modifier when a user changes her username.
- spaces_user: Adding additional local task entry to smooth out local task handling.
- spaces_og: Moving groups subscription form from user account page to its own local task.
- spaces_og: Replacing OG options on node type form with a message for space_og enabled node types
spaces 6.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-alpha3.tar.gz | 49.41 KB | 4c3f1ff67e745b39b2da1346621b9f9a |
- Fix for bug when enforcing spaces presets that are not the default preset.
- spaces_design: Updating logo autocolor handling to latest ImageAPI changes and adding check to prevent breakage with ImageMagick users.
- Fix for hook_init() infighting between spaces & spaces_site.
- #374502 by Scott Reynolds: Using hook_init() on specific menu router items to clear caches.
- #452340 by dmitrig01: Uses features_var_export() for pretty preset exports
- #451966 by tmcw: Remove hardcoded content type identifier when retrieving human-readable group type name
- #447494 by Scott Reynolds: Optional param for loading space class from an include file.
- #446712 by Scott Reynolds: Hides exposed filter button on Views handler.
- Bug fixes to group selector on node forms.
spaces 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-alpha2.tar.gz | 47.98 KB | c608c172932764f45cfc8b8c1260a43d |
Alpha 2 release of spaces.
spaces 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-2.0-alpha1.tar.gz | 45.35 KB | aaa33498e5d81b4aa8337e2ac3486469 |
Initial release of spaces 2.0 branch. Only for the reckless!
spaces 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-1.0-alpha4.tar.gz | 47.74 KB | ddfffe636796d4414b7459867b829530 |
- Adding views filter to filter nodes that belong to the current spaces feature.
- Block customizer patch that allows customization of block titles, weights, and status. From Ian Ward.
- Starting changelog from here. Better late than never.
spaces 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-1.0-alpha3.tar.gz | 43.81 KB | 4d0751c5abf13376d591a50d29cf4fe5 |
Latest alpha for spaces -- please upgrade context (http://drupal.org/project/context) to the alpha3 release as well.
spaces 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-1.0-alpha2.tar.gz | 46.45 KB | 45e0d6a3d7384f9bb0abb0f1d9335b30 |
- This release fixes many bugs and has significant cleanup/improvements to spaces_og and spaces_user
spaces 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| spaces-6.x-1.0-alpha1.tar.gz | 46.58 KB | cd870bed62866ddea189d24ae466f425 |
Alpha release of spaces for Drupal 6.
