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
Philipp Tessenow 642b5b7f4d Merge branch 'feature/rails3' of github.com:finnlabs/chiliproject into feature/rails3 12 years ago
..
query
repository
attachment.rb attachments now can handle decoded strings as new files. this is a requirement for MailHandler 12 years ago
auth_source.rb
board.rb
change.rb
changeset.rb DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
comment.rb
comment_observer.rb
custom_field.rb Merge branch 'master' into feature/rails3 12 years ago
custom_value.rb
document.rb REVIEW: make :category_id accessible in order to use it with forms 12 years ago
document_category.rb
document_category_custom_field.rb
document_observer.rb
enabled_module.rb automatically create a wiki menu item when the module 'wiki' 12 years ago
enumeration.rb
group.rb Merge branch 'master' into feature/rails3 12 years ago
group_custom_field.rb
group_user.rb
issue.rb use a hash for yaml stuff 12 years ago
issue_category.rb
issue_custom_field.rb
issue_observer.rb
issue_priority.rb
issue_priority_custom_field.rb
issue_relation.rb
issue_status.rb
journal.rb rename journal#changes attribute to changed_data 12 years ago
journal_observer.rb
ldap_auth_source.rb DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
mail_handler.rb Ignore emails with Auto-Submitted: auto-replied header #190 12 years ago
member.rb there's no attribute called role 12 years ago
member_role.rb Merge branch 'master' into feature/rails3 12 years ago
message.rb
message_observer.rb
news.rb refactor the welcome controller 12 years ago
news_observer.rb
notifier.rb
principal.rb Merge branch 'master' into feature/rails3 12 years ago
project.rb refactor the welcome controller 12 years ago
project_custom_field.rb
query.rb why use an instance variable here? this makes more sense and fixes the tests 12 years ago
query_column.rb
query_custom_field_column.rb
repository.rb REVIEW: get the changes by joining with the changesets in order to have access to the #committer of the changesets as required in the tests which group changes by the committer 12 years ago
role.rb active record defines the association proxy differently 12 years ago
setting.rb do not register plugin settings at load time. this commit registers plugin settings, when they are registered. 12 years ago
time_entry.rb
time_entry_activity.rb
time_entry_activity_custom_field.rb
time_entry_custom_field.rb
token.rb ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
tracker.rb active record defines the association proxy differently 12 years ago
user.rb refactor the welcome controller 12 years ago
user_custom_field.rb
user_preference.rb little refactoring of user preferences 12 years ago
version.rb do not cache start_date in order to fix a test 12 years ago
version_custom_field.rb
watcher.rb applied the rails 3.2 generator 12 years ago
wiki.rb integrate wiki_menu_items into wiki-module and 12 years ago
wiki_content.rb we need a hash. to_yaml returns a string 12 years ago
wiki_content_observer.rb
wiki_menu_item.rb Merge branch 'master' into feature/rails3 12 years ago
wiki_page.rb Merge branch 'master' into feature/rails3 12 years ago
wiki_redirect.rb
workflow.rb