summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use scopes instead of ARCondition.Jean-Philippe Lang2011-12-041-10/+9
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-20/+12
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-041-1/+12
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-0/+9
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+10
* Fixes spent time column sort for postgresql.Jean-Philippe Lang2011-12-041-1/+1
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-042-5/+37
* Rails3: model: replace deprecated validate method at watcher modelToshi MARUYAMA2011-12-041-1/+2
* Rails3: model: replace deprecated before_save method at UserPreference modelToshi MARUYAMA2011-12-041-1/+3
* Rails3: model: replace deprecated validate method at member_role modelToshi MARUYAMA2011-12-041-1/+2
* Rails3: model: replace deprecated before_destroy method at member modelToshi MARUYAMA2011-12-031-1/+2