convert to Distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
2016-12-19 John Napiorkowski proposed fix to endless bug
2016-12-15 John Napiorkowski docs and allow ../
2016-12-15 John Napiorkowski test case and proposed fix
2016-09-03 Matt S Trout sort controllers in setup_actions
2016-06-08 John Napiorkowski fixed reported c->state regression
2015-10-29 John Napiorkowski preserve $c->state 5.90102
2015-04-22 John Napiorkowski fixed issue when injecting controllers
2015-04-16 John Napiorkowski example "delayed" component setup
2014-11-24 John Napiorkowski fix unicode in chain and path parts + debug console
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-04-11 Tomas Doran Fix spelling in method name.
2013-03-29 Mark Grimes Fixes version comparison to work with developer release...
2013-03-29 Mark Grimes Fixes bug in the DispatchType::Regex depreciation warning
2013-03-29 Mark Grimes Limits the special case code for DT::Regex to 1 sub...
2013-03-29 Mark Grimes Note DispatchType::Regex depreciation in docs and add...
2013-03-29 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-03-28 Mark Grimes Fixes version comparison to work with developer release...
2013-03-28 Mark Grimes Fixes bug in the DispatchType::Regex depreciation warning
2013-03-28 Mark Grimes Limits the special case code for DT::Regex to 1 sub...
2013-03-27 Mark Grimes Note DispatchType::Regex depreciation in docs and add...
2013-03-27 Mark Grimes Remove Regex/LocalRegex code and tests from core
2011-10-21 Alexander Hartmaier more spelling fixes
2011-10-21 Tomas Doran Merge spelling test
2011-07-29 Alexander Hartmaier more spelling fixes
2011-07-29 Tomas Doran Normalize doc version numbers for 5.9 being next major...
2011-04-14 Florian Ragwitz Yes, it is
2010-01-04 Tomas Doran Clarify comment
2009-09-27 Tomas Doran Make r11422 not break stuff - idiot :(
2009-09-25 Tomas Doran Remove warnings for using Catalyst::Dispatcher->dispatc...
2009-09-21 Gareth Kirwan - Fix go / visit expecting captures and arguments in...
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-08 Guillermo Roditi oops debug output got leaked in
2009-08-08 Guillermo Roditi make debug output prettier with large widths
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...
next