r11835@t0mlaptop (orig r11800): t0m | 2009-11-12 00:32:30 +0000
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3         - The "render()" method now dies on exception, rather than returning
4           the exception object.
5
6 0.32    2010-02-16 05:55:00
7         - Various documentation improvements.
8         - Fix repository metadata.
9
10 0.31    2009-10-29 19:26:00
11         - Moved the test actions to their own controller file to silence
12           warning about actions in the app class being deprecated.
13
14 0.30    2009-09-12 23:47:00
15         - Doc fixes:
16           + Expand ::V:: to ::View:: (RT #45792)
17           + Expand ::C:: to ::Controller:: and use $c->view('TT')
18             where appropriate (bricas)
19           + Add note about use CGI in a template making Catalyst hang
20             (Gunnar Strand)
21         - "use warnings" in Catalyst::View::TT and output from the TT helper
22         - Expand TTSite documentation (RT #33838)
23         - Added a test for direct rendering of a template from a view object,
24           without a request.
25         - Added support for running render with a undef context.
26
27 0.29    2009-02-20 14:43:00
28         - Remove extra unwanted .gitignore from manifest
29
30 0.28    2009-02-17 20:37:00
31         - Change from NEXT to MRO::Compat (t0m)
32         - fix pod generated by the helper (RT #33983)
33         - remove stray newline from generated lib/config/col template (RT #35340)
34
35 0.27    2008-04-30 12:30:00
36         - Add copy_config support to PROVIDERS
37         - Document providers and support unary plus for fully qualified class
38           names as in the example in TT pod.
39
40 0.26    2008-01-11 20:12:00
41         - Fix pod coverage
42         - Change from =item to =head2
43         - Update docs to reflect action change
44
45 0.25    2007-01-15 16:06
46         - The little typo that cold
47
48 0.24    2006-11-15 16:34
49         - Default to .tt extension
50         - pod cleanups for generated file
51         - Move to Module::Install
52         - Use Data::Dump for debug
53
54 0.23    Sun Mar 23 20:45:00 2006
55         - Added render suport. (Ash Berlin)
56
57 0.22    Fri Jan 16 18:25:00 2006
58         - stringify $c->action for automatic template match instead of $c->req->action.
59               * NOTE * This will change the match to the private name of the matched action!
60           if you use template_suffix you have to move your templates around!
61
62 0.21    Fri Dec 16 18:25:00 2005
63         - Added Template::Provider support (Jess Robinson)
64         - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
65
66 0.20    Mon Dec 12 03:35:00 2005
67         - Fall back to action (default/index returns blank on match)
68         - Added tests. (Daniel Westermann-Clark)
69         - Fixed TTSite helper to use correct app name.
70         - Added support for dynamic includes.
71
72 0.19    Tue Nov 15 09:52:00 2005
73         - unbreak config.
74
75 0.18    Mon Nov 14 20:43:00 2005
76         - Fixed more typos
77
78 0.17    Mon Nov 14 20:43:00 2005
79         - Fixed some typos
80
81 0.16    Mon Nov 14 20:43:00 2005
82         - Updated TTSite for Catalyst 5.5
83
84 0.15    Mon Nov 14 14:43:00 2005
85         - Updated for Catalyst 5.5
86         - Fix docs
87         - Added TEMPLATE_SUFFIX config variable 
88
89 0.14    Fri Oct 21 10:20:00 2005
90         - Turn timer off by default, even for debug.
91         - removed superflous 'templates' inside 'root'
92         - made it possible to forward to the message action by
93           passing the message in the stash. (example)
94         - Updated docs to show correct config syntax.
95
96 0.13    Fri Oct 07 13:30:00 2005
97         - Fixed constructor
98         - Big update by Andy Wardley
99         - Much improved docs
100
101 0.12    Wed Jul 06 15:24:00 2005
102         - Fixed, don't set Content-Type on failure
103         - Fixed helper to use [%author%]
104         - Fixed helper templates
105         - Rewrote docs
106
107 0.11    Fri Apr 15 16:00:00 2005
108         - Fixed broken helper.
109
110 0.10    Fri Apr 15 16:00:00 2005
111         - Added POD tests and made them pass.
112         - updated for Catalyst 5
113         - New TT Helpers.
114
115 0.09    Wed Mar 29 13:47:00 2005
116         - Don't override user-set charset/content-type
117         - Cleaned up the content-type we set.
118         - Updated README to current POD to current POD
119
120 0.08    Wed Mar 29 12:22:00 2005
121         - changed order of stash so stash can override c/base/name
122         - fixed some typos
123         - extended the documentation (Andrew Ford)
124
125 0.07    Sat Mar 04 23:00:00 2005
126         - fixed the bugs produced by draven and the_jester ;)
127
128 0.06    Fri Mar 04 20:00:00 2005
129         - new helper api
130
131 0.05    Mon Feb 28 10:00:00 2005
132         - added helper
133
134 0.04    Sun Feb 27 22:00:00 2005
135         - better debug messages (Marcus Ramberg)
136
137 0.03    Thu Feb 17 22:00:00 2005
138         - don't try to render something without a template
139
140 0.02    Tue Feb 01 02:00:00 2005
141         - using $c->req->match instead of $c->req->action
142
143 0.01    Fri Jan 28 22:00:00 2005
144         - first release