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
/
issues_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
code layout clean up app/controllers/issues_controller.rb
Toshi MARUYAMA
2019-11-22
1
-4
/
+15
*
code layout clean up IssuesController#build_new_issue_from_params
Toshi MARUYAMA
2019-11-22
1
-1
/
+3
*
code layout clean up IssuesController#update_issue_from_params
Toshi MARUYAMA
2019-11-22
1
-3
/
+3
*
code layout clean up IssuesController#bulk_edit
Toshi MARUYAMA
2019-11-22
1
-2
/
+3
*
code layout clean up IssuesController#create
Toshi MARUYAMA
2019-11-22
1
-2
/
+8
*
code layout clean up IssuesController#show
Toshi MARUYAMA
2019-11-22
1
-4
/
+11
*
code layout clean up IssuesController#index
Toshi MARUYAMA
2019-11-22
1
-2
/
+4
*
code layout clean up IssuesController#update
Toshi MARUYAMA
2019-11-22
1
-5
/
+13
*
cleanup: rubocop: fix Layout/AlignArguments in app/controllers/issues_control...
Toshi MARUYAMA
2019-11-08
1
-1
/
+2
*
code layout clean up app/controllers/issues_controller.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+3
*
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controlle...
Toshi MARUYAMA
2019-10-17
1
-1
/
+1
*
Fix that "Associated revisions" tab has no content when the user displays com...
Go MAEDA
2019-10-05
1
-1
/
+1
*
Load changesets and time entries tabs async (#3058).
Jean-Philippe Lang
2019-06-20
1
-7
/
+22
*
Add time entries tab to issue history tabs (#3058).
Jean-Philippe Lang
2019-06-20
1
-0
/
+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
*
Support issue[assigned_to_id]=me when prefilling issues (#28502).
Jean-Philippe Lang
2019-03-15
1
-0
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adds a link to remove a subtask from its parent task (#23392).
Jean-Philippe Lang
2018-12-16
1
-1
/
+1
*
Wrong columns after CSV export (#26785).
Go MAEDA
2018-12-04
1
-1
/
+2
*
Don't allow reassigning reported hours to the project if issue is a required ...
Go MAEDA
2018-02-18
1
-0
/
+5
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use #safe_attributes= instead.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Option to copy watchers when copying issues (#10460).
Jean-Philippe Lang
2017-04-06
1
-1
/
+8
*
Adds a link back to the issue list that we are coming from.
Jean-Philippe Lang
2017-04-04
1
-0
/
+6
*
Retrieve issues in each responder.
Jean-Philippe Lang
2017-03-13
1
-25
/
+23
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-11
/
+2
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
1
-1
/
+0
*
remove trailing white space from app/controllers/issues_controller.rb
Toshi MARUYAMA
2017-02-09
1
-1
/
+1
*
Redirect to the parent issue after adding a subtask.
Jean-Philippe Lang
2017-01-30
1
-5
/
+8
*
Show visible spent time link for users allowed to view time entries (#20661).
Jean-Philippe Lang
2017-01-29
1
-0
/
+5
*
Add warning when loosing data from custom fields when bulk editing issues (#2...
Jean-Philippe Lang
2017-01-18
1
-0
/
+19
*
Don't join all associations by default (#24865).
Jean-Philippe Lang
2017-01-18
1
-3
/
+2
*
Don't always load data that is for html response only.
Jean-Philippe Lang
2017-01-14
1
-5
/
+4
*
Moves journals selection to Issue#visible_journals_with_index (#17632).
Jean-Philippe Lang
2017-01-14
1
-12
/
+7
*
Don't show the "reassign" option when deleting issues from different projects...
Jean-Philippe Lang
2016-12-31
1
-1
/
+1
*
Update project_id column in case some time entries were on subtasks of differ...
Jean-Philippe Lang
2016-12-31
1
-1
/
+1
*
Handle time entries on subtasks and prevent from reassigning an issue that is...
Jean-Philippe Lang
2016-12-31
1
-4
/
+11
*
Don't bulk edit file custom fields (#6719).
Jean-Philippe Lang
2016-10-23
1
-1
/
+1
*
Bulk edit form not show fields based on target tracker and status (#23755).
Jean-Philippe Lang
2016-09-03
1
-4
/
+21
*
Test failure (#23410).
Jean-Philippe Lang
2016-08-20
1
-2
/
+8
*
New issue raises an error if no projects available (#23410).
Jean-Philippe Lang
2016-08-20
1
-7
/
+4
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-1
/
+1
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-5
/
+5
*
Preload email addresses for displaying avatars.
Jean-Philippe Lang
2016-07-10
1
-3
/
+4
*
Code cleanup (#23054).
Jean-Philippe Lang
2016-06-15
1
-17
/
+1
*
Adds a setting for choosing the new object menu item style (#15880).
Jean-Philippe Lang
2016-06-11
1
-1
/
+1
*
Adds permission to edit and delete issues by role/tracker (#285).
Jean-Philippe Lang
2016-06-05
1
-0
/
+9
*
Limit trackers for new issue to certain roles (#7839).
Jean-Philippe Lang
2016-06-05
1
-1
/
+7
*
Adds Issue#allowed_target_trackers (#7839).
Jean-Philippe Lang
2016-05-30
1
-2
/
+2
[next]