Mercurial > p > roundup > code
diff MIGRATION.txt @ 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 | 09eb8d264b1d |
| children | 7c2c4840db6a |
line wrap: on
line diff
--- 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 =============================
