Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
1fddf7a3
Commit
1fddf7a3
authored
Dec 31, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
cdb01db9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lib/python/Products/OFSP/DraftFolder.py
lib/python/Products/OFSP/DraftFolder.py
+8
-6
No files found.
lib/python/Products/OFSP/DraftFolder.py
View file @
1fddf7a3
...
@@ -14,8 +14,8 @@ Provide an area where people can work without others seeing their changes.
...
@@ -14,8 +14,8 @@ Provide an area where people can work without others seeing their changes.
A Draft folder is a surrogate for a folder. It get
\
'
s subobjects by
A Draft folder is a surrogate for a folder. It get
\
'
s subobjects by
gettingthem from a session copy of a base folder.
gettingthem from a session copy of a base folder.
$Id: DraftFolder.py,v 1.
7 1997/12/31 17:17:04 brian
Exp $'''
$Id: DraftFolder.py,v 1.
8 1997/12/31 19:27:10 jim
Exp $'''
__version__
=
'$Revision: 1.
7
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
8
$'
[
11
:
-
2
]
import
time
,
OFS
.
SimpleItem
,
AccessControl
.
Role
import
time
,
OFS
.
SimpleItem
,
AccessControl
.
Role
import
Persistence
,
Acquisition
,
Globals
import
Persistence
,
Acquisition
,
Globals
...
@@ -38,9 +38,8 @@ def hack(self):
...
@@ -38,9 +38,8 @@ def hack(self):
'action'
:
'manage_main'
,
'target'
:
'manage_main'
},
'action'
:
'manage_main'
,
'target'
:
'manage_main'
},
{
'icon'
:
'OFS/Properties_icon.gif'
,
'label'
:
'Properties'
,
{
'icon'
:
'OFS/Properties_icon.gif'
,
'label'
:
'Properties'
,
'action'
:
'manage_propertiesForm'
,
'target'
:
'manage_main'
},
'action'
:
'manage_propertiesForm'
,
'target'
:
'manage_main'
},
{
'icon'
:
'AccessControl/AccessControl_icon.gif'
,
{
'icon'
:
''
,
'label'
:
'Security'
,
'label'
:
'Security'
,
'action'
:
'manage_access'
,
'target'
:
'manage_main'
},
'action'
:
'manage_rolesForm'
,
'target'
:
'manage_main'
},
{
'icon'
:
'App/undo_icon.gif'
,
'label'
:
'Undo'
,
{
'icon'
:
'App/undo_icon.gif'
,
'label'
:
'Undo'
,
'action'
:
'manage_UndoForm'
,
'target'
:
'manage_main'
},
'action'
:
'manage_UndoForm'
,
'target'
:
'manage_main'
},
{
'icon'
:
'OFS/DraftFolderControl.gif'
,
'label'
:
'Supervise'
,
{
'icon'
:
'OFS/DraftFolderControl.gif'
,
'label'
:
'Supervise'
,
...
@@ -55,7 +54,7 @@ class DraftFolder(Persistence.Persistent,
...
@@ -55,7 +54,7 @@ class DraftFolder(Persistence.Persistent,
):
):
meta_type
=
'Draft Folder'
meta_type
=
'Draft Folder'
icon
=
'DraftFolderIcon'
icon
=
'
misc_/OFSP/
DraftFolderIcon'
isPrincipiaFolderish
=
1
isPrincipiaFolderish
=
1
manage_options
=
(
manage_options
=
(
...
@@ -211,6 +210,9 @@ class Supervisor(AccessControl.User.UserFolder, Session.Session):
...
@@ -211,6 +210,9 @@ class Supervisor(AccessControl.User.UserFolder, Session.Session):
##############################################################################
##############################################################################
#
#
# $Log: DraftFolder.py,v $
# $Log: DraftFolder.py,v $
# Revision 1.8 1997/12/31 19:27:10 jim
# *** empty log message ***
#
# Revision 1.7 1997/12/31 17:17:04 brian
# Revision 1.7 1997/12/31 17:17:04 brian
# Security update
# Security update
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment