diff options
author | Jens Vagelpohl <jens@dataflake.org> | 2009-06-23 11:01:24 +0000 |
---|---|---|
committer | Jens Vagelpohl <jens@dataflake.org> | 2009-06-23 11:01:24 +0000 |
commit | c69e17959e81c16bc1d0047acecdb4eb8d6c72ea (patch) | |
tree | e4b1ecfa3d26d82024bc997b551ac0e2afb59d87 /Products/JRedirector | |
parent | 2ebcfd5b1d6e010779a177bf0ef9a6d0b8fe9fa1 (diff) | |
download | Products.JRedirector-c69e17959e81c16bc1d0047acecdb4eb8d6c72ea.tar.gz Products.JRedirector-c69e17959e81c16bc1d0047acecdb4eb8d6c72ea.zip |
- release prep
git-svn-id: file:///svn-public/Products.JRedirector/trunk@1811 835909ba-7c00-0410-bfa4-884f43845301
Diffstat (limited to 'Products/JRedirector')
-rw-r--r-- | Products/JRedirector/CHANGES.txt | 4 | ||||
-rw-r--r-- | Products/JRedirector/README.txt | 6 | ||||
-rw-r--r-- | Products/JRedirector/VERSION.txt | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Products/JRedirector/CHANGES.txt b/Products/JRedirector/CHANGES.txt index a62630a..44ee652 100644 --- a/Products/JRedirector/CHANGES.txt +++ b/Products/JRedirector/CHANGES.txt @@ -1,13 +1,15 @@ Changelog ========= -1.4 (unreleased) +1.4 (2009-06-23) ---------------- - Product eggification - License change to use ZPL 2.1 +- overall code modernization + 1.3 (2002-12-13) ---------------- diff --git a/Products/JRedirector/README.txt b/Products/JRedirector/README.txt index 9e418ef..fd40df6 100644 --- a/Products/JRedirector/README.txt +++ b/Products/JRedirector/README.txt @@ -34,9 +34,9 @@ the JRedirector object and passing REQUEST. As an example, here is the snippet of my standard_html_error that invokes the JRedirector object:: -< dtml-if expr="error_type == 'NotFound'"> - < dtml-call expr="redirector_object(REQUEST)"> -< /dtml-if> + <dtml-if expr="error_type == 'NotFound'"> + <dtml-call expr="redirector_object(REQUEST)"> + </dtml-if> This will fire whenever a "NotFound" error occurs. If the path the user attempted to go to is not in the explicitly mapped diff --git a/Products/JRedirector/VERSION.txt b/Products/JRedirector/VERSION.txt index d245be4..c068b24 100644 --- a/Products/JRedirector/VERSION.txt +++ b/Products/JRedirector/VERSION.txt @@ -1 +1 @@ -1.4dev +1.4 |