Commit acbf9b0f authored by 's avatar

Security update

parent e8f5c3a3
"""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
......@@ -67,6 +67,8 @@ class Folder(ObjectManager,RoleManager,DocumentHandler,
ImageHandler,FolderHandler,UserFolderHandler,
SimpleItem.Item,CopyContainer):
""" """
__roles__=['Manager']
meta_type='Folder'
id ='folder'
title ='Folder object'
......
......@@ -16,8 +16,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id: SimpleItem.py,v 1.11 1998/01/02 17:41:09 jim Exp $'''
__version__='$Revision: 1.11 $'[11:-2]
$Id: SimpleItem.py,v 1.12 1998/01/09 21:35:04 brian Exp $'''
__version__='$Revision: 1.12 $'[11:-2]
import Globals, App.Management
from DateTime import DateTime
......@@ -25,6 +25,8 @@ from CopySupport import CopySource
class Item(CopySource, App.Management.Tabs):
__roles__=['Manager']
isPrincipiaFolderish=0
# Name, relative to SOFTWARE_URL of icon used to display item
......@@ -117,6 +119,9 @@ class Item_w__name__(Item):
##############################################################################
#
# $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
# 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