This is version 5.80.
[catagits/Catalyst-Runtime.git] / lib /
2009-06-10 Florian Ragwitz This is version 5.80.
2009-06-06 Marcus Ramberg Prepare for 05 5.80005
2009-06-06 Rafael Kitover stackoverflow path bug take two
2009-06-06 Rafael Kitover fix stackoverflow Path bug
2009-06-04 Hans Dieter Pearcey Test validity of Args attribute for Chained actions
2009-05-31 KMX C::Engine - added support for HTTPOnly flag on cookies...
2009-05-30 Rafael Kitover fix POD
2009-05-30 Rafael Kitover component cleanups
2009-05-29 KMX Engine::FastCGI - Microsoft IIS7 compatibility patch...
2009-05-29 KMX Engine::FastCGI - documentation update (Microsoft IIS...
2009-05-29 Justin Hunter why have two loops
2009-05-29 Tomas Doran And trivial fix by not using up
2009-05-27 Florian Ragwitz Fix minor uri_for documentation bug.
2009-05-26 Rafael Kitover update C::Req docs to reflect that args get automatical...
2009-05-26 Rafael Kitover URI-decode chained args
2009-05-23 Tomas Doran Make documentation crystal clear
2009-05-21 KMX fix for ->engine->env in Catalyst::Engine::CGI ...
2009-05-21 Tomas Doran Fixed ->engine->env in Catalyst::Test, kmx++
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-05-21 Tomas Doran Doc clarification, domm++
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-19 Dan Dascalescu Fixed "its" vs "it's"
2009-05-18 Florian Ragwitz Version 5.80004. 5.80004
2009-05-17 Jesse Sheidlower various language fixes in Upgrading.pod
2009-05-16 Tomas Doran Tweak upgrading docs
2009-05-15 Tomas Doran And properly fix Unknown error
2009-05-15 Tomas Doran Fix on demand parsing of ->req->parameters
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-13 Tomas Doran Fix the meta method test
2009-05-13 Rafael Kitover Catalyst::Test - add notice about inline tests no longe...
2009-05-13 Tomas Doran Doc, add new upgrading caveat, and start what works...
2009-05-13 Tomas Doran 10125 breaks t/aggregate/live_component_controller_acti...
2009-05-13 Tomas Doran Highlight back compat after discussion/confusion earlie...
2009-05-13 Tomas Doran B::Hooks::EndOfScope eats exceptions inside the on_scop...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-05-13 Tomas Doran Fix ->engine->env for the dev server. Catalyst-Plugin...
2009-05-12 Tomas Doran Change back to B::Hooks::EndOfScope as it previously...
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-05-12 Tomas Doran Fix docs as pointed out on the list
2009-05-10 Florian Ragwitz Display / as the path spec for chained actions with...
2009-05-07 Jos Boumans perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn...
2009-05-07 Tomas Doran Nuke warning, my bad
2009-05-07 Tomas Doran Back out last change. vincent worked out it's a bug...
2009-05-06 Tomas Doran Mad fix.
2009-05-05 Tomas Doran Fix deprecation error message in dispatcher to be useful.
2009-05-05 Tomas Doran Trivially dink error message.
2009-05-01 Florian Ragwitz Clarify limitations of $request->base and $request...
2009-04-29 Florian Ragwitz Version 5.80003. 5.80003
2009-04-29 Florian Ragwitz Convert the restarter engine's BUILD method to lazy...
2009-04-29 Florian Ragwitz Changelogging.
2009-04-29 Florian Ragwitz Convert the dispatcher's BUILD method to attribute...
2009-04-29 Florian Ragwitz Revert "silence role override warnings from moose"
2009-04-28 Dave Rolsky If a class makes itself immutable and turns off constru...
2009-04-28 Tomas Doran Rewrite C3 chunk of Catalyst::Upgrading to hopefully...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Make logging additive properly. No longer WTF.
2009-04-28 Tomas Doran That is actually a stupid idea - you may be using Catal...
2009-04-28 Tomas Doran Bump Moose dep, remove MOP dep as Moose already depends...
2009-04-28 Hans Dieter Pearcey doc clarification
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-25 Dan Dascalescu 1-char typo
2009-04-25 Dan Dascalescu Debug mode is also triggered by running myapp_server...
2009-04-25 Hans Dieter Pearcey doc tweaks: use C<> instead of "", use 'overridden...
2009-04-24 Florian Ragwitz Improve regexp fallback warning.
2009-04-24 Tomas Doran Fix bug when not using B::Hooks::OP::Check::StashChange
2009-04-23 Simon Elliott silence role override warnings from moose
2009-04-23 Rafael Kitover runtime: fix logging with -Debug
2009-04-22 Florian Ragwitz Fix the unattached chain debug table for endpoints...
2009-04-22 Dan Dascalescu POD update: METHODS is =head1 (not =head2)
2009-04-22 Dan Dascalescu Fixed the POD to hyperlink to methods. No code changes.
2009-04-21 Tomas Doran Fix kds bug, find another bug causing all log levels...
2009-04-21 Matt S Trout revert duff part of last commit
2009-04-21 Matt S Trout pass replace_constructor when making app immutable...
2009-04-21 Marcus Ramberg Prepare for 5.800002
2009-04-21 Tomas Doran Restartable app class on perl 5.10. More evil hackery..
2009-04-21 Tomas Doran Fixed non-moose classes initialization order issues...
2009-04-20 Tomas Doran Unfuck Catalyst::Plugin::Log::Dispatch
2009-04-20 Tomas Doran Bugfix for 5.8 regression found in C::C::DBIC::API
2009-04-20 Tomas Doran Fix column width of unattached chains table
2009-04-20 Tomas Doran Fix warning message, patch from dev list.
2009-04-18 Andrew Rodland Fix a typo that slipped through the previous fix, and...
2009-04-18 Andrew Rodland Minor fixes for the "new in 5.8" PODs.
2009-04-18 Florian Ragwitz Version 5.80001. 5.80001
2009-04-18 Florian Ragwitz Don't inline the Catalyst::Log constructor to avoid...
2009-04-18 Tomas Doran Fix POD
2009-04-18 Tomas Doran Fix a couple of real spelling errors, change a couple...
2009-04-18 Tomas Doran Note Catalyst::Base deprecation warnings, tweak setup_f...
2009-04-18 Tomas Doran Clarify the component back compat section, and add...
2009-04-18 Tomas Doran Add bug fixes section. Reformatting, some other additions
2009-04-18 Tomas Doran Re-arrange, reformatting, add a coupla bits, remove...
2009-04-18 Tomas Doran Deprecation section more complete, and link ::Upgrading
2009-04-18 Tomas Doran Cleanups / formatting
2009-04-18 Tomas Doran Remove bits about go/visit as they are in 5.71, clean...
2009-04-18 Marcus Ramberg Update delta
2009-04-18 Marcus Ramberg Shut up recursion warnings
2009-04-18 Marcus Ramberg Remove commented out incorrect deprecations
2009-04-18 Felix Antonius Wil... Added a Delta.pod for important changes between 5.7...
2009-04-15 Tomas Doran And print the value.
next