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
df5a3a50
Commit
df5a3a50
authored
May 16, 2010
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style change to todo list
parent
974b16d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
5 deletions
+27
-5
TODO.txt
TODO.txt
+27
-5
No files found.
TODO.txt
View file @
df5a3a50
Standalone AccessControl and DTML
=================================
Open points:
Open
general
points:
- DocumentTemplate.security doesn't respect the security policy definition as
set by AccessControl anymore. It determines the use of the C implementation
based on the availability of the C module alone. This behavior change needs
discussion.
- Acceptable dependencies of AccessControl (we can improve on that later):
AccessControl
-------------
- Acceptable dependencies (we can improve on that later):
* zope.component
* zope.configuration
...
...
@@ -24,7 +27,7 @@ Open points:
* RestrictedPython
* ZODB3
- Remaining outside imports
in AccessControl
:
- Remaining outside imports:
* Products (in registerPermissions using it as a data container for
``__ac_permissions__``) - this should use a global inside the module
...
...
@@ -38,5 +41,24 @@ Open points:
- Test only dependencies:
* Testing, Zope2, OFS, Products.SiteErrorLog, transaction,
Products.PythonScripts
* OFS
* Products.PythonScripts
* Products.SiteErrorLog
* Testing
* transaction
* Zope2
DocumentTemplate
----------------
- Acceptable dependencies (we can improve on that later):
*
- Remaining outside imports:
*
- Test only dependencies:
*
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