redmine/app/models
2014-11-11 13:08:52 +00:00
..
repository Adds configuration settings to limit valid repository path (#1415). 2014-11-08 10:52:59 +00:00
attachment.rb Removed unused instance variable. 2014-10-28 18:50:25 +00:00
auth_source_ldap.rb remove redundant empty lines from app/models/auth_source_ldap.rb 2014-05-25 14:37:56 +00:00
auth_source.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
board.rb remove unneeded "references" of joins 2014-10-24 02:18:45 +00:00
change.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
changeset.rb Code cleanup. 2014-10-25 09:35:17 +00:00
comment.rb Removed unneeded :foreign_key option on belongs_to associations. 2014-10-22 18:41:03 +00:00
custom_field_value.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
custom_field.rb Order scopes cleanup. 2014-10-29 21:49:33 +00:00
custom_value.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
document_category_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
document_category.rb Code cleanup, removed raw SQL. 2014-10-28 18:43:11 +00:00
document.rb remove unneeded "references" of joins 2014-10-24 02:18:45 +00:00
enabled_module.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
enumeration.rb Removed ORDER option on acts_as_tree that duplicates default_scope. 2014-10-30 08:01:19 +00:00
group_anonymous.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
group_builtin.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
group_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
group_non_member.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
group.rb Order scopes cleanup. 2014-10-29 21:49:33 +00:00
issue_category.rb Removed unneeded :foreign_key option on belongs_to associations. 2014-10-22 18:41:03 +00:00
issue_custom_field.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
issue_priority_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_priority.rb Code cleanup, removed raw SQL. 2014-10-28 18:43:11 +00:00
issue_query.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 2014-11-11 13:08:52 +00:00
issue_relation.rb Use IssueRelation#to_s. 2014-11-05 16:33:45 +00:00
issue_status.rb Fixed that setting a status as closed should update issue closed_on attribute (#18280). 2014-11-05 14:51:04 +00:00
issue.rb Prevents a status load in #status_was when status is not changed (#18290). 2014-11-08 11:17:45 +00:00
journal_detail.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
journal.rb remove unneeded "references" of joins 2014-10-24 02:18:45 +00:00
mail_handler.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
mailer.rb Mailer.token_for generates invalid message_id when using from address with full name (#16619). 2014-05-02 07:56:11 +00:00
member_role.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
member.rb Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702). 2014-10-23 21:46:40 +00:00
message.rb remove unneeded "references" of joins 2014-10-24 02:18:45 +00:00
news.rb Preload users and projects for latest news on welcome page. 2014-11-06 18:54:23 +00:00
principal.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 2014-11-11 13:08:52 +00:00
project_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
project.rb Moved controller code to new method Project#add_default_member. 2014-11-02 20:55:02 +00:00
query.rb Let QueryColumn accept a Proc as caption (#18276). 2014-11-04 21:00:59 +00:00
repository.rb Adds configuration settings to limit valid repository path (#1415). 2014-11-08 10:52:59 +00:00
role.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 2014-11-11 13:08:52 +00:00
setting.rb Removed deprecated stuff for Redmine 3.0. 2014-10-22 18:28:33 +00:00
time_entry_activity_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
time_entry_activity.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
time_entry_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
time_entry_query.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 2014-11-11 13:08:52 +00:00
time_entry.rb remove unneeded "references" of joins 2014-10-24 02:18:45 +00:00
token.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
tracker.rb Default status per tracker (#5991). 2014-11-02 19:45:14 +00:00
user_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
user_preference.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
user.rb Adds a role setting for controlling visibility of users: all or members of visible projects (#11724). 2014-11-11 13:08:52 +00:00
version_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
version.rb Restores commits reverted when rails-4.1 branch was merged (#18174). 2014-10-24 18:41:35 +00:00
watcher.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
wiki_content.rb Removed unneeded :foreign_key option on belongs_to associations. 2014-10-22 18:41:03 +00:00
wiki_page.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
wiki_redirect.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
wiki.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00
workflow_permission.rb remove trailing white-space from app/models/workflow_permission.rb 2014-07-03 23:03:39 +00:00
workflow_rule.rb Removed unneeded :foreign_key option on belongs_to associations. 2014-10-22 18:41:03 +00:00
workflow_transition.rb Merged rails-4.1 branch (#14534). 2014-10-22 17:37:16 +00:00