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_nested_set_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that issue nested set update is triggered even if parent is not changed...
Jean-Philippe Lang
2013-10-20
1
-0
/
+35
*
Test for #14798.
Jean-Philippe Lang
2013-09-11
1
-0
/
+11
*
not use assert_not_nil in Errors#[]
Toshi MARUYAMA
2013-07-30
1
-2
/
+2
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-16
/
+0
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-03
1
-6
/
+3
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
1
-1
/
+1
*
Removed issue_create! helper in favour of Issue.generate!
Jean-Philippe Lang
2012-10-12
1
-81
/
+76
*
Isolate the test that actually require non transactional fixtures.
Jean-Philippe Lang
2012-10-11
1
-25
/
+0
*
Adds a setting to allow subtasks to belong to other projects (#5487).
Jean-Philippe Lang
2012-10-10
1
-1
/
+9
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-2
/
+6
*
Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...
Jean-Philippe Lang
2011-11-15
1
-0
/
+14
*
Rails3: test: replace deprecated errors.on at test_moving_an_issue_to_a_desce...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
code layout clean up of test/unit/issue_nested_set_test.rb
Toshi MARUYAMA
2011-10-07
1
-1
/
+2
*
Rails3: test: replace deprecated errors.on at test_creating_a_child_in_differ...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
remove trailing white-spaces from test/unit/issue_nested_set_test.rb.
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
Fixed: Error deleting issue with grandchild (#8880).
Jean-Philippe Lang
2011-07-24
1
-0
/
+14
*
remove trailing white-spaces from unit issue nested set test.
Toshi MARUYAMA
2011-05-17
1
-53
/
+53
*
Fixed: deleting a parent issue may lead to a stale object error (#7920).
Jean-Philippe Lang
2011-04-01
1
-0
/
+10
*
Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...
Jean-Philippe Lang
2011-01-22
1
-1
/
+33
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Recalculate inherited attributes on parents when a child is moved under a new...
Eric Davis
2010-06-30
1
-0
/
+9
*
Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.
Jean-Philippe Lang
2010-03-13
1
-0
/
+15
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-0
/
+300