index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
issue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...
Jean-Philippe Lang
2013-07-11
1
-0
/
+12
*
gender neutral source comment at test/unit/issue_test.rb
Toshi MARUYAMA
2013-07-06
1
-2
/
+2
*
remove trailing white-space from test/unit/issue_test.rb
Toshi MARUYAMA
2013-07-05
1
-8
/
+8
*
Don't validate start date when updating an issue without changing it (#14086).
Jean-Philippe Lang
2013-06-05
1
-0
/
+21
*
Really adjusts error message in tests (#14086).
Jean-Philippe Lang
2013-06-04
1
-1
/
+1
*
Adjusts error message in tests (#14086).
Jean-Philippe Lang
2013-06-04
1
-1
/
+1
*
Improved Issue#all_dependent_issues (#14015).
Jean-Philippe Lang
2013-05-12
1
-0
/
+130
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-0
/
+30
*
Fixed: subtasks don't resepect following/precedes relations on creation (#129...
Jean-Philippe Lang
2013-03-17
1
-0
/
+19
*
Use #count instead of #size.
Jean-Philippe Lang
2013-03-12
1
-7
/
+7
*
Fixed that copying an issue as a child of itself creates an extra issue (#133...
Jean-Philippe Lang
2013-03-01
1
-0
/
+43
*
Adds "tracker-[id]" CSS class to issues (#13309).
Jean-Philippe Lang
2013-03-01
1
-0
/
+6
*
Don't reload the issue in after_save callback.
Jean-Philippe Lang
2013-02-28
1
-0
/
+3
*
Removed the default 0 value for issues foreign keys.
Jean-Philippe Lang
2013-02-17
1
-0
/
+13
*
Adds Issue#status_was that returns the initial issue status.
Jean-Philippe Lang
2013-02-17
1
-0
/
+19
*
Adds closed_on column that stores the time of the last closing (#824).
Jean-Philippe Lang
2013-02-16
1
-0
/
+54
*
Fixed that custom_field_values are not reloaded on #reload (#13119).
Jean-Philippe Lang
2013-02-11
1
-0
/
+15
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-206
/
+154
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Gantt perf: fixed that Project#start_date and #due_date run way too much quer...
Jean-Philippe Lang
2013-01-06
1
-0
/
+10
*
Negative estimated hours should not be valid (#12735).
Jean-Philippe Lang
2013-01-05
1
-0
/
+9
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-2
/
+2
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-6
/
+5
*
Precede-Follow relation should move following issues earlier when reschedulin...
Jean-Philippe Lang
2012-11-24
1
-1
/
+35
*
Make sure that attachments are created in the same order they were selected (...
Jean-Philippe Lang
2012-11-07
1
-0
/
+14
*
fix unit issue test fails on Wednesday
Toshi MARUYAMA
2012-10-31
1
-9
/
+10
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
1
-12
/
+71
*
Adds a textual css class for issue priorities (#12216).
Jean-Philippe Lang
2012-10-26
1
-0
/
+7
*
Adds a test for start date < due date validation.
Jean-Philippe Lang
2012-10-18
1
-0
/
+7
*
Fixed that invalid start date is ignored (#12092).
Jean-Philippe Lang
2012-10-18
1
-0
/
+18
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_locke...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_assignable_versions of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_be_able_to_assign_a_new_issue_to_a_close...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_close_duplicated_issue of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_should_close_duplicates of unit issue test
Toshi MARUYAMA
2012-10-13
1
-3
/
+6
*
code layout clean up test_should_not_call_after_project_change_on_creation of...
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
*
code layout clean up test_read_only_attribute_names_for_multiple_roles_should...
Toshi MARUYAMA
2012-10-13
1
-3
/
+9
*
code layout clean up test_required_attribute_names_for_multiple_roles_should_...
Toshi MARUYAMA
2012-10-13
1
-4
/
+12
*
code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_ver...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_required_attributes_should_be_validated of unit iss...
Toshi MARUYAMA
2012-10-13
1
-10
/
+26
*
code layout clean up test_safe_attributes_should_accept_target_status_writabl...
Toshi MARUYAMA
2012-10-13
1
-4
/
+13
*
code layout clean up test_new_statuses_allowed_to_should_return_all_transitio...
Toshi MARUYAMA
2012-10-13
1
-2
/
+3
*
code layout clean up test_new_statuses_allowed_to of unit issue test
Toshi MARUYAMA
2012-10-13
1
-9
/
+22
*
code layout clean up test_safe_attributes_should_accept_target_tracker_writab...
Toshi MARUYAMA
2012-10-13
1
-4
/
+11
*
code layout clean up test_editable_custom_field_values_should_return_non_read...
Toshi MARUYAMA
2012-10-13
1
-4
/
+6
*
code layout clean up test_safe_attributes_should_not_include_readonly_custom_...
Toshi MARUYAMA
2012-10-13
1
-7
/
+16
*
code layout clean up test_safe_attributes_should_not_include_readonly_fields ...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_should_not_update_custom_fields_on_changing_tracker...
Toshi MARUYAMA
2012-10-13
1
-1
/
+3
*
code layout clean up test_journalized_multi_custom_field of unit issue test
Toshi MARUYAMA
2012-10-13
1
-4
/
+8
*
code layout clean up context "#assignable_users" of unit issue test
Toshi MARUYAMA
2012-10-13
1
-1
/
+2
[next]