Unknown error has been vanquished.
[catagits/Catalyst-Runtime.git] / TODO
1 Pre 0004:
2
3      - Document method modifiers called on things before setup not working in your app class.
4
5 Known Bugs:
6
7    - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
8      twice when called via ->go or ->visit.
9
10      Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
11
12 Compatibility warnings to add:
13
14    - $self->config should warn as config should only ever be called as a
15      class method.
16
17 Proposed functionality / feature additions:
18
19     - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die
20       in a fire. Having $c->log_class would be a good start. kane volunteered
21       to do some of this.
22
23       Simple example: Catalyst::Plugin::Log::Colorful should just be a
24       subclass of Catalyst::Log, no ::Plugin:: needed.
25
26       See also: Catalyst::Plugin::Log::Dispatch and
27       http://github.com/willert/catalyst-plugin-log4perl-simple/tree
28
29