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_controller
/
cgi_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-111
/
+56
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-70
/
+91
*
Actually, indifferent access mattered in the bowels (hashes hidden in arrays)
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
The white space inquisition is coming for you!
David Heinemeier Hansson
2006-08-04
1
-3
/
+1
*
Fix broken query parameter tests
Nicholas Seckar
2006-08-04
1
-43
/
+113
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-1
/
+1
*
r4748@asus: jeremy | 2006-06-29 22:40:35 -0700
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...
David Heinemeier Hansson
2006-06-30
1
-1
/
+1
*
Fix CGI extensions when they expect string but get nil in Windows. Closes #52...
Marcel Molina
2006-06-28
1
-1
/
+1
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
1
-134
/
+74
*
Rewind readable CGI params so others may reread them (such as CGI::Session wh...
Jeremy Kemper
2006-06-02
1
-1
/
+3
*
Cope with missing content type and length headers. Parse parameters from mult...
Jeremy Kemper
2006-06-01
1
-21
/
+42
*
performance enhancement for previous patch [skaes]
Michael Koziarski
2006-05-16
1
-1
/
+1
*
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955
Michael Koziarski
2006-05-16
1
-0
/
+1
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
1
-5
/
+6
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
1
-1
/
+43
*
Be sure to look at array elements when dasherizing keys of a formatted request
Jamis Buck
2006-03-17
1
-9
/
+11
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-1
/
+13
*
use "mime_type" instead of "format"
Jamis Buck
2006-03-15
1
-1
/
+1
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-2
/
+2
*
Proper options for XmlSimple
David Heinemeier Hansson
2006-03-07
1
-1
/
+1
*
XmlSimple _should_ be the default since XmlNode is not compatible with regula...
David Heinemeier Hansson
2006-03-07
1
-9
/
+9
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-1
/
+13
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-6
/
+2
*
Remove Upload Progress. Closes #2871.
Marcel Molina
2006-01-13
1
-169
/
+0
*
Strip out trailing &_= for raw post bodies #2868
Sam Stephenson
2005-11-21
1
-0
/
+1
*
Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
Jeremy Kemper
2005-11-15
1
-1
/
+1
*
Undo condition change made in [2345] to prevent normal parameters arriving as...
Nicholas Seckar
2005-09-27
1
-1
/
+1
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
1
-0
/
+3
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+22
*
Speed up cookie use by decreasing string copying #2194 [skae]
David Heinemeier Hansson
2005-09-15
1
-7
/
+7
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
1
-7
/
+11
*
Use chop! instead of chop! for efficiency
Jamis Buck
2005-09-02
1
-1
/
+1
*
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...
Jamis Buck
2005-09-02
1
-1
/
+3
*
Fix that env_qs might be nil
David Heinemeier Hansson
2005-07-23
1
-1
/
+1
*
Fix that env_qs might be nil
David Heinemeier Hansson
2005-07-23
1
-2
/
+2
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
3
-62
/
+82
*
Fixed that hashes was not working properly when passed by GET to lighttpd #84...
David Heinemeier Hansson
2005-07-04
1
-9
/
+25
*
Hashes sent via multipart post should be converted to strings #1032 [me@julik...
Jamis Buck
2005-07-04
1
-1
/
+1
*
Load models and frequency typo on upoad progress #1555 [Sean Treadway]
David Heinemeier Hansson
2005-07-01
1
-1
/
+3
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-0
/
+167
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-6
/
+22
*
Fixed query parser to deal gracefully with equal signs inside keys and values...
David Heinemeier Hansson
2005-06-16
1
-1
/
+2
*
Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org]
Jamis Buck
2005-06-10
1
-1
/
+1
*
Make sure the benchmarking render method always returns the result of the ren...
Jamis Buck
2005-05-30
1
-1
/
+3
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
2
-7
/
+20
*
Treat all request types as upper-case so the switch will work
David Heinemeier Hansson
2005-05-04
1
-2
/
+2
*
Made it default to assuming a GET request and reading from command-line only ...
David Heinemeier Hansson
2005-05-04
1
-4
/
+4
[next]