Stop calling class data methods on instances + commented out warning
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-21 Florian Ragwitz Do what we want instead of exiting a sub via last.
2009-08-21 Florian Ragwitz DOH! do more than one read, if necessary.
2009-08-16 Florian Ragwitz Do at least one (possibly empty) write when reading...
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-05-21 Tomas Doran Document 'env' attribute. kmx++
2009-05-21 Tomas Doran Fix ->engine->env for the second time. I shouldn't...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Don't load Scalar::Util. It isn't used directly.
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-02-08 Florian Ragwitz Remove imported symbols after compile time in Catalyst...
2009-02-02 Florian Ragwitz Fix various doc typoes.
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Marcus Ramberg Add ru/ua translations
2008-12-27 Tomas Doran Replace {_body} instance access with calls to _body...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-05 Andy Grundman If write() is passed an undef value to write, just...
2008-10-31 Jay Hannah POD typo corrected.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-06 Marcus Ramberg Add pt translation of error msg
2008-06-30 Brian Cassidy authors cleanup
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi Remove use of overload
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 eliminate usage of each() on hashes we don't own, since...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-10-17 Andy Grundman Revert Engine.pm change from yesterday
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-09-13 Tatsuhiko Miyagawa fix the bug Catalyst::Engine double decodes %2b back...
2007-08-22 Andy Grundman Fixed bug in HTTP engine where writes could fail with...
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-03 Andy Grundman Added req->query_keywords method
2007-04-03 Andy Grundman Use regex for unescaping instead of URI::Escape
2007-04-02 Andy Grundman Revert the c->req->keywords change, this is a feature...
2007-04-01 Andy Grundman Revert r6239, apreq stuff will go into the current...
2007-03-29 Andy Grundman Add a note on the performance of APR::Request
2007-03-29 Andy Grundman Decode URIs with APR::Request if available
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2007-02-23 Andy Grundman Improve performance by skipping body processing if...
2006-11-17 Jonathan Rockway applying upload fix patch from Carl Franks (see message...
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-10-25 Andy Grundman Avoid 'print on closed filehandle' warnings from IE
2006-06-24 Yuval Kogman Avoid dying when $c->ref->body is a ref but not an...
2006-05-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-19 Marcus Ramberg updated log format
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-04-28 Brian Cassidy no, really, add it.
2006-04-28 Brian Cassidy added french version of "please come back later"
2006-04-05 Matt S Trout warning fix from fireartist
2006-03-30 Marcus Ramberg applied patch to allow a tmpdir setting.
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-01-28 Matt S Trout - Updated POST upload handling patch from miyagawa
2005-12-30 Yuval Kogman make pre tags in the error page wrap instead of scroll...
2005-12-07 Sebastian Riedel Switched to 500 status for exceptions
2005-12-07 Sebastian Riedel Switched to 500 status for exceptions
2005-11-29 Sebastian Riedel Fixed debug screen
2005-11-29 Sebastian Riedel Removed scrollbar from debug screen
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-08 Andy Grundman Fixed streaming write from a filehandle to stop writing...
2005-11-02 Andy Grundman Applied more xhtml tweaks from LTJake
2005-11-02 Andy Grundman Committed LTJake's XHTML patch for debug screen
2005-11-02 Andy Grundman Removed a couple warn calls
2005-11-02 Sebastian Riedel Added JavaScript to debug screen, to show and hide...
2005-11-01 Yuval Kogman Add dump_these method to Catalyst, which returns the...
2005-10-20 Andy Grundman Close ->res->body if it's a handle
2005-10-20 Sebastian Riedel Added support for IO::Handle in $c->res->body
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Andy Grundman Added upload parameters back into req->params
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-10 Andy Grundman Added prepare_body_chunk method for upload progress...
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-26 Andy Grundman Backed out memory leak workaround, bumped Text::ASCIITa...
2005-09-23 Andy Grundman Added temporary workaround for debug memory leak in...
2005-07-05 Sebastian Riedel Fixed $Data::Dumper::Terse
2005-06-23 Christian Hansen Improved rendering error messages in $c->finalize_error
2005-06-21 Christian Hansen Moved logic from Catalyst::import() to Catalyst::Setup...
2005-06-21 Christian Hansen Moved all setup methods to Catalyst::Setup
2005-06-20 Christian Hansen Fixed table debug output
2005-06-20 Christian Hansen Fixed table debug messages to be more portable
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-10 Sebastian Riedel Added $c->detach for non returning forwards
2005-05-31 Christian Hansen Fixed HTTP/1.1 issues
2005-05-28 Christian Hansen added $log->is_(debug|info|warn|error|fatal)
2005-05-27 Christian Hansen added support for non Catalyst::Base components
2005-05-26 Christian Hansen use || 0 instead
2005-05-26 Christian Hansen Updated Changes
2005-05-26 Christian Hansen Fixed memory leak
next