Move View::TT to new repo layout.
[catagits/Catalyst-View-TT.git] / tags / 0.13 / Changes
CommitLineData
cbe7e4d8 1Revision history for Perl extension Catalyst::View::TT.
2
30.13 Fri Oct 07 13:30:00 2005
4 - Fixed constructor
5 - Big update by Andy Wardley
6 - Much improved docs
7
80.12 Wed Jul 06 15:24:00 2005
9 - Fixed, don't set Content-Type on failure
10 - Fixed helper to use [%author%]
11 - Fixed helper templates
12 - Rewrote docs
13
140.11 Fri Apr 15 16:00:00 2005
15 - Fixed broken helper.
16
170.10 Fri Apr 15 16:00:00 2005
18 - Added POD tests and made them pass.
19 - updated for Catalyst 5
20 - New TT Helpers.
21
220.09 Wed Mar 29 13:47:00 2005
23 - Don't override user-set charset/content-type
24 - Cleaned up the content-type we set.
25 - Updated README to current POD to current POD
26
270.08 Wed Mar 29 12:22:00 2005
28 - changed order of stash so stash can override c/base/name
29 - fixed some typos
30 - extended the documentation (Andrew Ford)
310.07 Sat Mar 04 23:00:00 2005
32 - fixed the bugs produced by draven and the_jester ;)
33
340.06 Fri Mar 04 20:00:00 2005
35 - new helper api
36
370.05 Mon Feb 28 10:00:00 2005
38 - added helper
39
400.04 Sun Feb 27 22:00:00 2005
41 - better debug messages (Marcus Ramberg)
42
430.03 Thu Feb 17 22:00:00 2005
44 - don't try to render something without a template
45
460.02 Tue Feb 01 02:00:00 2005
47 - using $c->req->match instead of $c->req->action
48
490.01 Fri Jan 28 22:00:00 2005
50 - first release