Mercurial > p > roundup > code
comparison CHANGES.txt @ 2154:9f6e6bc40a08
fixes and release announcement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Mar 2004 03:57:07 +0000 |
| parents | c97113353415 |
| children | 225a0a74ac25 |
comparison
equal
deleted
inserted
replaced
| 2153:643f9c9d7517 | 2154:9f6e6bc40a08 |
|---|---|
| 1 This file contains the changes to the Roundup system over time. The entries | 1 This file contains the changes to the Roundup system over time. The entries |
| 2 are given with the most recent entry first. | 2 are given with the most recent entry first. |
| 3 | 3 |
| 4 2004-??-?? 0.7.0b2 | 4 2004-03-27 0.7.0b2 |
| 5 Feature: | 5 Feature: |
| 6 - added CSV export to index pages | 6 - added CSV export to index pages |
| 7 - added emailauditor.py which works around a bug in IE. See | 7 - added emailauditor.py which works around a bug in IE. See |
| 8 "detectors/emailauditor.py" for more info. | 8 "detectors/emailauditor.py" for more info. |
| 9 - added dispatcher functionality - see upgrading.txt for more info | 9 - added dispatcher functionality - see upgrading.txt for more info |
| 10 - added Reject exception which may be raised by auditors. This is trapped | 10 - added Reject exception which may be raised by auditors. This is trapped |
| 11 by mailgw and may be used to veto creation of file attachments or | 11 by mailgw and may be used to veto creation of file attachments or |
| 12 messages. (sf bug 700265) | 12 messages. (sf bug 700265) |
| 13 - queries on a per-user basis, and public queries (sf "bug" 891798 :) | 13 - queries on a per-user basis, and public queries (sf "bug" 891798 :) |
| 14 - added DEFAULT_TIMEZONE (sf rfe 895139) | 14 - added DEFAULT_TIMEZONE (sf rfe 895139) |
| 15 | 15 - added HTML page template to the templating context as "template" |
| 16 Fixed: | 16 - added is_retired to HTMLItems in templating |
| 17 - Boolean HTML templating was broken | 17 |
| 18 - Link HTML templating field() was broken | 18 Fixed: |
| 19 - Boolean, Date and Link HTML templating was broken | |
| 19 - fix reporting of test inclusion in postgresql test | 20 - fix reporting of test inclusion in postgresql test |
| 20 - EditAction was confused about who "self" was | 21 - EditAction was confused about who "self" was |
| 21 - edit collision detection was broken for index-page edits | 22 - edit collision detection was broken for index-page edits |
| 22 - sqlite backend wasn't migrating multilink tables correctly | 23 - sqlite backend wasn't migrating multilink tables correctly |
| 23 - use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie) | 24 - use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie) |
| 24 - handle older sessions in session dbm | 25 - handle older sessions in session dbm |
| 25 - make presetunread more resilient to status Class changes | 26 - make presetunread more resilient to status Class changes |
| 27 - HTMLDatabase classes() was broken | |
| 26 | 28 |
| 27 | 29 |
| 28 2004-03-24 0.7.0b1 | 30 2004-03-24 0.7.0b1 |
| 29 Major new features: | 31 Major new features: |
| 30 - added postgresql backend (originally from sf patch 761740, many changes | 32 - added postgresql backend (originally from sf patch 761740, many changes |
