From 3e8b55684365668dc777eba76794e52d23a1199b Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 13 Nov 2003 05:56:48 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1986 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 6 +++--- roundup/cgi/client.py | 6 +++--- setup.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index 67de904..0136601 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.104 $ +:Version: $Revision: 1.105 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1023,7 +1023,7 @@ Two special form values are supported for backwards compatibility: This is equivalent to:: @link@messages=msg-1 - @msg-1@content=value + msg-1@content=value except that in addition, the "author" and "date" properties of "msg-1" are set to the userid of the submitter, and the current @@ -1033,7 +1033,7 @@ Two special form values are supported for backwards compatibility: This is equivalent to:: @link@files=file-1 - @file-1@content=value + file-1@content=value The String content value is handled as described above for file uploads. diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 2962203..874796f 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.145 2003-11-12 01:00:59 richard Exp $ +# $Id: client.py,v 1.146 2003-11-13 05:56:48 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1471,7 +1471,7 @@ You should then receive another email with the new password. This is equivalent to:: @link@messages=msg-1 - @msg-1@content=value + msg-1@content=value except that in addition, the "author" and "date" properties of "msg-1" are set to the userid of the @@ -1481,7 +1481,7 @@ You should then receive another email with the new password. This is equivalent to:: @link@files=file-1 - @file-1@content=value + file-1@content=value The String content value is handled as described above for file uploads. diff --git a/setup.py b/setup.py index df99ff3..9d08e5d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.57 2003-10-25 22:53:26 richard Exp $ +# $Id: setup.py,v 1.58 2003-11-13 05:56:48 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -158,7 +158,7 @@ def main(): 'doc/roundup-mailgw.1', 'doc/roundup-server.1'])) # add the templates to the data files lists - from roundup.admin import listTemplates + from roundup.init import listTemplates templates = [t['path'] for t in listTemplates('templates').values()] for tdir in templates: # scan for data files -- 2.30.2