All pastes #1744375 Raw Edit

p4a.subtyper permissions

public text v1 · immutable
#1744375 ·published 2010-01-09 18:29 UTC
rendered paste body
omnium:p4a.subtyper-1.1.1-py2.4.egg centrimadmin$ sudo grep -R secur .
./p4a/subtyper/contentmenu/browser.py:    security = AccessControl.SecurityInfo.ClassSecurityInfo()
./p4a/subtyper/contentmenu/browser.py:    security.declarePublic('macros')
Binary file ./p4a/subtyper/contentmenu/browser.pyc matches
Binary file ./p4a/subtyper/contentmenu/browser.pyo matches




omnium:p4a.subtyper-1.1.1-py2.4.egg centrimadmin$ sudo grep -R permission .
./p4a/subtyper/configure.zcml:        permission="zope.Public"
./p4a/subtyper/configure.zcml:      permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/configure.zcml:      permission="zope.Public"
./p4a/subtyper/contentmenu/configure.zcml:      permission="zope.Public"




omnium:p4a.subtyper-1.1.1-py2.4.egg centrimadmin$ sudo grep -R -C 5 permission .
./p4a/subtyper/configure.zcml-    <include package=".contentmenu" file="meta.zcml" />
./p4a/subtyper/configure.zcml-    <browser:subMenuItem
./p4a/subtyper/configure.zcml-        menu="contentmenu_extra"
./p4a/subtyper/configure.zcml-        submenu="subtypes"
./p4a/subtyper/configure.zcml-        title="Sub-types"
./p4a/subtyper/configure.zcml:        permission="zope.Public"
./p4a/subtyper/configure.zcml-        for="*"
./p4a/subtyper/configure.zcml-        />
./p4a/subtyper/configure.zcml-
./p4a/subtyper/configure.zcml-  </configure>
./p4a/subtyper/configure.zcml-
--
./p4a/subtyper/configure.zcml-  <adapter factory=".default.folderish_possible_descriptors" />
./p4a/subtyper/configure.zcml-
./p4a/subtyper/configure.zcml-  <browser:page
./p4a/subtyper/configure.zcml-      name="subtyper"
./p4a/subtyper/configure.zcml-      for="*"
./p4a/subtyper/configure.zcml:      permission="zope.Public"
./p4a/subtyper/configure.zcml-      class=".browser.SubtyperView"
./p4a/subtyper/configure.zcml-      allowed_interface=".browser.ISubtyperView"
./p4a/subtyper/configure.zcml-      />
./p4a/subtyper/configure.zcml-
./p4a/subtyper/configure.zcml-</configure>
--
./p4a/subtyper/contentmenu/browser.txt-    ...   <menuItem
./p4a/subtyper/contentmenu/browser.txt-    ...     title="Test Item #1"
./p4a/subtyper/contentmenu/browser.txt-    ...     action="testitem1"
./p4a/subtyper/contentmenu/browser.txt-    ...     for="*"
./p4a/subtyper/contentmenu/browser.txt-    ...     menu="testmenu"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt-    ...     />
./p4a/subtyper/contentmenu/browser.txt-    ...   <menuItem
./p4a/subtyper/contentmenu/browser.txt-    ...     title="Test Item #2"
./p4a/subtyper/contentmenu/browser.txt-    ...     action="testitem2"
./p4a/subtyper/contentmenu/browser.txt-    ...     for="*"
./p4a/subtyper/contentmenu/browser.txt-    ...     menu="testmenu"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt-    ...     />
./p4a/subtyper/contentmenu/browser.txt-    ...   <subMenuItem
./p4a/subtyper/contentmenu/browser.txt-    ...     menu="contentmenu_extra"
./p4a/subtyper/contentmenu/browser.txt-    ...     submenu="testmenu"
./p4a/subtyper/contentmenu/browser.txt-    ...     title="Test Menu"
./p4a/subtyper/contentmenu/browser.txt:    ...     permission="zope.Public"
./p4a/subtyper/contentmenu/browser.txt-    ...     for="*"
./p4a/subtyper/contentmenu/browser.txt-    ...     />
./p4a/subtyper/contentmenu/browser.txt-    ... </configure>
./p4a/subtyper/contentmenu/browser.txt-    ... ''')
./p4a/subtyper/contentmenu/browser.txt-
--
./p4a/subtyper/contentmenu/configure.zcml-  <browser:page
./p4a/subtyper/contentmenu/configure.zcml-      name="global_contentmenu"
./p4a/subtyper/contentmenu/configure.zcml-      for="*"
./p4a/subtyper/contentmenu/configure.zcml-      template="global_contentmenu.pt"
./p4a/subtyper/contentmenu/configure.zcml-      class=".browser.ContentMenuView"
./p4a/subtyper/contentmenu/configure.zcml:      permission="zope.Public"
./p4a/subtyper/contentmenu/configure.zcml-      />
./p4a/subtyper/contentmenu/configure.zcml-
./p4a/subtyper/contentmenu/configure.zcml-  <browser:page
./p4a/subtyper/contentmenu/configure.zcml-      name="test"
./p4a/subtyper/contentmenu/configure.zcml-      for="*"
./p4a/subtyper/contentmenu/configure.zcml-      class=".browser.TestView"
./p4a/subtyper/contentmenu/configure.zcml:      permission="zope.Public"
./p4a/subtyper/contentmenu/configure.zcml-      />
./p4a/subtyper/contentmenu/configure.zcml-
./p4a/subtyper/contentmenu/configure.zcml-  <browser:menu 
./p4a/subtyper/contentmenu/configure.zcml-      id="contentmenu_extra" 
./p4a/subtyper/contentmenu/configure.zcml-      title="Content Extra Menu's" 7