Text::SimpleTable's now go as wide as $ENV{COLUMNS}
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-12 Tomas Doran Fix Plugin::Authorization::ACL + tests for the weird...
2008-12-28 Tomas Doran Move all the public attributes in Catalyst::Dispatcher...
2008-12-27 Tomas Doran Renaming all the attributes, as making them _private...
2008-12-27 Tomas Doran Fix the way Catalyst::Plugin::Server adds custom dispat...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-10-17 Florian Ragwitz Fix forwarding to Catalyst::Action objects.
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-10-07 Florian Ragwitz Improve error messages for forward/detach/visit/go...
2008-09-28 Andy Grundman Silence warning if no req->match
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 fix stupid merge mistake
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-07-16 Brian Cassidy removing some Dumpers
2008-06-30 Brian Cassidy authors cleanup
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
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 Update dispatcher attributes to have sane defaults.
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.
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
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
next