remove trailing whitespace
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
2009-04-07 Hans Dieter Pearcey remove trailing whitespace
2009-04-07 Hans Dieter Pearcey mis-rebase
2009-04-07 Hans Dieter Pearcey split out methods to show rafl what I mean
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-02-19 Florian Ragwitz Use get_all_methods_with_attributes to get all possible...
2009-02-19 Florian Ragwitz Don't stringify the meta method. Use its name instead.
2009-02-19 Florian Ragwitz First steps towards throwing out attributes.
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-08-24 Florian Ragwitz Implement relative chaining over more than one level.
2008-08-24 Florian Ragwitz Implement :ChainedParent.
2008-08-24 Florian Ragwitz Implement :Chained('../action').
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-06-30 Brian Cassidy authors cleanup
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
2008-01-04 Marcus Ramberg changes, pod fix
2007-08-17 Kieren Diment misc doc fixes thanks to semifor
2007-08-02 Brian Cassidy tabs => spaces
2007-03-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
2007-02-21 Ash Berlin MyAction attribute - thanks aherzog
2006-11-19 Marcus Ramberg deprecate Catalyst::Base (left for compability reasons)
2005-11-02 Sebastian Riedel Added Catalyst::Controller, Catalyst::Model and Catalys...