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
Martin Linkhorst 8d797ca08a the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
..
query take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
repository remove cvs scm from openproject core 12 years ago
attachment.rb attachments now can handle decoded strings as new files. this is a requirement for MailHandler 12 years ago
auth_source.rb Set source encoding to UTF-8 13 years ago
board.rb added attr_protected calls to protect mass assignment of :project_id through a view 13 years ago
change.rb fixes change's path_from utf8ified assignment 12 years ago
changeset.rb fix repository tests 12 years ago
comment.rb refactor comment class and fixed the tests. give news a clearer api to create a comment for a news object. this couples news to the comment class atm but can easily be extracted into a module or so. 12 years ago
comment_observer.rb use a notifier class to abstract the sending of notifications. atm this just checks whether the event should be notified. but in the future this class should abstract more to make the controllers/models and the mailer (i18n) simpler. let's see 12 years ago
custom_field.rb CustomField#possible_values now takes locale options as :locale => :de instead of just :de 12 years ago
custom_value.rb DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
document.rb REVIEW: make :category_id accessible in order to use it with forms 12 years ago
document_category.rb Set source encoding to UTF-8 13 years ago
document_category_custom_field.rb Set source encoding to UTF-8 13 years ago
document_observer.rb use a notifier class to abstract the sending of notifications. atm this just checks whether the event should be notified. but in the future this class should abstract more to make the controllers/models and the mailer (i18n) simpler. let's see 12 years ago
enabled_module.rb automatically create a wiki menu item when the module 'wiki' 12 years ago
enumeration.rb yes, we do 12 years ago
group.rb Merge branch 'master' into feature/rails3 12 years ago
group_custom_field.rb Set source encoding to UTF-8 13 years ago
group_user.rb DEPRECATION FIX: make a badly named GroupUser model to acts as the join model for a has_many :through between groups and users. 12 years ago
issue.rb remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
issue_category.rb re-allow mass assignment of assign_to_id of issue categories. but issue category won't be valid unless assignee is also project member of the category. (mirroring what is possible to select in the view) fixes #28790 13 years ago
issue_custom_field.rb Set source encoding to UTF-8 13 years ago
issue_observer.rb use the new mailer! 12 years ago
issue_priority.rb Set source encoding to UTF-8 13 years ago
issue_priority_custom_field.rb Set source encoding to UTF-8 13 years ago
issue_relation.rb DEPRECATION FIX: use errors.add(:base, msg) instead of errors.add_to_base(:msg) 12 years ago
issue_status.rb DEPRECATION FIX: use after_save :method_name instead of overwriting the after_save method 12 years ago
journal.rb Merge commit 'ec37b04' into feature/rails3_merge 12 years ago
journal_observer.rb use the new mailer! 12 years ago
ldap_auth_source.rb DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
mail_handler.rb Merge commit '239cdf7' into feature/rails3_merge 12 years ago
member.rb there's no attribute called role 12 years ago
member_role.rb Merge commit '64dd7a9' into feature/rails3_merge 12 years ago
message.rb force message to update its watchers and watcher_users when creating a new watcher in its after_create hook 12 years ago
message_observer.rb updated message posted mail 12 years ago
news.rb fix two order clauses which create unambiguous sql queries 12 years ago
news_observer.rb updated news added mailings 12 years ago
notifier.rb use a notifier class to abstract the sending of notifications. atm this just checks whether the event should be notified. but in the future this class should abstract more to make the controllers/models and the mailer (i18n) simpler. let's see 12 years ago
principal.rb Merge branch 'master' into feature/rails3 12 years ago
project.rb lazy load project scopes 12 years ago
project_custom_field.rb Set source encoding to UTF-8 13 years ago
query.rb the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
query_column.rb Moving query related models into separate files 13 years ago
query_custom_field_column.rb Moving query related models into separate files 13 years ago
repository.rb fix repository tests 12 years ago
role.rb active record defines the association proxy differently 12 years ago
setting.rb change the way the cache gets invalidated when a setting value is changed. now deletes all cache keys containing the setting's name 12 years ago
time_entry.rb fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
time_entry_activity.rb Set source encoding to UTF-8 13 years ago
time_entry_activity_custom_field.rb Set source encoding to UTF-8 13 years ago
time_entry_custom_field.rb Set source encoding to UTF-8 13 years ago
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 migrate longer logins plugin to core 12 years ago
user_custom_field.rb Set source encoding to UTF-8 13 years ago
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 Set source encoding to UTF-8 13 years ago
watcher.rb user are allowed to watch things when <thing>.visible?(user) == true 12 years ago
wiki.rb integrate wiki_menu_items into wiki-module and 12 years ago
wiki_content.rb removes explicit casting of changes to yaml 12 years ago
wiki_content_observer.rb converted wiki content updated mail 12 years ago
wiki_menu_item.rb Merge remote-tracking branch 'openproject/master' into feature/rails3 12 years ago
wiki_page.rb Merge branch 'master' into feature/rails3 12 years ago
wiki_redirect.rb Set source encoding to UTF-8 13 years ago
workflow.rb fix role tests 12 years ago