default to .tt
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
5be63f44 30.24
4 - Default to .tt extension
5 - pod cleanups for generated file
6
d3f19ee8 70.23 Sun Mar 23 20:45:00 2006
9d574573 8 - Added render suport. (Ash Berlin)
d3f19ee8 9
100.22 Fri Jan 16 18:25:00 2006
61a11a85 11 - stringify $c->action for automatic template match instead of $c->req->action.
12 * NOTE * This will change the match to the private name of the matched action! if you
13 use template_suffix you have to move your templates around!
14
150.21 Fri Dec 16 18:25:00 2005
c3c62106 16 - Added Template::Provider support (Jess Robinson)
bec996dc 17 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
18
190.20 Mon Dec 12 03:35:00 2005
a4e8d135 20 - Fall back to action (default/index returns blank on match)
07571b2f 21 - Added tests. (Daniel Westermann-Clark)
4d97e86f 22 - Fixed TTSite helper to use correct app name.
83056300 23 - Added support for dynamic includes.
07571b2f 24
48d69085 250.19 - Tue Nov 15 09:52:00 2005
26 - unbreak config.
27
e3a53d5b 280.18 - Mon Nov 14 20:43:00 2005
29 - Fixed more typos
30
be7c1afa 310.17 - Mon Nov 14 20:43:00 2005
32 - Fixed some typos
33
795f7999 340.16 - Mon Nov 14 20:43:00 2005
35 - Updated TTSite for Catalyst 5.5
36
93f25382 370.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 38 - Updated for Catalyst 5.5
4729c102 39 - Fix docs
747f2b6d 40 - Added TEMPLATE_SUFFIX config variable
4729c102 41
1749a637 420.14 - Fri Oct 21 10:20:00 2005
7d607671 43 - Turn timer off by default, even for debug.
44 - removed superflous 'templates' inside 'root'
45 - made it possible to forward to the message action by
46 passing the message in the stash. (example)
47 - Updated docs to show correct config syntax.
19ee577a 48
c0eb0527 490.13 Fri Oct 07 13:30:00 2005
9300af5b 50 - Fixed constructor
8cd017a8 51 - Big update by Andy Wardley
c0eb0527 52 - Much improved docs
9300af5b 53
c0eb0527 540.12 Wed Jul 06 15:24:00 2005
23042c3c 55 - Fixed, don't set Content-Type on failure
bd9d89ad 56 - Fixed helper to use [%author%]
76c52c6e 57 - Fixed helper templates
722fede4 58 - Rewrote docs
23042c3c 59
b4dcea0e 600.11 Fri Apr 15 16:00:00 2005
61 - Fixed broken helper.
23042c3c 62
b4e2d420 630.10 Fri Apr 15 16:00:00 2005
2774dc77 64 - Added POD tests and made them pass.
becb7ac2 65 - updated for Catalyst 5
b4e2d420 66 - New TT Helpers.
becb7ac2 67
70a5ab0a 680.09 Wed Mar 29 13:47:00 2005
69 - Don't override user-set charset/content-type
70 - Cleaned up the content-type we set.
2599ee6f 71 - Updated README to current POD to current POD
becb7ac2 72
57cfe226 730.08 Wed Mar 29 12:22:00 2005
74 - changed order of stash so stash can override c/base/name
c90b1329 75 - fixed some typos
4687ac0d 76 - extended the documentation (Andrew Ford)
caa61517 770.07 Sat Mar 04 23:00:00 2005
78 - fixed the bugs produced by draven and the_jester ;)
79
6bf01217 800.06 Fri Mar 04 20:00:00 2005
81 - new helper api
82
8077080c 830.05 Mon Feb 28 10:00:00 2005
84 - added helper
85
860.04 Sun Feb 27 22:00:00 2005
87 - better debug messages (Marcus Ramberg)
88
890.03 Thu Feb 17 22:00:00 2005
90 - don't try to render something without a template
91
920.02 Tue Feb 01 02:00:00 2005
93 - using $c->req->match instead of $c->req->action
94
950.01 Fri Jan 28 22:00:00 2005
96 - first release