clean up travis config for distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionChain.pm
2015-04-14 John Napiorkowski fixed bugs in type constraints and cored some extensibi...
2015-03-26 John Napiorkowski first pass at constraints on uri_for
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2014-06-09 John Napiorkowski abort on error defaults to true
2013-06-12 Dimitar Petrov Better configuration key name
2013-06-12 Dimitar Petrov Add option to break a chain if error occurs
2011-10-21 Lian Wan Situ allow uri_for_action to be called with captures and...
2010-04-12 Lian Wan Situ allow uri_for_action to be called with captures and...
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-02-19 Florian Ragwitz Create branch register_actions.
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 Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
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-22 Matt S Trout Captures -> CapureArgs
2006-06-22 Matt S Trout argh. stupidity attack.
2006-06-22 Matt S Trout probably sorted capture passing to non-leaf actions
2006-06-22 Matt S Trout first cut at :ChildOf