Redmine/app
Eric Davis 700c302fca Change Project#notified_users to check for the 'all' notification option. #6541
The previous mail_notification? check would always pass since the
notifications where converted to strings and strings are always true.

Also changed Project#recipients to use #notified_users instead of duplicated
code.

Based on contribution by Felix Schäfer.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4247 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-10-10 21:42:24 +00:00
..
controllers Add SortHelper so custom queries will run on the Calendar. #6612 2010-10-10 21:17:10 +00:00
helpers Refactor: split UsersController#edit into #edit and #update 2010-09-30 18:22:46 +00:00
models Change Project#notified_users to check for the 'all' notification option. #6541 2010-10-10 21:42:24 +00:00
views Refactor: extract TimelogController#create from TimelogController#edit 2010-10-08 15:39:39 +00:00