summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add more comment about awesome_nested_set 2-1-stable branch regressionToshi MARUYAMA2014-01-261-1/+1
* remove Rails4 deprecated Relation#all from IssueTest#test_visible_and_nested_...Toshi MARUYAMA2014-01-261-1/+17
* Rails4: replace deprecated Relation#first with finder options at IssueTestToshi MARUYAMA2014-01-091-2/+2
* Rails4: replace deprecated Relation#update_all at IssueTestToshi MARUYAMA2014-01-091-3/+3
* Rails4: replace deprecated Relation#update_all at IssueTestToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated find_all_by_* at IssueTestToshi MARUYAMA2014-01-071-2/+2
* Fixed that time entries custom values are not deleted when deleting a project...Jean-Philippe Lang2013-12-181-0/+9
* Fixed that previous assignee is not notified on issue update (#15714).Jean-Philippe Lang2013-12-171-0/+13
* add test to send one mail with both settngs in creating issue (#15612)Toshi MARUYAMA2013-12-061-0/+12
* add test not to send mail with no settng in creating issue (#15612)Toshi MARUYAMA2013-12-061-0/+12
* explicitly use mail send setting in unit issue test (#15612)Toshi MARUYAMA2013-12-061-11/+14
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-4/+4
* Additional status transitions for assignees do not work if assigned to a grou...Jean-Philippe Lang2013-07-281-3/+23
* Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...Jean-Philippe Lang2013-07-111-0/+12
* gender neutral source comment at test/unit/issue_test.rbToshi MARUYAMA2013-07-061-2/+2
* remove trailing white-space from test/unit/issue_test.rbToshi MARUYAMA2013-07-051-8/+8
* Don't validate start date when updating an issue without changing it (#14086).Jean-Philippe Lang2013-06-051-0/+21
* Really adjusts error message in tests (#14086).Jean-Philippe Lang2013-06-041-1/+1
* Adjusts error message in tests (#14086).Jean-Philippe Lang2013-06-041-1/+1
* Improved Issue#all_dependent_issues (#14015).Jean-Philippe Lang2013-05-121-0/+130
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+30
* Fixed: subtasks don't resepect following/precedes relations on creation (#129...Jean-Philippe Lang2013-03-171-0/+19
* Use #count instead of #size.Jean-Philippe Lang2013-03-121-7/+7
* Fixed that copying an issue as a child of itself creates an extra issue (#133...Jean-Philippe Lang2013-03-011-0/+43
* Adds "tracker-[id]" CSS class to issues (#13309).Jean-Philippe Lang2013-03-011-0/+6
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-0/+3
* Removed the default 0 value for issues foreign keys.Jean-Philippe Lang2013-02-171-0/+13
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-0/+19
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-161-0/+54
* Fixed that custom_field_values are not reloaded on #reload (#13119).Jean-Philippe Lang2013-02-111-0/+15
* Removing shoulda context.Jean-Philippe Lang2013-02-031-206/+154
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-061-0/+10
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-051-0/+9
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-6/+5
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-1/+35
* Make sure that attachments are created in the same order they were selected (...Jean-Philippe Lang2012-11-071-0/+14
* fix unit issue test fails on WednesdayToshi MARUYAMA2012-10-311-9/+10
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-12/+71
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-261-0/+7
* Adds a test for start date < due date validation.Jean-Philippe Lang2012-10-181-0/+7
* Fixed that invalid start date is ignored (#12092).Jean-Philippe Lang2012-10-181-0/+18
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...Toshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_assignable_versions of unit issue testToshi MARUYAMA2012-10-131-1/+3
* code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...Toshi MARUYAMA2012-10-131-1/+3