Update TODO
[catagits/Catalyst-Runtime.git] / TODO
1 Back-compat investigation:
2
3   - Get engines tested:
4     - Catalyst-Engine-Zeus
5     - Catalyst-Engine-XMPP2
6     - Catalyst-Engine-HTTPEngine
7     - Catalyst-Engine-HTTP-Prefork
8     - Catalyst-Engine-Wx
9
10 Known issues:
11
12      - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due
13        to Adopt::NEXT not remembering which setup methods were already called
14        and which not, like NEXT does. Log::Log4perl needs to be fixed and the
15        problem should be described in Upgrading.pod. (rafl)
16
17      - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
18        fail tests against 5.80 (karpet)
19
20      - Catalyst-Plugin-Authorization-ACL fails as 
21        Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
22        an exception. Needs a test case (Caelum)
23      
24      - Catalyst::Plugin::Authentication new release.
25      
26      - Catalyst::Action::RenderView
27      - Catalyst::Plugin::DebugCookie
28        - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
29          now breaks, unsure why..
30
31 Cleanups:
32
33 18:01 <@mst> hmm. I think that warning should show what it found
34 18:01 <@mst> and say "you probably called ->model("Sessions") when you meant ->model("DB::Sessions")" or whatever
35 18:05 <@mst> unsafe_component_use_ok
36 18:05 <@mst> like we did for BindLex
37
38
39
40   - Update Test suite to not assume MyApp ISA Controller
41     - After that set up attr handlers that will output helpful error messages 
42       when you do it as well as how to fix it.
43
44   - Eliminate all instances of $instance->{$key}, I think the only thing
45     left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
46     touched as it is used as an lvalue in a lot of places (t0m)
47
48   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
49     disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
50
51 Documentation:
52
53    - Manual / Tutorial updates
54
55        - extends in components with attributes must be inside a BEGIN block.
56
57        - How to write Moosified Catalyst components.
58
59    - Fix the Roadmap to be less full of lies.
60
61    - Catalyst/Upgrading.pod
62
63 Reported bugs:
64
65    - Issues with TWMC not being loaded when it used to be in 5.70 
66      (Bill Moseley)
67
68 Profiling:
69
70   - vs 5.70 and optimisation as needed.
71
72 Tests:
73
74   - Moosified test application?
75   
76   - Test & document warnings from plugin method on Catalyst
77