summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Removed sort order on issues association.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-2/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-5/+4
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-043-4/+4
* Use a single query to retrieve issues_count, open_issues_count and closed_iss...Jean-Philippe Lang2012-03-021-3/+21
* Adds an optional LDAP filter (#1060).Jean-Philippe Lang2012-03-011-2/+22
* MailHandler: fixed that sender's fullname is not unquoted (#10334).Jean-Philippe Lang2012-03-011-1/+1
* Fixes r9029.Jean-Philippe Lang2012-02-281-8/+7
* Implements the behaviour expected in user_test.Jean-Philippe Lang2012-02-281-1/+2
* Mailer#url_for not called in views with Rails 3.1.Jean-Philippe Lang2012-02-271-5/+0
* Override @#url_for@ in AM to force generation of absolute links (#10251).Etienne Massip2012-02-271-0/+5
* Rails 3.1 compatibility (order declared on association takes precedence).Jean-Philippe Lang2012-02-261-3/+2
* remove trailing white-spaces from app/models/attachment.rbToshi MARUYAMA2012-02-261-3/+3
* Fixed Version#issues_progress for Rails 3.1.Jean-Philippe Lang2012-02-251-2/+2
* Use :joins instead of :include.Jean-Philippe Lang2012-02-241-1/+1
* Round hours when reading TimeEntry attribute.Jean-Philippe Lang2012-02-241-0/+9
* Cleanup instance variables when reloading a project.Jean-Philippe Lang2012-02-241-0/+13
* Removed useless option.Jean-Philippe Lang2012-02-241-1/+1
* Use subclasses method instead of class variable.Jean-Philippe Lang2012-02-241-1/+1
* Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: git: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...Toshi MARUYAMA2012-02-241-1/+1
* Rails3: use .to_s for overriding human_attribute_name parameter at group modelToshi MARUYAMA2012-02-241-1/+1
* 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