summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-1/+1
* Fix: Unreachable code in QueriesControllerTest#test_bulk_copy_to_another_proj...Go MAEDA2018-06-101-3/+4
* Add right-click context menu to the contextual area of an issue (#28829).Go MAEDA2018-05-291-109/+129
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-0/+23
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-10/+11
* Allow selecting subprojects on new issue form (#12704).Go MAEDA2018-02-281-2/+32
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-181-0/+44
* Add CSS classes to column headers of issues and timelogs list (#26674).Go MAEDA2018-01-151-3/+14
* Cannot clear all watchers when copying an issue (#26880).Jean-Philippe Lang2018-01-071-0/+41
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+2
* Fix that spent_time total on the issue list can be wrong (#26471).Jean-Philippe Lang2017-07-201-0/+32
* Add test assertions to the four controller test cases (#26125).Jean-Philippe Lang2017-06-251-0/+11
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds tests for #25775.Jean-Philippe Lang2017-06-101-0/+28
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-733/+2099
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-271-0/+7
* Check tracker permissions when copying an issue (#25791).Jean-Philippe Lang2017-05-271-0/+16
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-0/+24
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-0/+20
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-031-1/+1
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-1/+1
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-13/+5
* Adding a subtask should default to a tracker without disabled parent field (#...Jean-Philippe Lang2017-03-081-0/+26
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-051-1/+2
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-0/+37
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-051-0/+19
* The cancel operation in the issue edit mode doesn't work (#21579).Jean-Philippe Lang2017-03-031-0/+16
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-37/+56
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+17
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-5/+5
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-141-0/+14
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-2/+46
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-121-1/+5
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-2/+2
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Project field disappears when target project disallows user to edit the proje...Jean-Philippe Lang2016-11-181-0/+20
* Test failure.Jean-Philippe Lang2016-10-041-8/+12
* Edit/delete links displayed on issue even if project is closed (#23969).Jean-Philippe Lang2016-10-021-0/+19
* Test failures (#23781).Jean-Philippe Lang2016-10-011-7/+7
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-0/+14
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-031-1/+1
* Use a single hash as argument.Jean-Philippe Lang2016-09-011-1/+1
* Test failure (#23410).Jean-Philippe Lang2016-08-201-1/+1
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-1/+19
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-322/+178
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-6/+6
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-131-0/+38
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-7/+7