This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Matthew Bass (author)
Tue Jul 07 09:54:52 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
page_group_permissions_extension.rb | ||
| |
public/ | ||
| |
spec/ |
README
= Page Group Permissions Created by Matt Freels This extension allows you to organize your users into groups and divide up site-editing privileges accordingly. It requires Radiant 0.8+ and the Shards extension found in the official Radiant repository. 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 matt@freels.name * 7/7/09 - Updated to work with Radiant 0.8+ [Matthew Bass]








