Code

pre-release stuff
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Jan 2002 21:51:18 +0000 (21:51 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Jan 2002 21:51:18 +0000 (21:51 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@603 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
MIGRATION.txt

index 3968421f2e4f504f2d60883cad4766420b68ba51..049be7e0fed8bf51a589ed8171d7160fcb3ca402 100644 (file)
@@ -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
index 9ce9e49bb5aa4631fa0e83d21af543d948d3adb8..7c78194254bc0ea09715f5206f920a5aad993926 100644 (file)
@@ -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
 =============================