summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-10-22 13:55:44 +0000
committerChris McDonough <chrism@agendaless.com>2010-10-22 13:55:44 +0000
commitc8e78c2037806f3e5dab57de635bf80865b7061d (patch)
tree5636d639f5b4333a08e76fe6721e5e0812818a87
parent091a4c2e0c98baff54c38310b2881358848dc19b (diff)
downloadpyramid-c8e78c2037806f3e5dab57de635bf80865b7061d.tar.gz
pyramid-c8e78c2037806f3e5dab57de635bf80865b7061d.tar.bz2
pyramid-c8e78c2037806f3e5dab57de635bf80865b7061d.zip
add todo items from Vegas meeting
-rw-r--r--TODO.txt23
1 files changed, 21 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index e640308ea..069af7b05 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,8 +5,6 @@
- Basic WSGI documentation (pipeline / app / server).
-- Provide a webob.Response class facade for forward compat.
-
- Fix message catalog extraction / compilation documentation.
- Change docs about creating a venusian decorator to not use ZCA.
@@ -63,3 +61,24 @@
use ``request.add_response_callback``.
- Update App engine chapter.
+
+- P2
+
+- Add SessionFactory interface
+
+- Create session interface (flash() is part of it, figure out granularity)
+
+- Add CacheFactory interface
+
+- Browser id
+
+- Handler stuff from Pylons2
+
+- HTTPExceptions facade
+
+- Signed_signature method of the request and response from pylons2.
+
+- Provide a webob.Response class facade for forward compat.
+
+- CRSF token machinery
+