From 857697bb8722c154163124f25bcf68e39b42ed70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 1 Aug 2012 15:49:57 -0300 Subject: Fix CHANGELOGS --- actionpack/CHANGELOG.md | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a7dcd8f8c8..bb22e246a2 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,25 +1,28 @@ ## Rails 3.2.8 ## -* No changes. +* Reverted the deprecation of `:confirm`. *Rafael Mendonça França* + +* Reverted the deprecation of `:disable_with`. *Rafael Mendonça França* ## Rails 3.2.7 (Jul 26, 2012) ## -* Do not convert digest auth strings to symbols. CVE-2012-3424 - -* Bump Journey requirements to 1.0.4 +* Do not convert digest auth strings to symbols. CVE-2012-3424 + +* Bump Journey requirements to 1.0.4 + +* Add support for optional root segments containing slashes -* Add support for optional root segments containing slashes +* Fixed bug creating invalid HTML in select options -* Fixed bug creating invalid HTML in select options +* Show in log correct wrapped keys -* Show in log correct wrapped keys +* Fix NumberHelper options wrapping to prevent verbatim blocks being rendered instead of line continuations. -* Fix NumberHelper options wrapping to prevent verbatim blocks being rendered instead of line continuations. +* ActionController::Metal doesn't have logger method, check it and then delegate -* ActionController::Metal doesn't have logger method, check it and then delegate +* ActionController::Caching depends on RackDelegation and AbstractController::Callbacks -* ActionController::Caching depends on RackDelegation and AbstractController::Callbacks ## Rails 3.2.6 (Jun 12, 2012) ## @@ -27,6 +30,10 @@ CVE-2012-2694 +* Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and `submit_tag` helpers. + + *Carlos Galdino* + * Allow to use mounted_helpers (helpers for accessing mounted engines) in ActionView::TestCase. *Piotr Sarnacki* * Include mounted_helpers (helpers for accessing mounted engines) in ActionDispatch::IntegrationTest by default. *Piotr Sarnacki* @@ -41,7 +48,11 @@ * Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker* -* Deprecate `:mouseover` options for `image_tag` helper. *Rafael Mendonça França* +* Deprecate `:disable_with` in favor of `'data-disable-with'` option for `button_to`, `button_tag` and `submit_tag` helpers. + + *Carlos Galdino + Rafael Mendonça França* + +* Deprecate `:mouseover` option for `image_tag` helper. *Rafael Mendonça França* * Deprecate `button_to_function` and `link_to_function` helpers. *Rafael Mendonça França* -- cgit v1.2.3