summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt22
1 files changed, 4 insertions, 18 deletions
diff --git a/TODO.txt b/TODO.txt
index 62b8c39f4..318171931 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -47,11 +47,9 @@ Nice-to-Have
the templates chapter and elsewhere. Scan the documentation for reference
to a renderer as *only* view configuration (it's a larger concept now).
-- Add better docs about what-to-do-when-behind-a-proxy: paste.urlmap ("/foo =
+- Add better docs about what-to-do-when-behind-a-proxy: rutter ("/foo =
app1" and "domain app1.localhost = app1"), ProxyPreserveHost and the nginx
- equivalent, preserving HTTPS URLs.
-
-- Alias the stupid long default session factory name.
+ proxy_params, preserving HTTPS URLs.
- Debug option to print view matching decision (e.g. debug_viewlookup or so).
@@ -113,20 +111,6 @@ Nice-to-Have
)
-Future
-------
-
-- 1.6: turn ``pyramid.settings.Settings`` into a function that returns the
- original dict (after ``__getattr__`` deprecation period, it was deprecated
- in 1.2).
-
-- 1.6: Remove IContextURL and TraversalContextURL.
-
-- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
- ``hashalg`` to ``sha512``.
-
-- 1.8 Remove set_request_property.
-
Probably Bad Ideas
------------------
@@ -160,3 +144,5 @@ Probably Bad Ideas
- _fix_registry should dictify the registry being fixed.
+- Apply a prefix to the userid principal to avoid poisoning the principal
+ namespace. See https://github.com/Pylons/pyramid/issues/2060