summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white spaces from test/unit/helpers/application_helper_test.rbToshi MARUYAMA2015-04-141-3/+3
* Fixed test failures (#19544).Jean-Philippe Lang2015-04-121-2/+2
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-0/+8
* Keywords in commit messages: journal entries are created even if nothing was ...Jean-Philippe Lang2015-04-121-0/+24
* Fixed that journals are shown multiple times in activity (#19168).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-122-1/+3
* "Required" and "Read-only" rules on "Fields Permissions" screen are not color...Jean-Philippe Lang2015-04-111-0/+9
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-112-2/+1
* When create by copying the issue, status can not be changed to default (#19553).Jean-Philippe Lang2015-04-111-0/+14
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+12
* Fixed test failures (#19163).Jean-Philippe Lang2015-03-212-4/+7
* 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
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-0/+18
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-201-0/+5
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-201-1/+18
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-0/+23
* Restored project name as version prefix when different (#19348).Jean-Philippe Lang2015-03-152-16/+7
* Don't run test if Redcarpet is not available (#19313).Jean-Philippe Lang2015-03-151-0/+2
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-1/+11
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* Adds a test for setting multivalued custom fields with JSON (#19368).Jean-Philippe Lang2015-03-141-0/+21
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+29
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-0/+18
* Attached inline images with non-ascii file name can not be seen when text for...Jean-Philippe Lang2015-03-141-0/+16
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-0/+14
* Fixed that spent time on my page does not include entries without issue (#193...Jean-Philippe Lang2015-03-101-0/+50
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-101-0/+7
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-16/+0
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-0/+16
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-0/+37
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-0/+9
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-0/+29
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-0/+8
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-0/+31
* Adds a test for #19270.Jean-Philippe Lang2015-03-071-0/+11
* Don't validate custom fields that are not editable (#19193).Jean-Philippe Lang2015-03-011-0/+23
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-193-4/+13
* Adds a test for #6579.Jean-Philippe Lang2015-02-181-28/+51
* Fixed that timestamps may not be formatted as expected in XML responses (#190...Jean-Philippe Lang2015-02-161-0/+9
* Changed assertion to see what issues contains (#19106).Jean-Philippe Lang2015-02-141-2/+2
* Fixed Stack level too deep error when calling #find_name_by_reflection for mi...Jean-Philippe Lang2015-02-141-0/+4
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-142-0/+73
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-132-15/+12
* Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.Jean-Philippe Lang2015-02-082-8/+17
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-082-0/+23
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-082-0/+68
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-082-7/+4