..
repository
Makes repository url read-only after saving.
2012-06-20 18:45:51 +00:00
attachment.rb
Displays thumbnails of attached images of the issue view ( #1006 ).
2012-07-07 13:48:07 +00:00
auth_source.rb
Adds a configurable timeout for LDAP authentication ( #8978 ).
2012-07-07 09:36:04 +00:00
auth_source_ldap.rb
Adds a configurable timeout for LDAP authentication ( #8978 ).
2012-07-07 09:36:04 +00:00
board.rb
Copyright update.
2012-05-05 12:56:53 +00:00
change.rb
Copyright update.
2012-05-05 12:56:53 +00:00
changeset.rb
Renamed #changes association to #filechanges (clash with AR::Base.changes that triggers errors with Rails 3.2.5).
2012-06-03 11:46:58 +00:00
comment.rb
Copyright update.
2012-05-05 12:56:53 +00:00
comment_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
custom_field.rb
Code cleanup.
2012-07-04 17:55:46 +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
Changes RedMine to Redmine in copyright notices.
2012-05-05 13:02:45 +00:00
document_category.rb
Copyright update.
2012-05-05 12:56:53 +00:00
document_category_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
document_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
enabled_module.rb
Copyright update.
2012-05-05 12:56:53 +00:00
enumeration.rb
Code cleanup.
2012-05-25 19:48:22 +00:00
group.rb
REST Api for Groups ( #8981 ).
2012-06-03 10:40:32 +00:00
group_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue.rb
Ability to disable standard fields on a per tracker basis ( #1091 ).
2012-07-05 12:20:07 +00:00
issue_category.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
issue_priority.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue_priority_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue_relation.rb
Copyright update.
2012-05-05 12:56:53 +00:00
issue_status.rb
Copyright update.
2012-05-05 12:56:53 +00:00
journal.rb
Copyright update.
2012-05-05 12:56:53 +00:00
journal_detail.rb
Copyright update.
2012-05-05 12:56:53 +00:00
journal_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
mail_handler.rb
Ignore emails with "Auto-Submitted: auto-*" header ( #11338 ).
2012-07-07 05:08:58 +00:00
mailer.rb
Restored List-Id header in email notifications ( #10888 ).
2012-05-13 10:44:41 +00:00
member.rb
Copyright update.
2012-05-05 12:56:53 +00:00
member_role.rb
Copyright update.
2012-05-05 12:56:53 +00:00
message.rb
Copyright update.
2012-05-05 12:56:53 +00:00
message_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
news.rb
Copyright update.
2012-05-05 12:56:53 +00:00
news_observer.rb
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
principal.rb
Ability to close projects (read-only) ( #3640 ).
2012-06-25 17:49:35 +00:00
project.rb
Moved logic relative to project status from User to Project model ( #3640 ).
2012-06-25 18:44:25 +00:00
project_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
query.rb
Adds Private filter to the issue list ( #8577 ).
2012-07-05 13:51:56 +00:00
repository.rb
Makes repository url read-only after saving.
2012-06-20 18:45:51 +00:00
role.rb
Perf: use a custom decoder for Role#permissions instead of YAML.load.
2012-07-05 13:04:38 +00:00
setting.rb
Copyright update.
2012-05-05 12:56:53 +00:00
time_entry.rb
Fixed that custom_fields property is ignored for time entries in REST API ( #11112 ).
2012-06-09 07:55:26 +00:00
time_entry_activity.rb
Copyright update.
2012-05-05 12:56:53 +00:00
time_entry_activity_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
time_entry_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
token.rb
Copyright update.
2012-05-05 12:56:53 +00:00
tracker.rb
Ability to disable standard fields on a per tracker basis ( #1091 ).
2012-07-05 12:20:07 +00:00
user.rb
Perf: don't load preferences for the anonymous user.
2012-07-05 13:05:11 +00:00
user_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
user_preference.rb
Copyright update.
2012-05-05 12:56:53 +00:00
version.rb
Copyright update.
2012-05-05 12:56:53 +00:00
version_custom_field.rb
Copyright update.
2012-05-05 12:56:53 +00:00
watcher.rb
Copyright update.
2012-05-05 12:56:53 +00:00
wiki.rb
Copyright update.
2012-05-05 12:56:53 +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
replace Mailer deliver syntax to Rails3 style
2012-05-05 13:07:12 +00:00
wiki_page.rb
Fixed test failures on wiki_page updated_on eager loading ( #10996 ).
2012-05-26 19:35:25 +00:00
wiki_redirect.rb
Copyright update.
2012-05-05 12:56:53 +00:00
workflow.rb
Code cleanup.
2012-05-25 20:43:18 +00:00