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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...
Thomas Fuchs
2005-11-01
3
-326
/
+21
*
Added support for the queue option on visual_effect
Thomas Fuchs
2005-10-29
1
-0
/
+1
*
Update script.aculo.us to V1.5_rc4
Thomas Fuchs
2005-10-29
5
-455
/
+427
*
Fix line number detection and escape RAILS_ROOT in backtrace Regexp
Nicholas Seckar
2005-10-27
1
-1
/
+2
*
Bump to Prototype 1.4.0_rc2
Sam Stephenson
2005-10-26
1
-8
/
+8
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
1
-0
/
+22
*
Upgrade to Prototype 1.4.0_rc1
Sam Stephenson
2005-10-18
1
-5
/
+7
*
Fix spelling error
Nicholas Seckar
2005-10-17
1
-1
/
+1
*
Make string-keys locals assigns optional
Nicholas Seckar
2005-10-17
1
-4
/
+10
*
Improve line number detection for template errors
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
2
-2
/
+9
*
Merge remainder of util.js into effects.js
Sam Stephenson
2005-10-16
2
-548
/
+290
*
Upgrade to Prototype 1.4.0_rc0
Sam Stephenson
2005-10-16
1
-169
/
+421
*
Add temporary support for passing locals to render using string keys
Nicholas Seckar
2005-10-16
1
-2
/
+5
*
Clean up error pages by providing better backtraces
Nicholas Seckar
2005-10-15
2
-24
/
+11
*
Updated and clarified documentation for JavaScriptHelper to be more concise a...
Thomas Fuchs
2005-10-15
1
-6
/
+24
*
Ensure radio_button works as expected with values other than strings.
Michael Koziarski
2005-10-14
1
-1
/
+1
*
Escape query strings in the href attribute of URLs created by url_helper. #2333
Jeremy Kemper
2005-10-13
1
-2
/
+2
*
Improved line number reporting for template errors
Nicholas Seckar
2005-10-13
1
-3
/
+3
*
Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...
Sam Stephenson
2005-10-12
2
-4
/
+17
*
Misc doc fixes (typos/grammar/etc). Closes #2445.
Marcel Molina
2005-10-12
8
-26
/
+26
*
Make xyz_tag(..., :id => "foo") work again
Jamis Buck
2005-10-12
1
-7
/
+7
*
Convert boolean form options form the tag_helper. Recloses #809.
Marcel Molina
2005-10-10
2
-29
/
+20
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
1
-1
/
+6
*
Fix Element.toggle logic
Sam Stephenson
2005-10-10
1
-1
/
+1
*
Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails...
Thomas Fuchs
2005-10-09
5
-276
/
+448
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-0
/
+1
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-1
/
+6
*
Better logging about partials when logger to to debug
David Heinemeier Hansson
2005-10-01
1
-1
/
+3
*
Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn...
Thomas Fuchs
2005-10-01
1
-2
/
+21
*
Don't prepend the asset host if the string is already a fully-qualified URL
Jamis Buck
2005-09-30
1
-1
/
+2
*
Not the avenue we want to go down
David Heinemeier Hansson
2005-09-30
1
-4
/
+0
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
1
-1
/
+4
*
Updated rdoc for javascript_include_tag
Thomas Fuchs
2005-09-28
1
-3
/
+7
*
My life for white space
David Heinemeier Hansson
2005-09-28
1
-5
/
+17
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
9
-768
/
+2283
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
2
-55
/
+123
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
1
-7
/
+2
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+1
*
Fixed that auto_discovery_link_tag couldn't take a string as the URL
David Heinemeier Hansson
2005-09-22
1
-4
/
+4
*
Optimized tag_options to not sort keys, which is no longer necessary when ass...
David Heinemeier Hansson
2005-09-20
3
-20
/
+18
*
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...
Jamis Buck
2005-09-19
1
-1
/
+7
*
Doc fix #2197
David Heinemeier Hansson
2005-09-17
1
-0
/
+1
*
Make upload progress not throw JavaScript errors when there is no progress ba...
David Heinemeier Hansson
2005-09-16
1
-1
/
+1
*
More auto-link fixes (to include query strings in autolinked text)
Jamis Buck
2005-09-14
1
-1
/
+1
*
Fix autolinking to not include trailing tags as part of the URL
Jamis Buck
2005-09-13
1
-1
/
+19
*
Make periodically_call_remote use type="text/javascript" on script tag #2171
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added TextHelper#cycle to cycle over an array of values on each hit (useful f...
David Heinemeier Hansson
2005-09-12
1
-0
/
+82
*
Fixed docs #1884
David Heinemeier Hansson
2005-09-11
1
-1
/
+1
*
Fixed docs #1886
David Heinemeier Hansson
2005-09-11
1
-1
/
+3
[next]