summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-0/+9
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-242-1/+5
* Don't hardcode news model in Comment.Jean-Philippe Lang2013-07-151-2/+3
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-1414-169/+69
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-142-0/+26
* Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...Jean-Philippe Lang2013-07-131-2/+4
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-132-3/+17
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1312-51/+194
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-131-1/+11
* Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...Jean-Philippe Lang2013-07-111-3/+6
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-113-7/+59
* gender neutral source comment at app/models/user.rbToshi MARUYAMA2013-07-061-1/+1
* gender neutral source comment at app/models/mailer.rbToshi MARUYAMA2013-07-061-1/+2
* Code cleanup.Jean-Philippe Lang2013-06-131-10/+13
* Fixed tests broken by r11965.Jean-Philippe Lang2013-06-121-5/+2
* Adds User#builtin_role.Jean-Philippe Lang2013-06-122-5/+12
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-127-85/+78
* Adds Watcher.any_watched? to check if at least one object of a collection is ...Jean-Philippe Lang2013-06-111-0/+13
* Perf: don't load all projects.Jean-Philippe Lang2013-06-111-7/+6
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2013-06-101-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-3/+3
* fix that project auto generation fails when projects created in the same time...Toshi MARUYAMA2013-06-081-1/+1
* Don't validate start date when updating an issue without changing it (#14086).Jean-Philippe Lang2013-06-051-2/+2
* Adds a specific error message for when the start date is too earlier than the...Jean-Philippe Lang2013-06-041-1/+2
* Query#add_custom_fields_filters now takes a custom fields scope.Jean-Philippe Lang2013-06-013-40/+47
* Project#all_issue_custom_fields now returns a scope.Jean-Philippe Lang2013-06-011-2/+6
* remove trailing white-space from app/models/mailer.rbToshi MARUYAMA2013-05-251-1/+1
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-0/+28
* Code cleanup.Jean-Philippe Lang2013-05-181-13/+16
* Fixed that filtering may return unwanted blank values (#14051).Jean-Philippe Lang2013-05-161-2/+5
* Fixed that values of custom fields are not kept in issues when copying a proj...Jean-Philippe Lang2013-05-131-0/+3
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-4/+16
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-132-1/+4
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-4/+13
* Issue#children is never nil (#14015).Jean-Philippe Lang2013-05-121-1/+1
* Check inclusion only once (#14015).Jean-Philippe Lang2013-05-121-6/+10
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-12/+12
* Removes some empty lines (#14015).Jean-Philippe Lang2013-05-121-13/+0
* Removes then's (#14015).Jean-Philippe Lang2013-05-121-7/+7
* Replaces camelcase variable names (#14015).Jean-Philippe Lang2013-05-121-30/+28
* Improved Issue#all_dependent_issues (#14015).Jean-Philippe Lang2013-05-121-9/+101
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-0/+13
* Fixed that deleting a system activity with children in use raises an error (#...Jean-Philippe Lang2013-05-011-2/+6
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-011-0/+1
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-1/+2
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* remove trailing white-space from app/models/role.rbToshi MARUYAMA2013-04-121-1/+1