aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-26 23:49:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-26 23:49:18 +0000
commit8ff6d76c6a54650c0bfb1809cb3e870ebb4c2de6 (patch)
tree86c131d748975c06c6daea8f6640077947917d83 /actionpack/CHANGELOG
parent92088a920b471e70c4bd26058660761c53094db4 (diff)
downloadrails-8ff6d76c6a54650c0bfb1809cb3e870ebb4c2de6.tar.gz
rails-8ff6d76c6a54650c0bfb1809cb3e870ebb4c2de6.tar.bz2
rails-8ff6d76c6a54650c0bfb1809cb3e870ebb4c2de6.zip
Added :position option to link_to_remote/form_remote_tag that can be either :before, :top, :bottom, or :after and specifies where the return from the method should be inserted #952 [Matthew McCray/Sam Stephenson] Added Effect.Highlight to prototype.js to do Yellow Fade Technique (of 37signals' fame) on any container #952 [Sam Stephenson/?]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1015 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a20ff3f7c9..5519505526 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Added :position option to link_to_remote/form_remote_tag that can be either :before, :top, :bottom, or :after and specifies where the return from the method should be inserted #952 [Matthew McCray/Sam Stephenson]
+
+* Added Effect.Highlight to prototype.js to do Yellow Fade Technique (of 37signals' fame) on any container #952 [Sam Stephenson/?]
+
* Added include_seconds option as the third parameter to distance_of_time_in_words which will render "less than a minute" in higher resolution ("less than 10 seconds" etc) #944 [thomas@fesch.at]
* Added fourth option to process in test cases to specify the content of the flash #949 [Jamis Buck]