index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
issue_relation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
Fix RuboCop offense Style/YodaCondition (#36919).
Go MAEDA
2023-02-14
1
-2
/
+2
*
Fix RuboCop offense Performance/RedundantMatch (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
add empty line after guard clause to app/models/issue_relation.rb
Toshi MARUYAMA
2020-11-26
1
-2
/
+1
*
remove spaces inside {} of app/models/issue_relation.rb
Toshi MARUYAMA
2020-10-03
1
-18
/
+18
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Style/MultilineTernaryOperator and Style/NestedTernaryO...
Toshi MARUYAMA
2019-11-08
1
-3
/
+5
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_relation.rb
Toshi MARUYAMA
2019-11-06
1
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Log automatic rescheduling of following issues to journal (#28649).
Jean-Philippe Lang
2018-06-10
1
-2
/
+2
*
Fix: Calculation of the start date of following issues ignores the "non-worki...
Go MAEDA
2018-03-08
1
-1
/
+2
*
Disallow creating inverse relates issue relations (#27663).
Go MAEDA
2017-12-06
1
-1
/
+9
*
Reverted r17054 (#27663).
Go MAEDA
2017-11-30
1
-9
/
+1
*
Disallow creating inverse relates issue relations (#27663).
Go MAEDA
2017-11-29
1
-1
/
+9
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+4
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
remove trailing white space from app/models/issue_relation.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Warning "Can't mass-assign protected attributes for IssueRelation: issue_to_i...
Jean-Philippe Lang
2016-01-16
1
-0
/
+20
*
Can't set parent issue when issue relations among child issues are present (#...
Jean-Philippe Lang
2016-01-10
1
-5
/
+18
*
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
[next]