Closed (won't fix)
Project:
Drupal core
Version:
4.6.0
Component:
page.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2005 at 04:21 UTC
Updated:
6 May 2005 at 12:35 UTC
I am using drupal as a semi-wiki, and wanted all users to be able to edit any page, but didn't want to allow them to administer pages (gives access to too many other things such as configuring the front page)
This patch will add the permission 'edit others pages' to the page module.
| Comment | File | Size | Author |
|---|---|---|---|
| page_perms.diff | 619 bytes | Syntoad |
Comments
Comment #1
Syntoad commentedForgot to set status to patch.
Comment #2
drummThis should be done in a more generic way so all node types can have consistent permissions.
Comment #3
moshe weitzman commentedfurthmore, 'edit others x' has the same meaning as a row in the node_access table. we no longer do this sort thing via permissions.
Comment #4
dries commentedThis can already be done.
Comment #5
Gabriel R. commentedMoshe, Dries,
how would one add a permission for "Edit Other's Elements"?
I am interested in doing this for Book Pages.
Thanks.