From: richard Date: Wed, 23 Jan 2002 21:51:18 +0000 (+0000) Subject: pre-release stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=efd4113bd62606c449734539625e930c738f0856;p=roundup.git pre-release stuff git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@603 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 3968421..049be7e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 @@ Fixed: . 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 --git a/MIGRATION.txt b/MIGRATION.txt index 9ce9e49..7c78194 100644 --- a/MIGRATION.txt +++ b/MIGRATION.txt @@ -59,8 +59,8 @@ to: 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 @@ source roundup/templates/[schema]/detectors/nosyreactor.py to your instance 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 =============================