Redmine/app/models
Jean-Philippe Lang 1e3e23d756 RecordNotFound exception still raised with Rails3.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9569 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-28 13:00:16 +00:00
..
repository scm: mercurial: git: save parents in creating changesets (#10470) 2012-04-03 08:05:30 +00:00
attachment.rb Code cleanup. 2012-04-28 11:20:13 +00:00
auth_source.rb Merged LdapAuthSourceController into AuthSourceController. 2012-03-11 11:43:27 +00:00
auth_source_ldap.rb Fixes error message for LDAP filter (#1060). 2012-03-24 14:07:42 +00:00
board.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
change.rb Rails3: model: replace deprecated 'before_validation' method at Change model 2011-09-21 13:56:16 +00:00
changeset.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
comment.rb Prevent mass-assignment when adding a news comment (#10390). 2012-03-06 18:48:47 +00:00
comment_observer.rb remove trailing white-spaces from app/models/comment_observer.rb. 2011-08-31 06:07:28 +00:00
custom_field.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
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_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.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
document_category.rb remove trailing white-spaces from document category model source. 2011-05-18 07:51:15 +00:00
document_category_custom_field.rb remove trailing white-spaces and an empty line from document category custom field model source. 2011-05-18 07:51:51 +00:00
document_observer.rb remove trailing white-spaces from document observer model source. 2011-05-18 07:52:48 +00:00
enabled_module.rb remove trailing white-spaces from enabled module source. 2011-05-18 07:52:23 +00:00
enumeration.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
group.rb Rails3: use .to_s for overriding human_attribute_name parameter at group model 2012-02-24 14:56:54 +00:00
group_custom_field.rb remove trailing white-spaces from app/models/group_custom_field.rb. 2011-08-31 08:42:00 +00:00
issue.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
issue_category.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
issue_custom_field.rb remove trailing white-spaces from app/models/issue_custom_field.rb. 2011-08-31 08:46:27 +00:00
issue_observer.rb remove trailing white-spaces from app/models/issue_observer.rb. 2011-08-31 08:45:59 +00:00
issue_priority.rb remove trailing white-spaces from app/models/issue_priority.rb. 2011-08-31 07:02:49 +00:00
issue_priority_custom_field.rb remove trailing white-spaces from app/models/issue_priority_custom_field.rb. 2011-08-31 07:03:35 +00:00
issue_relation.rb Removed after_initialize methods. 2011-12-18 14:57:58 +00:00
issue_status.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
journal.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
journal_detail.rb remove trailing white-spaces from app/models/journal_detail.rb. 2011-08-22 13:31:08 +00:00
journal_observer.rb remove trailing white-spaces from app/models/journal_observer.rb. 2011-08-31 08:48:10 +00:00
mail_handler.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
mailer.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
member.rb Fixed potential error when sorting members without role (#10053). 2012-02-12 14:54:30 +00:00
member_role.rb Rails3: model: replace deprecated validate method at member_role model 2011-12-04 05:21:20 +00:00
message.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
message_observer.rb remove trailing white-spaces from message observer model source. 2011-05-17 03:57:57 +00:00
news.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
news_observer.rb remove trailing white-spaces from app/models/news_observer.rb. 2011-08-31 08:47:21 +00:00
principal.rb set_table_name and set_locking_column are deprecated. 2012-04-27 16:28:35 +00:00
project.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
project_custom_field.rb remove trailing white-spaces from app/models/project_custom_field.rb. 2011-08-31 07:06:26 +00:00
query.rb RecordNotFound exception still raised with Rails3. 2012-04-28 13:00:16 +00:00
repository.rb Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
role.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +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.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
time_entry_activity.rb remove trailing white-spaces from app/models/time_entry_activity.rb. 2011-08-29 01:06:15 +00:00
time_entry_activity_custom_field.rb remove trailing white-spaces from app/models/time_entry_activity_custom_field.rb. 2011-08-29 01:06:42 +00:00
time_entry_custom_field.rb remove trailing white-spaces from app/models/time_entry_custom_field.rb. 2011-08-29 01:07:13 +00:00
token.rb Fixed that Token.destroy_expired destroys API tokens. 2012-04-15 15:44:51 +00:00
tracker.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
user.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
user_custom_field.rb remove trailing white-spaces from app/models/user_custom_field.rb. 2011-08-31 07:05:03 +00:00
user_preference.rb Set user_id as a protected attribute (#10390). 2012-03-06 20:57:33 +00:00
version.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
version_custom_field.rb remove trailing white-spaces from app/models/version_custom_field.rb. 2011-08-31 10:09:05 +00:00
watcher.rb Rails3: model: replace deprecated validate method at watcher model 2011-12-04 09:45:18 +00:00
wiki.rb Prevent mass-assignment when adding/updating a wiki (#10390). 2012-03-06 20:34:38 +00:00
wiki_content.rb set_table_name and set_locking_column are deprecated. 2012-04-27 16:28:35 +00:00
wiki_content_observer.rb remove trailing white-spaces from app/models/wiki_content_observer.rb. 2011-08-31 04:08:30 +00:00
wiki_page.rb model: replace Rails2 "named_scope" to Rails3 "scope" 2012-04-26 23:51:10 +00:00
wiki_redirect.rb remove trailing white-spaces from app/models/wiki_redirect.rb. 2011-08-31 04:07:52 +00:00
workflow.rb Removed dead code. 2012-03-10 18:20:07 +00:00