From 902db5ed0a4d0924cd2bf3929851ccfad618ffc0 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 10 Dec 2007 03:25:08 +0000 Subject: Credit #10443 + more changelog updates git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8360 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 6 +++--- railties/CHANGELOG | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c596950894..6270392742 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -387,7 +387,7 @@ * auto_complete_field takes a :method option so you can GET or POST. #8120 [zapnap] -* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [rails@tpope.info] +* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [Tim Pope] * catch possible WSOD when trying to render a missing partial. Closes #8454 [Catfish] @@ -577,7 +577,7 @@ * Ensure that render_text only adds string content to the body of the response [DHH] -* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [tpope] +* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [Tim Pope] * Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH] @@ -938,7 +938,7 @@ superclass' view_paths. [Rick] * Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] -* pluralize helper interprets nil as zero. #6474 [pope] +* pluralize helper interprets nil as zero. #6474 [Tim Pope] * Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. #6524 [Bob Silva] diff --git a/railties/CHANGELOG b/railties/CHANGELOG index d4dfabdc40..6d1cffa067 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* RAILS_GEM_VERSION may be double-quoted also. #10443 [James Cox] + * Update rails:freeze:gems to work with RubyGems 0.9.5. [Jeremy Kemper] @@ -40,7 +42,7 @@ * Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom] -* Added --skip-timestamps to generators that produce models #10036 [tpope] +* Added --skip-timestamps to generators that produce models #10036 [Tim Pope] * Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby] -- cgit v1.2.3