summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Don't change Setting.default_language in tests.Jean-Philippe Lang2015-01-212-17/+16
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-0/+16
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-0/+16
* fix tests (#13120)Toshi MARUYAMA2015-01-181-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-1718-70/+68
* Missing fixtures.Jean-Philippe Lang2015-01-172-2/+2
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-0/+14
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-1720-19/+163
* IssuesControllerTest: make encoding tests independent of ordering (#18856)Toshi MARUYAMA2015-01-161-6/+10
* fix UsersControllerTest failure randomlyToshi MARUYAMA2015-01-151-1/+4
* add missing fixture to SearchControllerTestToshi MARUYAMA2015-01-151-0/+1
* Copyright update.Jean-Philippe Lang2015-01-1160-60/+60
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-0/+12
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-0/+9
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-0/+29
* Fixed that project copy triggers a 500 error if project validation fails.Jean-Philippe Lang2015-01-071-0/+7
* Subclasses may not be loaded when running the test.Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-2110-19/+19
* Use DOM assertion instead.Jean-Philippe Lang2014-12-211-1/+2
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-202-8/+8
* add missing fixtures to SearchControllerTestToshi MARUYAMA2014-12-131-1/+2
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-62/+0
* Misc tests.Jean-Philippe Lang2014-12-131-0/+12
* Adds a test for editing a registered user.Jean-Philippe Lang2014-12-121-0/+8
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-13/+17
* Revert r13736, test fails with mysql.Jean-Philippe Lang2014-12-111-9/+0
* Adds a test for search with limited results.Jean-Philippe Lang2014-12-111-0/+9
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-3/+5
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-1/+3
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-4/+6
* Adds a few functional tests.Jean-Philippe Lang2014-12-053-0/+22
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-0/+14
* Adds tests for searching private or archived projects.Jean-Philippe Lang2014-12-051-0/+23
* Adds tests for invalid parameters.Jean-Philippe Lang2014-12-051-0/+15
* Adds a test for when link_copied_issue setting is set to "never".Jean-Philippe Lang2014-12-051-0/+12
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-0/+14
* Adds a few tests.Jean-Philippe Lang2014-12-035-3/+50
* Set notified events as expected.Jean-Philippe Lang2014-11-301-85/+95
* add missing fixtures to test/functional/projects_controller_test.rbToshi MARUYAMA2014-11-301-1/+2
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-35/+46
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+58
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-0/+12
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-0/+14
* 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