From: richard Date: Sun, 16 Feb 2003 22:57:09 +0000 (+0000) Subject: forgot :note/:file docstring X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=045b8e44789999b7db6f2bdc7c9636033ccc1dbb;p=roundup.git forgot :note/:file docstring git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1513 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 10015b3..74e19a8 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -1,4 +1,4 @@ -# $Id: client.py,v 1.85 2003-02-14 00:31:46 richard Exp $ +# $Id: client.py,v 1.86 2003-02-16 22:57:09 richard Exp $ __doc__ = """ WWW request handler (also used in the stand-alone server). @@ -1142,6 +1142,13 @@ class Client: If a String property's form value is a file upload, then we try to set additional properties "filename" and "type" (if they are valid for the class). + + Two special form values are supported for backwards + compatibility: + :note - create a message (with content, author and date), link + to the context item + :file - create a file, attach to the current item and any + message created by :note ''' # some very useful variables db = self.db