aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-09 17:01:12 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-09 17:01:12 +0000
commit165f82d18026dbbcf94695128d32fadef916af5a (patch)
tree5e3c264137199845029eb8e3df4076273d45eab1 /actionpack/CHANGELOG
parent14f06c2cc1248facaa233a6d8df6cd1d9501168c (diff)
downloadrails-165f82d18026dbbcf94695128d32fadef916af5a.tar.gz
rails-165f82d18026dbbcf94695128d32fadef916af5a.tar.bz2
rails-165f82d18026dbbcf94695128d32fadef916af5a.zip
Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1783 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 0dbe5b8748..24877297f7 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,12 @@
*SVN*
+* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]
+ * Added capability to remove draggables/droppables and redeclare sortables in dragdrop.js (this makes it possible to call sortable_element on the same element more than once, e.g. in AJAX returns that modify the sortable element. all current sortable 'stuff' on the element will be discarded and the sortable will be rebuilt)
+ * Always reset background color on Effect.Highlight; this make change backwards-compatibility, to be sure include style="background-color:(target-color)" on your elements or else elements will fall back to their CSS rules (which is a good thing in most circumstances)
+ * Removed circular references from element to prevent memory leaks (still not completely gone in IE)
+ * Changes to class extension in effects.js
+ * Make Effect.Highlight restore any previously set background color when finishing (makes effect work with CSS classes that set a background color)
+
* Improved error message for DoubleRenderError
* Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar]