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
/
javascript_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-4
/
+28
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-2
/
+2
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-2
/
+2
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
1
-2
/
+5
*
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
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-2
/
+11
*
Docs for js linkers (closes #5948)
David Heinemeier Hansson
2006-09-02
1
-1
/
+22
*
Change link_to_function and button_to_function to (optionally) take an update...
Sam Stephenson
2006-04-19
1
-5
/
+25
*
Dont repeat the button_to method
David Heinemeier Hansson
2006-01-16
1
-14
/
+0
*
Added assignment of the Autocompleter object created by JavaScriptMacroHelper...
David Heinemeier Hansson
2006-01-03
1
-0
/
+14
*
Added JavaScriptHelper#button_to_function that works just like JavaScriptHelp...
David Heinemeier Hansson
2005-12-31
1
-0
/
+14
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-1
/
+1
*
Added that JavaScriptHelper#link_to_function will honor existing :onclick def...
David Heinemeier Hansson
2005-12-31
1
-1
/
+5
*
Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad...
Sam Stephenson
2005-11-14
1
-449
/
+35
*
Added support for the queue option on visual_effect
Thomas Fuchs
2005-10-29
1
-0
/
+1
*
Updated and clarified documentation for JavaScriptHelper to be more concise a...
Thomas Fuchs
2005-10-15
1
-6
/
+24
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
1
-4
/
+8
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
1
-28
/
+0
*
Doc fix #2197
David Heinemeier Hansson
2005-09-17
1
-0
/
+1
*
Make periodically_call_remote use type="text/javascript" on script tag #2171
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added in-place editing support in the spirit of auto complete with ActionCont...
David Heinemeier Hansson
2005-09-11
1
-73
/
+0
*
Allow link_to_remote to use any DOM-element as the parent of the form element...
David Heinemeier Hansson
2005-09-09
1
-0
/
+7
*
Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Fix observe_field to fall back to event-based observation if frequency <= 0 #...
Jamis Buck
2005-09-02
1
-4
/
+5
*
* Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi...
Jamis Buck
2005-09-02
1
-1
/
+1
*
Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk]
David Heinemeier Hansson
2005-07-17
1
-1
/
+9
*
Cleaning up of javascript_helper array options, add :only to sortable_element...
David Heinemeier Hansson
2005-07-17
1
-16
/
+13
*
Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...
David Heinemeier Hansson
2005-07-14
1
-1
/
+1
*
Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-11
1
-8
/
+11
*
Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...
David Heinemeier Hansson
2005-07-11
1
-1
/
+6
*
Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson]
David Heinemeier Hansson
2005-07-10
1
-1
/
+1
*
Added :handle as an option to sortable_element to restrict the drag handle to...
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up will...
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-06
1
-1
/
+16
*
Fixed transparent background for Safari with auto completer
David Heinemeier Hansson
2005-07-05
1
-0
/
+1
*
Improved update_element_function #1597 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-04
1
-32
/
+25
*
Added JavascriptHelper#update_element_function, which returns a Javascript fu...
David Heinemeier Hansson
2005-07-03
1
-0
/
+78
*
AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-03
1
-3
/
+5
*
Added JavascriptHelper#draggable_element and JavascriptHelper#drop_receiving_...
David Heinemeier Hansson
2005-07-02
1
-8
/
+49
*
Fix IE 30-sec timeout bug, make auto_complete_for even more delicious #1572 [...
David Heinemeier Hansson
2005-07-01
1
-12
/
+19
*
Wrong variable name used in observe_field #1551
David Heinemeier Hansson
2005-06-30
1
-1
/
+1
*
Give auto_complete_for parameters, fix browser-autocompletion #1550
David Heinemeier Hansson
2005-06-29
1
-1
/
+5
*
Fix JavaScriptHelper capitalization and make it compatible with Prototype #15...
David Heinemeier Hansson
2005-06-29
1
-13
/
+15
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-2
/
+3
*
Added support for graceful error handling of Ajax calls #1217 [Jamis Buck/Tho...
David Heinemeier Hansson
2005-06-27
1
-13
/
+52
*
Added event-based observations when frequency is not set on observe_field/for...
David Heinemeier Hansson
2005-06-27
1
-5
/
+16
[next]