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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
1
-0
/
+4
*
Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...
David Heinemeier Hansson
2007-09-22
1
-14
/
+14
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
1
-1
/
+19
*
Added FormHelper#label (closes #8641) [jcoglan]
David Heinemeier Hansson
2007-09-22
1
-0
/
+15
*
Test CGI::Cookie#to_s. Closes #9624 [tarmo]
Jeremy Kemper
2007-09-22
1
-0
/
+27
*
Fix tests for atom feed
David Heinemeier Hansson
2007-09-21
1
-21
/
+21
*
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
David Heinemeier Hansson
2007-09-21
1
-0
/
+101
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
1
-0
/
+20
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
1
-0
/
+10
*
Submit missing fixture files
David Heinemeier Hansson
2007-09-21
2
-0
/
+5
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
1
-1
/
+19
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
1
-0
/
+7
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
1
-4
/
+0
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
2
-2
/
+30
*
tag_options creates fewer objects
Jeremy Kemper
2007-09-18
1
-1
/
+3
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
2
-3
/
+8
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
1
-0
/
+8
*
Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob...
David Heinemeier Hansson
2007-09-15
1
-0
/
+12
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
1
-1
/
+10
*
Fixed that setting request.format would also affect respond_to blocks [DHH]
David Heinemeier Hansson
2007-09-15
1
-0
/
+17
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-0
/
+24
*
Tidy up link to remote options. Closes #9505. [nik.wakelin]
Michael Koziarski
2007-09-12
1
-0
/
+5
*
Purge empty files
Jeremy Kemper
2007-09-11
36
-0
/
+0
*
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on...
David Heinemeier Hansson
2007-09-11
1
-67
/
+0
*
Fixed that resource namespaces wouldnt stick to all nested resources (closes ...
David Heinemeier Hansson
2007-09-10
1
-0
/
+32
*
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi...
David Heinemeier Hansson
2007-09-10
1
-44
/
+0
*
Removed deprecated form of calling xml_http_request/xhr without the first arg...
David Heinemeier Hansson
2007-09-09
1
-10
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-4
/
+0
*
Removed the deprecated behavior of appending ".png" to image_tag/image_path c...
David Heinemeier Hansson
2007-09-09
1
-12
/
+3
*
Removed ActionController::Base#keep_flash (use flash.keep instead)
David Heinemeier Hansson
2007-09-09
1
-2
/
+2
*
Removed the deprecated ActionController#Base.template_root/= methods (use Act...
David Heinemeier Hansson
2007-09-09
1
-10
/
+0
*
Rename fieldset_tag to field_set_tag to follow the conventions from text_area...
David Heinemeier Hansson
2007-09-09
1
-4
/
+4
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
2
-51
/
+102
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
1
-0
/
+19
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
1
-0
/
+24
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
1
-0
/
+4
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
2
-102
/
+56
*
Add fieldset_tag for generating fieldsets, closes #9477. [djanowski]
Michael Koziarski
2007-09-06
1
-0
/
+20
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
1
-0
/
+12
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
10
-80
/
+83
*
Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]
Michael Koziarski
2007-09-02
1
-13
/
+43
*
Make auto link behave well with URLs containing email addresses. Closes #7313...
Michael Koziarski
2007-09-02
1
-0
/
+4
*
Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]
Michael Koziarski
2007-09-02
1
-0
/
+2
*
request.host works with IPv6 addresses. Closes #9458.
Jeremy Kemper
2007-08-31
1
-0
/
+12
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
1
-17
/
+34
*
correct the ActionCacheTest from [7346]
Rick Olson
2007-08-20
1
-0
/
+2
*
Fix bug where action caching sets the content type to the ActionCachePath obj...
Rick Olson
2007-08-20
1
-0
/
+5
*
add missing layouts from [7321]
Rick Olson
2007-08-15
1
-0
/
+1
[next]