summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 21:19:08 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 21:19:08 -0400
commitdc98227171b49237d5236a2fbac0889b7cc07da4 (patch)
tree5c6b31626b17b464c04b21bfb904bd2730100218 /TODO.txt
parentf506adb6a9c5e4dd867c92cc9ae1edb558ec131d (diff)
parent315f755fd8c04e90d01c14a97afae8778cf45f05 (diff)
downloadpyramid-dc98227171b49237d5236a2fbac0889b7cc07da4.tar.gz
pyramid-dc98227171b49237d5236a2fbac0889b7cc07da4.tar.bz2
pyramid-dc98227171b49237d5236a2fbac0889b7cc07da4.zip
Merge branch 'feature.staticfilegeddon'
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 5305dcc57..4da189bce 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,6 +7,8 @@ Should-Have
- Consider adding exclog to all scaffolds to print tracebacks to the console
while the debug toolbar is enabled.
+- Add cache_max_age=3600 to add_static_view of all scaffolds.
+
Nice-to-Have
------------
@@ -79,13 +81,6 @@ Future
- 1.3: Add a default-view-config-params decorator that can be applied to a
class which names defaults for method-based view_config decorator options.
-- 1.3: - Eliminate non-deployment-non-scaffold-related Paste dependency:
- ``paste.urlparser.StaticURLParser`` (cutnpaste or reimplement, possibly
- using chrisrossi's happy stuff as a base). paste.urlparser/paste.fileapp
- features missing from happy.static: ``wsgi.file_wrapper`` support
- (FileApp.get), 'HEAD' method support (FileApp.get), ETAG and if-none-match
- support (DataApp.get), handling file permission exceptions (FileApp.get),
-
- 1.3: use zope.registry rather than zope.component.
- 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions