summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17373 to 3.3-stable (#28649).Jean-Philippe Lang2018-06-101-0/+26
* Merged r17144 to 3.3-stable (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Merged r16938 from trunk to 3.3-stable (#22320)Toshi MARUYAMA2017-08-091-4/+6
* Merged r16619 (#26072).Jean-Philippe Lang2017-06-071-0/+12
* Merged r16059, r16060, r16064, r16072.Jean-Philippe Lang2016-12-201-2/+2
* Merged r15879 (#23969).Jean-Philippe Lang2016-10-081-0/+16
* Merged r15848 (#23764).Jean-Philippe Lang2016-10-021-1/+11
* Merged r15750 (#23655).Jean-Philippe Lang2016-08-311-0/+22
* Merged r15586 (#23172).Jean-Philippe Lang2016-08-201-0/+13
* Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).Jean-Philippe Lang2016-06-061-2/+151
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-0/+26
* Notify the user of missing attachments (#22401).Jean-Philippe Lang2016-05-071-0/+11
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Verify assigned_to_id when assigning safe_attributes (#22127).Jean-Philippe Lang2016-03-121-0/+34
* Private notes get copied without private flag to Duplicate issues (#22072).Jean-Philippe Lang2016-03-121-0/+18
* After copying a task, setting the parent as the orignal task's parent trigger...Jean-Philippe Lang2016-01-101-0/+17
* Can't set parent issue when issue relations among child issues are present (#...Jean-Philippe Lang2016-01-101-191/+89
* Don't include locked user in assignable users (#21477).Jean-Philippe Lang2015-12-121-0/+8
* Adds a test for #21477.Jean-Philippe Lang2015-12-121-0/+6
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+8
* Don't require category or target version when they are not available (#20583).Jean-Philippe Lang2015-10-241-0/+24
* Adds a scope to get issues assigned to a user.Jean-Philippe Lang2015-10-211-0/+16
* Don't propose projects without trackers when editing an issue (#20463).Jean-Philippe Lang2015-09-201-0/+6
* Fixed that members without view issues permission are able to list issues on ...Jean-Philippe Lang2015-07-251-0/+9
* Fixed that issue validation fails if % done field is deactivated (#19731).Jean-Philippe Lang2015-05-091-0/+9
* When changing tracker, clear the attributes that are disabled for the new tra...Jean-Philippe Lang2015-04-141-0/+32
* Fixed workflow rules when user has duplicated role by inheritance (#19569).Jean-Philippe Lang2015-04-141-0/+21
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-201-1/+18
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-0/+8
* Don't validate custom fields that are not editable (#19193).Jean-Philippe Lang2015-03-011-0/+23
* Changed assertion to see what issues contains (#19106).Jean-Philippe Lang2015-02-141-2/+2
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-4/+4
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-5/+5
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-201-1/+1
* Set locale for error messages.Jean-Philippe Lang2014-12-201-0/+4
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-131-0/+23
* Try to find out what causes a ruby bus error with ruby2.x on the CI server.Jean-Philippe Lang2014-12-131-2/+2
* Set notified events as expected.Jean-Philippe Lang2014-11-301-5/+7
* Fixed that a disabled field which is required by workflow rules blocks issue ...Jean-Philippe Lang2014-11-041-0/+20
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-5/+67
* Code cleanup.Jean-Philippe Lang2014-10-251-0/+75
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-22/+31
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-0/+31
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-0/+10
* fix wrong issue 'assigned-to-my-group' css class (#16038)Toshi MARUYAMA2014-02-061-10/+13
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from IssueTestToshi MARUYAMA2014-01-271-1/+1