.. |
repository
|
Retrieve root_url if needed (#4377).
|
2009-12-12 10:35:16 +00:00 |
attachment.rb
|
Returns a 404 error when trying to view/download an attachment that can't be read from disk.
|
2009-04-25 09:31:36 +00:00 |
auth_source.rb
|
Do not request blank LDAP attributes.
|
2008-11-25 19:33:41 +00:00 |
auth_source_ldap.rb
|
Do not request blank LDAP attributes.
|
2008-11-25 19:33:41 +00:00 |
board.rb
|
Adds single forum atom feed (#3181).
|
2009-04-24 16:51:07 +00:00 |
change.rb
|
Fixed: View differences for individual file of a changeset fails if the subversion repository URL doesn't point to the repository root (#1209, #1262, #1275).
|
2008-05-24 17:58:34 +00:00 |
changeset.rb
|
Allow referencing issue numbers in brackets. This style is used by other
|
2009-09-03 01:21:11 +00:00 |
comment.rb
|
Fixed: 10342 Creation of Schema in Oracle
|
2007-04-25 15:06:20 +00:00 |
custom_field.rb
|
Fixed: "None" category issue count is empty while grouping by category (#4308).
|
2009-12-02 18:57:17 +00:00 |
custom_value.rb
|
Avoid useless database queries.
|
2009-11-20 12:57:52 +00:00 |
document.rb
|
Show last update datetime (last attachment added) on document list (#4232).
|
2009-11-26 20:12:20 +00:00 |
document_category.rb
|
Changed Enumerations to use a Single Table Inheritance
|
2009-05-30 23:30:36 +00:00 |
document_category_custom_field.rb
|
Enumerations can now have custom fields defined on them. #4077
|
2009-10-21 22:34:22 +00:00 |
document_observer.rb
|
Added observers to watch model objects for mail delivery instead of calling Mailer.
|
2009-03-28 00:38:57 +00:00 |
enabled_module.rb
|
Removes debug message.
|
2009-10-25 10:31:01 +00:00 |
enumeration.rb
|
Changes misleading scopes on Enumeration.
|
2009-11-21 12:00:49 +00:00 |
group.rb
|
User groups branch merged.
|
2009-09-12 08:36:46 +00:00 |
group_custom_field.rb
|
User groups branch merged.
|
2009-09-12 08:36:46 +00:00 |
issue.rb
|
Issue#done_ratio should not break if status is nil.
|
2009-12-12 11:02:53 +00:00 |
issue_category.rb
|
Added version details view accessible from the roadmap.
|
2007-12-07 10:26:07 +00:00 |
issue_custom_field.rb
|
fixed #9308 table_name pre/suffix support
|
2007-03-15 22:11:02 +00:00 |
issue_observer.rb
|
Added observers to watch model objects for mail delivery instead of calling Mailer.
|
2009-03-28 00:38:57 +00:00 |
issue_priority.rb
|
Changed Enumerations to use a Single Table Inheritance
|
2009-05-30 23:30:36 +00:00 |
issue_priority_custom_field.rb
|
Enumerations can now have custom fields defined on them. #4077
|
2009-10-21 22:34:22 +00:00 |
issue_relation.rb
|
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
|
2009-02-21 11:04:50 +00:00 |
issue_status.rb
|
Allow blank value for IssueStatus#default_done_ratio.
|
2009-12-12 10:33:12 +00:00 |
journal.rb
|
Fixes Journal#save signature (#3014).
|
2009-03-23 17:18:04 +00:00 |
journal_detail.rb
|
Journal details truncated only if values are strings
|
2007-04-24 18:26:42 +00:00 |
journal_observer.rb
|
Added observers to watch model objects for mail delivery instead of calling Mailer.
|
2009-03-28 00:38:57 +00:00 |
mail_handler.rb
|
Allow [#id] as subject to reply by email (#3653).
|
2009-11-11 22:30:02 +00:00 |
mailer.rb
|
Sets proper content type for plain text mails (#3970).
|
2009-10-24 11:57:01 +00:00 |
member.rb
|
User groups branch merged.
|
2009-09-12 08:36:46 +00:00 |
member_role.rb
|
User groups branch merged.
|
2009-09-12 08:36:46 +00:00 |
message.rb
|
Fixed: editing a message may cause sticky attribute to be NULL (#3356).
|
2009-06-14 09:19:20 +00:00 |
message_observer.rb
|
Adds watch/unwatch functionality at forum topic level (#1912).
|
2008-09-19 15:32:52 +00:00 |
news.rb
|
Fixed: News summary field is not searchable (#2998).
|
2009-03-28 12:43:21 +00:00 |
news_observer.rb
|
Added observers to watch model objects for mail delivery instead of calling Mailer.
|
2009-03-28 00:38:57 +00:00 |
principal.rb
|
Display users then groups on project memberships view (#4389).
|
2009-12-12 11:20:26 +00:00 |
project.rb
|
Optimize updates of issue's shared versions.
|
2009-12-08 20:47:52 +00:00 |
project_custom_field.rb
|
added svn:eol-style native property on /app files
|
2007-03-12 17:59:02 +00:00 |
query.rb
|
Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666).
|
2009-12-06 10:28:20 +00:00 |
repository.rb
|
Fixes Repository#find_changeset_by_name with PostgreSQL (#3937).
|
2009-10-02 14:49:38 +00:00 |
role.rb
|
Adds workflow copy functionality (#1727).
|
2009-12-12 10:06:07 +00:00 |
setting.rb
|
Fixes Setting.openid? (#2764).
|
2009-02-19 21:03:08 +00:00 |
time_entry.rb
|
Adds spent time to the activity view (#3809).
|
2009-09-12 10:37:49 +00:00 |
time_entry_activity.rb
|
Changed Enumerations to use a Single Table Inheritance
|
2009-05-30 23:30:36 +00:00 |
time_entry_activity_custom_field.rb
|
Fixed some merge bugs. #4077
|
2009-10-21 22:35:03 +00:00 |
time_entry_custom_field.rb
|
Adds custom fields on time entries (#772).
|
2008-07-22 18:52:00 +00:00 |
token.rb
|
Delete previous tokens when creating a new one.
|
2009-06-02 17:24:50 +00:00 |
tracker.rb
|
Adds workflow copy functionality (#1727).
|
2009-12-12 10:06:07 +00:00 |
user.rb
|
Display users then groups on project memberships view (#4389).
|
2009-12-12 11:20:26 +00:00 |
user_custom_field.rb
|
added svn:eol-style native property on /app files
|
2007-03-12 17:59:02 +00:00 |
user_preference.rb
|
Merged Rails 2.1 compatibility branch.
|
2008-07-04 17:58:14 +00:00 |
version.rb
|
Optimize updates of issue's shared versions.
|
2009-12-08 20:47:52 +00:00 |
version_custom_field.rb
|
Adds custom fields for versions (#4219).
|
2009-11-15 15:22:55 +00:00 |
watcher.rb
|
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
|
2009-02-21 11:04:50 +00:00 |
wiki.rb
|
Ability to watch a wiki or a single wiki page (#413).
|
2009-05-25 19:02:28 +00:00 |
wiki_content.rb
|
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
|
2009-05-17 09:55:13 +00:00 |
wiki_content_observer.rb
|
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
|
2009-05-17 09:55:13 +00:00 |
wiki_page.rb
|
Ability to watch a wiki or a single wiki page (#413).
|
2009-05-25 19:02:28 +00:00 |
wiki_redirect.rb
|
Added the ability to rename wiki pages (specific permission required).
|
2007-09-09 17:05:38 +00:00 |
workflow.rb
|
Adds workflow copy functionality (#1727).
|
2009-12-12 10:06:07 +00:00 |