summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rails3: model: replace deprecated validate method at member modelToshi MARUYAMA2011-12-031-1/+2
* Makes the link in an issue update notification point to the change (#9690).Jean-Philippe Lang2011-12-021-1/+1
* Fixed: version files in Files module cannot be downloaded if issue tracking i...Jean-Philippe Lang2011-11-291-0/+5
* Removed deprecated methods.Jean-Philippe Lang2011-11-292-13/+0
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-0/+10
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-15/+46
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-262-11/+32
* Ruby 1.9: fix encoding error on wiki diffs (#4050)Toshi MARUYAMA2011-11-251-1/+3
* Use user's time zone when logging time while editing ticket (#9619).Jean-Philippe Lang2011-11-241-1/+1
* Limit the characters stripped by Attachment#sanitize_filename (#4324).Jean-Philippe Lang2011-11-241-4/+2
* move logic to use latest image file attachment to class method for common use...Toshi MARUYAMA2011-11-241-0/+6
* Prevent clash with Rails 3 Query module.Jean-Philippe Lang2011-11-231-1/+1
* Do not use .merge_conditions.Jean-Philippe Lang2011-11-231-4/+3
* Do not use instance variable.Jean-Philippe Lang2011-11-231-6/+6
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-231-1/+1
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-0/+2
* Fixed: Issue filter by assigned_to_role is not project specific (#9540).Jean-Philippe Lang2011-11-191-18/+15
* Makes author column sortable and groupable on the issue list (#1567).Jean-Philippe Lang2011-11-191-1/+4
* Adds a way to filter issues with or without start date (#9607).Jean-Philippe Lang2011-11-191-2/+2
* Wiki links for news and forums (#9600).Jean-Philippe Lang2011-11-191-0/+3
* move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...Toshi MARUYAMA2011-11-141-41/+1
* Replaced non standard Precedence email header with "X-Auto-Response-Suppress:...Jean-Philippe Lang2011-11-131-1/+1
* Adds a method to clear the settings cache.Jean-Philippe Lang2011-11-131-3/+8
* Fixed: copied private queries not visible after project copy (#9520).Jean-Philippe Lang2011-11-111-0/+1