finished the scheme matching and uri_for updates
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
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...