annotate lib/plugins/awesome_nested_set/CHANGELOG @ 1151:a3cb7444c9bd
redmine-2.2-integration
html output in parent project link
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Tue, 15 Jan 2013 12:26:20 +0000 |
parents |
433d4f72a19b |
children |
|
rev |
line source |
Chris@1115
|
1 2.0.2
|
Chris@1115
|
2 * Fixed deprecation warning under Rails 3.1 [Philip Arndt]
|
Chris@1115
|
3 * Converted Test::Unit matchers to RSpec. [Uģis Ozols]
|
Chris@1115
|
4 * Added inverse_of to associations to improve performance rendering trees. [Sergio Cambra]
|
Chris@1115
|
5 * Added row locking and fixed some race conditions. [Markus J. Q. Roberts]
|
Chris@1115
|
6
|
Chris@1115
|
7 2.0.1
|
Chris@1115
|
8 * Fixed a bug with move_to not using nested_set_scope [Andreas Sekine]
|
Chris@1115
|
9
|
Chris@1115
|
10 2.0.0.pre
|
Chris@1115
|
11 * Expect Rails 3
|
Chris@1115
|
12 * Changed how callbacks work. Returning false in a before_move action does not block save operations. Use a validation or exception in the callback if you need that.
|
Chris@1115
|
13 * Switched to RSpec
|
Chris@1115
|
14 * Remove use of Comparable
|