[Zope-CVS] CVS: Packages/Moztop/idesupport/xmlrpc - folder.py:1.2
Stephan Richter
srichter@cbu.edu
Tue, 14 Jan 2003 20:27:07 -0500
Update of /cvs-repository/Packages/Moztop/idesupport/xmlrpc
In directory cvs.zope.org:/tmp/cvs-serv6091/idesupport/xmlrpc
Modified Files:
folder.py
Log Message:
I think this is a good checkpoint to make a checkin:
- Now we can add Folders in any arbitrary Sub-Folder.
- I needed to fix the nsXmlRpcClient.js file, so I provide the fixed
version here.
- Updated CHANGES.txt.
- Updated INSTALL.txt to reflect the fix for nzXmlRpcClient.js and made
a note that a nightly build is required, since the XML-RPC lib does not
work in 1.2.1.
=== Packages/Moztop/idesupport/xmlrpc/folder.py 1.1 => 1.2 ===
--- Packages/Moztop/idesupport/xmlrpc/folder.py:1.1 Tue Jan 14 15:42:26 2003
+++ Packages/Moztop/idesupport/xmlrpc/folder.py Tue Jan 14 20:26:34 2003
@@ -33,4 +33,4 @@
content = createObject(self, type)
container = getAdapter(self.context, IZopeContainer)
name = container.setObject(name, content)
- return 1
+ return "A %s with name '%s' was successfully added!" %(type, name)