diff options
author | Jamis Buck <jamis@37signals.com> | 2007-02-28 22:18:50 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2007-02-28 22:18:50 +0000 |
commit | b1ff3b48e27f85bce35857c02d1d90297bb0db5f (patch) | |
tree | 44206c7c6203cdf8e72bdb6148b1997f15796c17 /actionpack/CHANGELOG | |
parent | 62ac3279e87c1c9a9bf669d1cc98b660d06b7667 (diff) | |
download | rails-b1ff3b48e27f85bce35857c02d1d90297bb0db5f.tar.gz rails-b1ff3b48e27f85bce35857c02d1d90297bb0db5f.tar.bz2 rails-b1ff3b48e27f85bce35857c02d1d90297bb0db5f.zip |
Set the original button value in an attribute of the button when using the :disable_with key with submit_tag
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6270 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index b315840b5b..e3632d4c86 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Set the original button value in an attribute of the button when using the :disable_with key with submit_tag, so that the original can be restored later. [Jamis Buck] + * session_enabled? works with session :off. #6680 [Catfish] * Added :port and :host handling to UrlRewriter (which unified url_for usage, regardless of whether it's called in view or controller) #7616 [alancfrancis] |