Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/cgi_ext


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8861 [8861] 02/12/08 21:45:39 minam remove support for ampersand-delimited cookie values
(edit) @8773 [8773] 02/02/08 02:55:44 bitsweat Don't split cookies on comma also. References r8505.
(edit) @8405 [8405] 12/15/07 02:28:53 bitsweat Ruby 1.9 compat: cookies
(edit) @7966 [7966] 10/18/07 18:25:31 bitsweat Use SecureRandom to generate unique ids, if available.
(edit) @7534 [7534] 09/22/07 05:14:56 david Fix buffer
(edit) @7525 [7525] 09/21/07 15:05:49 david Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an …
(edit) @6764 [6764] 05/18/07 06:24:50 bitsweat Parse url-encoded and multipart requests ourselves instead of delegating …
(edit) @6743 [6743] 05/15/07 23:56:09 bitsweat Simplify CgiRequest#query_parameters
(edit) @6742 [6742] 05/15/07 22:10:03 bitsweat Move request parameter parsing from CGI to AbstractRequest.
(edit) @6740 [6740] 05/15/07 21:36:21 bitsweat Introduce the request.body stream. Lazy-read to parse parameters rather …
(edit) @6733 [6733] 05/15/07 00:08:05 bitsweat Shine some sunlight on the CGI extensions. Remove unused CGI#session.
(edit) @6732 [6732] 05/14/07 23:18:22 bitsweat Non-executable source files.
(edit) @6532 [6532] 04/16/07 22:17:59 david Fixed that parameters from XML should also be presented in a hash with …
(edit) @6511 [6511] 04/09/07 15:33:38 xal Removed ill faded xml_node class from codebase. Use XmlSimple instead
(edit) @6455 [6455] 03/23/07 16:53:57 bitsweat Fix PStore typo. Closes #7900.
(edit) @6446 [6446] 03/18/07 13:39:58 bitsweat Never return nil from CGI#read_query for compatibility with plain CGI …
(edit) @6431 [6431] 03/16/07 05:52:12 bitsweat Performance: patch cgi/session/pstore to require digest/md5 once rather …
(edit) @6342 [6342] 03/06/07 04:09:14 rick Add a #dbman attr_reader for CGI::Session and make …
(edit) @6174 [6174] 02/19/07 23:51:25 bitsweat Factor out unique id generator. Expose cgi to session store.
(edit) @6143 [6143] 02/10/07 02:44:32 bitsweat Performance: patch cgi/session to require digest/md5 once rather than per …
(edit) @6081 [6081] 01/28/07 17:00:17 ulysses Change the query parser to map empty GET params to "" rather than nil. …
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @6044 [6044] 01/26/07 21:37:38 david Nodoc the irrelevant (from 1.2)
(edit) @5904 [5904] 01/12/07 09:10:58 bitsweat Fix parsing of array[] CGI parameters so extra empty values aren't …
(edit) @5634 [5634] 11/26/06 05:04:57 david Fix that redirects should set "Location" header, not "location", and …
(edit) @5473 [5473] 11/09/06 18:52:19 bitsweat Multipart form values may have a content type without being treated as …
(edit) @5318 [5318] 10/17/06 22:06:54 david GET parameter keys can be escaped too [DHH]
(edit) @5149 [5149] 09/20/06 09:34:29 david Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist …
(edit) @5094 [5094] 09/12/06 20:57:09 bitsweat Skip params with empty names, such as the &=Save query string from <input …
(edit) @5070 [5070] 09/08/06 07:25:14 bitsweat Update descriptive messages for exceptions thrown by cgi_methods. Closes …
(edit) @5066 [5066] 09/07/06 20:10:14 ulysses Add descriptive messages to the exceptions thrown by cgi_methods. Closes …
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @4866 [4866] 08/30/06 05:50:02 ulysses Switch to using FormEncodedPairParser for parsing request parameters.
(edit) @4833 [4833] 08/28/06 14:05:05 david FormEncodedStringParser needs a tad more work before it can handle POST …
(edit) @4823 [4823] 08/26/06 03:09:32 david Actually, indifferent access mattered in the bowels (hashes hidden in …
(edit) @4822 [4822] 08/26/06 02:58:55 david Result is made indifferent on the way out
(edit) @4821 [4821] 08/26/06 02:49:09 david Changed the POST parameter processing to use the new QueryStringParser and …
(edit) @4661 [4661] 08/04/06 16:47:48 david The white space inquisition is coming for you!
(edit) @4660 [4660] 08/04/06 16:03:21 ulysses Fix broken query parameter tests
(edit) @4595 [4595] 07/08/06 18:14:49 bitsweat r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 Check whether @flash is …
(edit) @4524 [4524] 06/30/06 05:41:03 bitsweat r4748@asus: jeremy | 2006-06-29 22:40:35 -0700 Loosen urlencoded content …
(edit) @4522 [4522] 06/30/06 05:19:15 david Fixed proper form-encoded parameter parsing for requests with …
(edit) @4499 [4499] 06/28/06 13:51:25 marcel Fix CGI extensions when they expect string but get nil in Windows. Closes …
(edit) @4453 [4453] 06/16/06 10:07:13 david Added Hash.create_from_xml(string) which will create a hash from a XML …
(edit) @4410 [4410] 06/02/06 06:30:23 bitsweat Rewind readable CGI params so others may reread them (such as CGI::Session …
(edit) @4388 [4388] 06/01/06 00:01:48 bitsweat Cope with missing content type and length headers. Parse parameters from …
(edit) @4344 [4344] 05/16/06 21:09:41 nzkoz performance enhancement for previous patch [skaes]
(edit) @4343 [4343] 05/16/06 20:56:41 nzkoz Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes …
(edit) @3936 [3936] 03/18/06 18:56:19 minam Make sure xml_simple requests don't blow up if an empty request body is …
(edit) @3915 [3915] 03/18/06 05:07:27 minam XML-formatted requests are typecast according to "type" attributes for …
(edit) @3904 [3904] 03/17/06 23:15:20 minam Be sure to look at array elements when dasherizing keys of a formatted …
(edit) @3878 [3878] 03/15/06 21:46:41 minam Underscore dasherized keys in formatted requests
(edit) @3874 [3874] 03/15/06 18:04:24 minam use "mime_type" instead of "format"
(edit) @3847 [3847] 03/12/06 16:03:44 david Mime types are separated by a comma, not semicolon, in the Accept header. …
(edit) @3808 [3808] 03/07/06 04:52:49 david Proper options for XmlSimple
(edit) @3806 [3806] 03/07/06 04:42:13 david XmlSimple _should_ be the default since XmlNode is not compatible with …
(edit) @3778 [3778] 03/05/06 19:16:55 xal ActionController::Base.param_parsers now accept symbols. currently …
(edit) @3777 [3777] 03/05/06 18:59:58 xal Added new infrastructure support for REST webservices. By default …
(edit) @3406 [3406] 01/13/06 04:27:53 marcel Remove Upload Progress. Closes #2871.
(edit) @3137 [3137] 11/21/05 08:04:28 sam Strip out trailing &_= for raw post bodies #2868
(edit) @3039 [3039] 11/15/05 07:51:09 bitsweat Handle cookie parsing irregularity for certain Nokia phones. Closes …
(edit) @2379 [2379] 09/27/05 23:39:56 ulysses Undo condition change made in [2345] to prevent normal parameters arriving …
(edit) @2375 [2375] 09/27/05 22:23:37 bitsweat Ticket #2295 - Tolerate consecutive delimiters in query parameters
(edit) @2345 [2345] 09/26/05 17:59:46 bitsweat r3573@asus: jeremy | 2005-09-26 11:38:44 -0700 Ticket 1507 - IE file …
(edit) @2245 [2245] 09/15/05 05:30:56 david Speed up cookie use by decreasing string copying #2194 [skae]
(edit) @2151 [2151] 09/08/05 11:28:54 ulysses Performance improvements to CGI methods. Closes #1980
(edit) @2109 [2109] 09/02/05 18:01:26 minam Use chop! instead of chop! for efficiency
(edit) @2106 [2106] 09/02/05 14:40:33 minam Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari …
(edit) @1907 [1907] 07/23/05 09:18:16 david Fix that env_qs might be nil
(edit) @1906 [1906] 07/23/05 09:16:35 david Fix that env_qs might be nil
(edit) @1905 [1905] 07/23/05 09:00:05 david Improved performance with 5-30% through a series of Action Pack …
(edit) @1677 [1677] 07/04/05 19:21:48 david Fixed that hashes was not working properly when passed by GET to lighttpd …
(edit) @1664 [1664] 07/04/05 15:31:37 minam Hashes sent via multipart post should be converted to strings #1032
(edit) @1580 [1580] 07/01/05 08:31:30 david Load models and frequency typo on upoad progress #1555 [Sean Treadway]
(edit) @1553 [1553] 06/28/05 17:44:16 david Added support for upload progress indicators in Apache and lighttpd 1.4.x …
(edit) @1552 [1552] 06/28/05 17:42:51 david Added support for upload progress indicators in Apache and lighttpd 1.4.x …
(edit) @1441 [1441] 06/16/05 06:42:49 david Fixed query parser to deal gracefully with equal signs inside keys and …
(edit) @1397 [1397] 06/10/05 12:21:25 minam Arrays sent via multipart posts are converted to strings #1032
(edit) @1371 [1371] 05/30/05 09:00:46 minam Make sure the benchmarking render method always returns the result of the …
(edit) @1303 [1303] 05/14/05 08:36:19 david Added support for POST data in form of YAML or XML, which is controller …
(edit) @1283 [1283] 05/04/05 10:46:33 david Treat all request types as upper-case so the switch will work
(edit) @1282 [1282] 05/04/05 09:39:41 david Made it default to assuming a GET request and reading from command-line …
(edit) @1208 [1208] 04/18/05 14:15:26 david Added graceful handling of PUT, DELETE, and OPTIONS requests for a …
(edit) @1152 [1152] 04/13/05 04:50:54 david Fixed that an exception would be thrown when an empty form was submitted …
(edit) @1045 [1045] 03/31/05 11:46:50 david Fixed that on very rare occasions, webrick would raise a NoMethodError: …
(edit) @1018 [1018] 03/27/05 00:10:53 david Fixed "bad environment variable value" exception caused by Safari, Apache, …
(edit) @526 [526] 02/07/05 14:23:19 david Fixed that query params could be forced to nil on a POST due to the raw …
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @502 [502] 01/25/05 11:15:26 david Added @request.raw_post as a convenience access to …
(edit) @473 [473] 01/20/05 17:54:06 david Fixed no-binding fragment caching
(edit) @468 [468] 01/20/05 14:55:13 david A few missing files
(edit) @274 [274] 12/29/04 21:07:50 david Moved the cookies fix to cgi_ext
(edit) @39 [39] 12/01/04 12:57:16 david Added graceful handling of non-alphanumeric names and misplaced brackets …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.