authors cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
2008-06-30 Brian Cassidy authors cleanup
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
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