[ANN] Page Group Permissions Extension

Created by Matt Freels

git://github.com/freels/radiant-extensions.git (SVN would be nice…)

This extension allows you to organize your users into groups and divide
up site-editing privileges accordingly.
To install, add page_group_permissions to vendor/extensions, and run:

rake db:extensions:migrate
rake radiant:extensions:page_group_permissions:update

Basic Usage:

Create and edit groups and add/remove members from the new groups tag.
Add page to a group by editing the page.
A member of a group has permission to edit any page owned by the group
or children of said pages.

Enjoy!

Feedback appreciated at [email protected]

[Found via Third-party Extensions Wiki Page on RadiantCMS.org, thought
it could use an official announcement…]