Code

. changed the default message list in issues to display the message body
[roundup.git] / MIGRATION.txt
index a38fe79338c56f96b0e93d18f0b0a217fcf5f6f7..27bd93ec7ef3854af71690f2082e02083d5b5e8c 100644 (file)
@@ -20,6 +20,18 @@ in thousands e.g. msg123 will be put into files/msg/0/msg123, file2003
 will go into files/file/2/file2003. Previous messages are still found, but
 could be put into this structure.
 
+Migrating from 0.4.0 to 0.4.1
+=============================
+
+Configuration
+-------------
+
+The USER_INDEX definition introduced in 0.4.1 was too restrictive in its
+allowing replacement of 'assignedto' with the user's userid. Users must change
+the None value of 'assignedto' to 'CURRENT USER' (the string, in quotes) for
+the replacement behaviour to occur now.
+
+
 Migrating from 0.4.0 to 0.4.1
 =============================
 
@@ -61,7 +73,7 @@ communicate with roundup as. All email from roundup will continue to be sent
 to their primary address.
 
 If you have not edited the dbinit.py file in your instance home directory,
-YOU MAY Simply copy the new dbinit.py file from the core code. If you used
+you may simply copy the new dbinit.py file from the core code. If you used
 the classic schema, the interfaces file is in:
 
  <roundup source>/roundup/templates/classic/dbinit.py