start using Class::C3, may need to add a reinitalize bit later, not sure
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
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 passing a lot more tests. still alot of work to be...
2008-06-23 Guillermo Roditi load classes with Class::MOP::load_class
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi change dispatcher to load classes using Class::MOP...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2007-08-02 Brian Cassidy remove warning for undef captures
2006-11-06 David Kamholz tweak debug output slightly
2006-08-27 Matt S Trout unescape captures
2006-08-15 Matt S Trout uri_for fixup (with thanks to phaylon)
2006-06-25 Matt S Trout coverage all passes
2006-06-18 Matt S Trout removed retarded registration requirement in dispatcher
2006-06-03 Matt S Trout extended uri_for, added uri_for_action to dispatcher
2006-05-30 Yuval Kogman a bit of code clarification in the dispatcher
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-05-02 Yuval Kogman Fix Bill Moseley's double-auto bug, and add tests
2006-04-22 Sebastian Riedel Fixed a small bug
2006-04-21 Yuval Kogman new incarnation of the continuation plugin
2006-04-08 Yuval Kogman perltidy and warning
2006-04-08 Yuval Kogman Refactor ->forward in the Dispatcher so that it isn...
2006-04-08 Yuval Kogman Simplify dispatcher guts to use hashes
2006-04-08 Yuval Kogman simplify get_action to use a hash, without that sneaky...
2006-04-08 Yuval Kogman remove visitor from actioncontainer node creation stuff
2006-04-08 Yuval Kogman recursive namespace creation ;-)
2006-04-08 Yuval Kogman refactor namespace container node creation thingamabob
2006-04-08 Yuval Kogman refactor dispatch type loading
2006-04-04 Marcus Ramberg fixed pod errors
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-02-23 Matt S Trout (pre|post)load_dispatch_types patch from kane
2006-02-23 Matt S Trout Initial support for :Args attribute
2006-02-21 Marcus Ramberg prepared for release of 5.65
2005-12-02 Sebastian Riedel Fixed Path and index actions in the appclass
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-15 Sebastian Riedel Fixed dispatcher, so $c->req->action(undef) works again
2005-11-13 Sebastian Riedel Reverted previous change
2005-11-13 Sebastian Riedel Fixed public accessible internal actions
2005-11-13 Sebastian Riedel Fixed arguments debug message
2005-11-13 Sebastian Riedel Fixed debug messages
2005-11-11 Sebastian Riedel Updated extra_args to be unshifted instead of pushed
2005-11-11 Sebastian Riedel Fixed dispatcher and restored old behavior
2005-11-11 Sebastian Riedel Fixed args handling in forward
2005-11-10 Sebastian Riedel Fixed private action table
2005-11-10 Sebastian Riedel Fixed the forwarding fix :)
2005-11-10 Sebastian Riedel Fixed relative forwarding
2005-11-10 Sebastian Riedel 100% pod coverage again
2005-11-10 Matt S Trout - forward now uses stack
2005-11-10 Matt S Trout - Added $c->stack
2005-11-10 Sebastian Riedel Only register private actions when needed
2005-11-09 Sebastian Riedel Fixed some bugs and improved logs
2005-11-09 Yuval Kogman Dispatcher::get_action no longer takes $c as a useless arg
2005-11-08 Sebastian Riedel Fixed multiple appclass bug
2005-11-08 Matt S Trout - Fixed a dispatcher bug, thanks nothingmuch
2005-11-06 Matt S Trout - Further tweaks and added tests
2005-11-06 Matt S Trout - Fixed it so tests run again
2005-11-06 Sebastian Riedel Made forward sane again
2005-11-06 Sebastian Riedel Fixed forward
2005-11-05 Matt S Trout - Made Catalyst::Action and ActionContainer default...
2005-11-04 Andy Grundman Fixed formatting to less than 78 cols
2005-11-04 Andy Grundman Applied LTJake's patch for adding SimpleTable to Dispatcher
2005-11-03 Matt S Trout - Moved local $c->{namespace} set to Catalyst::Action...
2005-11-02 Matt S Trout - Made forward use $c->component($command) instead...
2005-11-02 Matt S Trout - Move config stuff etc. out into Catalyst::Component...
2005-11-01 Matt S Trout - Turned action registration inside-out
2005-11-01 Matt S Trout - Punted get_action to ActionContainer
2005-11-01 Matt S Trout - Refactored get_action into get_action and get_actions
2005-11-01 Sebastian Riedel Added $c->config->{show_internal_actions}
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-24 Matt S Trout - Fixed Index, cleaned up get_action
2005-10-23 Sebastian Riedel Updated dispatcher
2005-10-22 Sebastian Riedel Fixed a typo
2005-10-22 Sebastian Riedel Added index action and fixed get_action
2005-10-22 Sebastian Riedel Added on demand DispatchType loading
2005-10-22 Sebastian Riedel Fixed public action lists
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 - Shifted Path dispatch into a DispatchType and nuked...
2005-10-22 Matt S Trout - Removed dead code
2005-10-22 Matt S Trout - Start of DispatchType refactor
2005-10-22 Matt S Trout - Added some docs to dispatcher modifications
2005-10-22 Matt S Trout - $c now has $c->action and $c->namespace
2005-10-22 Matt S Trout - And finally some optimisations. Oh, and the missing...
2005-10-21 Matt S Trout - Dispatcher refactor, part trois
2005-10-21 Matt S Trout - Dispatcher refactor, part deux
2005-10-21 Matt S Trout - First part of dispatcher refactor
2005-10-12 Matt S Trout - Fixed warning
2005-10-12 Matt S Trout - Hey, so do relative forwards with args in the uri
2005-10-12 Matt S Trout - Nailed one dispatcher forward-with-args-in-uri bug
2005-10-11 Sebastian Riedel Added multiple paths support
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-26 Andy Grundman Backed out memory leak workaround, bumped Text::ASCIITa...
2005-09-23 Andy Grundman Added temporary workaround for debug memory leak in...
next