[Zope-Checkins] SVN: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt Style change to todo list
Hanno Schlichting
hannosch at hannosch.eu
Sun May 16 16:21:20 EDT 2010
Log message for revision 112391:
Style change to todo list
Changed:
U Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt
-=-
Modified: Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt
===================================================================
--- Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt 2010-05-16 20:17:34 UTC (rev 112390)
+++ Zope/branches/hannosch-dtml-vs-accesscontrol/TODO.txt 2010-05-16 20:21:19 UTC (rev 112391)
@@ -1,15 +1,18 @@
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
* zope.deferredimport
@@ -24,7 +27,7 @@
* 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 @@
- 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:
+
+ *
More information about the Zope-Checkins
mailing list