Don't run the moose controller test if Moose isn't available
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-13 Marcus Ramberg Add ru/ua translations
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2008-12-08 Andy Grundman Backport several fixes from 5.8 needed to get remote...
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-09-02 Florian Ragwitz Document :ChainedParent.
2008-09-02 Florian Ragwitz Document :Chained('../action').
2008-09-02 Florian Ragwitz Mention PathPrefix in Chained docs.
2008-08-24 Florian Ragwitz Implement relative chaining over more than one level.
2008-08-24 Florian Ragwitz Implement :ChainedParent.
2008-08-24 Florian Ragwitz Implement :Chained('../action').
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-08-20 Kieren Diment improvements to redirect doc
2008-08-18 Gareth Kirwan DispatchType/Chained:
2008-08-08 Brian Cassidy pod fix
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-08-07 Brian Cassidy tidy up the name of module in pod
2008-08-06 Marcus Ramberg Add pt translation of error msg
2008-07-20 Marcus Ramberg Prepare for _03 dev release
2008-07-17 Brian Cassidy tiny doc update
2008-07-16 Marcus Ramberg prepare for devel release
2008-07-16 Brian Cassidy removing some Dumpers
2008-07-16 Marcus Ramberg Prepare 5.7100
2008-07-14 Brian Cassidy Updated Catalyst::Test docs to mention the use of HTTP...
2008-06-30 Brian Cassidy authors cleanup
2008-06-30 Brian Cassidy nuked Catalyst::Build
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-27 Marcus Ramberg Fix warning for dev versions
2008-06-25 Marcus Ramberg Prepare for 5.7099_01
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
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 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-06-20 Brian Cassidy remove a confusing and duplicate bit of documentation
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-05-23 Kieren Diment more yaml expurgation
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
2008-05-07 Brian Cassidy POD: IO::FileHandle => IO::Handle (RT #35690)
2008-04-28 Kieren Diment lighttpd non-root doc fix
2008-04-06 Marcus Ramberg Patch to fix homefinding for scripts in deep subdirs
2008-04-04 Andy Grundman Patch from Ton Voon to fix bug in HTTP engine where...
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
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-14 Jonathan Rockway remove the "useless localization of subroutine entry...
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-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 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-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-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-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-18 Marcus Ramberg Better error handling
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-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
next