From e17c8d815136218d7dd07e21cf78f4104d773d48 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 4 Aug 2008 07:38:58 +0000 Subject: - Add a ``request_type`` attribute to the available attributes of a ``bfg:view`` configure.zcml element. This attribute will have a value which is a dotted Python path, pointing at an interface. If the request object implements this interface when the view lookup is performed, the appropriate view will be called. - Remove "template only" views. These were just confusing and were never documented. --- docs/notes.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/notes.txt (limited to 'docs/notes.txt') diff --git a/docs/notes.txt b/docs/notes.txt new file mode 100644 index 000000000..e8d679237 --- /dev/null +++ b/docs/notes.txt @@ -0,0 +1,16 @@ +- Document z3c.pt + +- Spaces in project names (allow for separate project / package names?) + +- Subpath and view name in request + +- WebOb Request basics + +- "push" style templating + +- .001 case where there is a template without a view. + +- Warn if permissions are defined but no security policy is in place. + +- Change port num due to conflict with Postgres. + -- cgit v1.2.3