aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Update to Prototype 1.5.0_rc2Sam Stephenson2006-11-121-179/+239
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-111-8/+1
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-062-75/+34
* pluralize helper interprets nil as zero. Closes #6474.Jeremy Kemper2006-11-051-1/+1
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-031-2/+9
* Update to latest Prototype, which doesnt serialize disabled form elements, ad...Thomas Fuchs2006-10-281-5/+11
* make sure link_to_image is deprecated as well as link_image_toJamis Buck2006-10-241-1/+2
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-243-3/+3
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now...Rick Olson2006-10-241-0/+2
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-243-5/+23
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-231-2/+9
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-4/+24
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* Docfix (closes #6393)David Heinemeier Hansson2006-10-221-76/+117
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-221-93/+154
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-221-62/+102
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-222-6/+8
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-13/+34
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-182-3/+12
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-1/+6
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-141-7/+2
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-121-4/+4
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-094-185/+156
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-091-3/+9
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-091-2/+2
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-092-4/+10
* Also update escaping for prototype rescues [DHH]David Heinemeier Hansson2006-10-091-1/+1
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-1/+1
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-1/+1
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-28/+49
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-121-1/+2
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-081-2/+6
* We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...David Heinemeier Hansson2006-09-081-1/+1
* Since to_sing, we need to check for empty stringDavid Heinemeier Hansson2006-09-081-1/+1
* Fix loop_on_multiple_args to work, again (not my day), fixes #6078Thomas Fuchs2006-09-071-6/+6
* Ahem, now for realThomas Fuchs2006-09-071-1/+1
* Fix a warning in prototype_helper_test, fixes #6077Thomas Fuchs2006-09-071-5/+3
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-4/+12
* Get symbol definitions of methods converted to strings [DHH]David Heinemeier Hansson2006-09-061-1/+1
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-061-2/+11
* caller is necessary for proper trace in deprecationDavid Heinemeier Hansson2006-09-051-1/+1
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-053-55/+118
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-051-126/+353
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+15
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+1
* Expose more options of inplace_editor (but its still going plugin with v2.0) ...David Heinemeier Hansson2006-09-041-1/+5
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-0/+8
* Fixed FormOptionsHelper#select to respect :selected value (closes #5813)David Heinemeier Hansson2006-09-041-1/+1
* Fixed TextHelper#simple_format to deal with multiple single returns within a ...David Heinemeier Hansson2006-09-041-1/+1