annotate .svn/pristine/37/37b8a238cdb19b858fe5e9a42787ac44cba6e2d2.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 2.0.2
Chris@1296 2 * Fixed deprecation warning under Rails 3.1 [Philip Arndt]
Chris@1296 3 * Converted Test::Unit matchers to RSpec. [Uģis Ozols]
Chris@1296 4 * Added inverse_of to associations to improve performance rendering trees. [Sergio Cambra]
Chris@1296 5 * Added row locking and fixed some race conditions. [Markus J. Q. Roberts]
Chris@1296 6
Chris@1296 7 2.0.1
Chris@1296 8 * Fixed a bug with move_to not using nested_set_scope [Andreas Sekine]
Chris@1296 9
Chris@1296 10 2.0.0.pre
Chris@1296 11 * Expect Rails 3
Chris@1296 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@1296 13 * Switched to RSpec
Chris@1296 14 * Remove use of Comparable