Mercurial > p > roundup > code
diff MIGRATION.txt @ 394:f43af1e97fdd
Added a target version field to the extended issue schema
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 21 Nov 2001 02:34:18 +0000 |
| parents | 3aee8a37afeb |
| children | 00f120add0f7 |
line wrap: on
line diff
--- a/MIGRATION.txt Thu Nov 15 10:36:17 2001 +0000 +++ b/MIGRATION.txt Wed Nov 21 02:34:18 2001 +0000 @@ -79,7 +79,8 @@ MESSAGES_TO_AUTHOR has been added to the IssueClass in dbinit.py. Set to 'yes' to send nosy messages to the author. Default behaviour is to not send nosy -messages to the author. +messages to the author. You will need to add MESSAGES_TO_AUTHOR to your +dbinit.py in your instance home. CGI script roundup.cgi @@ -89,3 +90,5 @@ distribution. Make sure you update the ROUNDUP_INSTANCE_HOMES after the copy. + +
