catagits/Catalyst-Runtime.git
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-19 Dan Dascalescu Fixed minor typo in Changes
2009-05-18 Tomas Doran Fix typo
2009-05-18 Florian Ragwitz Version 5.80004. 5.80004
2009-05-18 Tomas Doran I finished doc notes in ::Upgrading.
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 Woo, Emmanuel Quevillon's mailing list mail gave me...
2009-05-15 Tomas Doran Add dep
2009-05-15 Tomas Doran Fix on demand parsing of ->req->parameters
2009-05-14 Tomas Doran Add tests to show that 5.80 broke ->req->parameters...
2009-05-14 Tomas Doran Changelogging
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-14 Tomas Doran Fix last commit
2009-05-13 Tomas Doran Unknown error has been vanquished.
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 Bump Moose dep to fix tests, bump %conflicts for things...
2009-05-13 Tomas Doran 2 down, too bloody many to go..
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 Update TODO for 0004
2009-05-13 Jos Boumans the ctx_request has been fixed, updating TODO to match
2009-05-13 Tomas Doran B::Hooks::EndOfScope eats exceptions inside the on_scop...
2009-05-13 Tomas Doran Tests showing we are not immutable at the end of the...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-05-13 Tomas Doran Move the inline packages out into their own files so...
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 Test demonstrating that / in a CaptureArg doesn't get...
2009-05-12 Tomas Doran Add method modifier bug to TODO
2009-05-12 Tomas Doran Fix docs as pointed out on the list
2009-05-11 Tomas Doran Not a Moose class, ergo we don't have a preinitialized...
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
next