aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com]David Heinemeier Hansson2005-09-041-3/+23
* Updated the options_for_select to deal with the fact that Strings now impleme...David Heinemeier Hansson2005-09-031-1/+1
* Added note about how pre-packaged error functionality can be easier to recrea...David Heinemeier Hansson2005-09-031-0/+4
* Fix observe_field to fall back to event-based observation if frequency <= 0 #...Jamis Buck2005-09-021-4/+5
* * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...Jamis Buck2005-09-021-1/+1
* Made Upload Progress work with Prototype 1.4.0 and add some documentation for...David Heinemeier Hansson2005-08-271-1/+1
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-2/+6
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-1/+5
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-2/+2
* Added additional documentation to FormTagHelper #1788 [jon@instance-design.co...David Heinemeier Hansson2005-07-221-0/+49
* Added options hash as third argument to FormHelper#input, so you can do input...David Heinemeier Hansson2005-07-171-2/+2
* Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]David Heinemeier Hansson2005-07-171-1/+9
* Cleaning up of javascript_helper array options, add :only to sortable_element...David Heinemeier Hansson2005-07-171-16/+13
* More pagination speed #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-151-18/+24
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-142-2/+2
* Made pagination faster #1334 [Stefan Kaes]David Heinemeier Hansson2005-07-141-16/+25
* Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs]David Heinemeier Hansson2005-07-111-8/+11
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-114-114/+303
* Update to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-101-1/+1
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-091-2/+3
* Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i...David Heinemeier Hansson2005-07-091-1/+1
* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]David Heinemeier Hansson2005-07-092-75/+133