summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-012-7/+20
* Simplifies Principal.active scope (status defaults to 1 for groups).Jean-Philippe Lang2012-02-011-1/+1
* code layout cleanup app/models/mail_handler.rbToshi MARUYAMA2012-01-311-13/+42
* code layout cleanup app/models/mail_handler.rbToshi MARUYAMA2012-01-311-2/+4
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-0/+1
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-293-14/+54
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-283-33/+98
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-271-1/+1
* Makes all workflow transitions defined for all roles available to administrat...Jean-Philippe Lang2012-01-261-1/+1
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-232-10/+18
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-211-0/+11
* Fixed that reminders are sent for closed issues (#10006).Jean-Philippe Lang2012-01-211-1/+1
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-211-0/+4
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-3/+5
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-202-4/+25
* Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...Jean-Philippe Lang2012-01-161-2/+6
* Display identifier for the default repository too (#779).Jean-Philippe Lang2012-01-151-3/+3
* Adds repository_id param for activity and search results (#779).Jean-Philippe Lang2012-01-151-1/+1
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-152-5/+69
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-0/+20
* Adds "me" to user custom fields filters (#9923).Jean-Philippe Lang2012-01-131-2/+12
* Adds "my projects" filter on the cross-project issue list.Jean-Philippe Lang2012-01-131-0/+9
* Initialize watcher_user_ids for new records to prevent useless queries on eac...Jean-Philippe Lang2012-01-081-0/+1
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-4/+14
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-1/+10
* 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