| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Use IssueRelation#to_s. | Jean-Philippe Lang | 2014-11-05 | 1 | -1/+1 |
* | Overrides IssueRelation#to_s. | Jean-Philippe Lang | 2014-11-05 | 1 | -0/+10 |
* | Fixed that IssueRelation should not be responsible for calling Issue#init_jou... | Jean-Philippe Lang | 2014-11-02 | 1 | -26/+21 |
* | Removed unneeded :foreign_key option on belongs_to associations. | Jean-Philippe Lang | 2014-10-22 | 1 | -2/+2 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Store relation type instead of i18n key in journals (#15704). | Jean-Philippe Lang | 2013-12-15 | 1 | -4/+4 |
* | add journal after creating/deleting issue relation (#1005) | Toshi MARUYAMA | 2013-05-19 | 1 | -0/+28 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | remove trailing white-spaces from app/models/issue_relation.rb | Toshi MARUYAMA | 2012-12-21 | 1 | -2/+2 |
* | Moved IssueRelations to IssueRelation::Relations. | Jean-Philippe Lang | 2012-12-10 | 1 | -13/+13 |
* | code layout cleanup app/models/issue_relation.rb | Toshi MARUYAMA | 2012-11-28 | 1 | -17/+33 |
* | Ignore non-working days when rescheduling an issue (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -1/+1 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 1 | -1/+20 |
* | Adds a "Copied from/to" relation when copying issue(s) (#6899). | Jean-Philippe Lang | 2012-09-27 | 1 | -1/+5 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Removed after_initialize methods. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+2 |
* | Rails3: model: replace deprecated errors.add_to_base at validate_issue_relati... | Toshi MARUYAMA | 2011-10-07 | 1 | -3/+3 |
* | Rails3: model: replace deprecated 'before_save' method at IssueRelation model | Toshi MARUYAMA | 2011-09-21 | 1 | -1/+3 |
* | Rails3: replace deprecated 'validate' method at IssueRelation model. | Toshi MARUYAMA | 2011-09-01 | 1 | -1/+3 |
* | remove trailing white-spaces from app/models/issue_relation.rb. | Toshi MARUYAMA | 2011-08-21 | 1 | -20/+20 |
* | Makes relations resource shallow (#7366). | Jean-Philippe Lang | 2011-07-05 | 1 | -0/+10 |
* | Document why relation is reversed after validation. | Jean-Philippe Lang | 2011-07-04 | 1 | -0/+2 |
* | Set a default value for relation type. | Jean-Philippe Lang | 2011-07-04 | 1 | -2/+10 |
* | Fixed circular dependencies possibly introduced when using reverse relations,... | Jean-Baptiste Barth | 2011-06-26 | 1 | -1/+6 |
* | Safer code in IssueRelation (#7018). | Jean-Philippe Lang | 2010-12-04 | 1 | -3/+4 |
* | Adds issue relations to individual issue XML (#5305). | Jean-Philippe Lang | 2010-05-01 | 1 | -7/+18 |
* | Makes subtasks rescheduled when a 'precedes' relation is set on a parent task. | Jean-Philippe Lang | 2010-03-13 | 1 | -3/+2 |
* | Adds subtasking (#443) including: | Jean-Philippe Lang | 2010-03-13 | 1 | -0/+1 |
* | Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown ... | Jean-Philippe Lang | 2010-02-28 | 1 | -5/+10 |
* | Fixes 'follows' relation validation. | Jean-Philippe Lang | 2009-12-18 | 1 | -3/+3 |
* | Adds 'follows' relation (#1432). | Jean-Philippe Lang | 2009-12-18 | 1 | -1/+16 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -3/+3 |
* | Fixed: users should not be able to add relations with issues they're not allo... | Jean-Philippe Lang | 2009-01-27 | 1 | -0/+2 |
* | Make the 'duplicates of' relation asymmetric: | Jean-Philippe Lang | 2008-06-03 | 1 | -1/+1 |
* | Added an option to be able to relate issues in different projects. | Jean-Philippe Lang | 2007-08-12 | 1 | -1/+1 |
* | Issue relations first commit (not thoroughly tested). 4 kinds of relation are... | Jean-Philippe Lang | 2007-05-05 | 1 | -0/+79 |