start using Class::C3, may need to add a reinitalize bit later, not sure
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi whitespace changes for attributes
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi some more comments and little changes as well as some...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-01-14 Jonathan Rockway remove the "useless localization of subroutine entry...
2007-08-02 Brian Cassidy tabs => spaces
2006-11-19 Marcus Ramberg refactored to leave synopsis to the top, and move the...
2006-06-22 Matt S Trout first cut at :ChildOf
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-03-15 Marcus Ramberg lots of new docs,
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-02-23 Matt S Trout Initial support for :Args attribute
2006-01-11 Matt S Trout - Added missing fallback to Catalyst::Action as spotted...
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-09 Matt S Trout - Made $c->namespace lvalue in the name of encapsulatio...
2005-11-03 Matt S Trout - Moved local $c->{namespace} set to Catalyst::Action...
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-23 Sebastian Riedel Fixed some typos
2005-10-22 Matt S Trout - Shifted Path dispatch into a DispatchType and nuked...
2005-10-22 Matt S Trout - Start of DispatchType refactor
2005-10-22 Matt S Trout - And finally some optimisations. Oh, and the missing...
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk