Code

forgot :note/:file docstring
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 16 Feb 2003 22:57:09 +0000 (22:57 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 16 Feb 2003 22:57:09 +0000 (22:57 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1513 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/client.py

index 10015b317ef3b87eb84ffd69f08cbb9896bfe255..74e19a871499d75ac314f1901e5287b70b6052a9 100644 (file)
@@ -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