fix stupid View::TT typo that's been there forever
[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
bd4ee63a 5 - pod cleanups for generated file
6 - Move to Module::Install
7 - Use Data::Dump for debug
5be63f44 8
d3f19ee8 90.23 Sun Mar 23 20:45:00 2006
9d574573 10 - Added render suport. (Ash Berlin)
d3f19ee8 11
120.22 Fri Jan 16 18:25:00 2006
61a11a85 13 - stringify $c->action for automatic template match instead of $c->req->action.
14 * NOTE * This will change the match to the private name of the matched action! if you
15 use template_suffix you have to move your templates around!
16
170.21 Fri Dec 16 18:25:00 2005
c3c62106 18 - Added Template::Provider support (Jess Robinson)
bec996dc 19 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
20
210.20 Mon Dec 12 03:35:00 2005
a4e8d135 22 - Fall back to action (default/index returns blank on match)
07571b2f 23 - Added tests. (Daniel Westermann-Clark)
4d97e86f 24 - Fixed TTSite helper to use correct app name.
83056300 25 - Added support for dynamic includes.
07571b2f 26
48d69085 270.19 - Tue Nov 15 09:52:00 2005
28 - unbreak config.
29
e3a53d5b 300.18 - Mon Nov 14 20:43:00 2005
31 - Fixed more typos
32
be7c1afa 330.17 - Mon Nov 14 20:43:00 2005
34 - Fixed some typos
35
795f7999 360.16 - Mon Nov 14 20:43:00 2005
37 - Updated TTSite for Catalyst 5.5
38
93f25382 390.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 40 - Updated for Catalyst 5.5
4729c102 41 - Fix docs
747f2b6d 42 - Added TEMPLATE_SUFFIX config variable
4729c102 43
1749a637 440.14 - Fri Oct 21 10:20:00 2005
7d607671 45 - Turn timer off by default, even for debug.
46 - removed superflous 'templates' inside 'root'
47 - made it possible to forward to the message action by
48 passing the message in the stash. (example)
49 - Updated docs to show correct config syntax.
19ee577a 50
c0eb0527 510.13 Fri Oct 07 13:30:00 2005
9300af5b 52 - Fixed constructor
8cd017a8 53 - Big update by Andy Wardley
c0eb0527 54 - Much improved docs
9300af5b 55
c0eb0527 560.12 Wed Jul 06 15:24:00 2005
23042c3c 57 - Fixed, don't set Content-Type on failure
bd9d89ad 58 - Fixed helper to use [%author%]
76c52c6e 59 - Fixed helper templates
722fede4 60 - Rewrote docs
23042c3c 61
b4dcea0e 620.11 Fri Apr 15 16:00:00 2005
63 - Fixed broken helper.
23042c3c 64
b4e2d420 650.10 Fri Apr 15 16:00:00 2005
2774dc77 66 - Added POD tests and made them pass.
becb7ac2 67 - updated for Catalyst 5
b4e2d420 68 - New TT Helpers.
becb7ac2 69
70a5ab0a 700.09 Wed Mar 29 13:47:00 2005
71 - Don't override user-set charset/content-type
72 - Cleaned up the content-type we set.
2599ee6f 73 - Updated README to current POD to current POD
becb7ac2 74
57cfe226 750.08 Wed Mar 29 12:22:00 2005
76 - changed order of stash so stash can override c/base/name
c90b1329 77 - fixed some typos
4687ac0d 78 - extended the documentation (Andrew Ford)
caa61517 790.07 Sat Mar 04 23:00:00 2005
80 - fixed the bugs produced by draven and the_jester ;)
81
6bf01217 820.06 Fri Mar 04 20:00:00 2005
83 - new helper api
84
8077080c 850.05 Mon Feb 28 10:00:00 2005
86 - added helper
87
880.04 Sun Feb 27 22:00:00 2005
89 - better debug messages (Marcus Ramberg)
90
910.03 Thu Feb 17 22:00:00 2005
92 - don't try to render something without a template
93
940.02 Tue Feb 01 02:00:00 2005
95 - using $c->req->match instead of $c->req->action
96
970.01 Fri Jan 28 22:00:00 2005
98 - first release