add github issue tracker links to contributing documentation
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType.pm
2009-06-25 Rafael Kitover add C::DispatchType::_is_low_precedence
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-04-14 Ian Wells DispatchTypes' POD refers to Catalyst::Manual::Intro...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-05 Florian Ragwitz Make go('/chained/action') execute the full chain,...
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 start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2006-11-19 Marcus Ramberg add minimal description.
2006-06-03 Matt S Trout extended uri_for, added uri_for_action to dispatcher
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2005-11-19 Sebastian Riedel Reformatted documentation
2005-10-22 Sebastian Riedel Fixed public action lists
2005-10-22 Sebastian Riedel Cleaned all new classes
2005-10-22 Matt S Trout - Start of DispatchType refactor