Reformatted documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
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.