aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-295-455/+427
* Bump to Prototype 1.4.0_rc2Sam Stephenson2005-10-261-8/+8
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+22
* Upgrade to Prototype 1.4.0_rc1Sam Stephenson2005-10-181-5/+7
* Update/clean up AP documentation (rdoc)Jamis Buck2005-10-161-1/+1
* Merge remainder of util.js into effects.jsSam Stephenson2005-10-162-548/+290
* Upgrade to Prototype 1.4.0_rc0Sam Stephenson2005-10-161-169/+421
* Updated and clarified documentation for JavaScriptHelper to be more concise a...Thomas Fuchs2005-10-151-6/+24
* Ensure radio_button works as expected with values other than strings.Michael Koziarski2005-10-141-1/+1
* Escape query strings in the href attribute of URLs created by url_helper. #2333Jeremy Kemper2005-10-131-2/+2
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-122-4/+17
* Misc doc fixes (typos/grammar/etc). Closes #2445.Marcel Molina2005-10-127-24/+24
* Make xyz_tag(..., :id => "foo") work againJamis Buck2005-10-121-7/+7
* Convert boolean form options form the tag_helper. Recloses #809.Marcel Molina2005-10-102-29/+20
* Fix Element.toggle logicSam Stephenson2005-10-101-1/+1
* Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...Thomas Fuchs2005-10-095-276/+448
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-0/+1
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-1/+6
* Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...Thomas Fuchs2005-10-011-2/+21
* Don't prepend the asset host if the string is already a fully-qualified URLJamis Buck2005-09-301-1/+2
* Not the avenue we want to go downDavid Heinemeier Hansson2005-09-301-4/+0
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-1/+4
* Updated rdoc for javascript_include_tagThomas Fuchs2005-09-281-3/+7
* Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7Thomas Fuchs2005-09-289-768/+2283
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-261-7/+2
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-1/+1
* Fixed that auto_discovery_link_tag couldn't take a string as the URLDavid Heinemeier Hansson2005-09-221-4/+4
* Optimized tag_options to not sort keys, which is no longer necessary when ass...David Heinemeier Hansson2005-09-203-20/+18
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-1/+7
* Doc fix #2197David Heinemeier Hansson2005-09-171-0/+1
* Make upload progress not throw JavaScript errors when there is no progress ba...David Heinemeier Hansson2005-09-161-1/+1
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-141-1/+1
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-131-1/+19
* Make periodically_call_remote use type="text/javascript" on script tag #2171David Heinemeier Hansson2005-09-121-1/+1
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+82
* Fixed docs #1884David Heinemeier Hansson2005-09-111-1/+1
* Fixed docs #1886David Heinemeier Hansson2005-09-111-1/+3
* Split macros test into their own suiteDavid Heinemeier Hansson2005-09-111-1/+1
* Added :multipart option to ActiveRecordHelper#form to make it possible to add...David Heinemeier Hansson2005-09-111-1/+1
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-113-74/+144
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-111-8/+12
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-111-2/+2
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-091-0/+1
* Fix docs #2136 [coffee2code]David Heinemeier Hansson2005-09-091-5/+5
* Allow link_to_remote to use any DOM-element as the parent of the form element...David Heinemeier Hansson2005-09-091-0/+7
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-091-1/+1
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-081-0/+2
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-081-1/+1
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-071-1/+1
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-071-21/+41