OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/models
Eric Davis 151a142c44 Add some rdocs to MailHandler#dispatch_to_default 14 years ago
..
repository scm: cvs: generate pseudo scmid for auto issue close text (#6706). 14 years ago
attachment.rb Makes the folder for attachments storage configurable in config/configuration.yml (#1236). 14 years ago
auth_source.rb Allow AuthSources to control if they allow password changes. 15 years ago
auth_source_ldap.rb Makes AuthSource.authenticate return a hash instead of an array. 15 years ago
board.rb Fixed: messages attachments/watchers are not deleted when deleting a project or forum (#6966). 14 years ago
change.rb Force-clear the default value for migration from :string to :text. #5846 #5771 14 years ago
changeset.rb Changing revision label and identifier at SCM adapter level (#3724, #6092) 14 years ago
comment.rb Fixed: 10342 Creation of Schema in Oracle 18 years ago
custom_field.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
custom_value.rb Adds a "visible" option on User and Project custom fields (#1738). 14 years ago
document.rb Adds visible scope to redmine links queries. 14 years ago
document_category.rb Removes column opt in enumerations table. 15 years ago
document_category_custom_field.rb Enumerations can now have custom fields defined on them. #4077 15 years ago
document_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 16 years ago
enabled_module.rb Removes debug message. 15 years ago
enumeration.rb Removes column opt in enumerations table. 15 years ago
group.rb Prevents validation error when adding a user to a group (#6457). 14 years ago
group_custom_field.rb User groups branch merged. 15 years ago
issue.rb Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#7385). 14 years ago
issue_category.rb Added version details view accessible from the roadmap. 17 years ago
issue_custom_field.rb fixed #9308 table_name pre/suffix support 18 years ago
issue_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 16 years ago
issue_priority.rb Removes column opt in enumerations table. 15 years ago
issue_priority_custom_field.rb Enumerations can now have custom fields defined on them. #4077 15 years ago
issue_relation.rb Safer code in IssueRelation (#7018). 14 years ago
issue_status.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
journal.rb Refactor: move method to model. (references r4057) 14 years ago
journal_detail.rb Journal details truncated only if values are strings 18 years ago
journal_observer.rb Added three new notifiable events based on issue attributes 14 years ago
mail_handler.rb Add some rdocs to MailHandler#dispatch_to_default 14 years ago
mailer.rb Add Type headers to outgoing emails. #104 14 years ago
member.rb Removed hard-coded english error message on failed Member creation 14 years ago
member_role.rb Fixed: project copy doesn't copy group memberships (#3975). 15 years ago
message.rb Adds visible scope to redmine links queries. 14 years ago
message_observer.rb Make sure users don't get notified for thing they can not view (#3589). 15 years ago
news.rb Refactor and add tests for News #index API (#7072). 14 years ago
news_observer.rb Added observers to watch model objects for mail delivery instead of calling Mailer. 16 years ago
principal.rb Define Principal#name so all subclasses will have some sort of name when printed. 14 years ago
project.rb Moves enabled_module_names param to project attribute so that it can be set through the Project API. 14 years ago
project_custom_field.rb added svn:eol-style native property on /app files 18 years ago
query.rb Fixed: 500 error on issue query grouped by a custom field that was deleted (#7144). 14 years ago
repository.rb scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_name(name) (#7307). 14 years ago
role.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
setting.rb Fixed a nil method error in Setting#value= 15 years ago
time_entry.rb Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258). 14 years ago
time_entry_activity.rb Removes column opt in enumerations table. 15 years ago
time_entry_activity_custom_field.rb Fixed some merge bugs. #4077 15 years ago
time_entry_custom_field.rb Adds custom fields on time entries (#772). 17 years ago
token.rb Delete previous tokens when creating a new one. 16 years ago
tracker.rb Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152). 14 years ago
user.rb making comparison case-insensitive 14 years ago
user_custom_field.rb added svn:eol-style native property on /app files 18 years ago
user_preference.rb Merged Rails 2.1 compatibility branch. 17 years ago
version.rb Makes Version#start_date return the minimum start_date of its issues. 14 years ago
version_custom_field.rb Adds custom fields for versions (#4219). 15 years ago
watcher.rb Makes user unwatch what he can no longer view after its permissions have changed (#3589). 15 years ago
wiki.rb Fixed: wiki pages with cyrillic characters not found with postgresql (#7245). 14 years ago
wiki_content.rb Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
wiki_content_observer.rb Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings. 16 years ago
wiki_page.rb Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
wiki_redirect.rb Added the ability to rename wiki pages (specific permission required). 17 years ago
workflow.rb Fixes workflow edit with JRuby (#5404). 15 years ago