From 36fd8b9d24fe5ece4482897cbf5164e6ab301f96 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 29 Aug 2001 04:49:39 +0000 Subject: [PATCH] didn't clean up fully after debugging :( git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@244 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi_client.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 0e70d95..baa7293 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.23 2001-08-29 04:47:18 richard Exp $ +# $Id: cgi_client.py,v 1.24 2001-08-29 04:49:39 richard Exp $ import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes @@ -328,7 +328,7 @@ class Client: # now create the message content = '\n'.join(m) - message_id = self.db.msg.create(author='admin', #self.getuid(), + message_id = self.db.msg.create(author=self.getuid(), recipients=[], date=date.Date('.'), summary=summary, content=content) messages = cl.get(nid, 'messages') @@ -513,6 +513,10 @@ def parsePropsFromForm(cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.23 2001/08/29 04:47:18 richard +# Fixed CGI client change messages so they actually include the properties +# changed (again). +# # Revision 1.22 2001/08/17 00:08:10 richard # reverted back to sending messages always regardless of who is doing the web # edit. change notes weren't being saved. bleah. hackish. -- 2.30.2