Mercurial > p > roundup > code
diff CHANGES.txt @ 2137:c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Mar 2004 05:16:03 +0000 |
| parents | ee3cf6a44f29 |
| children | 702f9a6afdcf |
line wrap: on
line diff
--- a/CHANGES.txt Fri Mar 26 04:50:51 2004 +0000 +++ b/CHANGES.txt Fri Mar 26 05:16:03 2004 +0000 @@ -4,8 +4,8 @@ 2004-??-?? 0.7.0b2 Feature: - added CSV export to index pages -- added new auditor, emailauditor.py, that works around a bug in IE. See - emailauditor.py for more info. +- added emailauditor.py which works around a bug in IE. See + "detectors/emailauditor.py" for more info. - added dispatcher functionality - see upgrading.txt for more info - added Reject exception which may be raised by auditors. This is trapped by mailgw and may be used to veto creation of file attachments or @@ -15,9 +15,11 @@ Fixed: - Boolean HTML templating was broken - Link HTML templating field() was broken -- Fix reporting of test inclusion in postgresql test +- fix reporting of test inclusion in postgresql test - EditAction was confused about who "self" was -- Edit collision detection was broken for index-page edits +- edit collision detection was broken for index-page edits +- sqlite backend wasn't migrating multilink tables correctly +- use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie) 2004-03-24 0.7.0b1
