##// END OF EJS Templates
Added observers to watch model objects for mail delivery instead of calling Mailer....
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
Eric Davis -
r2548:b4be8849c0de
Show More
Name Size Modified Last Commit Author
/ test / functional
account_controller_test.rb Loading ...
admin_controller_test.rb Loading ...
application_controller_test.rb Loading ...
attachments_controller_test.rb Loading ...
boards_controller_test.rb Loading ...
custom_fields_controller_test.rb Loading ...
documents_controller_test.rb Loading ...
enumerations_controller_test.rb Loading ...
issue_categories_controller_test.rb Loading ...
issue_relations_controller_test.rb Loading ...
issues_controller_test.rb Loading ...
journals_controller_test.rb Loading ...
mail_handler_controller_test.rb Loading ...
members_controller_test.rb Loading ...
messages_controller_test.rb Loading ...
my_controller_test.rb Loading ...
news_controller_test.rb Loading ...
projects_controller_test.rb Loading ...
queries_controller_test.rb Loading ...
reports_controller_test.rb Loading ...
repositories_bazaar_controller_test.rb Loading ...
repositories_controller_test.rb Loading ...
repositories_cvs_controller_test.rb Loading ...
repositories_darcs_controller_test.rb Loading ...
repositories_git_controller_test.rb Loading ...
repositories_mercurial_controller_test.rb Loading ...
repositories_subversion_controller_test.rb Loading ...
roles_controller_test.rb Loading ...
search_controller_test.rb Loading ...
settings_controller_test.rb Loading ...
sys_controller_test.rb Loading ...
timelog_controller_test.rb Loading ...
trackers_controller_test.rb Loading ...
users_controller_test.rb Loading ...
versions_controller_test.rb Loading ...
watchers_controller_test.rb Loading ...
welcome_controller_test.rb Loading ...
wiki_controller_test.rb Loading ...
wikis_controller_test.rb Loading ...
workflows_controller_test.rb Loading ...