summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-5/+6
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-1/+1
* scm: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-2/+3
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-5/+16
* Fixed magic link in the note added when closing an issue by a commit from a s...Jean-Philippe Lang2012-02-201-4/+8
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-192-2/+6
* Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358.Jean-Philippe Lang2012-02-191-1/+5
* Require net/ldap.Jean-Philippe Lang2012-02-191-0/+1
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-1/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-162-40/+44
* Makes user autocompleters work with firstname and lastname.Jean-Philippe Lang2012-02-142-12/+14
* Fixed: error when creating a project with a version format custom field (#102...Jean-Philippe Lang2012-02-131-4/+9
* Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).Jean-Philippe Lang2012-02-121-1/+7
* Fixed potential error when sorting members without role (#10053).Jean-Philippe Lang2012-02-122-2/+14
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-0/+5
* Fixed that changesets parents associations are not deleted when deleting a re...Jean-Philippe Lang2012-02-111-1/+7
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-02-111-2/+7
* scm: git: call "git log" only once instead of per branch in fetching revision...Toshi MARUYAMA2012-02-111-28/+39
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-12/+16
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-091-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-091-1/+1
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-1/+5
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-091-0/+7
* scm: git: split fetch_changesets methodToshi MARUYAMA2012-02-081-0/+5
* Fixed "can't convert Fixnum into String" error on projects with numerical ide...Jean-Philippe Lang2012-02-061-1/+1
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-0/+5
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-051-0/+5
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-052-6/+9
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-2/+2
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-2/+10
* Replaced ruby-net-ldap with net-ldap 0.2.2 gem.Jean-Philippe Lang2012-02-021-1/+0
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-021-2/+4
* 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