Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 5 Apr 2004 05:51:57 +0000 (05:51 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 5 Apr 2004 05:51:57 +0000 (05:51 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2253 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/whatsnew-0.7.txt

index b8bfc51707a77a4b5d0b4797ce7b54d549117ab6..58975a4f4c1a6a35984534b5b9c1af990aa5e3c9 100644 (file)
@@ -6,9 +6,10 @@ Feature:
 - added a favicon
 - added url_quote and html_quote methods to the utils object
 - added isset method to HTMLProperty
+- database export now exports full journals too
 
 Fixed:
-- CSV export was busted (as was any action returning a result)
+- web CSV export was busted (as was any action returning a result)
 - MultiMapping deviated from the Zope C implementation in a number of
   places (thanks Toby Sargeant)
 - MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
index 72e1d9d1123c6fc1984bd0c347dc64df209dcad6..e997918ae8b3a442004ee6a9b157e3a091ecfee2 100644 (file)
@@ -435,6 +435,9 @@ Other improvements
   is not capable of storing this precision though, so it will be lost for
   users of that backend.
 
+- The roundup-admin "export" and "import" commands now handle the database
+  journals too. This means that exports from previous versions of Roundup
+  will not work under 0.7!
 
 
 .. _`customisation documentation`: customizing.html