Changeset 8506
- Timestamp:
- 12/28/07 20:59:30 (8 months ago)
- Files:
-
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_view/helpers/text_helper.rb (modified) (1 diff)
- trunk/actionpack/test/template/text_helper_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/CHANGELOG
r8497 r8506 1 1 *SVN* 2 3 * Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee] 2 4 3 5 * Ensure that test case setup is run even if overridden. #10382 [Josh Peek] trunk/actionpack/lib/action_view/helpers/text_helper.rb
r8424 r8506 437 437 (?:\.[-\w]+)* # remaining subdomains or domain 438 438 (?::\d+)? # port 439 (?:/(?:(?:[~\w\+@% -]|(?:[,.;:][^\s$]))+)?)* # path439 (?:/(?:(?:[~\w\+@%=-]|(?:[,.;:][^\s$]))+)?)* # path 440 440 (?:\?[\w\+@%&=.;-]+)? # query string 441 441 (?:\#[\w\-]*)? # trailing anchor trunk/actionpack/test/template/text_helper_test.rb
r8464 r8506 176 176 http://en.wikipedia.org/wiki/Wikipedia:Today%27s_featured_picture_%28animation%29/January_20%2C_2007 177 177 http://www.mail-archive.com/rails@lists.rubyonrails.org/ 178 http://www.amazon.com/Testing-Equal-Sign-In-Path/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1198861734&sr=8-1 178 179 ) 179 180