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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cache computed public asset paths.
Jeremy Kemper
2007-09-24
1
-16
/
+20
*
Cache more file existence checks. Flip-flop escaping.
Jeremy Kemper
2007-09-24
1
-9
/
+16
*
Cache file existence checks and the list of all stylesheet sources. Manually ...
Jeremy Kemper
2007-09-24
1
-7
/
+10
*
The tag helper may bypass escaping.
Jeremy Kemper
2007-09-24
3
-17
/
+32
*
Cache asset ids.
Jeremy Kemper
2007-09-24
2
-3
/
+14
*
escape_once uses negative lookahead to avoid double-escaping instead of a sec...
Jeremy Kemper
2007-09-24
1
-6
/
+1
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
3
-4
/
+13
*
Dont need all of test/unit (closes #6673) [zenspider/josh]
David Heinemeier Hansson
2007-09-23
1
-1
/
+0
*
Remove , and ; (comma and semicolon) from routing separators again. Reference...
Jeremy Kemper
2007-09-23
2
-3
/
+3
*
Fixed cache_page to use the request url instead of the routing options when p...
David Heinemeier Hansson
2007-09-23
2
-8
/
+20
*
Introduce ActionController::Base.rescue_from to declare exception-handling me...
Jeremy Kemper
2007-09-23
3
-12
/
+91
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
8
-44
/
+50
*
move TextHelper#sanitize config options to the TextHelper module so it can be...
Rick Olson
2007-09-23
2
-130
/
+146
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
16
-22
/
+368
*
Secure #sanitize, #strip_tags, and #strip_links helpers against xss attacks. ...
Rick Olson
2007-09-23
4
-53
/
+423
*
Test fix (closes #6911)
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Improve tests (closes #7240) [josh]
David Heinemeier Hansson
2007-09-22
1
-0
/
+5
*
Roll back #7578, tests failed
David Heinemeier Hansson
2007-09-22
2
-12
/
+3
*
Improve the error message for assert_redirected_to (closes #7337) [sandofsky]
David Heinemeier Hansson
2007-09-22
2
-3
/
+12
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
2
-9
/
+11
*
Remove use of & logic operator. Closes #8114.
Nicholas Seckar
2007-09-22
2
-1
/
+3
*
Fixed JavaScriptHelper#escape_javascript to also escape closing tags (closes ...
David Heinemeier Hansson
2007-09-22
3
-1
/
+4
*
Fixed TextHelper#word_wrap for multiline strings with extra carrier returns (...
David Heinemeier Hansson
2007-09-22
3
-1
/
+9
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Doc fix (closes #9123) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Use rel="stylesheet" in lowercase as prescribed by XHTML standards (closes #8...
David Heinemeier Hansson
2007-09-22
2
-36
/
+36
*
Doc fix (closes #9414) [Henrik N]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Fixed that setting the :host option in url_for would automatically turn off :...
David Heinemeier Hansson
2007-09-22
3
-3
/
+24
*
Added FormHelper#label (closes #8641) [jcoglan]
David Heinemeier Hansson
2007-09-22
3
-1
/
+49
*
Test CGI::Cookie#to_s. Closes #9624 [tarmo]
Jeremy Kemper
2007-09-22
1
-0
/
+27
*
Fix buffer
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
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
3
-0
/
+214
*
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
Michael Koziarski
2007-09-21
2
-0
/
+23
*
Forgotten changelog entry
Michael Koziarski
2007-09-21
1
-0
/
+2
*
Prevent clashing named routes when using uncountable resources. Closes #9598
Michael Koziarski
2007-09-21
1
-2
/
+12
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
4
-37
/
+37
*
Submit missing fixture files
David Heinemeier Hansson
2007-09-21
2
-0
/
+5
*
Don't warn when a path segment precedes a required segment. Closes #9615.
Nicholas Seckar
2007-09-21
2
-1
/
+7
*
Fixed CaptureHelper#content_for to work with the optional content parameter i...
David Heinemeier Hansson
2007-09-21
3
-4
/
+30
*
Added that render :json will automatically call .to_json unless its being pas...
David Heinemeier Hansson
2007-09-20
3
-2
/
+34
*
Autolink behaves well with emails embedded in URLs. Closes #7313.
Jeremy Kemper
2007-09-20
3
-5
/
+20
*
Revert [7397]. Reopens #7313.
Jeremy Kemper
2007-09-20
2
-15
/
+5
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
4
-3
/
+35
*
ERB::Util#html_escape creates fewer objects
Jeremy Kemper
2007-09-18
1
-0
/
+10
*
tag_options creates fewer objects
Jeremy Kemper
2007-09-18
2
-15
/
+18
*
Added security notice to Request#remote_ip underlining the fact that its valu...
David Heinemeier Hansson
2007-09-17
1
-0
/
+8
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
5
-12
/
+47
*
Speed up and simplify query caching.
Jeremy Kemper
2007-09-17
1
-6
/
+6
*
Avoid RDoc warning
David Heinemeier Hansson
2007-09-15
1
-1
/
+1
[prev]
[next]