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
/
controllers
/
issue_relations_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22395 from trunk to 5.1-stable (#38493).
Go MAEDA
2023-10-29
1
-2
/
+9
*
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
*
Fixed create duplicate follow relation fails with 500 internal error (#35655).
Marius Balteanu
2021-08-10
1
-3
/
+6
*
Fix undefined method 'split' when issue_to_id is numeric (#35039).
Go MAEDA
2021-04-12
1
-1
/
+8
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Bulk addition of related issues (#33418).
Go MAEDA
2020-12-25
1
-9
/
+24
*
remove spaces inside {} of IssueRelationsController
Toshi MARUYAMA
2020-11-14
1
-6
/
+6
*
use "do end" instead of {} at IssueRelationsController
Toshi MARUYAMA
2020-11-09
1
-4
/
+4
*
add empty line after guard clause to IssueRelationsController
Toshi MARUYAMA
2020-11-04
1
-0
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
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
*
Handle validation errors on reverse issue relations (#27695).
Go MAEDA
2018-01-07
1
-1
/
+7
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Extracts the rendering of related issues to an helper (#3425).
Jean-Philippe Lang
2016-11-19
1
-0
/
+2
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-2
/
+2
*
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
-4
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Use :only instead of :except option in IssueRelationsController filters.
Jean-Philippe Lang
2014-12-05
1
-4
/
+6
*
Fixed that IssueRelation should not be responsible for calling Issue#init_jou...
Jean-Philippe Lang
2014-11-02
1
-0
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-2
/
+2
*
Removes RJS from IssueRelationsController.
Jean-Philippe Lang
2012-07-19
1
-10
/
+3
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Strip issue id when adding a relation.
Jean-Philippe Lang
2012-04-11
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-2
/
+0
*
Explicitly declare all routes and deactivate default route.
Etienne Massip
2011-12-10
1
-1
/
+1
*
Removed useless rescue.
Jean-Philippe Lang
2011-11-29
1
-4
/
+0
*
remove trailing white-spaces from app/controllers/issue_relations_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-13
/
+13
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+1
*
Makes relations resource shallow (#7366).
Jean-Philippe Lang
2011-07-05
1
-10
/
+15
*
Adds support for GET on /issues/:issue_id/relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-1
/
+10
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-10
/
+33
*
Fixed: Relations are not displayed after adding/removing an issue relation (#...
Jean-Philippe Lang
2011-01-27
1
-1
/
+5
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
1
-4
/
+3
*
Issue relation: fixes error with postgres when entering a non-numeric id (#48...
Jean-Philippe Lang
2010-02-12
1
-2
/
+2
*
Fixed: users should not be able to add relations with issues they're not allo...
Jean-Philippe Lang
2009-01-27
1
-0
/
+3
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Issue relations first commit (not thoroughly tested). 4 kinds of relation are...
Jean-Philippe Lang
2007-05-05
1
-0
/
+59