File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ Feature:
66- added a favicon
77- added url_quote and html_quote methods to the utils object
88- added isset method to HTMLProperty
9+ - database export now exports full journals too
910
1011Fixed:
11- - CSV export was busted (as was any action returning a result)
12+ - web CSV export was busted (as was any action returning a result)
1213- MultiMapping deviated from the Zope C implementation in a number of
1314 places (thanks Toby Sargeant)
1415- MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
Original file line number Diff line number Diff line change @@ -435,6 +435,9 @@ Other improvements
435435 is not capable of storing this precision though, so it will be lost for
436436 users of that backend.
437437
438+ - The roundup-admin "export" and "import" commands now handle the database
439+ journals too. This means that exports from previous versions of Roundup
440+ will not work under 0.7!
438441
439442
440443.. _`customisation documentation`: customizing.html
You can’t perform that action at this time.
0 commit comments