catagits/Catalyst-Runtime.git
2009-05-11 Tomas Doran Add test controller with its own meta method, still...
2009-05-11 Tomas Doran Add additonal bug from mailing list
2009-05-10 Florian Ragwitz Display / as the path spec for chained actions with...
2009-05-10 Dave Rolsky The moose fix is in 0.78
2009-05-07 Jos Boumans perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn...
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
2009-05-07 Tomas Doran Let me fix that
2009-05-07 Tomas Doran Add notes about logging setup, so kane remembers what...
2009-05-07 Tomas Doran Update TODO
2009-05-07 Tomas Doran Test in Catalyst for 349cda in Moose
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 Note C::Test issues kane is gonna fix.
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 Note restarter in TODO
2009-05-05 Tomas Doran Trivially dink error message.
2009-05-05 Tomas Doran Add broken version to Makefile.PL
2009-05-01 Florian Ragwitz Changelogging.
2009-05-01 Florian Ragwitz Clarify limitations of $request->base and $request...
2009-04-30 Tomas Doran Add Reaction to conflicts.
2009-04-30 Tomas Doran Catalyst::Plugin::Upload::Image::Magick known borked.
2009-04-30 Peter Karman add a couple of conflict version numbers for CatalystX...
2009-04-29 Florian Ragwitz Version 5.80003. 5.80003
2009-04-29 Florian Ragwitz Exclude Test::Aggregate from build_requires. It's optional.
2009-04-29 Florian Ragwitz Changelogging.
2009-04-29 Florian Ragwitz .gitignore t/tmp.
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 Duh, I prefer putting my actual name in changes
2009-04-28 Dave Rolsky Add note to changes about dying on inline_constructor...
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 Speak less nonesense
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Fix RT#43375
2009-04-28 Tomas Doran Yes, it was fixed - r9803
2009-04-28 Tomas Doran Changelogging
2009-04-28 Tomas Doran Make logging additive properly. No longer WTF.
2009-04-28 Tomas Doran Update TODO with more verbose descriptions of known...
2009-04-28 Tomas Doran Tests for setup_stats, its all good..
2009-04-28 Tomas Doran That is actually a stupid idea - you may be using Catal...
2009-04-28 Tomas Doran Depend on latest MOP as we do use it ourselves.
2009-04-28 Tomas Doran Bump Moose dep, remove MOP dep as Moose already depends...
2009-04-28 Hans Dieter... doc clarification
2009-04-28 Tomas Doran Fix false fail, caused by r9907 tidyup to not bother...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-27 Peter Karman add test for attribute overrides
2009-04-27 Tomas Doran Depend on latest AsCGI version to stop people getting...
2009-04-27 Tomas Doran Scribble some stuff in TODO, more detail to follow.
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-25 Tomas Doran Add another test, and TODO the fail.
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... 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 Tomas Doran Should fix $ENV issues
2009-04-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
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 Updated changelog with POD fixes for Catalyst::Test
2009-04-22 Florian Ragwitz Turn of test aggregation by default.
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 Florian Ragwitz Merge changelog entries. 5.80002
2009-04-21 Tomas Doran Changelog, use stdout in tests to be less noisy
2009-04-21 Tomas Doran That can't work as you get circular deps..
2009-04-21 Tomas Doran Optionally update conflicting modules by adding them...
2009-04-21 Tomas Doran Fix kds bug, find another bug causing all log levels...
2009-04-21 Tomas Doran Tests for kds fail. Comments indicate other fail?
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 Tomas Doran Yell at people to upgrade configloader. This list needs...
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 Nuke unused chunk of the TestApp. Also add test case...
2009-04-20 Tomas Doran Neeed according to the changelog of C::A::REST
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-19 Tomas Doran Bump MX::MethodAttributes::Inheritable dep, changelog
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 Changelogging.
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
next