win32 compatibility patch for live_engine_request_env.t
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-18 Florian Ragwitz Version 5.80004. 5.80004
2009-05-15 Tomas Doran And properly fix Unknown error
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 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-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-07 Tomas Doran Back out last change. vincent worked out it's a bug...
2009-05-06 Tomas Doran Mad fix.
2009-04-29 Florian Ragwitz Version 5.80003. 5.80003
2009-04-28 Dave Rolsky If a class makes itself immutable and turns off constru...
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 Tomas Doran Bump MX::MA again, couple of little tidyups
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-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-18 Florian Ragwitz Version 5.80001. 5.80001
2009-04-18 Marcus Ramberg Shut up recursion warnings
2009-04-18 Marcus Ramberg Remove commented out incorrect deprecations
2009-04-15 Tomas Doran And print the value.
2009-04-15 Tomas Doran Clarify exception to finger the actual class which...
2009-04-12 Marcus Ramberg Prepare for maybe-release
2009-04-12 Tomas Doran Doc tidy up wrt plugin method
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-03-28 Hans Dieter Pearcey include test for failure mode
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-27 Florian Ragwitz Pod formatting fix.
2009-03-24 Tomas Doran Change plugin warning cut-off release, expand on config...
2009-03-23 Tim Bunce Add debug log in uri_for when uri_for_action returns...
2009-03-21 Tomas Doran Doc changes for passing CaptureArgs
2009-03-20 Tomas Doran Make the list actually come out as a list when you...
2009-03-10 Jay Hannah debug() POD rewrite
2009-02-25 Kennedy Clark Apply doc patch from Genius_Spot
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-20 Florian Ragwitz Unbreak disabling of NEXT warnings on non-dev releases.
2009-02-20 Tomas Doran Upgrade that debug statement to a warning + test we...
2009-02-20 Tomas Doran Lame hack to make the warnings about component resoluti...
2009-02-20 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
2009-02-20 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
2009-02-20 Florian Ragwitz eval $VERSION to avoid non-numeric warnings.
2009-02-20 Tomas Doran Fix my retardedness with ::MVC:: warning having no...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-18 Tomas Doran Exclude CatalystX
2009-02-18 Tomas Doran First crack at deprecating ::[MVC]:: style names. No...
2009-02-18 Tomas Doran Not warning for ^Catalyst in release versions done
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-02-08 Florian Ragwitz Don't use Time::HiRes in Catalyst.pm. It's only used...
2009-02-08 Florian Ragwitz Don't import weaken from Scalar::Util. It's not being...
2009-02-04 Marcus Ramberg Prepare for development release of runtime 5.8000_06
2009-02-02 Florian Ragwitz Fix various doc typoes.
2009-02-02 Florian Ragwitz Engine and Dispatcher objects don't overload stringific...
2009-01-31 Florian Ragwitz Disallow calling setup more than once.
2009-01-30 Florian Ragwitz Disallow writing to config after setup.
2009-01-29 Tomas Doran Back out 9138:9137 in favour of a more generic implemen...
2009-01-29 Tomas Doran Apply patch for redacting parameters in the log.
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-19 Marcus Ramberg Apply doc patch from dhoss
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-18 Marcus Ramberg Backport go doc bit
2009-01-17 Florian Ragwitz Doc improvement for ->visit. mateu++
2009-01-17 Florian Ragwitz Add setup_finalize as an easy way to hook at the end...
2009-01-17 Florian Ragwitz Stop aggregated tests from failing by using the latest...
2009-01-17 Florian Ragwitz Don't import blessed from Scalar::Util. Moose already...
2009-01-17 Florian Ragwitz Remove a workaround for C3 warnings that are now fixed...
2009-01-13 Tomas Doran CX::CRUD was released, add myself to contributors list
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-12 Tomas Doran Bump version number in prep for a new dev release
2009-01-12 Tomas Doran Re-write Roadmap to not be lies, change warns on compon...
2009-01-07 Tomas Doran Use the appropriate MOP function to be a bit neater...
2009-01-07 Jay Hannah Far more verbose error messages. Does great at making...
2009-01-04 Tomas Doran Warnings about deprecated runtime plugins
2009-01-02 Tomas Doran Fix additive logging setup, and ergo Catalyst-Plugin...
2009-01-02 Tomas Doran plugin new method test as-per various other plugins...
2008-12-29 Tomas Doran Bump MX::E::CAF dep, update TODO, chop out of date...
2008-12-27 Tomas Doran Replace {_body} instance access with calls to _body...
2008-12-24 Tomas Doran Fix stringification of dispatcher and engine in debug...
2008-12-21 Tomas Doran C::P::A passes its tests against 5.80 now - fixed plugi...
2008-12-21 Tomas Doran Fix the CDI issue, Plugin::Auth's tests now blow up...
2008-12-10 Tomas Doran Patch to logging to add doc and make it possible to...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-07 Tomas Doran Fix and test for issues when components import or defin...
2008-12-07 Tomas Doran Test and fix for a case which caused uri_for to generat...
2008-12-05 Marcus Ramberg Prepare for new developer release 5.8000_04
2008-12-05 Florian Ragwitz Load Class::C3 before MRO::Compat to avoid warnings.
2008-11-30 Marcus Ramberg Fix ACCEPT_CONTEXT on MyApp
2008-10-17 Marcus Ramberg Prepare for new dev release
next