fix root default thingie jayk gave me, sanitize Paths at registration time better
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
2009-06-21 Rafael Kitover fix root default thingie jayk gave me, sanitize Paths...
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-04-14 Tomas Doran Changelog and sed s/website authors/application authors/
2009-04-14 Ian Wells DispatchTypes' POD refers to Catalyst::Manual::Intro...
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 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 reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2006-06-04 Matt S Trout improved DispatchType docs
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-02-23 Matt S Trout Initial support for :Args attribute
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-13 Sebastian Riedel Fixed arguments debug message
2005-11-01 Matt S Trout - Refactored get_action into get_action and get_actions
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-10-23 Andy Grundman Changed default match to use path instead of result
2005-10-22 Andy Grundman Optimized the path split a bit
2005-10-22 Andy Grundman Fixed the args passed to default
2005-10-22 Sebastian Riedel Cleaned all new classes
2005-10-22 Sebastian Riedel Fixed default action in appclass
2005-10-22 Matt S Trout - Added a bunch of comments to new dispatcher code
2005-10-22 Matt S Trout - Start of DispatchType refactor