summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a551f2)
raw | patch | inline | side by side (parent: 3a551f2)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 5 Apr 2004 05:51:57 +0000 (05:51 +0000) | ||
committer | richard <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 | patch | blob | history | |
doc/whatsnew-0.7.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index b8bfc51707a77a4b5d0b4797ce7b54d549117ab6..58975a4f4c1a6a35984534b5b9c1af990aa5e3c9 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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
diff --git a/doc/whatsnew-0.7.txt b/doc/whatsnew-0.7.txt
index 72e1d9d1123c6fc1984bd0c347dc64df209dcad6..e997918ae8b3a442004ee6a9b157e3a091ecfee2 100644 (file)
--- a/doc/whatsnew-0.7.txt
+++ b/doc/whatsnew-0.7.txt
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