aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 11:25:21 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-02 11:25:21 +0000
commit50f0a736242e65408c06b62b0fbd68e2ea349c23 (patch)
tree6e65bb01cde1e63a2c84a55ffc41372d07e99610 /actionpack/CHANGELOG
parentc2060719d358d60cb4f4204a6c79abebf6ff9b90 (diff)
downloadrails-50f0a736242e65408c06b62b0fbd68e2ea349c23.tar.gz
rails-50f0a736242e65408c06b62b0fbd68e2ea349c23.tar.bz2
rails-50f0a736242e65408c06b62b0fbd68e2ea349c23.zip
Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_element to facilitate easy dragging and dropping through the script.aculo.us libraries #1578 [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1606 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 6fbe896fd6..382215da8a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_element to facilitate easy dragging and dropping through the script.aculo.us libraries #1578 [Thomas Fuchs]
+
* Added that UrlHelper#mail_to will now also encode the default link title #749 [f.svehla@gmail.com]
* Removed the default option of wrap=virtual on FormHelper#text_area to ensure XHTML compatibility #1300 [thomas@columbus.rr.com]