Skip to content

Commit

Permalink
Reflect moving of permissions
Browse files Browse the repository at this point in the history
As the dtml permissions were moved out of the AccessControl package,
the documentation has to be updated, too.
  • Loading branch information
jugmac00 committed Oct 4, 2018
1 parent 655812b commit 5a4ba3b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/zdgbook/AppendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Appendix A: Zope Core Permissions
This is a list of standard permissions included with Zope. It is a
good idea to use these permissions when applicable with your Zope
products, rather than creating new ones. A list of built-in Zope
permissions are available in Zope source code:
permissions are available in the source code of the
AccessControl package:
``src/AccessControl/Permissions.py``.

Additionally, also ``src/DocumentTemplate/permissions.py`` contains
some more permissions.

Core Permissions
================

Expand Down Expand Up @@ -44,10 +48,6 @@ Core Permissions

- Add Zope Tutorials -- add Zope Tutorial objects

- Change DTML Documents -- modify DTML Documents

- Change DTML Methods -- modify DTML Methods

- Change Database Connections -- change database connection objects

- Change Database Methods -- change ZSQL method objects
Expand Down Expand Up @@ -121,3 +121,12 @@ Core Permissions
- View History -- view ZODB history of an object

- View management screens -- view management screens related to an object



Document Template Permissions
=============================

- Change DTML Documents -- modify DTML Documents

- Change DTML Methods -- modify DTML Methods

0 comments on commit 5a4ba3b

Please sign in to comment.