Re-write Roadmap to not be lies, change warns on component resolution to mention...
[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   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
34     disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
35
36 Documentation:
37
38    - Manual / Tutorial updates
39
40        - extends in components with attributes must be inside a BEGIN block.
41
42        - How to write Moosified Catalyst components.
43
44    - Catalyst/Upgrading.pod
45
46 Reported bugs:
47
48    - Issues with TWMC not being loaded when it used to be in 5.70 
49      (Bill Moseley)
50
51 Profiling:
52
53   - vs 5.70 and optimisation as needed.
54
55 Tests:
56
57   - Moosified test application?
58