Commit dcd5dc9d authored by Hanno Schlichting's avatar Hanno Schlichting

Some more thoughts

parent 64c93c39
...@@ -8,6 +8,9 @@ Open general points: ...@@ -8,6 +8,9 @@ Open general points:
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.
- TaintedString should move into its own distribution. It's currently in
Shared.TaintedString and used both by DTML and ZPublisher.
- zExceptions needs to be its own distribution, possibly merge with - zExceptions needs to be its own distribution, possibly merge with
zope.exceptions, which contains similar and sometimes identical code. zope.exceptions, which contains similar and sometimes identical code.
...@@ -39,8 +42,9 @@ AccessControl ...@@ -39,8 +42,9 @@ AccessControl
* zExceptions (Forbidden, Unauthorized, ...) * zExceptions (Forbidden, Unauthorized, ...)
* App (MessageDialog, DTMLFile, ...) - all need to go - redoing the UI is * App (MessageDialog, DTMLFile, ...) - all need to go - redoing the UI is
hard, we probably need to move it into some other core part of Zope2, like hard. We probably need to move it into some other core part of Zope2, like
the App package. the App package, which could serve as a general dumping ground for ZMI
related stuff from "reusable" packages.
- Test only dependencies: - Test only dependencies:
...@@ -69,10 +73,14 @@ DocumentTemplate ...@@ -69,10 +73,14 @@ DocumentTemplate
- Remaining outside imports: - Remaining outside imports:
* App (getConfiguration) * App (getConfiguration().structured_text_header_level)
* reStructuredText (HTML) * reStructuredText (HTML) - Both of these deal with format support and
* Shared (TaintedString) configuration via zope.conf. The calls are localized to one function each.
* zExceptions Add an optional dependency on Zope2? Configure if it is available,
otherwise use some default?
* Shared (TaintedString) - move it to its own distribution
* zExceptions - move it to its own distribution
- Test only dependencies: - 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