Redmine/app/models
Toshi MARUYAMA a599442d05 introduce request_store to ensure that the current user doesn't leak across request boundaries (#16685)
Contributed by Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@13110 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-01 00:44:01 +00:00
..
repository replace tabs to spaces at app/models/repository/cvs.rb 2014-04-15 22:49:48 +00:00
attachment.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
auth_source.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
auth_source_ldap.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
board.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
change.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
changeset.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
comment.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
custom_field.rb Use #read/#write_attribute instead of #super when overwriting default accessors (#16319). 2014-03-15 10:25:24 +00:00
custom_field_value.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
custom_value.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
document.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
document_category.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
document_category_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
enabled_module.rb Enable the watching of news (#2549). 2014-02-09 11:54:21 +00:00
enumeration.rb mark deprecated Enumeration#overridding_change? which was changed in r13056 2014-04-08 12:38:55 +00:00
group.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
group_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue.rb remove trailing white-spaces from Issue#count_and_group_by SQL 2014-04-08 11:23:05 +00:00
issue_category.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_priority.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_priority_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_query.rb Preload issue authors when displayed on the issue list (#16091). 2014-02-22 11:21:05 +00:00
issue_relation.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
issue_status.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
journal.rb Adds an option to send email on "Assignee updated" in application settings (#16362). 2014-03-17 08:20:27 +00:00
journal_detail.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
mail_handler.rb Set default start date on issues created by email if default_issue_start_date_to_creation_date is set (#16655). 2014-04-26 06:57:09 +00:00
mailer.rb Remove users from cc if they are already notified (#16415). 2014-03-29 15:27:42 +00:00
member.rb fix typos of source comments at Member model 2014-04-07 08:07:25 +00:00
member_role.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
message.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
news.rb Only notify users that can see news (#16134). 2014-02-22 11:32:52 +00:00
principal.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
project.rb fix typos of source comments at Project model 2014-04-07 08:07:43 +00:00
project_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
query.rb replace tabs to spaces at app/models/query.rb 2014-04-15 22:49:30 +00:00
repository.rb Make sure that Repository#extra_info returns a Hash or nil (#16032). 2014-02-06 20:23:06 +00:00
role.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
setting.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
time_entry.rb Let user choose an issue of another project when updating a time entry (#16338). 2014-03-21 02:12:32 +00:00
time_entry_activity.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
time_entry_activity_custom_field.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 update copyright year (#15977) 2014-01-29 22:45:39 +00:00
token.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
tracker.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
user.rb introduce request_store to ensure that the current user doesn't leak across request boundaries (#16685) 2014-05-01 00:44:01 +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
version.rb fix typos of source comments at Version model 2014-04-07 00:22:11 +00:00
version_custom_field.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
watcher.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
wiki.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
wiki_content.rb fix typos of source comments at WikiContent model 2014-04-06 14:14:40 +00:00
wiki_page.rb Fixed that requesting a specific version of a non-existent wiki page raises an error (#16255). 2014-03-15 11:41:24 +00:00
wiki_redirect.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
workflow_permission.rb Bulk edit workflows for multiple trackers/roles (#16164). 2014-02-25 02:54:47 +00:00
workflow_rule.rb update copyright year (#15977) 2014-01-29 22:45:39 +00:00
workflow_transition.rb remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_role 2014-03-26 10:38:04 +00:00