stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
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.
2009-02-12 Florian Ragwitz Stop confusing future readers by removing code that...
2009-02-12 Florian Ragwitz Use Moose::Util::find_meta instead of ->Class::MOP...
2009-02-12 Florian Ragwitz namespace::clean Catalyst::Controller.
2009-02-08 Florian Ragwitz Don't import blessed from Scalar::Util. Moose/Moose...
2008-12-30 Tomas Doran Basic POD for ::ApplicationAttribute, remove the empty...
2008-12-28 Florian Ragwitz s/Catalyst::Component::Role::CaptureApp/Catalyst::Compo...
2008-12-26 Florian Ragwitz Refactor capturing of $app from ::Controller into ...
2008-12-09 Tomas Doran Clean up around method modifier
2008-12-07 Tomas Doran Fix and test for issues when components import or defin...
2008-10-17 Florian Ragwitz Stop using Class::Inspector. Class::MOP::load_class...
2008-09-12 Florian Ragwitz Use get_all_methods instead of the deprecated compute_a...
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
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 Guillermo Roditi config wins, groditi loses. FUCK YOU FOR SUPPORTING...
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi revert MyApp instantiation
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi making $app be an instance, less symbol table hijacking...
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi code improvements in Catalyst::Controller
2008-06-23 Guillermo Roditi fix MRO
2008-06-23 Guillermo Roditi a couple more details
2008-06-23 Guillermo Roditi passing a lot more tests. still alot of work to be...
2008-06-23 Guillermo Roditi some tests fail and some things are ugly, but i think...
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi committing broken version. rolling back in a min. just...
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...