summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-2/+10
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-2/+2
* Don't load changesets when IssuesController#show processes API requests witho...Go MAEDA2022-07-311-3/+5
* Only check for @set_filter@ param when retriving the default query (#7360, 35...Marius Balteanu2022-03-201-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-1/+1
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-181-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-061-0/+2
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-051-0/+1
* Default issue query (#7360).Go MAEDA2021-07-061-0/+19
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-271-0/+4
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-0/+6
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+1
* Fix detach attachments when a conflict occurs (#29914, #32923).Go MAEDA2021-04-011-0/+1
* 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