# HG changeset patch # User Richard Jones # Date 1011822678 0 # Node ID 4d509f01d336746a1703614f29bd2555b0edf786 # Parent b43f031f3946246989ea0760b2250e202073003e pre-release stuff diff -r b43f031f3946 -r 4d509f01d336 CHANGES.txt --- a/CHANGES.txt Wed Jan 23 21:43:23 2002 +0000 +++ b/CHANGES.txt Wed Jan 23 21:51:18 2002 +0000 @@ -1,21 +1,18 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2002-01-?? - 0.4.0 +2002-01-24 - 0.4.0 Feature: . much nicer history display (actualy real handling of property types etc) . journal entries for link and mutlilink properties can be switched on or off . properties in change note are now sorted - . the mail gateway now responds with an error message when invalid values - for arguments are specified for link or mutlilink properties. - . modified unit test to check nosy and assignedto when specified as - arguments . you can now use the roundup-admin tool pack the database - . unit tests for html templating (and re-enabled the listbox field for - multilinks) Fixed: + . the mail gateway now responds with an error message when invalid values + for arguments are specified for link or mutlilink properties + . modified unit test to check nosy and assignedto when specified as arguments . handle attachments with no name (eg tnef) . fixed setting nosy as argument in subject line . fixed back_bsddb so it passed the journal tests @@ -23,6 +20,8 @@ . we'll actually distribute the frontends directory now, as advertised... . handle stripping of "AW:" from subject line . htmltemplate list() wasn't sorting... + . unit tests for html templating (and re-enabled the listbox field for + multilinks) . allow abbreviation of "help" in admin tool too. . run_tests testReldate_date failed if LANG is 'german' . mailgw failures (unexpected ones) are forwarded to the roundup admin diff -r b43f031f3946 -r 4d509f01d336 MIGRATION.txt --- a/MIGRATION.txt Wed Jan 23 21:43:23 2002 +0000 +++ b/MIGRATION.txt Wed Jan 23 21:51:18 2002 +0000 @@ -59,8 +59,8 @@ Configuration ------------- INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the -instance_config.py. Simplest solution is to copy the default values from -template in the core source. +instance_config.py. The simplest solution is to copy the default values +from template in the core source. The mail gateway now checks ANONYMOUS_REGISTER to see if unknown users are to be automatically registered with the tracker. If it is set to "deny" then @@ -82,6 +82,13 @@ home "detectors" directory. +HTML templating +--------------- +The field() function was incorrectly implemented - links and multilinks now +display as text fields when rendered using field(). To display a menu (drop- +down or select box) you need to use the menu() function. + + Migrating from 0.2.x to 0.3.x =============================