OSDN Git Service

Converted User#mail_notification from a boolean to a string.
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Sep 2010 18:22:00 +0000 (18:22 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Sep 2010 18:22:00 +0000 (18:22 +0000)
commit0316af7f6bfa47ba1166eda3c5c7167229033a76
treedb8d004f118674335919690a2f38b1b59782941b
parent3a3263102a7cda4be1c90168a9d32fa904d58272
Converted User#mail_notification from a boolean to a string.

The string will now store which type of notification option to use.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4216 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/my_controller.rb
app/models/project.rb
app/models/user.rb
app/views/my/account.rhtml
config/locales/en.yml
db/migrate/20100129193402_change_users_mail_notification_to_string.rb [new file with mode: 0644]
db/migrate/20100129193813_update_mail_notification_values.rb [new file with mode: 0644]
test/fixtures/users.yml
test/unit/user_test.rb