X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=8c5bc680f1fb3cc8666ec0a77f5c0a059c4659e9;hb=5299fff8fe52a4f4c10698b258984e41a2f6964f;hp=7a87472f6928c306930dcc6f1cccb325043bf1b5;hpb=f0792e986bc25ba7403cf7b59e97352a3e1efd48;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 7a87472..8c5bc68 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,25 @@ -Compatibility: +Known Bugs: + + - Bug ->go or ->visit causes actions which have Args or CaptureArgs called + twice when called via ->go or ->visit. + + Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master + +Compatibility warnings to add: - $self->config should warn as config should only ever be called as a class method. - - Need at least good docs on how C3 fail occurs. +Proposed functionality / feature additions: + + - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die + in a fire. Having $c->log_class would be a good start. kane volunteered + to do some of this. + + Simple example: Catalyst::Plugin::Log::Colorful should just be a + subclass of Catalyst::Log, no ::Plugin:: needed. + + See also: Catalyst::Plugin::Log::Dispatch and + http://github.com/willert/catalyst-plugin-log4perl-simple/tree +