comparison CHANGES.txt @ 2571:58848e3b6bb8

roundup-mailgw now logs fatal exceptions rather than mailing them to admin
author Richard Jones <richard@users.sourceforge.net>
date Wed, 14 Jul 2004 01:12:25 +0000
parents 50608e0bfb91
children 1a041cda628c
comparison
equal deleted inserted replaced
2569:eca3383a27a6 2571:58848e3b6bb8
7 - added support for HTTP charset selection 7 - added support for HTTP charset selection
8 - implement __nonzero__ for HTMLProperty 8 - implement __nonzero__ for HTMLProperty
9 - remove "manual" locking of sqlite database 9 - remove "manual" locking of sqlite database
10 - create a new RDBMS cursor after committing 10 - create a new RDBMS cursor after committing
11 - added basic logging, and configuration of it and python's logging module 11 - added basic logging, and configuration of it and python's logging module
12 - roundup-mailgw now logs fatal exceptions rather than mailing them to admin
12 - add a default argument to the DateHTMLProperty.field method, and an 13 - add a default argument to the DateHTMLProperty.field method, and an
13 optional Interval (string or object) to the DateHTMLProperty.now (patch 14 optional Interval (string or object) to the DateHTMLProperty.now (patch
14 from Vickenty Fesunov) 15 from Vickenty Fesunov)
15 - hide "(list)" popup links when issue is only viewable 16 - hide "(list)" popup links when issue is only viewable
16 - roundup-server options -g and -u accept both ids and names (sf bug 983769) 17 - roundup-server options -g and -u accept both ids and names (sf bug 983769)
21 - rdbms backend full text search failure after import (sf bug 980314) 22 - rdbms backend full text search failure after import (sf bug 980314)
22 - rdbms backends not filtering correctly on link=None 23 - rdbms backends not filtering correctly on link=None
23 - fix anydbm journal import (sf bug 983166) 24 - fix anydbm journal import (sf bug 983166)
24 - handle postgresql bug in SQL generation (sf bug 984591) 25 - handle postgresql bug in SQL generation (sf bug 984591)
25 - fix dates-from-Dates (sf bug 984604) 26 - fix dates-from-Dates (sf bug 984604)
27 - fix messageid generated when msgid is None for send_message (sf bug 987933)
26 28
27 29
28 2004-06-24 0.7.5 30 2004-06-24 0.7.5
29 Fixed: 31 Fixed:
30 - force lookup of journal props in anydbm filtering 32 - force lookup of journal props in anydbm filtering

Roundup Issue Tracker: http://roundup-tracker.org/