comparison CHANGES.txt @ 284:ab74a46c3a9d

changes
author Richard Jones <richard@users.sourceforge.net>
date Thu, 11 Oct 2001 05:02:37 +0000
parents a4241ddd22d7
children 9c093cc62e2a
comparison
equal deleted inserted replaced
283:4114d0af5526 284:ab74a46c3a9d
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 2001-10-07 - 0.3.0 4 2001-10-11 - 0.3.0 pre 2
5 Fixed:
6 . Hyperdatabase was inserting empty strings instead of None for missing
7 property values. This broke a lot of things.
8
9
10 2001-10-10 - 0.3.0 pre 1
5 Feature: 11 Feature:
6 . roundup-admin create now prompts for property info if none is supplied 12 . roundup-admin create now prompts for property info if none is supplied
7 on the command-line. 13 on the command-line.
8 . hyperdb Class getprops() method may now return only the mutable 14 . hyperdb Class getprops() method may now return only the mutable
9 properties. 15 properties.
37 . Fixed a deviation from the spec: trying to modify the 'id' property of 43 . Fixed a deviation from the spec: trying to modify the 'id' property of
38 an item now throws an exception. 44 an item now throws an exception.
39 . The plain() template function now html-escapes the content. 45 . The plain() template function now html-escapes the content.
40 . Change message was stuffing up for multilinks with no key property. 46 . Change message was stuffing up for multilinks with no key property.
41 47
48
49
50 --------------
42 51
43 2001-08-30 - 0.2.8 52 2001-08-30 - 0.2.8
44 Fixed: 53 Fixed:
45 . Wasn't handling unguessable mime types for file uploads. 54 . Wasn't handling unguessable mime types for file uploads.
46 . Missing import in mailgw. 55 . Missing import in mailgw.

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