Resolves issue with Spaces and Spaces OG modules (part of the spaces package) which in some cases did not apply the expected spaces access permission to pages that are non-objects (e.g. /node)
First initial non-dev release of Spaces for 7.x. This is not feature complete (for things like OG and Taxonomy Spaces), but it does provide a recommended release for those currently using the basic functionality of Spaces.
#939792 Corrected spaces_access_space. Now passes $account along. by hefox #825048 Corrected access_space, now uses vars from the space that is being checked. by hefox
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.