Mercurial > p > roundup > code
diff CHANGES.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 | 51c425129b35 |
| children | e8987248fde0 |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 28 11:52:08 2002 +0000 +++ b/CHANGES.txt Wed May 29 01:16:17 2002 +0000 @@ -32,7 +32,11 @@ . applied patch #558876 ] cgi client customization . split instance initialisation into two steps, allowing config changes before the database is initialised. + . don't create an empty message on email issue creation if the email is empty + . #541941 ] changing multilink properties by mail . #526730 ] search for messages capability + . #505180 ] split MailGW.handle_Message + - also changed cgi client since it was duplicating the functionality Fixed: . stop sending blank (whitespace-only) notes @@ -58,6 +62,7 @@ . cleaned out the template stylesheets, removing a bunch of junk that really wasn't necessary (font specs, styles never used) and added a style for message content + . build htmlbase if tests are run using CVS checkout 2002-03-25 - 0.4.1 Feature:
