prepared for ::View::TTT 0.20
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
07571b2f 30.20
4 - Added tests. (Daniel Westermann-Clark)
4d97e86f 5 - Fixed TTSite helper to use correct app name.
83056300 6 - Added support for dynamic includes.
07571b2f 7
48d69085 80.19 - Tue Nov 15 09:52:00 2005
9 - unbreak config.
10
e3a53d5b 110.18 - Mon Nov 14 20:43:00 2005
12 - Fixed more typos
13
be7c1afa 140.17 - Mon Nov 14 20:43:00 2005
15 - Fixed some typos
16
795f7999 170.16 - Mon Nov 14 20:43:00 2005
18 - Updated TTSite for Catalyst 5.5
19
93f25382 200.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 21 - Updated for Catalyst 5.5
4729c102 22 - Fix docs
747f2b6d 23 - Added TEMPLATE_SUFFIX config variable
4729c102 24
1749a637 250.14 - Fri Oct 21 10:20:00 2005
7d607671 26 - Turn timer off by default, even for debug.
27 - removed superflous 'templates' inside 'root'
28 - made it possible to forward to the message action by
29 passing the message in the stash. (example)
30 - Updated docs to show correct config syntax.
19ee577a 31
c0eb0527 320.13 Fri Oct 07 13:30:00 2005
9300af5b 33 - Fixed constructor
8cd017a8 34 - Big update by Andy Wardley
c0eb0527 35 - Much improved docs
9300af5b 36
c0eb0527 370.12 Wed Jul 06 15:24:00 2005
23042c3c 38 - Fixed, don't set Content-Type on failure
bd9d89ad 39 - Fixed helper to use [%author%]
76c52c6e 40 - Fixed helper templates
722fede4 41 - Rewrote docs
23042c3c 42
b4dcea0e 430.11 Fri Apr 15 16:00:00 2005
44 - Fixed broken helper.
23042c3c 45
b4e2d420 460.10 Fri Apr 15 16:00:00 2005
2774dc77 47 - Added POD tests and made them pass.
becb7ac2 48 - updated for Catalyst 5
b4e2d420 49 - New TT Helpers.
becb7ac2 50
70a5ab0a 510.09 Wed Mar 29 13:47:00 2005
52 - Don't override user-set charset/content-type
53 - Cleaned up the content-type we set.
2599ee6f 54 - Updated README to current POD to current POD
becb7ac2 55
57cfe226 560.08 Wed Mar 29 12:22:00 2005
57 - changed order of stash so stash can override c/base/name
c90b1329 58 - fixed some typos
4687ac0d 59 - extended the documentation (Andrew Ford)
caa61517 600.07 Sat Mar 04 23:00:00 2005
61 - fixed the bugs produced by draven and the_jester ;)
62
6bf01217 630.06 Fri Mar 04 20:00:00 2005
64 - new helper api
65
8077080c 660.05 Mon Feb 28 10:00:00 2005
67 - added helper
68
690.04 Sun Feb 27 22:00:00 2005
70 - better debug messages (Marcus Ramberg)
71
720.03 Thu Feb 17 22:00:00 2005
73 - don't try to render something without a template
74
750.02 Tue Feb 01 02:00:00 2005
76 - using $c->req->match instead of $c->req->action
77
780.01 Fri Jan 28 22:00:00 2005
79 - first release