Commit acbf9b0f authored by 's avatar

Security update

parent e8f5c3a3
"""Folder object """Folder object
$Id: Folder.py,v 1.32 1998/01/09 20:23:19 brian Exp $""" $Id: Folder.py,v 1.33 1998/01/09 21:35:03 brian Exp $"""
__version__='$Revision: 1.32 $'[11:-2] __version__='$Revision: 1.33 $'[11:-2]
from Globals import HTMLFile from Globals import HTMLFile
...@@ -67,6 +67,8 @@ class Folder(ObjectManager,RoleManager,DocumentHandler, ...@@ -67,6 +67,8 @@ class Folder(ObjectManager,RoleManager,DocumentHandler,
ImageHandler,FolderHandler,UserFolderHandler, ImageHandler,FolderHandler,UserFolderHandler,
SimpleItem.Item,CopyContainer): SimpleItem.Item,CopyContainer):
""" """ """ """
__roles__=['Manager']
meta_type='Folder' meta_type='Folder'
id ='folder' id ='folder'
title ='Folder object' title ='Folder object'
......
...@@ -16,8 +16,8 @@ Aqueduct database adapters, etc. ...@@ -16,8 +16,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new This module can also be used as a simple template for implementing new
item types. item types.
$Id: SimpleItem.py,v 1.11 1998/01/02 17:41:09 jim Exp $''' $Id: SimpleItem.py,v 1.12 1998/01/09 21:35:04 brian Exp $'''
__version__='$Revision: 1.11 $'[11:-2] __version__='$Revision: 1.12 $'[11:-2]
import Globals, App.Management import Globals, App.Management
from DateTime import DateTime from DateTime import DateTime
...@@ -25,6 +25,8 @@ from CopySupport import CopySource ...@@ -25,6 +25,8 @@ from CopySupport import CopySource
class Item(CopySource, App.Management.Tabs): class Item(CopySource, App.Management.Tabs):
__roles__=['Manager']
isPrincipiaFolderish=0 isPrincipiaFolderish=0
# Name, relative to SOFTWARE_URL of icon used to display item # Name, relative to SOFTWARE_URL of icon used to display item
...@@ -117,6 +119,9 @@ class Item_w__name__(Item): ...@@ -117,6 +119,9 @@ class Item_w__name__(Item):
############################################################################## ##############################################################################
# #
# $Log: SimpleItem.py,v $ # $Log: SimpleItem.py,v $
# Revision 1.12 1998/01/09 21:35:04 brian
# Security update
#
# Revision 1.11 1998/01/02 17:41:09 jim # Revision 1.11 1998/01/02 17:41:09 jim
# Factored old Management mix-in into Navigation and Tabs. # Factored old Management mix-in into Navigation and Tabs.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment