import of last CPAN release.
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
d3f19ee8 30.23 Sun Mar 23 20:45:00 2006
9d574573 4 - Added render suport. (Ash Berlin)
d3f19ee8 5
60.22 Fri Jan 16 18:25:00 2006
61a11a85 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
110.21 Fri Dec 16 18:25:00 2005
c3c62106 12 - Added Template::Provider support (Jess Robinson)
bec996dc 13 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
14
150.20 Mon Dec 12 03:35:00 2005
a4e8d135 16 - Fall back to action (default/index returns blank on match)
07571b2f 17 - Added tests. (Daniel Westermann-Clark)
4d97e86f 18 - Fixed TTSite helper to use correct app name.
83056300 19 - Added support for dynamic includes.
07571b2f 20
48d69085 210.19 - Tue Nov 15 09:52:00 2005
22 - unbreak config.
23
e3a53d5b 240.18 - Mon Nov 14 20:43:00 2005
25 - Fixed more typos
26
be7c1afa 270.17 - Mon Nov 14 20:43:00 2005
28 - Fixed some typos
29
795f7999 300.16 - Mon Nov 14 20:43:00 2005
31 - Updated TTSite for Catalyst 5.5
32
93f25382 330.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 34 - Updated for Catalyst 5.5
4729c102 35 - Fix docs
747f2b6d 36 - Added TEMPLATE_SUFFIX config variable
4729c102 37
1749a637 380.14 - Fri Oct 21 10:20:00 2005
7d607671 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.
19ee577a 44
c0eb0527 450.13 Fri Oct 07 13:30:00 2005
9300af5b 46 - Fixed constructor
8cd017a8 47 - Big update by Andy Wardley
c0eb0527 48 - Much improved docs
9300af5b 49
c0eb0527 500.12 Wed Jul 06 15:24:00 2005
23042c3c 51 - Fixed, don't set Content-Type on failure
bd9d89ad 52 - Fixed helper to use [%author%]
76c52c6e 53 - Fixed helper templates
722fede4 54 - Rewrote docs
23042c3c 55
b4dcea0e 560.11 Fri Apr 15 16:00:00 2005
57 - Fixed broken helper.
23042c3c 58
b4e2d420 590.10 Fri Apr 15 16:00:00 2005
2774dc77 60 - Added POD tests and made them pass.
becb7ac2 61 - updated for Catalyst 5
b4e2d420 62 - New TT Helpers.
becb7ac2 63
70a5ab0a 640.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.
2599ee6f 67 - Updated README to current POD to current POD
becb7ac2 68
57cfe226 690.08 Wed Mar 29 12:22:00 2005
70 - changed order of stash so stash can override c/base/name
c90b1329 71 - fixed some typos
4687ac0d 72 - extended the documentation (Andrew Ford)
caa61517 730.07 Sat Mar 04 23:00:00 2005
74 - fixed the bugs produced by draven and the_jester ;)
75
6bf01217 760.06 Fri Mar 04 20:00:00 2005
77 - new helper api
78
8077080c 790.05 Mon Feb 28 10:00:00 2005
80 - added helper
81
820.04 Sun Feb 27 22:00:00 2005
83 - better debug messages (Marcus Ramberg)
84
850.03 Thu Feb 17 22:00:00 2005
86 - don't try to render something without a template
87
880.02 Tue Feb 01 02:00:00 2005
89 - using $c->req->match instead of $c->req->action
90
910.01 Fri Jan 28 22:00:00 2005
92 - first release