Mercurial > p > roundup > code
diff CHANGES.txt @ 676:bc46480e2a2b
Fixed serialisation problem...
...by moving the serialisation step out of the hyperdb.Class (get,
set) into the hyperdb.Database.
Also fixed htmltemplate after the showid changes I made yesterday.
Unit tests for all of the above written.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Apr 2002 05:54:31 +0000 |
| parents | d20e2e5f577a |
| children | 5b23ff865f3a |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 03 05:53:03 2002 +0000 +++ b/CHANGES.txt Wed Apr 03 05:54:31 2002 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -0.4.2 +2002-04-?? 0.4.2 Feature: . link() htmltemplate function now has a "showid" option for links and multilinks. When true, it only displays the linked node id as the anchor @@ -18,6 +18,7 @@ Fixed: . stop sending blank (whitespace-only) notes + . cleanup of serialisation for database storage 2002-03-25 - 0.4.1
