changeset 2487:9184fbd2aab0 maint-0.7

include "context" always, as documented [SF#965447]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 21 Jun 2004 05:54:11 +0000
parents 6e8ecdb19e6a
children 3af075731c43
files CHANGES.txt roundup/cgi/templating.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Mon Jun 21 05:42:45 2004 +0000
+++ b/CHANGES.txt	Mon Jun 21 05:54:11 2004 +0000
@@ -11,6 +11,7 @@
 - fixed Boolean values in postgresql (sf bugs 972546 and 972600)
 - fixed -g arg to roundup-server (sf bug 973946)
 - better roundup-server usage string (sf bug 973352)
+- include "context" always, as documented (sf bug 965447)
 
 
 2004-06-10 0.7.4
--- a/roundup/cgi/templating.py	Mon Jun 21 05:42:45 2004 +0000
+++ b/roundup/cgi/templating.py	Mon Jun 21 05:54:11 2004 +0000
@@ -196,6 +196,7 @@
                 pass
 
         c = {
+             'context': None,
              'options': {},
              'nothing': None,
              'request': request,

Roundup Issue Tracker: http://roundup-tracker.org/