Trivial Pod fixes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
2009-11-24 Tomas Doran Trivial Pod fixes
2009-11-14 Tomas Doran Pod patch
2009-08-12 Florian Ragwitz Fix POD refering to CGI::Cookie. We're using CGI::Simpl...
2009-06-30 Tomas Doran Core fix for warnings due to undef body as per fix...
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-31 KMX C::Engine - added support for HTTPOnly flag on cookies...
2009-03-25 Hans Dieter Pearcey add Catalyst::Response->code
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-20 Kieren Diment improvements to redirect doc
2008-07-17 Brian Cassidy tiny doc update
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-05-07 Brian Cassidy POD: IO::FileHandle => IO::Handle (RT #35690)
2007-04-16 Marcus Ramberg Doc fix
2006-08-17 Jesse Sheidlower fixed cookie-param list POD in C::Res
2006-03-10 Marcus Ramberg prepared for release.
2006-03-02 Marcus Ramberg change to use a 301 for redirects.
2005-12-29 Yuval Kogman doc pointer from content_type
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Andy Grundman Response.pm doc update
2005-11-03 Yuval Kogman Document the format of the parameters to be passed...
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-04-26 Christian Hansen Added otional status to $c->response->redirect
2005-04-23 Sebastian Riedel Reverted chansens changes
2005-04-23 Christian Hansen Added body_ref and body_length and minor optimization...
2005-04-16 Christian Hansen Fixed Request/Response body
2005-04-16 Christian Hansen Fixed MP19 uploads. Added request/response body. Added...
2005-04-07 Marcus Ramberg revised documentation for 5.0
2005-03-29 Christian Hansen Removing C::E::CGI::NPH
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-02-28 Marcus Ramberg initial import of catalyst.