debug version
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
2015-09-04 John Napiorkowski debug version
2015-08-24 John Napiorkowski test cases for type constraints in roles and superclasses
2015-04-14 John Napiorkowski fixed bugs in type constraints and cored some extensibi...
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-04-03 John Napiorkowski make it less easy to want moose stringy types
2015-03-26 John Napiorkowski fixed POD error
2015-03-26 John Napiorkowski removed warning;
2015-03-25 John Napiorkowski dont autovivify
2015-03-24 John Napiorkowski fail test case for args0 issue
2015-03-23 John Napiorkowski handle infinite args
2015-03-20 John Napiorkowski fixes for when there are more than one constraint in...
2015-03-19 John Napiorkowski basic chaining in place
2015-03-17 John Napiorkowski comment out coerce stuff for now
2015-03-17 John Napiorkowski are coercions feasable at all?
2015-03-17 John Napiorkowski basic coerces
2015-03-17 John Napiorkowski support imported types (types-tiny, MXT)
2015-03-12 John Napiorkowski fix typo and update test
2015-03-12 John Napiorkowski remove some potentially confusing syntax
2015-03-12 John Napiorkowski allow refs
2015-03-12 John Napiorkowski passing tests and refactored a bit for clarity
2015-03-12 John Napiorkowski passing tests again
2015-03-10 John Napiorkowski draft / proof of concept
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2013-05-24 Dagfinn Ilmari Man... Fix POD link text/target ordering
2013-02-17 John Napiorkowski tweaked the "list_extra_info" debugging method and...
2013-02-15 John Napiorkowski new action method "list_extra_info" for better debuggin...
2013-02-15 John Napiorkowski use actionrole instead of core for the new http method...
2013-02-12 John Napiorkowski some sort of docs for controller action subroutine...
2013-02-11 John Napiorkowski new match and match captutres for http methods, plus...
2011-11-22 Tomas Doran Document this
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-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-26 Dan Dascalescu Fixed a bunch of POD hyperlinks in Catalyst.pm and...
2009-07-18 Tomas Doran Document the method name I actually added, idiot
2009-07-18 Tomas Doran Add docs for changes
2009-07-11 Guillermo Roditi private_path method for actions that returns a string...
2009-06-29 Florian Ragwitz Remove <=> overloading for actions.
2009-06-29 Rafael Kitover add note about overloaded <=>
2009-06-29 Rafael Kitover remove cmp overload in Action
2009-06-29 Rafael Kitover remove Action::sort_order
2009-06-20 Rafael Kitover minor changes
2009-06-20 Rafael Kitover nicer action sorting for Path
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-19 Dan Dascalescu Fixed "its" vs "it's"
2009-02-19 Florian Ragwitz Create branch register_actions.
2008-12-07 Kieren Diment removed spurious synopsis
2008-12-03 Tomas Doran Fix FormFu in 5.80 + test, zamolxes++
2008-09-01 Matt S Trout fixup Catalyst::Action
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-26 Marcus Ramberg Add stringify back for action, and test
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 whitespace changes for attributes
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 some more comments and little changes as well as some...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-01-14 Jonathan Rockway remove the "useless localization of subroutine entry...
2007-08-02 Brian Cassidy tabs => spaces
2006-11-19 Marcus Ramberg refactored to leave synopsis to the top, and move the...
2006-06-22 Matt S Trout first cut at :ChildOf
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-03-15 Marcus Ramberg lots of new docs,
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-02-23 Matt S Trout Initial support for :Args attribute
2006-01-11 Matt S Trout - Added missing fallback to Catalyst::Action as spotted...
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-09 Matt S Trout - Made $c->namespace lvalue in the name of encapsulatio...
2005-11-03 Matt S Trout - Moved local $c->{namespace} set to Catalyst::Action...
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-23 Sebastian Riedel Fixed some typos
2005-10-22 Matt S Trout - Shifted Path dispatch into a DispatchType and nuked...
2005-10-22 Matt S Trout - Start of DispatchType refactor
2005-10-22 Matt S Trout - And finally some optimisations. Oh, and the missing...
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk