Redmine/app/models
Jean-Philippe Lang 2e2e2cfe42 Merged custom fields format refactoring.
git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
2013-12-14 08:22:43 +00:00
..
repository Cleanup of finders with :conditions option. 2013-06-12 19:13:25 +00:00
attachment.rb Log errors when moving attachments (#15295). 2013-11-09 09:46:55 +00:00
auth_source.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
auth_source_ldap.rb Removed useless require 'iconv' (#12787). 2013-01-12 20:36:22 +00:00
board.rb remove trailing white-space from app/models/board.rb 2013-02-10 04:04:21 +00:00
change.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
changeset.rb code format cleanup app/models/changeset.rb 2013-10-24 05:40:32 +00:00
comment.rb Don't hardcode news model in Comment. 2013-07-15 20:53:23 +00:00
custom_field.rb Merged custom fields format refactoring. 2013-12-14 08:22:43 +00:00
custom_field_value.rb Merged custom fields format refactoring. 2013-12-14 08:22:43 +00:00
custom_value.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
document.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
document_category.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
document_category_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
enabled_module.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
enumeration.rb Propose system activities only when reassigning time entries (#13783). 2013-05-01 16:43:51 +00:00
group.rb Mail handler: adds --default-group option to add created user to one or more groups (#13340). 2013-03-03 07:59:29 +00:00
group_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue.rb code format cleanup app/models/issue.rb 2013-10-24 05:40:21 +00:00
issue_category.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue_custom_field.rb Filters show issues with unused custom fields (#13537). 2013-09-13 17:41:54 +00:00
issue_priority.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue_priority_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
issue_query.rb Avoid N queries when displaying the issue list with custom fields. 2013-10-15 16:38:17 +00:00
issue_relation.rb add journal after creating/deleting issue relation (#1005) 2013-05-19 02:09:39 +00:00
issue_status.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
journal.rb Avoid lots of CustomField.find_by_id calls when displaying an issue history with custom fields (#15072). 2013-10-13 10:04:59 +00:00
journal_detail.rb Avoid lots of CustomField.find_by_id calls when displaying an issue history with custom fields (#15072). 2013-10-13 10:04:59 +00:00
mail_handler.rb Exclude attachments from incoming emails based on file name (#3413). 2013-09-29 11:50:49 +00:00
mailer.rb Fixed that the mail method should return a Mail::Message (#15113). 2013-10-13 07:58:33 +00:00
member.rb Don't remove watchers on permission change. 2013-02-02 13:03:22 +00:00
member_role.rb Don't remove watchers on permission change. 2013-02-02 13:03:22 +00:00
message.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
news.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
principal.rb Optimizes the SQL query behind Principal#member_of. 2013-02-17 12:41:31 +00:00
project.rb Avoid a query if enabled_modules association is already loaded (#15058). 2013-10-20 16:04:04 +00:00
project_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
query.rb Merged custom fields format refactoring. 2013-12-14 08:22:43 +00:00
repository.rb Cleanup of finders with :conditions option. 2013-06-12 19:13:25 +00:00
role.rb Role-based issue custom field visibility (#5037). 2013-07-13 09:20:11 +00:00
setting.rb Fixed that validating a Setting with invalid name triggers an error (#15551). 2013-11-29 21:18:35 +00:00
time_entry.rb Time entry with 2 digits year should not validate (#3107). 2013-02-24 12:28:44 +00:00
time_entry_activity.rb Fixed that deleting a system activity with children in use raises an error (#13783). 2013-05-01 17:10:15 +00:00
time_entry_activity_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
time_entry_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
time_entry_query.rb Fixed that sorting time entries by custom field raises a SQL error (#14366). 2013-07-28 09:59:34 +00:00
token.rb Adds token finder methods. 2013-02-14 21:47:07 +00:00
tracker.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
user.rb Option to force a user to change his password (#3872). 2013-08-05 17:58:33 +00:00
user_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
user_preference.rb Fixed usage of #attribute_present? in UserPreference (#13008). 2013-09-10 17:39:49 +00:00
version.rb Fixed: Unable to set custom fields for versions using the REST API (#13850). 2013-05-01 15:57:31 +00:00
version_custom_field.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
watcher.rb Adds Watcher.any_watched? to check if at least one object of a collection is watched. 2013-06-11 18:25:05 +00:00
wiki.rb Cleanup of finders with :conditions option. 2013-06-12 19:13:25 +00:00
wiki_content.rb Use AR callbacks instead of observers (removed in Rails4) for notifications. 2013-07-14 14:26:27 +00:00
wiki_page.rb Fixed that viewing/editing a wiki page without WikiContent raises an error (#14986). 2013-10-13 11:19:47 +00:00
wiki_redirect.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_permission.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_rule.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00
workflow_transition.rb Copyright for 2013 (#12788). 2013-01-12 09:29:31 +00:00