obsolete.ChilliProject/app/models
Eric Davis 614bad89a5 Merge branch 'ticket/unstable/310-skip-issue-mail-notifications' into unstable
Conflicts:
	config/locales/en.yml
	test/unit/journal_test.rb
2011-04-29 08:46:13 -07:00
..
repository scm: mercurial: increase limit of branch directory latest changesets. 2011-04-16 15:38:58 -07:00
attachment.rb Makes the folder for attachments storage configurable in config/configuration.yml (#1236). 2011-02-09 16:46:45 -08:00
auth_source.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 2011-04-16 15:16:03 -07:00
auth_source_ldap.rb Adds support for SCM/LDAP passwords encryption in the database (#7411). 2011-04-16 15:16:03 -07:00
board.rb Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966). 2010-11-27 12:42:11 +00:00
change.rb Force-clear the default value for migration from :string to :text. #5846 #5771 2010-07-24 00:19:32 +00:00
changeset.rb Prevent error when referencing an issue without project (#7890). 2011-04-16 15:41:32 -07:00
comment.rb Fixed: 10342 Creation of Schema in Oracle 2007-04-25 15:06:20 +00:00
comment_observer.rb Adds email notifications support for news comments (#2074). 2011-04-16 15:26:39 -07:00
custom_field.rb Fixes #possible_values_options when given an object with nil project. 2011-04-16 16:11:53 -07:00
custom_value.rb Adds a "visible" option on User and Project custom fields (#1738). 2010-11-07 14:15:01 +00:00
document.rb Adds visible scope to redmine links queries. 2011-02-09 16:48:15 -08:00
document_category.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +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 Removes column opt in enumerations table. 2009-12-25 17:13:58 +00:00
group.rb Prevents validation error when adding a user to a group (#6457). 2010-11-27 14:46:51 +00:00
group_custom_field.rb User groups branch merged. 2009-09-12 08:36:46 +00:00
issue.rb Save queries. 2011-04-16 16:11:49 -07: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 [#310 LSS#5727] Add checkbox option to determine if issue emails should be sent 2011-03-30 11:48:59 -07:00
issue_priority.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +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 Safer code in IssueRelation (#7018). 2010-12-04 18:10:02 +00:00
issue_status.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-04-16 14:43:45 -07:00
journal.rb Adds a visible scope to the Journal model. 2011-04-16 15:38:58 -07:00
journal_detail.rb Keep track of issue description changes (#746). 2011-04-16 15:16:03 -07:00
journal_observer.rb [#310 LSS#5727] Add checkbox option to determine if issue emails should be sent 2011-03-30 11:48:59 -07:00
mail_handler.rb Fixed: mail handler keywords are not removed when updating issues (#7785). 2011-04-16 15:38:56 -07:00
mailer.rb Fixed links in new file notification broken by r4051 (#6590). 2011-04-16 16:11:47 -07:00
member.rb Removed hard-coded english error message on failed Member creation 2010-08-09 05:10:00 +00:00
member_role.rb Fixed: project copy doesn't copy group memberships (#3975). 2009-12-26 16:14:55 +00:00
message.rb Adds visible scope to redmine links queries. 2011-02-09 16:48:15 -08:00
message_observer.rb Make sure users don't get notified for thing they can not view (#3589). 2009-12-13 14:26:54 +00:00
news.rb Adds email notifications support for news comments (#2074). 2011-04-16 15:26:39 -07: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 Define Principal#name so all subclasses will have some sort of name when printed. 2010-09-10 18:46:23 +00:00
project.rb Do not load projects association in #rolled_up_trackers. 2011-04-16 16:13:19 -07:00
project_custom_field.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
query.rb Skip a few count(*) SQL queries on the issue list. 2011-04-16 16:13:19 -07:00
repository.rb scm: set supporting directory revisions or not at scm level. 2011-04-16 15:38:58 -07:00
role.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 2010-12-31 15:30:50 +00:00
setting.rb scm: add CP932 at Setting::ENCODINGS (#2664, #2274). 2011-04-16 14:43:45 -07:00
time_entry.rb Replaces TimeEntry.visible_by with a visible scope. 2011-04-16 15:40:03 -07:00
time_entry_activity.rb Removes column opt in enumerations table. 2009-12-25 17:13:58 +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 Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 2010-12-31 15:30:50 +00:00
user.rb Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029). 2011-04-16 16:13:18 -07: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 Warning on leaving a page with unsaved content in textarea (#2910). 2011-04-16 14:46:57 -07:00
version.rb [#279] Add an optional Start Date to Versions 2011-03-13 19:14:08 -07:00
version_custom_field.rb Adds custom fields for versions (#4219). 2009-11-15 15:22:55 +00:00
watcher.rb Makes user unwatch what he can no longer view after its permissions have changed (#3589). 2009-12-13 12:39:22 +00:00
wiki.rb Fixed: wiki page with backslash in title can not be found (#7589). 2011-04-16 15:38:55 -07:00
wiki_content.rb Refactor: use :id instead of :page when linking to Wiki Pages 2010-10-27 16:27:06 +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 Moved wiki page updated_on eager load to a scope and fixed timestamp titles on wiki page index (#7818). 2011-04-16 15:38:55 -07:00
wiki_redirect.rb Added the ability to rename wiki pages (specific permission required). 2007-09-09 17:05:38 +00:00
workflow.rb Fixes workflow edit with JRuby (#5404). 2010-04-30 12:19:51 +00:00