aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Improved update_element_function #1597 [Thomas Fuchs]David Heinemeier Hansson2005-07-041-0/+25
* Added :prompt option to FormOptions#select (and the users of it, like FormOpt...David Heinemeier Hansson2005-07-031-0/+36
* AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]David Heinemeier Hansson2005-07-031-4/+10
* Added :field_name option to DateHelper#select_(year|month|day) to deviate fro...David Heinemeier Hansson2005-07-021-0/+43
* Update for JavaScript helper tests #1584 [Thomas Fuchs]David Heinemeier Hansson2005-07-021-14/+48
* Added that UrlHelper#mail_to will now also encode the default link title #749...David Heinemeier Hansson2005-07-023-9/+17
* Load models and frequency typo on upoad progress #1555 [Sean Treadway]David Heinemeier Hansson2005-07-011-4/+4
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-301-0/+0
* Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...David Heinemeier Hansson2005-06-292-7/+7
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+272
* Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE...David Heinemeier Hansson2005-06-261-1/+23
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-211-0/+4
* Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...David Heinemeier Hansson2005-06-211-0/+6
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-211-4/+4
* More tests for JavascriptHelper #1460David Heinemeier Hansson2005-06-181-0/+52
* r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700Jeremy Kemper2005-06-171-0/+9
* Added cuba to country list #1351 [todd]David Heinemeier Hansson2005-06-161-1/+1
* Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]David Heinemeier Hansson2005-06-161-0/+2
* Added button_to as a form-based solution to deal with harmful actions that sh...David Heinemeier Hansson2005-06-161-0/+22
* Fixed image_tag so an exception is not thrown just because the image is missi...David Heinemeier Hansson2005-06-161-5/+3
* Added a third parameter to TextHelper#auto_link called href_options for speci...David Heinemeier Hansson2005-06-161-0/+3
* Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...David Heinemeier Hansson2005-06-161-0/+5
* Its Iraq, not Irak #1443 [ivan]David Heinemeier Hansson2005-06-161-1/+1
* Fixed TagHelper such that :name and 'name' keys in the options doesn't result...David Heinemeier Hansson2005-06-161-0/+4
* Allow distance_of_time_in_words to work with any value that responds to #to_t...Jamis Buck2005-06-141-0/+8
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-8/+21
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-3/+2
* Fixed that compute_public_path should recognize external URLs, so image_tag("...David Heinemeier Hansson2005-05-191-0/+1
* Added support for descending year values in DateHelper#select_year, like sele...David Heinemeier Hansson2005-05-191-0/+9
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-191-0/+8
* Added TextHelper#sanitize that can will remove any Javascript handlers, block...David Heinemeier Hansson2005-05-091-0/+24
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-031-0/+2
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-301-4/+4
* Fixed DateHelper to return values on the option tags such that they'll work p...David Heinemeier Hansson2005-04-173-66/+68
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]David Heinemeier Hansson2005-04-171-2/+5
* Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag...David Heinemeier Hansson2005-04-171-0/+48
* Added minute_step as an option to select_minute (and the helpers that use it)...David Heinemeier Hansson2005-04-131-0/+16
* Improved tests for NumberHelperDavid Heinemeier Hansson2005-04-131-1/+29
* Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...David Heinemeier Hansson2005-04-122-16/+23
* Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr...David Heinemeier Hansson2005-04-101-4/+4
* Fixed a few testsDavid Heinemeier Hansson2005-04-101-4/+4
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-4/+17
* Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D...David Heinemeier Hansson2005-04-021-1/+7
* Fixed include_blank for select_hour/minute/second #527 [edward@debian.org]David Heinemeier Hansson2005-04-021-1/+117
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-262-0/+34
* Added JavascriptHelper#escape_javascript as a public method (was private) and...David Heinemeier Hansson2005-03-261-0/+9
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-202-25/+84
* Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ...David Heinemeier Hansson2005-03-201-0/+1
* Added TextHelper#simple_format as a non-dependency text presentation helper.F...David Heinemeier Hansson2005-03-201-0/+6
* Added that the html options disabled, readonly, and multiple can all be treat...David Heinemeier Hansson2005-03-201-0/+6