Fixed TTSite helper to use correct app name
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3 0.20
4         - Added tests. (Daniel Westermann-Clark)
5         - Fixed TTSite helper to use correct app name.
6
7 0.19  - Tue Nov 15 09:52:00 2005
8         - unbreak config.
9
10 0.18  - Mon Nov 14 20:43:00 2005
11         - Fixed more typos
12
13 0.17  - Mon Nov 14 20:43:00 2005
14         - Fixed some typos
15
16 0.16  - Mon Nov 14 20:43:00 2005
17         - Updated TTSite for Catalyst 5.5
18
19 0.15  - Mon Nov 14 14:43:00 2005
20         - Updated for Catalyst 5.5
21         - Fix docs
22         - Added TEMPLATE_SUFFIX config variable 
23
24 0.14  - Fri Oct 21 10:20:00 2005
25         - Turn timer off by default, even for debug.
26         - removed superflous 'templates' inside 'root'
27         - made it possible to forward to the message action by
28           passing the message in the stash. (example)
29         - Updated docs to show correct config syntax.
30
31 0.13  Fri Oct 07 13:30:00 2005
32         - Fixed constructor
33         - Big update by Andy Wardley
34         - Much improved docs
35
36 0.12  Wed Jul 06 15:24:00 2005
37         - Fixed, don't set Content-Type on failure
38         - Fixed helper to use [%author%]
39         - Fixed helper templates
40         - Rewrote docs
41
42 0.11  Fri Apr 15 16:00:00 2005
43         - Fixed broken helper.
44
45 0.10  Fri Apr 15 16:00:00 2005
46         - Added POD tests and made them pass.
47         - updated for Catalyst 5
48         - New TT Helpers.
49
50 0.09  Wed Mar 29 13:47:00 2005
51         - Don't override user-set charset/content-type
52         - Cleaned up the content-type we set.
53         - Updated README to current POD to current POD
54
55 0.08  Wed Mar 29 12:22:00 2005
56         - changed order of stash so stash can override c/base/name
57         - fixed some typos
58         - extended the documentation (Andrew Ford)
59 0.07  Sat Mar 04 23:00:00 2005
60         - fixed the bugs produced by draven and the_jester ;)
61
62 0.06  Fri Mar 04 20:00:00 2005
63         - new helper api
64
65 0.05  Mon Feb 28 10:00:00 2005
66         - added helper
67
68 0.04  Sun Feb 27 22:00:00 2005
69         - better debug messages (Marcus Ramberg)
70
71 0.03  Thu Feb 17 22:00:00 2005
72         - don't try to render something without a template
73
74 0.02  Tue Feb 01 02:00:00 2005
75         - using $c->req->match instead of $c->req->action
76
77 0.01  Fri Jan 28 22:00:00 2005
78         - first release