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