summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-0/+14
* Check project assignment on issue copy/move.Jean-Philippe Lang2012-01-081-0/+12
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-1/+51
* Typo.Jean-Philippe Lang2012-01-071-1/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-0/+81
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-0/+51
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-1/+78
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+71
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-151-2/+128
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-7/+7
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-071-0/+22
* Moves test to non-transactional fixtures tests (failure with postgresql).Jean-Philippe Lang2011-12-041-10/+0
* Fixes test conditions.Jean-Philippe Lang2011-12-041-2/+2
* Adds a test for invalid query statement.Jean-Philippe Lang2011-12-041-0/+10
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-0/+23
* Adds a test for parent issues display.Jean-Philippe Lang2011-12-031-0/+11
* Fixes assertion.Jean-Philippe Lang2011-12-031-1/+1
* Adds a test for subtasks display.Jean-Philippe Lang2011-12-031-0/+9
* Adds functional tests on issue list content formatting.Jean-Philippe Lang2011-11-291-0/+25
* add tests to export issues csv in Traditional Chinese and French for csv sepa...Toshi MARUYAMA2011-11-271-0/+58
* cover the issues pdf test in English and CJK localesToshi MARUYAMA2011-11-271-12/+32
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-261-5/+33
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-251-0/+16
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-9/+33
* Makes author column sortable and groupable on the issue list (#1567).Jean-Philippe Lang2011-11-191-0/+10
* Moved the project name after the item in the html title (#9593).Jean-Philippe Lang2011-11-191-0/+2
* fix malformed issues csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-0/+35
* add functional test to export issue csv encoded in Big5 on Traditional Chines...Toshi MARUYAMA2011-11-161-0/+28
* Fixed failure introduced in r7772 (#8615).Jean-Philippe Lang2011-11-111-1/+1
* Added an administration setting to allow issue start date to be defaulted to ...Etienne Massip2011-11-051-2/+48
* Reverted r7628.Etienne Massip2011-10-181-3/+1
* Filter out illegal values to prevent raise of PostgreSQL exceptions, restored...Etienne Massip2011-10-181-1/+3
* Restored valid test part removed with r7625 (#8371).Etienne Massip2011-10-131-0/+3
* Removed debugging purpose command.Etienne Massip2011-10-131-1/+1
* Removed test part failing with PostgreSQL (#8371).Etienne Massip2011-10-131-6/+1
* Fixed shot filter expression parsing depending upon field operators (#8371).Etienne Massip2011-10-121-0/+74
* remove hard-coded '.rxml' from 'test_show_atom' at functional issues controll...Toshi MARUYAMA2011-10-041-1/+1
* Allow project column to be removed from the global issue list columns (#8411).Etienne Massip2011-09-261-0/+21
* remove hard-coded '.rhtml' from "test_index_with_project_and_filter" of funct...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects" of ...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects_shou...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_project" of functional issue...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_should_not_list_issues_when_modul...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index" of functional issues controller ...Toshi MARUYAMA2011-09-021-1/+1
* remove duplicate "test_index_should_not_list_issues_when_module_disabled" fro...Toshi MARUYAMA2011-09-021-11/+0
* remove hard-coded '.rhtml' from "test_index_with_query_grouped_by_list_custom...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_query_grouped_by_tracker" of...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_query" of functional issues ...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_index_with_project_and_empty_filters" o...Toshi MARUYAMA2011-09-021-1/+1