Commit df5a3a50 authored by Hanno Schlichting's avatar Hanno Schlichting

Style change to todo list

parent 974b16d2
Standalone AccessControl and DTML Standalone AccessControl and DTML
================================= =================================
Open points: Open general points:
- DocumentTemplate.security doesn't respect the security policy definition as - DocumentTemplate.security doesn't respect the security policy definition as
set by AccessControl anymore. It determines the use of the C implementation 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 based on the availability of the C module alone. This behavior change needs
discussion. discussion.
- Acceptable dependencies of AccessControl (we can improve on that later): AccessControl
-------------
- Acceptable dependencies (we can improve on that later):
* zope.component * zope.component
* zope.configuration * zope.configuration
...@@ -24,7 +27,7 @@ Open points: ...@@ -24,7 +27,7 @@ Open points:
* RestrictedPython * RestrictedPython
* ZODB3 * ZODB3
- Remaining outside imports in AccessControl: - Remaining outside imports:
* Products (in registerPermissions using it as a data container for * Products (in registerPermissions using it as a data container for
``__ac_permissions__``) - this should use a global inside the module ``__ac_permissions__``) - this should use a global inside the module
...@@ -38,5 +41,24 @@ Open points: ...@@ -38,5 +41,24 @@ Open points:
- Test only dependencies: - Test only dependencies:
* Testing, Zope2, OFS, Products.SiteErrorLog, transaction, * OFS
Products.PythonScripts * Products.PythonScripts
* Products.SiteErrorLog
* Testing
* transaction
* Zope2
DocumentTemplate
----------------
- Acceptable dependencies (we can improve on that later):
*
- Remaining outside imports:
*
- Test only dependencies:
*
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