diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 07:52:53 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-11 07:52:53 +0000 |
commit | c1007377ba010448e55030c37f3fee24208e9912 (patch) | |
tree | ff9b30149ef78f5b41b7ac1e5c281ab6ed1adf6f /actionpack/CHANGELOG | |
parent | dc2a3af13378635131fabe6dcfb2e99bb50cc491 (diff) | |
download | rails-c1007377ba010448e55030c37f3fee24208e9912.tar.gz rails-c1007377ba010448e55030c37f3fee24208e9912.tar.bz2 rails-c1007377ba010448e55030c37f3fee24208e9912.zip |
Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2191 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 029dcfeda2..080c675d8a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Moved auto-completion and in-place editing into the Macros module and their helper counterparts into JavaScriptMacrosHelper + +* Added in-place editing support in the spirit of auto complete with ActionController::Base.in_place_edit_for, JavascriptHelper#in_place_editor_field, and Javascript support from script.aculo.us #2038 [Jon Tirsen] + * Added :disabled option to all data selects that'll make the elements inaccessible for change #2167, #253 [eigentone] * Fixed that TextHelper#auto_link_urls would include punctuation in the links #2166, #1671 [eigentone] |