index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
1
-7
/
+2
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-4
/
+4
*
Update to latest Prototype and script.aculo.us trunk versions
Thomas Fuchs
2006-10-09
4
-185
/
+156
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
1
-3
/
+9
*
Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...
David Heinemeier Hansson
2006-10-09
1
-2
/
+2
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
2
-4
/
+10
*
Also update escaping for prototype rescues [DHH]
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Docfix (closes #6356)
David Heinemeier Hansson
2006-10-09
1
-1
/
+9
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-1
/
+1
*
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
Rick Olson
2006-09-16
1
-28
/
+49
*
Load helpers in alphabetical order for consistency. Resolve cyclic javascript...
Jeremy Kemper
2006-09-12
1
-1
/
+2
*
Split Form.serialize into Form.serialize and Form.serializeElements. The latt...
David Heinemeier Hansson
2006-09-08
1
-2
/
+6
*
We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c...
David Heinemeier Hansson
2006-09-08
1
-1
/
+1
*
Since to_sing, we need to check for empty string
David Heinemeier Hansson
2006-09-08
1
-1
/
+1
*
Fix loop_on_multiple_args to work, again (not my day), fixes #6078
Thomas Fuchs
2006-09-07
1
-6
/
+6
*
Ahem, now for real
Thomas Fuchs
2006-09-07
1
-1
/
+1
*
Fix a warning in prototype_helper_test, fixes #6077
Thomas Fuchs
2006-09-07
1
-5
/
+3
*
Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...
Thomas Fuchs
2006-09-07
1
-4
/
+12
*
Get symbol definitions of methods converted to strings [DHH]
David Heinemeier Hansson
2006-09-06
1
-1
/
+1
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-2
/
+11
*
caller is necessary for proper trace in deprecation
David Heinemeier Hansson
2006-09-05
1
-1
/
+1
*
Update to script.aculo.us 1.6.3 [Thomas Fuchs]
Thomas Fuchs
2006-09-05
3
-55
/
+118
*
Update to Prototype 1.5.0_rc1
Sam Stephenson
2006-09-05
1
-126
/
+353
*
Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+15
*
Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...
David Heinemeier Hansson
2006-09-04
1
-0
/
+1
*
Expose more options of inplace_editor (but its still going plugin with v2.0) ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+5
*
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+8
*
Fixed FormOptionsHelper#select to respect :selected value (closes #5813)
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-1
/
+1
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-21
/
+45
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-0
/
+10
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-1
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-7
/
+16
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-3
/
+3
*
Docs for js linkers (closes #5948)
David Heinemeier Hansson
2006-09-02
1
-1
/
+22
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-2
/
+2
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-13
/
+16
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Keep onsubmit around for form_remote_for
David Heinemeier Hansson
2006-08-29
1
-3
/
+5
*
Reload should take options for the replace
David Heinemeier Hansson
2006-08-29
1
-2
/
+2
*
Updated trunk to script.aculo.us 1.6.2
Thomas Fuchs
2006-08-15
3
-44
/
+69
*
Add support for the param_name parameter to the auto_complete_field helper. F...
Thomas Fuchs
2006-08-07
1
-0
/
+1
*
Added months and years to the resolution of DateHelper#distance_of_time_in_wo...
David Heinemeier Hansson
2006-08-05
1
-5
/
+9
*
Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...
Rick Olson
2006-07-18
1
-1
/
+5
*
Get rid of constant redefinition warnings when running AP tests
Marcel Molina
2006-07-13
1
-2
/
+2
*
Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...
Marcel Molina
2006-07-13
1
-1
/
+1
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
2
-6
/
+5
[next]