Code

Sorry about this huge checkin! It's fixing a lot of related stuff in one go
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 29 May 2002 01:16:17 +0000 (01:16 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 29 May 2002 01:16:17 +0000 (01:16 +0000)
commite0682d7cfa374ce2f417ddcf0e652f030fb5dcd0
treeb815b04c68e9e911a53c08fceadc80f74102ea12
parenta77eaaa3b1f9777278b1ccfaa436ae1f008128a1
Sorry about this huge checkin! It's fixing a lot of related stuff in one go
though.

. #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
. 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

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@766 57a73879-2fb5-44c3-a270-3262357dd7e2
17 files changed:
CHANGES.txt
MANIFEST.in
MIGRATION.txt
doc/installation.txt
doc/user_guide.txt
roundup/cgi_client.py
roundup/mailgw.py
roundup/roundupdb.py
roundup/templates/classic/detectors/nosyreaction.py
roundup/templates/classic/detectors/statusauditor.py [new file with mode: 0644]
roundup/templates/extended/detectors/__init__.py
roundup/templates/extended/detectors/nosyreaction.py
roundup/templates/extended/detectors/statusauditor.py [new file with mode: 0644]
run_tests
setup.py
test/__init__.py
test/test_mailgw.py