summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Fixed test failures (#19163).Jean-Philippe Lang2015-03-211-4/+4
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-0/+11
* Don't render the issue form if issue.project is nil (#19276).Jean-Philippe Lang2015-03-201-1/+1
* Restored project name as version prefix when different (#19348).Jean-Philippe Lang2015-03-151-1/+1
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-0/+9
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+10
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-0/+69
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-13/+10
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+66
* Fixed assertion (#18918).Jean-Philippe Lang2015-02-081-1/+1
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-1/+25
* add missing fixture to FilesControllerTestToshi MARUYAMA2015-01-251-1/+3
* Fixed attachment fixture (should be attached to issue 3 because one of its jo...Jean-Philippe Lang2015-01-241-4/+4
* add missing fixturesToshi MARUYAMA2015-01-211-1/+1
* add missing fixture to TimeEntryReportsControllerTestToshi MARUYAMA2015-01-211-0/+1
* 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