From 2d08f9c51bfd4a3053c42fb324d0d0406d0a2bb9 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 20 Feb 2002 05:45:17 +0000 Subject: [PATCH] Use the csv module for generating the form entry so it's correct. [also noted the sf.net feature request id in the change log] git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@641 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 3 ++- roundup/cgi_client.py | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 646fa55..d129e52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,8 @@ Feature: better configuration system. . Alternate email addresses are now available for users. See the MIGRATION file for info on how to activate the feature. - . Added simple editing for classes that don't define a templated interface. + . #511168 ] Web interface: Adding new products + Classes that don't provide template html get a default edit interface now: - access using the admin "class list" interface - limited to admin-only - requires the csv module from object-craft (url given if it's missing) diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 0e446d4..4ef96e7 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.103 2002-02-20 05:05:28 richard Exp $ +# $Id: cgi_client.py,v 1.104 2002-02-20 05:45:17 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -371,12 +371,13 @@ function submit_once() { w('') w('
') - w('
')) @@ -1287,6 +1288,12 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.103 2002/02/20 05:05:28 richard +# . Added simple editing for classes that don't define a templated interface. +# - access using the admin "class list" interface +# - limited to admin-only +# - requires the csv module from object-craft (url given if it's missing) +# # Revision 1.102 2002/02/15 07:08:44 richard # . Alternate email addresses are now available for users. See the MIGRATION # file for info on how to activate the feature. -- 2.30.2