Mercurial > p > roundup > code
diff MIGRATION.txt @ 753:938edfdeac6e
Sorry about this huge checkin!
It's fixing a lot of related stuff in one go though.
. [SF#541941] changing multilink properties by mail
. [SF#526730] search for messages capability
. [SF#505180] split MailGW.handle_Message
- also changed cgi client since it was duplicating the functionality
. build htmlbase if tests are run using CVS checkout (removed note from
installation.txt)
. don't create an empty message on email issue creation if the email is empty
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 29 May 2002 01:16:17 +0000 |
| parents | a55c0622dced |
| children |
line wrap: on
line diff
--- a/MIGRATION.txt Tue May 28 11:52:08 2002 +0000 +++ b/MIGRATION.txt Wed May 29 01:16:17 2002 +0000 @@ -9,18 +9,7 @@ 0.3.x -> 0.4.x 0.2.x -> 0.3.x -From CVS -======== - -Files storage -------------- - -Messages and files from newly created issues will be put into subdierectories -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 +Migrating from 0.4.1 to 0.4.2 ============================= Configuration @@ -38,9 +27,30 @@ - ADD_RECIPIENTS_TO_NOSY +Mail Gateway +------------ + +You will need to copy the detectors from the distribution into your instance +home detectors directory. The schema-specific code has been removed from the +mail gateway and made into auditors: + +- nosyreactor.py has now got an updatenosy auditor which updates the nosy + list with author, recipient and assignedto information. +- statusauditor.py makes the unread or resolved -> chatting changes and + presets the status of an issue to unread. + + Migrating from 0.4.0 to 0.4.1 ============================= +Files storage +------------- + +Messages and files from newly created issues will be put into subdierectories +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. + Configuration ------------- @@ -68,8 +78,6 @@ The extended schema has similar variables added too - see the source for more info. - - Alternate E-Mail Addresses --------------------------
