summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* IssuesControllerTest#test_index_sort_by_total_estimated_hours tests nothing (...Go MAEDA2019-01-221-0/+2
* Ability to add private comments from the issue bulk edit page (#22368).Jean-Philippe Lang2018-12-161-0/+17
* Test failure.Jean-Philippe Lang2018-12-121-1/+4
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-0/+26
* Allow issues grouping by start and due dates (#13803).Jean-Philippe Lang2018-12-121-0/+19
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-0/+19
* Fix random test failure, assertion must be made against displayed values.Jean-Philippe Lang2018-12-011-2/+2
* Adds a test for #29918.Jean-Philippe Lang2018-11-291-0/+15
* Add wiki class also for half width custom fields with text formatting enabled...Go MAEDA2018-11-261-0/+19
* Filter issues after project status (#20081).Go MAEDA2018-10-291-0/+19
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-113/+113
* Test failures with sqlite3.Jean-Philippe Lang2018-09-231-1/+2
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-231-0/+14
* Reverts r17354 (#28829).Jean-Philippe Lang2018-09-151-129/+109
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-091-1/+1
* 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