summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Asserts that spent time is preloaded.Jean-Philippe Lang2015-07-051-0/+2
* Adds "Total spent hours" column available on the issue list (#11253).Jean-Philippe Lang2015-07-051-0/+12
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-2/+2
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-6/+67
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-199-9/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-199-0/+15
* Adds a test for #19162.Jean-Philippe Lang2015-06-171-0/+12
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-1/+8
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-311-2/+81
* Fixed test failures introduced by r14288 (#19656).Jean-Philippe Lang2015-05-302-2/+2
* Menu should not include "New issue" for users with copy issues permission only.Jean-Philippe Lang2015-05-301-0/+10
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-301-0/+7
* Fixed that copying issues always copy subtasks and attachments even if option...Jean-Philippe Lang2015-05-231-2/+2
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+15
* Set a back_url when forcing new login after session expiration (#19655).Jean-Philippe Lang2015-05-091-5/+5
* Adds flash messages to files_controller#create (#19793).Jean-Philippe Lang2015-05-091-0/+11
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-092-0/+41
* prevent IssuesControllerTest#test_index_csv_big_5 fails randomlyToshi MARUYAMA2015-05-011-3/+3
* Custom field (long text format) displayed even if empty (#19482).Jean-Philippe Lang2015-04-251-0/+9
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-0/+8
* Fixed validation when logging time on issue (#19464).Jean-Philippe Lang2015-04-121-0/+50
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-121-1/+1
* "Required" and "Read-only" rules on "Fields Permissions" screen are not color...Jean-Philippe Lang2015-04-111-0/+9
* When create by copying the issue, status can not be changed to default (#19553).Jean-Philippe Lang2015-04-111-0/+14
* 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