add chained to the list of successful conversions :)
[catagits/Catalyst-Runtime.git] / lib /
2008-06-23 Guillermo Roditi add chained to the list of successful conversions :)
2008-06-23 Guillermo Roditi Path done
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi committing broken version. rolling back in a min. just...
2008-06-23 Guillermo Roditi Fixup some pre-(make test) typos.
2008-06-23 Guillermo Roditi Add Catalyst::Exception and Catalyst::Log to the Moosif...
2008-06-23 Guillermo Roditi typo
2008-06-23 Guillermo Roditi incomplete conversion of Component. i dont grok the...
2008-06-23 Guillermo Roditi AttrContainer and additional dep for it
2008-06-23 Guillermo Roditi change dispatcher to load classes using Class::MOP...
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2008-02-11 Cory G Watson Note the detructiveness of uri_for when used with hashrefs.
2008-02-02 Jess Robinson Steal class loading code from Class::MOP, which isnt...
2008-01-17 Brian Cassidy apply uri_with() patch from Daisuke Murase
2008-01-16 Brian Cassidy fix uri_for()'s handling of multibyte chars (Daisuke...
2008-01-14 Jonathan Rockway Revert "encode unicode to utf8 by default (in finalize...
2008-01-14 Jonathan Rockway remove the "useless localization of subroutine entry...
2008-01-13 Jonathan Rockway encode unicode to utf8 by default (in finalize)
2008-01-13 Jonathan Rockway add a comment explaining why we use bytes
2008-01-04 Marcus Ramberg changes, pod fix
2007-12-11 Andy Grundman Fixed a bug where -rr (restart regex) command line...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-10-29 Andy Grundman Allow for CATALYST_SERVER settings with a trailing...
2007-10-26 Andy Grundman Revert SIGCHLD patch pending a test
2007-10-26 Andy Grundman Patch from Jon Schutz to add a proper SIGCHLD repear...
2007-10-26 Andy Grundman Bump version to 5.7012
2007-10-26 Andy Grundman Clean up some ugly code with hard tabs
2007-10-22 Jonathan Rockway fix from Jon Schutz
2007-10-19 Jonathan Rockway note in the docs that query_params is an alias for...
2007-10-19 Jonathan Rockway remove tabs that stats patch added
2007-10-19 Jonathan Rockway resolve conflict in the correct direction this time :)
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
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-10-14 Jess Robinson Add tests to not load files that are not valid/sane...
2007-10-10 Andy Grundman Removed unnecessary sprintf in debug mode that caused...
2007-10-08 Gareth Kirwan Chained: Fix Args check treating undefind Args the...
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-09-14 Brian Cassidy restarting engine fixes from willert
2007-09-13 Tatsuhiko Miyagawa fix the bug Catalyst::Engine double decodes %2b back...
2007-09-07 Kieren Diment reversing rolskys patch so that it can be provided...
2007-09-05 Andy Grundman Return child PID from HTTP engine when run with 'backgr...
2007-09-05 Gareth Kirwan DT::Chained: Fix runtime error if no parts are found.
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2007-08-27 Kieren Diment module::pluggable::object patches from rolsky
2007-08-24 Kieren Diment better mention Catalyst-Devel too
2007-08-22 Andy Grundman Fixed bug in HTTP engine where writes could fail with...
2007-08-22 Marcus Ramberg prep for release
2007-08-21 Marcus Ramberg prepare for cpan release
2007-08-21 Marcus Ramberg Fix pod error
2007-08-21 Matt S Trout fix plugin loading
2007-08-21 Matt S Trout removed Class::DBI from list of stuff to install -...
2007-08-17 Kieren Diment clarifying where Catalyst::Manual::* is
2007-08-17 Kieren Diment misc doc fixes thanks to semifor
2007-08-14 Andy Grundman Avoid a warning if there is an HTTP write error
2007-08-03 Andy Grundman Fixed a bug with the HTTP engine where very large respo...
2007-08-03 Andy Grundman Remove a big chunk of duplicate code from C::Test
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-08-02 Brian Cassidy tabs => spaces
2007-08-02 Brian Cassidy remove warning for undef captures
2007-07-21 Jonathan Rockway add env_value patch from (Adam Herzog)++
2007-07-20 Marcus Ramberg add warning in uri_for for undefined args
2007-07-19 Brian Cassidy applied elapsed time handling patch from Emanuele Zeppieri
2007-07-18 Marcus Ramberg Make _register_plugin use ensure_class_loaded
2007-07-18 Marcus Ramberg Better error handling
2007-05-21 Ash Berlin Fix bug where a nested component would be setup twice
2007-05-18 Andy Grundman Improve the error when we can't load the FCGI module
2007-05-16 Andy Grundman Fixed issue where development server running in fork...
2007-05-06 Andy Grundman Don't set a content-length from a filehandle object...
2007-04-26 Yuval Kogman prevent $request->path used as setter from keeping...
2007-04-16 Andy Grundman Fix broken HTTP engine after botched merge from 2 weeks ago
2007-04-16 Marcus Ramberg Doc fix
2007-04-04 Kieren Diment fixed final svk botch
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment (no commit message)
2007-04-04 Kieren Diment r9568@zaphod (orig r6091): ash | 2007-02-22 04:43...
2007-04-04 Kieren Diment minor change to C::Test for style
2007-04-04 Kieren Diment fixed problem with overlapping server path and request...
2007-04-04 Kieren Diment trailing slash for non-root deployment fix by jayk
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-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
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-03-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2007-03-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-25 Matt S Trout performance improvements in uri_for by inlining encoding
2007-03-21 Brian Cassidy update Changes + VERSION
2007-03-21 Brian Cassidy Handle "0" as a path
2007-03-18 Marcus Ramberg Warning in uri_for
2007-03-13 Andy Grundman It's silly to document constants, switched to 'use...
2007-03-13 Andy Grundman Fix pod coverage on HTTP engine
next