summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+19
* Makes autocomplete accept issue id with hash.Jean-Philippe Lang2013-01-311-0/+7
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-302-2/+18
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-232-3/+3
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-0/+14
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+5
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-0/+5
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-1/+21
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-182-10/+4
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-2/+5
* use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)Toshi MARUYAMA2013-01-131-1/+2
* fix typo of attachments controller test namesToshi MARUYAMA2013-01-131-2/+2
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+10
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-0/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1256-56/+56
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-101-0/+13
* Test fails when run at the beginning of the day.Jean-Philippe Lang2013-01-061-1/+1
* Adjust test for r11120 (#3436).Jean-Philippe Lang2013-01-051-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-0/+8
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-0/+16
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+16
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-21/+38
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-225-207/+133
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-199/+199
* "New issue" menu item should not link to copy form (#12652).Jean-Philippe Lang2012-12-211-0/+3
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-2/+2
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+29
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-8/+11
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-0/+13
* Code cleanup.Jean-Philippe Lang2012-12-113-0/+32
* Fixed duplicate test name.Jean-Philippe Lang2012-12-111-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-112-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-103-9/+17
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-101-1/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-13/+13
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-092-103/+27
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-093-12/+12
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+12
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-0335-251/+222
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-039-28/+28
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-022-4/+7
* Code cleanup.Jean-Philippe Lang2012-12-011-0/+6
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-273-24/+24
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-0/+15
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-014-4/+5