Skip to content

Commit e922dd2

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 29a0d4c commit e922dd2

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGES.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2002-01-?? - 0.4.0
4+
2002-01-24 - 0.4.0
55
Feature:
66
. much nicer history display (actualy real handling of property types etc)
77
. journal entries for link and mutlilink properties can be switched on or
88
off
99
. properties in change note are now sorted
10-
. the mail gateway now responds with an error message when invalid values
11-
for arguments are specified for link or mutlilink properties.
12-
. modified unit test to check nosy and assignedto when specified as
13-
arguments
1410
. you can now use the roundup-admin tool pack the database
15-
. unit tests for html templating (and re-enabled the listbox field for
16-
multilinks)
1711

1812
Fixed:
13+
. the mail gateway now responds with an error message when invalid values
14+
for arguments are specified for link or mutlilink properties
15+
. modified unit test to check nosy and assignedto when specified as arguments
1916
. handle attachments with no name (eg tnef)
2017
. fixed setting nosy as argument in subject line
2118
. fixed back_bsddb so it passed the journal tests
2219
. fixed status changes in mail gateway (eg. unread -> chatting)
2320
. we'll actually distribute the frontends directory now, as advertised...
2421
. handle stripping of "AW:" from subject line
2522
. htmltemplate list() wasn't sorting...
23+
. unit tests for html templating (and re-enabled the listbox field for
24+
multilinks)
2625
. allow abbreviation of "help" in admin tool too.
2726
. run_tests testReldate_date failed if LANG is 'german'
2827
. mailgw failures (unexpected ones) are forwarded to the roundup admin

MIGRATION.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ to:
5959
Configuration
6060
-------------
6161
INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the
62-
instance_config.py. Simplest solution is to copy the default values from
63-
template in the core source.
62+
instance_config.py. The simplest solution is to copy the default values
63+
from template in the core source.
6464

6565
The mail gateway now checks ANONYMOUS_REGISTER to see if unknown users are to
6666
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
8282
home "detectors" directory.
8383

8484

85+
HTML templating
86+
---------------
87+
The field() function was incorrectly implemented - links and multilinks now
88+
display as text fields when rendered using field(). To display a menu (drop-
89+
down or select box) you need to use the menu() function.
90+
91+
8592

8693
Migrating from 0.2.x to 0.3.x
8794
=============================

0 commit comments

Comments
 (0)