summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22792 from trunk to 5.1-stable (#40410).Marius Balteanu2024-04-291-0/+18
* Fix rubocop warnings on 5.1-stable branch.Marius Balteanu2024-03-031-1/+1
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22418 from trunk to 5.1-stable (#39534).Marius Balteanu2023-11-121-0/+23
* Fix RuboCop offense Style/RedundantFilterChain (#36919).Go MAEDA2023-10-121-1/+1
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-311-0/+43
* Fix incorrect argument format for assert_select that causes ArgumentError wit...Go MAEDA2023-07-021-9/+6
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-8/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-0/+16
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-1/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+1
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-0/+20
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+26
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-0/+51
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+10
* Wiki notation `attachment:file_name` cannot make a link to a file attached to...Go MAEDA2022-05-261-0/+15
* IssuesControllerTest randomly fails (#36716).Go MAEDA2022-03-031-1/+1
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-38/+42
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-181-0/+1
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-101-0/+16
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-19/+19
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-051-4/+4
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-3/+3
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-4/+4
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-1/+31
* Fix RuboCop offense Naming/MethodName due to r21269 (#29076).Go MAEDA2021-11-081-1/+1
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-061-0/+24
* Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introd...Marius Balteanu2021-08-101-7/+7
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+13
* Adds tests for issue attachment edit by user without edit issue permission on...Marius Balteanu2021-08-051-0/+13
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-051-0/+27
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-2/+2
* When updating an issue, allow adding time entry on an issue that was visible ...Marius Balteanu2021-07-261-0/+23
* Link from assignee to group page (#12795).Go MAEDA2021-07-201-1/+10
* Default issue query (#7360).Go MAEDA2021-07-061-0/+72
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-10/+10
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-251-2/+2
* Show project tree instead of subprojects in the project selector when you cre...Go MAEDA2021-03-251-3/+3
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-12/+14
* Do not display in issue edit page spent time custom fields not visible by the...Go MAEDA2021-03-151-0/+35
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-071-0/+14
* Fix project selector on global new issue page not showing all visible project...Go MAEDA2021-02-011-0/+12
* Show a warning message for watchers who cannot view the object (#33329).Go MAEDA2021-01-241-0/+15