From a62cc2264c2dda6a0588fddbc5712afea9d89837 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 28 Oct 2010 13:52:48 -0400 Subject: merge static view bugfixes/features from bfg trunk --- docs/glossary.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index dfc40c407..2e2b11aaa 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -204,6 +204,15 @@ Glossary to do this". Examples of permissions: ``read``, or ``view_blog_entries``. + default permission + A :term:`permission` which is registered as the default for an + entire application. When a default permission is in effect, + every :term:`view configuration` registered with the system will + be effectively amended with a ``permission`` argument that will + require that the executing user possess the default permission in + order to successfully execute the associated :term:`view + callable` See also :ref:`setting_a_default_permission`. + ACE An *access control entry*. An access control entry is one element in an :term:`ACL`. An access control entry is a three-tuple that -- cgit v1.2.3