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
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Check if the user has the permission to add notes or edit an issue when addin...
Go MAEDA
2023-03-02
1
-2
/
+10
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Use query name as the file name when exporting queries (#16207).
Go MAEDA
2022-08-24
1
-2
/
+2
*
Don't load changesets when IssuesController#show processes API requests witho...
Go MAEDA
2022-07-31
1
-3
/
+5
*
Only check for @set_filter@ param when retriving the default query (#7360, 35...
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
1
-1
/
+1
*
Display source project for cross-project associated revisions for issues (#52...
Go MAEDA
2022-01-18
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Adds button to "Create and follow" when adding a subtask from the parent issu...
Marius Balteanu
2021-11-06
1
-0
/
+2
*
Fix that updating an issue from context menu to a none value do not set the f...
Marius Balteanu
2021-08-05
1
-0
/
+1
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+19
*
Add total estimated hours, spent hours, total spent hours for issues to issue...
Go MAEDA
2021-06-27
1
-0
/
+4
*
Gracefully handle invalid query parameters for custom fields (#35312).
Go MAEDA
2021-05-28
1
-0
/
+6
*
Include new statuses allowed by workflow in Issues REST API (#24976).
Go MAEDA
2021-04-19
1
-0
/
+1
*
Fix detach attachments when a conflict occurs (#29914, #32923).
Go MAEDA
2021-04-01
1
-0
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
use "do end" instead of {} at IssuesController
Toshi MARUYAMA
2020-11-09
1
-2
/
+2
*
Replace Hash#merge! with Hash#[]= (#34160).
Go MAEDA
2020-10-24
1
-1
/
+1
*
fix source indent of IssuesController#destroy
Toshi MARUYAMA
2020-07-19
1
-1
/
+1
*
Set time entry author in controller (#32774).
Jean-Philippe Lang
2020-04-05
1
-0
/
+1
*
Fix that "Successful deletion" notice is not displayed after deleting some ty...
Go MAEDA
2020-04-04
1
-1
/
+4
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
replace multi line block "{}" to "do end" in app/controllers/issues_controlle...
Toshi MARUYAMA
2019-11-26
1
-28
/
+28
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/controllers/issues...
Toshi MARUYAMA
2019-11-26
1
-12
/
+12
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in app/controllers/...
Toshi MARUYAMA
2019-11-26
1
-3
/
+3
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/controllers/iss...
Toshi MARUYAMA
2019-11-22
1
-0
/
+6
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/issues_contro...
Toshi MARUYAMA
2019-11-22
1
-3
/
+7
*
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
[next]