enabling immutable finishing porting Log and stats
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-01-17 Brian Cassidy apply uri_with() patch from Daisuke Murase
2007-10-19 Jonathan Rockway note in the docs that query_params is an alias for...
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-08-03 Andy Grundman Added req->query_keywords method
2007-08-02 Brian Cassidy tabs => spaces
2007-04-26 Yuval Kogman prevent $request->path used as setter from keeping...
2007-04-02 Andy Grundman Revert the c->req->keywords change, this is a feature...
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-02-23 Andy Grundman Revert ningu's body change, can't see a good reason...
2007-02-23 Andy Grundman Improve performance by skipping body processing if...
2006-12-11 David Kamholz fix to Catalyst::Request body()
2006-11-17 Jonathan Rockway applying a documentation fix regarding file uploads...
2006-11-08 Brian Cassidy fix undef values in params sent to uri_with() and uri_for()
2006-10-18 Jonathan Rockway fixing $req->action doc bug
2006-07-15 Brian Cassidy Fix to allow uri_for and uri_with to stringify non...
2006-06-08 Matt S Trout Typo in Request.pm
2006-05-10 Yuval Kogman s/snippets/captures/
2006-04-24 Brian Cassidy ignore undefined values in uri_for and uri_with
2006-04-24 Marcus Ramberg lala
2006-04-21 Brian Cassidy typo
2006-04-20 Brian Cassidy make uri_with() play nicely with multi-value parameters
2006-04-20 Brian Cassidy uri_with is now utf8-safe
2006-04-19 Brian Cassidy added $c->req->uri_with helper + tests
2006-02-07 Marcus Ramberg prepared to release 5.64
2006-01-29 Matt S Trout - Fixed http://dev.catalyst.perl.org/ticket/62
2005-12-01 Andy Grundman Added a warning if you attempt to retrieve a param...
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Sebastian Riedel Fixed typo
2005-11-15 Sebastian Riedel Fixed dispatcher, so $c->req->action(undef) works again
2005-11-12 David Kamholz - fix a few more small things in docs
2005-11-12 Andy Grundman ningu's update to Request.pm docs
2005-11-07 Sebastian Riedel Added user again
2005-11-07 Sebastian Riedel Removed $c->req->user accessor
2005-11-03 Yuval Kogman s/C<CGI>/L<CGI>/
2005-11-03 Yuval Kogman Make behavior of Catalyst::Request::param truely CGI...
2005-11-03 Andy Grundman Fixed typo, paramaters -> parameters
2005-11-03 Yuval Kogman Minor doc additions to Catalyst::Request
2005-11-03 Andy Grundman Fixed req->{path} for backwards-compat
2005-10-11 Andy Grundman Fixed path, can now be changed properly, also updated...
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-11 Jesse Sheidlower Spelling fixes throughout core modules
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-17 Jesse Sheidlower tweak to $c->req->full_uri
2005-09-17 Jesse Sheidlower added $c->req->full_uri method (core from C::P::Require...
2005-07-01 Christian Hansen Fixed $c->request->cookie, and improved detection of...
2005-06-24 Jesse Sheidlower rewrite of flow control in Intro.pod
2005-06-20 Christian Hansen Added $req->cookie
2005-06-16 Jesse Sheidlower minor typo in Request.pm
2005-06-16 Jesse Sheidlower docs: section on params in Intro.pod
2005-05-27 Christian Hansen added support for non Catalyst::Base components
2005-05-25 Christian Hansen Hostnames are now resolved on demand unless provieded...
2005-05-24 Christian Hansen Fixed: don't autmoatically resolve hostnames
2005-05-20 Christian Hansen Removed warning from param handling. Fixed less verbose...
2005-05-17 Christian Hansen Added $c->request->uri
2005-05-17 Christian Hansen Minor performance tweaks, added $c->request->user
2005-04-25 Christian Hansen Fixed uninitialized warnings with HTTP::Daemon
2005-04-25 Christian Hansen Fixed warnings in $c->request->param and $c->request...
2005-04-24 Christian Hansen Added $c-req->protocol and $c->req->secure
2005-04-23 Sebastian Riedel Reverted chansens changes
2005-04-23 Christian Hansen Added body_ref and body_length and minor optimization...
2005-04-23 Christian Hansen Improved API for asignment of uploads and params
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-16 Christian Hansen added $c->prepare_input and $c->req->input
2005-04-10 Christian Hansen Added Catalyst::Request::Upload
2005-04-10 Christian Hansen Corrected upload for all engines
2005-04-07 Marcus Ramberg revised documentation for 5.0
2005-03-28 Christian Hansen Document C::Request and C::Response
2005-03-26 Christian Hansen added convinient accessors to C::Request and C::Response
2005-03-21 Andrew Ford minor doc changes
2005-03-20 Sebastian Riedel added connection stuff
2005-03-03 Sebastian Riedel improved documentation
2005-03-02 Sebastian Riedel server_base sucks
2005-03-02 Sebastian Riedel added server_base
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-02-28 Marcus Ramberg initial import of catalyst.