freels / radiant-extensions
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
freels (author)
Sun Jan 11 21:18:44 -0800 2009
radiant-extensions / page_group_permissions
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Sun Jan 11 21:18:44 -0800 2009 | |
| |
Rakefile | Mon Mar 10 21:11:52 -0700 2008 | |
| |
app/ | Wed Apr 02 14:08:54 -0700 2008 | |
| |
db/ | Wed Apr 02 14:30:13 -0700 2008 | |
| |
lib/ | Tue Mar 11 14:15:53 -0700 2008 | |
| |
page_group_permissions_extension.rb | Wed Mar 12 08:18:23 -0700 2008 | |
| |
public/ | Wed Mar 12 17:55:24 -0700 2008 | |
| |
spec/ | Mon Mar 10 21:11:52 -0700 2008 |
page_group_permissions/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.6.5+ and the Shards extension found in the official Radiant repository. To install, add page_group_permissions to vendor/extensions, and run: rake db:migrate:extensions 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
