add github issue tracker links to contributing documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionContainer.pm
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-14 Florian Ragwitz Make ActionContainer use BUILDARGS instead of wrapping...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-09-08 Florian Ragwitz Make ActionChain stringify to its part attribute.
2008-09-08 Florian Ragwitz ActionChains part attribute doesn't need a default.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi whitespace changes for attributes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi Overload to stringify correctly
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2006-11-19 Marcus Ramberg refactored to leave synopsis to the top, and move the...
2006-06-25 Matt S Trout fixup coverage on all but C::Dispatcher
2006-04-08 Yuval Kogman perltidy and warning
2006-04-08 Yuval Kogman Simplify dispatcher guts to use hashes
2006-03-15 Marcus Ramberg lots of new docs,
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-09 Yuval Kogman Dispatcher::get_action no longer takes $c as a useless arg
2005-11-01 Matt S Trout - Punted get_action to ActionContainer
2005-10-22 Sebastian Riedel Cleaned all new classes
2005-10-22 Andy Grundman Fixed ActionContainer POD, added to manifest
2005-10-22 Matt S Trout - And finally some optimisations. Oh, and the missing...