redmine/app/models
Jean-Philippe Lang ab46c52d4a MailHandler: fixed that sender's fullname is not unquoted (#10334).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9043 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-01 15:32:34 +00:00
..
repository Rails 3.1 compatibility (order declared on association takes precedence). 2012-02-26 13:05:19 +00:00
attachment.rb remove trailing white-spaces from app/models/attachment.rb 2012-02-26 10:16:09 +00:00
auth_source_ldap.rb Friendly response when the LDAP connection fails. 2012-02-19 18:13:46 +00:00
auth_source.rb Friendly response when the LDAP connection fails. 2012-02-19 18:13:46 +00:00
board.rb
change.rb
changeset.rb Fixed magic link in the note added when closing an issue by a commit from a subproject (#10284). 2012-02-20 21:58:57 +00:00
comment_observer.rb
comment.rb
custom_field_value.rb Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +00:00
custom_field.rb Use #reduce instead of #inject for getting the intersection of arrays. 2012-02-09 20:06:36 +00:00
custom_value.rb Extracts custom field values validation from CustomValue so that they can be validated globally from the customized object (#1189). 2012-01-28 11:16:58 +00:00
document_category_custom_field.rb
document_category.rb
document_observer.rb
document.rb Order is already defined on attachments association. 2012-01-01 17:35:34 +00:00
enabled_module.rb
enumeration.rb Use subclasses method instead of class variable. 2012-02-24 18:23:58 +00:00
group_custom_field.rb
group.rb Rails3: use .to_s for overriding human_attribute_name parameter at group model 2012-02-24 14:56:54 +00:00
issue_category.rb
issue_custom_field.rb
issue_observer.rb
issue_priority_custom_field.rb
issue_priority.rb
issue_relation.rb Removed after_initialize methods. 2011-12-18 14:57:58 +00:00
issue_status.rb
issue.rb Better handling of attachments when issue validation fails (#10253). 2012-02-16 21:00:11 +00:00
journal_detail.rb
journal_observer.rb
journal.rb
mail_handler.rb MailHandler: fixed that sender's fullname is not unquoted (#10334). 2012-03-01 15:32:34 +00:00
mailer.rb Mailer#url_for not called in views with Rails 3.1. 2012-02-27 20:43:25 +00:00
member_role.rb
member.rb Fixed potential error when sorting members without role (#10053). 2012-02-12 14:54:30 +00:00
message_observer.rb
message.rb
news_observer.rb
news.rb Adds a News#commentable? method to easily specific additional rules. 2012-02-11 17:14:56 +00:00
principal.rb Makes user autocompleters work with firstname and lastname. 2012-02-14 16:29:48 +00:00
project_custom_field.rb
project.rb Cleanup instance variables when reloading a project. 2012-02-24 18:38:05 +00:00
query.rb Removed useless option. 2012-02-24 18:27:38 +00:00
repository.rb Rails3: scm: use .to_s for overriding human_attribute_name parameter at repository model 2012-02-24 14:57:26 +00:00
role.rb Restores migration broken by r8182 and removes default scope on Role (#9800). 2011-12-14 22:24:20 +00:00
setting.rb Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358. 2012-02-19 15:34:06 +00:00
time_entry_activity_custom_field.rb
time_entry_activity.rb
time_entry_custom_field.rb
time_entry.rb Round hours when reading TimeEntry attribute. 2012-02-24 18:40:22 +00:00
token.rb
tracker.rb
user_custom_field.rb
user_preference.rb Makes models #initialize accept additional arguments. 2011-12-18 13:26:20 +00:00
user.rb Fixes r9029. 2012-02-28 06:27:23 +00:00
version_custom_field.rb
version.rb Fixed Version#issues_progress for Rails 3.1. 2012-02-25 00:07:09 +00:00
watcher.rb
wiki_content_observer.rb
wiki_content.rb
wiki_page.rb Ability to edit a wiki page's parent on the edit page (#6449). 2012-02-05 14:35:27 +00:00
wiki_redirect.rb
wiki.rb
workflow.rb