X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=605d275d933be20444da8cb845e1cd0c4304243f;hp=936575f69e91b8a235f5116c4e9f67e54b899e8d;hb=2664a81bf9d84eff55bbc3cd33916297bacdbde4;hpb=5de5cd71e44d1503981c90b3a731c46e94c9b3b6 diff --git a/TODO b/TODO index 936575f..605d275 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,8 @@ Known Bugs: - Catalyst::Test - bugs with Moosification (Khisanth/kane) + - Attribute called 'actions' in controllers - needs to be renamed to _actions. + Compatibility warnings to add: - $self->config should warn as config should only ever be called as a @@ -29,7 +31,8 @@ Compatibility warnings to add: 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. + 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.