Fix more test fail
[catagits/Catalyst-View-Component-SubInclude.git] / Changes
CommitLineData
b2285828 1Revision history for Catalyst-View-Component-SubInclude
2
9e1146e4 3 - Fix missing test_requires dependency on parent by dropping use of
4 that module.
5
286c3089 60.07_02 Fri Feb 19 00:11:00 2010
7 - Fix missing test_requires dependency on Catalyst::Action::RenderView.
8
cc37b7b3 90.07_01 Mon Feb 15 22:41:54 2010
10 - It is now possible to configure plugins, and the subrequest
11 and visit plugins can be configured to not replace the stash
12 before redispatching.
13 - Fix Visit plugin to work with newer Catalyst versions.
14 - Use uri_for_action instead of calling methods in the dispatcher
15 directly when possible.
16 - Call pulbic rather than private methods in the dispatcher in the
17 subrequest backend.
18 - Plugins which are used now generate an instance for each plugin
19 which is subsequently cached.
20 - Fix useage of namespace::clean
21 - Proper test application bundled with the distribution.
22 - Proper tests for all engines in the distribution.
23 - Use Catalyst::Component::ContextClosure instead of weakening
24 the context manually.
25 - Make pod tests only run in author mode.
26 - General code cleanup.
27
9399de67 280.07 Mon Jul 27 20:45:42 2009
29 - Fix some issues related to Args/CaptureArgs handling in the SubRequest
30 and Visit plugins.
31
c2725520 320.06
ab0b6bbd 33 - Weaken $c to avoid a memory leak.
34
7c937ccc 350.05 Tue Apr 21 19:16:00 2009
36 - Change attribute constraint from ClassName to Str to fix issue with
37 newer Catalyst versions
38
84616d2a 390.04 Wed Feb 11 00:38:02 2009
c2725520 40 - Recreate dist because the CPAN indexer doesn't like tarballs generated
84616d2a 41 on Windows.
42
b2285828 430.03 Fri Feb 6 17:58:50 2009
84616d2a 44 - Add "subinclude_using"
45 - Tidy up dist (added README and this Changes file)
b2285828 46
470.02 Thu Feb 5 23:26:54 2008
48 - Fixed several issues related to Chained actions
84616d2a 49 - Added the Visit subinclude plugin
b2285828 50
510.01 Fri Jan 30 21:00:00 2009
52 First public version.
53