Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-06-30 Brian Cassidy authors cleanup
2006-11-19 Marcus Ramberg deprecate Catalyst::Base (left for compability reasons)
2006-10-11 Marcus Ramberg patch from kane
2006-10-03 Kieren Diment fixed doc misinformation Catalyst::Component is th...
2006-08-28 Matt S Trout fixup for hashref in action attrs from config
2006-06-25 Matt S Trout fixup coverage on all but C::Dispatcher
2006-06-22 Matt S Trout fixup for dupe actions
2006-06-03 Matt S Trout added Catalyst::Component->action_for
2006-06-03 Matt S Trout improved docs for action_namespace and path_prefix...
2006-06-02 Matt S Trout added actions-paths-from-config
2006-05-31 Matt S Trout Base takes namespace from self if object
2006-05-31 Matt S Trout minor Base.pm refac
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-19 Matt S Trout Use Class::Inspector->loaded() instead of ->can('can')
2006-05-19 Matt S Trout added ActionClass attribute
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-04-13 Yuval Kogman silly refactoring in Catalyst::Base
2006-03-15 Marcus Ramberg lots of new docs,
2006-02-27 Matt S Trout Refactored Regex actions
2006-02-27 Matt S Trout Refactored path dispatch
2006-02-26 Matt S Trout Added config->{namespace}
2006-01-07 Matt S Trout - Catalyst no longer isa Catalyst::Base (adds Catalyst...
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Sebastian Riedel Fixed typo
2005-11-15 Sebastian Riedel Fixed dispatcher, so $c->req->action(undef) works again
2005-11-12 Sebastian Riedel Updated pod
2005-11-10 Sebastian Riedel 100% pod coverage again
2005-11-10 Matt S Trout - Tweaked attr parsing (thanks LTJake - now gimme some...
2005-11-05 Matt S Trout - Made Catalyst::Action and ActionContainer default...
2005-11-03 Sebastian Riedel Reverted stupidity workaround
2005-11-03 Sebastian Riedel Added workaround for stupid components expecting Cataly...
2005-11-03 Sebastian Riedel Fixed inheritance bug
2005-11-02 Matt S Trout - Move config stuff etc. out into Catalyst::Component...
2005-11-01 Matt S Trout - Turned action registration inside-out
2005-11-01 Matt S Trout - Refactored get_action into get_action and get_actions
2005-11-01 Sebastian Riedel Fixed pod
2005-11-01 Matt S Trout - Split _DISPATCH out into _BEGIN, _AUTO, _ACTION and...
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-06-18 Christian Hansen restore prevoius revision for Base.pm
2005-06-17 Sebastian Riedel Fixed global config for components, borked by chansen :(
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-05-27 Christian Hansen added support for non Catalyst::Base components
2005-05-01 Sebastian Riedel Fixed pod
2005-04-30 Sebastian Riedel Updated some core stuff, cleanups, better errors...
2005-04-27 Christian Hansen Fixed config in C::Base and stash in C::Engine
2005-04-20 Sebastian Riedel Big change, new installer and home detection
2005-04-17 Sebastian Riedel Added global config for components
2005-04-16 Sebastian Riedel Fixed C::B
2005-04-16 Sebastian Riedel Fixed base
2005-04-16 Sebastian Riedel Added advanced attributes handling
2005-04-15 Marcus Ramberg Fixed: Minor typo in Intro.pod
2005-04-07 Marcus Ramberg revised documentation for 5.0
2005-03-30 Marcus Ramberg make pod tests pass, if rclamp applies my patch.
2005-03-28 Sebastian Riedel whole new syntax
2005-03-25 Christian Hansen rename C::E::HTTP.pm to C::E::LWP.pm
2005-03-19 Marcus Ramberg doc patch from Andrew Ford
2005-03-16 Marcus Ramberg fixed pod coverage
2005-02-28 Marcus Ramberg initial import of catalyst.