copy_config support
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3 0.27
4        - Add  copy_config support to PROVIDERS
5        - Document providers and support unary plus for fully qualified class
6          names as in the example in TT pod.
7
8 0.26   2008-01-11 20:12:00
9        - Fix pod coverage
10        - Change from =item to =head2
11        - Update docs to reflect action change
12
13 0.25   2007-01-15 16:06
14        - The little typo that cold
15
16 0.24   2006-11-15 16:34
17        - Default to .tt extension
18        - pod cleanups for generated file
19        - Move to Module::Install
20        - Use Data::Dump for debug
21
22 0.23    Sun Mar 23 20:45:00 2006
23         - Added render suport. (Ash Berlin)
24
25 0.22    Fri Jan 16 18:25:00 2006
26         - stringify $c->action for automatic template match instead of $c->req->action.
27           * NOTE * This will change the match to the private name of the matched action! if you
28           use template_suffix you have to move your templates around!
29
30 0.21    Fri Dec 16 18:25:00 2005
31         - Added Template::Provider support (Jess Robinson)
32         - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
33
34 0.20    Mon Dec 12 03:35:00 2005
35         - Fall back to action (default/index returns blank on match)
36         - Added tests. (Daniel Westermann-Clark)
37         - Fixed TTSite helper to use correct app name.
38         - Added support for dynamic includes.
39
40 0.19  - Tue Nov 15 09:52:00 2005
41         - unbreak config.
42
43 0.18  - Mon Nov 14 20:43:00 2005
44         - Fixed more typos
45
46 0.17  - Mon Nov 14 20:43:00 2005
47         - Fixed some typos
48
49 0.16  - Mon Nov 14 20:43:00 2005
50         - Updated TTSite for Catalyst 5.5
51
52 0.15  - Mon Nov 14 14:43:00 2005
53         - Updated for Catalyst 5.5
54         - Fix docs
55         - Added TEMPLATE_SUFFIX config variable 
56
57 0.14  - Fri Oct 21 10:20:00 2005
58         - Turn timer off by default, even for debug.
59         - removed superflous 'templates' inside 'root'
60         - made it possible to forward to the message action by
61           passing the message in the stash. (example)
62         - Updated docs to show correct config syntax.
63
64 0.13  Fri Oct 07 13:30:00 2005
65         - Fixed constructor
66         - Big update by Andy Wardley
67         - Much improved docs
68
69 0.12  Wed Jul 06 15:24:00 2005
70         - Fixed, don't set Content-Type on failure
71         - Fixed helper to use [%author%]
72         - Fixed helper templates
73         - Rewrote docs
74
75 0.11  Fri Apr 15 16:00:00 2005
76         - Fixed broken helper.
77
78 0.10  Fri Apr 15 16:00:00 2005
79         - Added POD tests and made them pass.
80         - updated for Catalyst 5
81         - New TT Helpers.
82
83 0.09  Wed Mar 29 13:47:00 2005
84         - Don't override user-set charset/content-type
85         - Cleaned up the content-type we set.
86         - Updated README to current POD to current POD
87
88 0.08  Wed Mar 29 12:22:00 2005
89         - changed order of stash so stash can override c/base/name
90         - fixed some typos
91         - extended the documentation (Andrew Ford)
92 0.07  Sat Mar 04 23:00:00 2005
93         - fixed the bugs produced by draven and the_jester ;)
94
95 0.06  Fri Mar 04 20:00:00 2005
96         - new helper api
97
98 0.05  Mon Feb 28 10:00:00 2005
99         - added helper
100
101 0.04  Sun Feb 27 22:00:00 2005
102         - better debug messages (Marcus Ramberg)
103
104 0.03  Thu Feb 17 22:00:00 2005
105         - don't try to render something without a template
106
107 0.02  Tue Feb 01 02:00:00 2005
108         - using $c->req->match instead of $c->req->action
109
110 0.01  Fri Jan 28 22:00:00 2