Chris McDonough
2010-12-25 dc475bf58829bae6e377c95a0e457c491923b60f
garden
1 files modified
13 ■■■■ changed files
TODO.txt 13 ●●●● patch | view | raw | blame | history
TODO.txt
@@ -4,10 +4,15 @@
Must-Have (before 1.0)
----------------------
- Write a "Whats New" (delta from BFG 1.3)
- Reconcile "extending an existing application" chapter with existence of
  "advanced configuration" chapter.
- Consider deprecations for ``model`` and ``resource`` APIs.
Should-Have
-----------
- Fix add_static_view docs to mention: static views cannot be served from the
  root, that "name" really means "prefix", and that a non-URL prefix can be a
@@ -26,13 +31,9 @@
  view=pyramid.views.static('some:asset/spec'))``, and explain that
  ``static`` requires ``subpath``.
Should-Have
-----------
- Static (URL-generation only) routes.
- Add narrative docs for wsgiapp and wsgiapp2.
- Add docs for httpexceptions module for each webob.exc class that inherits
  from WSGIHTTPException.
- translationdir ZCML directive use of ``path_spec`` should maybe die.
@@ -41,8 +42,6 @@
- ``decorator=`` parameter to view_config.  This would replace the existing
  _map_view "decorator" if it existed.
- Static (URL-generation only) routes.
- Provide a response_set_cookie method on the request for rendered responses
  that can be used as input to response.set_cookie?