summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at IssuesControllerToshi MARUYAMA2020-11-091-2/+2
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-1/+1
* fix source indent of IssuesController#destroyToshi MARUYAMA2020-07-191-1/+1
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-051-0/+1
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-041-1/+4
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* replace multi line block "{}" to "do end" in app/controllers/issues_controlle...Toshi MARUYAMA2019-11-261-28/+28
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/controllers/issues...Toshi MARUYAMA2019-11-261-12/+12
* cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in app/controllers/...Toshi MARUYAMA2019-11-261-3/+3
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/controllers/iss...Toshi MARUYAMA2019-11-221-0/+6
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/issues_contro...Toshi MARUYAMA2019-11-221-3/+7
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-11-221-4/+15
* code layout clean up IssuesController#build_new_issue_from_paramsToshi MARUYAMA2019-11-221-1/+3
* code layout clean up IssuesController#update_issue_from_paramsToshi MARUYAMA2019-11-221-3/+3
* code layout clean up IssuesController#bulk_editToshi MARUYAMA2019-11-221-2/+3
* code layout clean up IssuesController#createToshi MARUYAMA2019-11-221-2/+8
* code layout clean up IssuesController#showToshi MARUYAMA2019-11-221-4/+11
* code layout clean up IssuesController#indexToshi MARUYAMA2019-11-221-2/+4
* code layout clean up IssuesController#updateToshi MARUYAMA2019-11-221-5/+13
* cleanup: rubocop: fix Layout/AlignArguments in app/controllers/issues_control...Toshi MARUYAMA2019-11-081-1/+2
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-10-171-1/+3
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controlle...Toshi MARUYAMA2019-10-171-1/+1
* Fix that "Associated revisions" tab has no content when the user displays com...Go MAEDA2019-10-051-1/+1
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-7/+22
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-201-0/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Support issue[assigned_to_id]=me when prefilling issues (#28502).Jean-Philippe Lang2019-03-151-0/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+1
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-1/+2
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-181-0/+5
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use #safe_attributes= instead.Jean-Philippe Lang2017-06-011-1/+1
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-1/+8
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-041-0/+6
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-11/+2
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+0
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-5/+8
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-0/+5
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+19
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+2
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-12/+7
* Don't show the "reassign" option when deleting issues from different projects...Jean-Philippe Lang2016-12-311-1/+1