summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-0/+33
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2231-491/+273
* Replaced some #assert_tag with #assert_select.Jean-Philippe Lang2014-11-208-62/+41
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-2019-120/+120
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-2/+1
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+12
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-0/+11
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-141-0/+11
* add missing fixtures to test/functional/wiki_controller_test.rbToshi MARUYAMA2014-11-121-1/+2
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-112-6/+24
* Adds a test for default issue columns order (#18310).Jean-Philippe Lang2014-11-111-0/+10
* Fixed duplicate test names (#18306).Jean-Philippe Lang2014-11-081-2/+2
* remove duplicated IssuesControllerTest#test_new_should_select_default_status ...Toshi MARUYAMA2014-11-081-12/+0
* Time entries CSV export should include the tracker and subject of the issue (...Jean-Philippe Lang2014-11-051-0/+10
* Typo.Jean-Philippe Lang2014-11-051-1/+1
* Fixed that parent column should not include issue subject (#13673).Jean-Philippe Lang2014-11-041-0/+11
* Fixed CSV content for parent issue column (#13608).Jean-Philippe Lang2014-11-041-0/+12
* add missing fixtures to test/functional/custom_fields_controller_test.rbToshi MARUYAMA2014-11-031-1/+12
* add missing fixture to test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2014-11-031-1/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-023-13/+70
* add missing fixtures to CalendarsControllerTestToshi MARUYAMA2014-10-241-1/+6
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-233-130/+209
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2224-214/+147
* Fixed that preview doesn't show notes when issue project is changed (#17959).Jean-Philippe Lang2014-10-051-0/+8
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-0/+3
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-042-5/+5
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-51/+83
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-161-0/+12
* Fixed: The error flash message on session expiration is not in the language o...Jean-Philippe Lang2014-09-131-0/+15
* Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...Jean-Philippe Lang2014-09-131-0/+10
* add missing fixtures to NewsControllerTestToshi MARUYAMA2014-09-111-1/+3
* pdf: fix r13368 test name (#17826)Toshi MARUYAMA2014-09-111-1/+1
* pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)Toshi MARUYAMA2014-09-111-0/+16
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-9/+0
* ensure issue pdf test has relations (#17570)Toshi MARUYAMA2014-08-281-0/+3
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+17
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-141-1/+1
* Adds version date as title in #link_to_version (#17431).Jean-Philippe Lang2014-07-141-1/+1
* add missing fixtures to SettingsControllerTestToshi MARUYAMA2014-07-131-1/+2
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-07-131-0/+1
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-0/+36
* add test of attachment thumbnail etagToshi MARUYAMA2014-06-081-1/+7
* add test of attachment download etagToshi MARUYAMA2014-06-021-0/+7
* use with_settings at AttachmentsControllerTest#test_show_text_file_should_sen...Toshi MARUYAMA2014-06-021-6/+6
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-0/+6
* remove unneeded trailing ';' from test/functional/repositories_git_controller...Toshi MARUYAMA2014-05-071-1/+1
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-0/+12
* remove unneeded tabs from test/functional/repositories_cvs_controller_test.rbToshi MARUYAMA2014-04-151-1/+1
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+13
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-2/+8