aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-261-0/+63
* Added :use_short_month option to select_month helper to show month names as a...Jamis Buck2005-08-221-0/+18
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...Jamis Buck2005-08-141-0/+4
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-0/+40
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-111-1/+5
* Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]David Heinemeier Hansson2005-07-101-18/+18
* Added that nil options are not included in tags, so tag("p", :ignore => nil) ...David Heinemeier Hansson2005-07-094-6/+14
* Include Javascript tests in rake #1655 [courtney]David Heinemeier Hansson2005-07-081-2/+2
* Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]David Heinemeier Hansson2005-07-061-2/+10
* benchmark helper takes an optional log level, defaults to :info. Chose symbo...Jeremy Kemper2005-07-051-0/+72
* r2822@asus: jeremy | 2005-07-04 21:14:30 -0700Jeremy Kemper2005-07-041-6/+8
* 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