pelargir / radiant-page-group-permissions-extension forked from nikosd/radiant-page-group-permissions-extension
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Matthew Bass (author)
Tue Jul 07 09:54:52 -0700 2009
commit 09c440515f7631eae172bb9f604512831e9c47b8
tree 3ef3261fbc6ae80f16d1c0fc1216795790725a93
parent bc951e9fed17f06b2fa045817fd75bc25d7b8f9a
tree 3ef3261fbc6ae80f16d1c0fc1216795790725a93
parent bc951e9fed17f06b2fa045817fd75bc25d7b8f9a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 05 06:55:16 -0700 2008 | |
| |
README | ||
| |
Rakefile | Sat Jul 05 05:25:03 -0700 2008 | |
| |
app/ | ||
| |
db/ | Sat Jul 05 05:25:03 -0700 2008 | |
| |
lib/ | ||
| |
page_group_permissions_extension.rb | ||
| |
public/ | Sat Jul 05 05:25:03 -0700 2008 | |
| |
spec/ | Sat Jul 05 05:25:03 -0700 2008 |
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]

