summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: 452e2d1e842c4c8cdea7f8d43f14817c3396a547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:mod:`repoze.bfg` TODOs
=======================

- Supply ``X-Vhm-Host`` support.

- Basic WSGI documentation (pipeline / app / server).

- Allow a translator to be supplied for template rendering.

- Allow a debug argument to be supplied for template rendering
  (requires Chameleon capable of accepting the ``debug`` argument to a
  template constructor; behavior currently implemented on Chameleon
  head but not in any release).

- Figure out a way to expose some of the functionality of
  ``Configurator._derive_view`` as an API.

- Provide a webob.Response class facade for forward compat.

- Replace default_notfound_view and default_forbidden_view with better
  exception view candidates.

- Fix message catalog extraction / compilation documentation.