comparison CHANGES.txt @ 3901:55e325e10a52

notes about recent features and fixes from Erik and myself
author Justus Pendleton <jpend@users.sourceforge.net>
date Wed, 12 Sep 2007 17:57:27 +0000
parents 2563ddf71cd7
children 21420ba64b0d
comparison
equal deleted inserted replaced
3900:182ba3207899 3901:55e325e10a52
8 still limited to 1970-2038. 8 still limited to 1970-2038.
9 - Add simple anti-spam recipe to docs 9 - Add simple anti-spam recipe to docs
10 - Allow customisation of regular expressions used in email parsing, thanks 10 - Allow customisation of regular expressions used in email parsing, thanks
11 Bruno Damour 11 Bruno Damour
12 - Italian translation by Marco Ghidinelli 12 - Italian translation by Marco Ghidinelli
13 - Multilinks take any iterable
14 - config option: specify port and local hostname for SMTP connections
15 - Tracker index templating (i.e. when roundup_server is serving multiple
16 trackers) (sf bug 1058020)
17 - config option: Limit nosy attachments based on size (Philipp Gortan)
18 - roundup_server supports SSL via pyopenssl
19 - templatable 404 not found messages (sf bug 1403287)
20 - Unauthorized email includes a link to the registration page for
21 the tracker
22 - config options: control whether author info/email is included in email
23 sent by roundup
24
13 25
14 Fixed: 26 Fixed:
15 - Handling of unset Link search in RDBMS backend 27 - Handling of unset Link search in RDBMS backend
16 - Journal import/export for metakit backend 28 - Journal import/export for metakit backend
17 - Journal export of anydbm didn't correctly export previously empty values 29 - Journal export of anydbm didn't correctly export previously empty values
22 reindexing. 34 reindexing.
23 - Turning off indexing for content properties of FileClass instance 35 - Turning off indexing for content properties of FileClass instance
24 (e.g., "file" and "msg") now works for SQL backends. 36 (e.g., "file" and "msg") now works for SQL backends.
25 - Enabled over-riding of content-type in web interface (thanks 37 - Enabled over-riding of content-type in web interface (thanks
26 John Mitchell) 38 John Mitchell)
39 - Validate user timezones to filter bad entries (sf bug 1738470)
40 - Classic template allows searching for issues with no topic set
41 (sf bug 1610787)
42 - xapian_indexer uses current API for stemming (Rick Benavidez)
43 (sf bug 1771414)
44 - Ensure email addresses are unique (sf bug 1611787)
45 - roundup_admin tracks uncommitted changes in interactive mode
46 for all backends (sf bug 1297014)
47 - add template search path for easy_install (Marek Kubica)
48 - don't spam the roundup admin on client shutdowns (Ulrik Mikaelsson)
49 - respect umask on filestorage backends (Ulrik Mikaelsson) (sf bug 1744328)
50 - cope with spam robots posting multiple instances of the same form
51 - include the author of property-only changes in generated messages
27 52
28 53
29 2007-02-15 1.3.3 54 2007-02-15 1.3.3
30 Fixed: 55 Fixed:
31 - If-Modified-Since handling was broken 56 - If-Modified-Since handling was broken

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