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
e41a6108
Commit
e41a6108
authored
Jul 26, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged tab order fix
parent
63c7b414
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
lib/python/AccessControl/User.py
lib/python/AccessControl/User.py
+2
-2
lib/python/Products/OFSP/Version.py
lib/python/Products/OFSP/Version.py
+2
-2
lib/python/Shared/DC/ZRDB/DA.py
lib/python/Shared/DC/ZRDB/DA.py
+3
-3
No files found.
lib/python/AccessControl/User.py
View file @
e41a6108
...
...
@@ -84,7 +84,7 @@
##############################################################################
"""Access control package"""
__version__
=
'$Revision: 1.11
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.11
3
$'
[
11
:
-
2
]
import
Globals
,
socket
,
regex
,
SpecialUsers
from
Globals
import
HTMLFile
,
MessageDialog
,
Persistent
,
PersistentMapping
...
...
@@ -350,8 +350,8 @@ class BasicUserFolder(Implicit, Persistent, Navigation, Tabs, RoleManager,
{
'label'
:
'Contents'
,
'action'
:
'manage_main'
,
'help'
:(
'OFSP'
,
'User-Folder_Contents.stx'
)},
)
+
Item
.
manage_options
+
RoleManager
.
manage_options
+
Item
.
manage_options
)
__ac_permissions__
=
(
...
...
lib/python/Products/OFSP/Version.py
View file @
e41a6108
...
...
@@ -84,7 +84,7 @@
##############################################################################
"""Version object"""
__version__
=
'$Revision: 1.4
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.4
3
$'
[
11
:
-
2
]
import
Globals
,
time
from
AccessControl.Role
import
RoleManager
...
...
@@ -123,8 +123,8 @@ class Version(Persistent,Implicit,RoleManager,Item):
{
'label'
:
'Properties'
,
'action'
:
'manage_editForm'
,
'help'
:(
'OFSP'
,
'Version_Properties.stx'
)},
)
+
Item
.
manage_options
+
RoleManager
.
manage_options
+
Item
.
manage_options
)
__ac_permissions__
=
(
...
...
lib/python/Shared/DC/ZRDB/DA.py
View file @
e41a6108
...
...
@@ -85,8 +85,8 @@
__doc__
=
'''Generic Database adapter
$Id: DA.py,v 1.
89 2000/06/26 19:30:30
brian Exp $'''
__version__
=
'$Revision: 1.
89
$'
[
11
:
-
2
]
$Id: DA.py,v 1.
90 2000/07/26 15:48:19
brian Exp $'''
__version__
=
'$Revision: 1.
90
$'
[
11
:
-
2
]
import
OFS.SimpleItem
,
Aqueduct
,
RDB
import
DocumentTemplate
,
marshal
,
md5
,
base64
,
Acquisition
,
os
...
...
@@ -155,8 +155,8 @@ class DA(
{
'label'
:
'Advanced'
,
'action'
:
'manage_advancedForm'
,
'help'
:(
'ZSQLMethods'
,
'Z-SQL-Method_Advanced.stx'
)},
)
+
OFS
.
SimpleItem
.
Item
.
manage_options
+
AccessControl
.
Role
.
RoleManager
.
manage_options
+
OFS
.
SimpleItem
.
Item
.
manage_options
)
# Specify how individual operations add up to "permissions":
...
...
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