From 959707bfb62108fe9924ed4fefd6f3458972493a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 17 Jun 2005 13:42:23 +0000 Subject: r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700 Ticket 1458 - distance_of_time_in_words r1336@iwill: jeremy | 2005-06-17 11:44:50 -0700 Update changelog r1337@iwill: jeremy | 2005-06-17 11:45:44 -0700 Applied patch. r1361@iwill: jeremy | 2005-06-17 11:48:02 -0700 Merge changelog git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1449 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 1be2ac66ef..d06a89af90 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Correct distance_of_time_in_words for integer arguments and make the second ar +g optional, treating the first arg as a duration in seconds. #1458 [madrobby ] + * Fixed query parser to deal gracefully with equal signs inside keys and values #1345 [gorou]. Example: /?sig=abcdef=:foobar=&x=y will pass now. -- cgit v1.2.3