summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-071-1/+10
* Check permission before retrieving projects.Jean-Philippe Lang2012-01-071-2/+4
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-10/+36
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Code cleanup.Jean-Philippe Lang2012-01-061-27/+33
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-29/+47
* remove duplicate "private" from MailHandler modelToshi MARUYAMA2012-01-061-2/+0
* remove redundant "email" parameter from MailHandler#create_user_from_emailToshi MARUYAMA2012-01-061-2/+2
* Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rbToshi MARUYAMA2012-01-051-3/+3
* code layout clean up app/models/news.rbToshi MARUYAMA2012-01-051-1/+4
* Faster query.Jean-Philippe Lang2012-01-031-2/+19
* Rails3: model: mailer: use .to_s at redmine_headers methodToshi MARUYAMA2012-01-021-1/+1
* Rails3 compat.Jean-Philippe Lang2012-01-011-1/+4
* Order is already defined on attachments association.Jean-Philippe Lang2012-01-011-1/+1
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-6/+11
* Rails3 compatibility.Jean-Philippe Lang2011-12-261-1/+1
* Use :joins instead of :include in calculations.Jean-Philippe Lang2011-12-261-2/+2
* Code cleanup.Jean-Philippe Lang2011-12-241-4/+5
* Dup attributes instead of issue object.Jean-Philippe Lang2011-12-241-5/+4
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2011-12-191-1/+1
* Use validation callback.Jean-Philippe Lang2011-12-181-3/+4
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Use scoped method instead of merge_conditions.Jean-Philippe Lang2011-12-181-6/+6
* Removed after_initialize methods.Jean-Philippe Lang2011-12-188-11/+14
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-184-4/+4
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-188-16/+16
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-182-3/+6
* Rails3.1 compatibilityJean-Philippe Lang2011-12-181-1/+2
* use same human_attribute_name logic with SCM models at group model (#9795)Toshi MARUYAMA2011-12-151-2/+6
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-151-0/+4
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-151-0/+1
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-141-1/+1
* Save an @Issue#save@.Etienne Massip2011-12-141-8/+12
* Code cleanup.Jean-Philippe Lang2011-12-131-7/+6
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-131-1/+5
* Rails3: model: replace deprecated before_validation method at CustomField modelToshi MARUYAMA2011-12-111-1/+2
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-0/+4
* Extracted new_subclass_instance method to a module.Jean-Philippe Lang2011-12-101-16/+2
* Resourcified roles.Jean-Philippe Lang2011-12-091-0/+1
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-0/+16
* Rails3: model: user: use ::Query instead of QueryToshi MARUYAMA2011-12-091-2/+2
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-7/+11
* Tests broken with ruby1.8.6 (#9751).Jean-Philippe Lang2011-12-081-1/+2
* Rails3: model: Member: add virtual attribute to prevent errorToshi MARUYAMA2011-12-081-0/+6
* back out r8124Toshi MARUYAMA2011-12-081-1/+1
* Rails3: model: Member: errors must be set on existing attributesToshi MARUYAMA2011-12-081-1/+1
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-5/+13
* Removed ARCondition.Jean-Philippe Lang2011-12-041-2/+0