##// 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
/ app / models
repository
attachment.rb Loading ...
auth_source.rb Loading ...
auth_source_ldap.rb Loading ...
board.rb Loading ...
change.rb Loading ...
changeset.rb Loading ...
comment.rb Loading ...
custom_field.rb Loading ...
custom_value.rb Loading ...
document.rb Loading ...
document_observer.rb Loading ...
enabled_module.rb Loading ...
enumeration.rb Loading ...
issue.rb Loading ...
issue_category.rb Loading ...
issue_custom_field.rb Loading ...
issue_observer.rb Loading ...
issue_relation.rb Loading ...
issue_status.rb Loading ...
journal.rb Loading ...
journal_detail.rb Loading ...
journal_observer.rb Loading ...
mail_handler.rb Loading ...
mailer.rb Loading ...
member.rb Loading ...
message.rb Loading ...
message_observer.rb Loading ...
news.rb Loading ...
news_observer.rb Loading ...
project.rb Loading ...
project_custom_field.rb Loading ...
query.rb Loading ...
repository.rb Loading ...
role.rb Loading ...
setting.rb Loading ...
time_entry.rb Loading ...
time_entry_custom_field.rb Loading ...
token.rb Loading ...
tracker.rb Loading ...
user.rb Loading ...
user_custom_field.rb Loading ...
user_preference.rb Loading ...
version.rb Loading ...
watcher.rb Loading ...
wiki.rb Loading ...
wiki_content.rb Loading ...
wiki_page.rb Loading ...
wiki_redirect.rb Loading ...
workflow.rb Loading ...