Code

Added commentage to the dbinit files to help people with their
[roundup.git] / MIGRATION.txt
index a38fe79338c56f96b0e93d18f0b0a217fcf5f6f7..7730c360e46b72e95a5322541805f397ed4cfba4 100644 (file)
@@ -20,6 +20,24 @@ 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.
+
+The new configuration variables are:
+
+- EMAIL_KEEP_QUOTED_TEXT 
+- EMAIL_LEAVE_BODY_UNCHANGED
+- ADD_RECIPIENTS_TO_NOSY
+
+
 Migrating from 0.4.0 to 0.4.1
 =============================
 
@@ -61,7 +79,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