changeset 591:4d509f01d336 0.4.0

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Wed, 23 Jan 2002 21:51:18 +0000
parents b43f031f3946
children 326388b8604a
files CHANGES.txt MIGRATION.txt
diffstat 2 files changed, 15 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
 =============================

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