Less lies in the deprecated block comment in Dispatcher.pm as it's throwing people off
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
2009-07-11 Tomas Doran Less lies in the deprecated block comment in Dispatcher...
2009-06-28 Tomas Doran Twinking. That around modifier offended me, as I wrote...
2009-06-26 Florian Ragwitz Fix annoying warnings in Utils::resolve_namespace.
2009-06-26 Florian Ragwitz Use methods to throw exceptions, instead of passing...
2009-06-25 Rafael Kitover Merge 'namespace_handling_refactor' into 'trunk'
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-25 Rafael Kitover add C::DispatchType::_is_low_precedence
2009-06-21 Rafael Kitover fix root default thingie jayk gave me, sanitize Paths...
2009-06-20 Rafael Kitover minor change
2009-06-19 Rafael Kitover prevent actions named index from registering as an...
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-06 Moritz Onken refactor of namespace handling
2009-05-07 Tomas Doran Nuke warning, my bad
2009-05-05 Tomas Doran Fix deprecation error message in dispatcher to be useful.
2009-05-05 Tomas Doran Trivially dink error message.
2009-04-29 Florian Ragwitz Convert the dispatcher's BUILD method to attribute...
2009-04-29 Florian Ragwitz Revert "silence role override warnings from moose"
2009-04-28 Hans Dieter Pearcey doc clarification
2009-04-23 Simon Elliott silence role override warnings from moose
2009-04-18 Marcus Ramberg Shut up recursion warnings
2009-03-25 Tomas Doran Merge up r9572 and r9577 from 5.70
2009-03-21 Tomas Doran Cleanup, changelog
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-03-21 Tomas Doran Much cleaner. The visit class test wasn't actually...
2009-03-21 Tomas Doran Hack _invoke_as_component in a horrible way, so that...
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
2009-03-21 Tomas Doran Add the test from r9505, move the new method out of...
2009-03-21 Tomas Doran Merge up ashs r9505 from 5.70
2009-03-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-17 Tomas Doran More accurate
2009-02-17 Tomas Doran Add POD for setup_actions method in dispatcher, slight...
2009-02-08 Florian Ragwitz Don't load Scalar::Util. It isn't used directly.
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
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
next