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