View::TT, added tests from dwc
[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)
5
48d69085 60.19 - Tue Nov 15 09:52:00 2005
7 - unbreak config.
8
e3a53d5b 90.18 - Mon Nov 14 20:43:00 2005
10 - Fixed more typos
11
be7c1afa 120.17 - Mon Nov 14 20:43:00 2005
13 - Fixed some typos
14
795f7999 150.16 - Mon Nov 14 20:43:00 2005
16 - Updated TTSite for Catalyst 5.5
17
93f25382 180.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 19 - Updated for Catalyst 5.5
4729c102 20 - Fix docs
747f2b6d 21 - Added TEMPLATE_SUFFIX config variable
4729c102 22
1749a637 230.14 - Fri Oct 21 10:20:00 2005
7d607671 24 - Turn timer off by default, even for debug.
25 - removed superflous 'templates' inside 'root'
26 - made it possible to forward to the message action by
27 passing the message in the stash. (example)
28 - Updated docs to show correct config syntax.
19ee577a 29
c0eb0527 300.13 Fri Oct 07 13:30:00 2005
9300af5b 31 - Fixed constructor
8cd017a8 32 - Big update by Andy Wardley
c0eb0527 33 - Much improved docs
9300af5b 34
c0eb0527 350.12 Wed Jul 06 15:24:00 2005
23042c3c 36 - Fixed, don't set Content-Type on failure
bd9d89ad 37 - Fixed helper to use [%author%]
76c52c6e 38 - Fixed helper templates
722fede4 39 - Rewrote docs
23042c3c 40
b4dcea0e 410.11 Fri Apr 15 16:00:00 2005
42 - Fixed broken helper.
23042c3c 43
b4e2d420 440.10 Fri Apr 15 16:00:00 2005
2774dc77 45 - Added POD tests and made them pass.
becb7ac2 46 - updated for Catalyst 5
b4e2d420 47 - New TT Helpers.
becb7ac2 48
70a5ab0a 490.09 Wed Mar 29 13:47:00 2005
50 - Don't override user-set charset/content-type
51 - Cleaned up the content-type we set.
2599ee6f 52 - Updated README to current POD to current POD
becb7ac2 53
57cfe226 540.08 Wed Mar 29 12:22:00 2005
55 - changed order of stash so stash can override c/base/name
c90b1329 56 - fixed some typos
4687ac0d 57 - extended the documentation (Andrew Ford)
caa61517 580.07 Sat Mar 04 23:00:00 2005
59 - fixed the bugs produced by draven and the_jester ;)
60
6bf01217 610.06 Fri Mar 04 20:00:00 2005
62 - new helper api
63
8077080c 640.05 Mon Feb 28 10:00:00 2005
65 - added helper
66
670.04 Sun Feb 27 22:00:00 2005
68 - better debug messages (Marcus Ramberg)
69
700.03 Thu Feb 17 22:00:00 2005
71 - don't try to render something without a template
72
730.02 Tue Feb 01 02:00:00 2005
74 - using $c->req->match instead of $c->req->action
75
760.01 Fri Jan 28 22:00:00 2005
77 - first release