summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove hard-coded '.rhtml' from "test_index_with_project_and_default_filter" ...Toshi MARUYAMA2011-09-021-1/+1
* remove hard-coded '.rhtml' from "test_show_by_anonymous" of functional issues...Toshi MARUYAMA2011-09-021-1/+1
* add test to respond nothing in case of content type is not html with invalid ...Toshi MARUYAMA2011-09-011-0/+6
* add test to respond nothing in case of content type is html with invalid quer...Toshi MARUYAMA2011-09-011-0/+6
* remove trailing white-spaces from test/functional/issues_controller_test.rb.Toshi MARUYAMA2011-08-311-24/+24
* Test that forms are well-formed for issue attachment upload.Jean-Philippe Lang2011-07-291-0/+24
* Additional functional tests for issue attachment upload.Jean-Philippe Lang2011-07-291-4/+41
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-0/+38
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-7/+10
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-3/+24
* Added a test to ensure 'Project' column can be removed on issues list (#8411)Jean-Baptiste Barth2011-06-201-0/+6
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-0/+25
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-011-0/+30
* remove trailing white-spaces from functional IssuesController test.Toshi MARUYAMA2011-05-161-182/+182
* Private issues (#7414).Jean-Philippe Lang2011-04-151-0/+49
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-1/+33
* Wrap text custom fields in the issue list (#8064).Jean-Philippe Lang2011-04-051-0/+15
* Removed a duplicate test.Jean-Philippe Lang2011-04-051-11/+0
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+1
* Fixed: bulk destroying parent and child issues raises a stale object error (#...Jean-Philippe Lang2011-04-011-0/+12
* Shortens filter param names.Jean-Philippe Lang2011-04-011-3/+3
* Allow bulk editing of parent issue (#5831).Jean-Philippe Lang2011-03-271-0/+18
* Check for a valid time entry if comments have been entered when updating an i...Jean-Philippe Lang2011-03-131-3/+22
* Fixed: issue description Quote button lost by r3941 (#7122).Jean-Philippe Lang2010-12-181-0/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1