obsolete.ChilliProject/test
Eric Davis b4be8849c0 Added observers to watch model objects for mail delivery instead of calling Mailer.
* Added an IssueObserver to watch when Issues are created
* Added a JournalObserver to watch when Journals are created (Issue updates)
* Added a NewsObserver for News items.
* Added a DocumentObserver for Document notifications.
* Setup IssuesController#new to use the IssueObserver.
* Setup IssuesController#edit to use the IssueObserver.
* Setup IssuesController#bulk_edit to use the JournalObserver.
* Removed the Mailer call in Changeset#scan_commit_for_issue_ids, the
  JournalObserver will handle it.
* Removed Mailer calls in MailHandler in favor of the Observers.

  #2659

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2637 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-03-28 00:38:57 +00:00
..
fixtures Ability to add multiple project members in a single action (#1556). 2009-03-27 18:10:36 +00:00
functional Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
integration Fixes that user's last_login_on was not set when using registration with automatic activation. 2009-03-15 10:49:18 +00:00
mocks Adding OpenID mock and test. #699 2009-02-11 19:07:18 +00:00
unit Added observers to watch model objects for mail delivery instead of calling Mailer. 2009-03-28 00:38:57 +00:00
helper_testcase.rb Added Redmine::WikiFormatting module and tests for wiki links. 2007-09-02 20:41:47 +00:00
test_helper.rb Limit the size of repository files displayed inline too. 2009-02-21 16:04:51 +00:00