Cosmetic: removed trailing whitespace
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
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-26 Rafael Kitover update C::Req docs to reflect that args get automatical...
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-15 Tomas Doran Fix on demand parsing of ->req->parameters
2009-05-01 Florian Ragwitz Clarify limitations of $request->base and $request...
2009-04-20 Tomas Doran Bugfix for 5.8 regression found in C::C::DBIC::API
2009-02-21 Tomas Doran EWRONGBRANCH Back out -r9378:9377.
2009-02-21 Tomas Doran Add patch from dwc to warn about c->req->user deprecation
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Clean IO::Socket imports from Catalyst::Request.
2009-02-05 Florian Ragwitz Clarify that request arguments aren't unescaped automat...
2009-02-02 Florian Ragwitz Fix various doc typoes.
2008-12-29 Tomas Doran Make Catalyst::Engine::Apaches tests pass.
2008-12-27 Tomas Doran Replace {_body} instance access with calls to _body...
2008-12-27 Tomas Doran Fix the return value of Catalyst::Request's body method...
2008-12-27 Tomas Doran Fix C::Request disparity between _body and body accesso...
2008-12-09 Tomas Doran Remove crap
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-04 Tomas Doran Fix the SmartURI recursion using a predicate and un...
2008-12-03 Tomas Doran Fix for Catalyst::Action::REST
2008-11-30 Marcus Ramberg Lazy resolution of hostname
2008-11-20 Rafael Kitover fix doc for $req->captures
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
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 whitespace changes for attributes
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-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
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
next