turned off timer by default.
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
19ee577a 30.14 - TBR
63714e3f 4 - Turn timer off by default, even for debug.
19ee577a 5 - removed superflous 'templates' inside 'root'
6 - made it possible to forward to the message action by
7 passing the message in the stash. (example)
8
c0eb0527 90.13 Fri Oct 07 13:30:00 2005
9300af5b 10 - Fixed constructor
8cd017a8 11 - Big update by Andy Wardley
c0eb0527 12 - Much improved docs
9300af5b 13
c0eb0527 140.12 Wed Jul 06 15:24:00 2005
23042c3c 15 - Fixed, don't set Content-Type on failure
bd9d89ad 16 - Fixed helper to use [%author%]
76c52c6e 17 - Fixed helper templates
722fede4 18 - Rewrote docs
23042c3c 19
b4dcea0e 200.11 Fri Apr 15 16:00:00 2005
21 - Fixed broken helper.
23042c3c 22
b4e2d420 230.10 Fri Apr 15 16:00:00 2005
2774dc77 24 - Added POD tests and made them pass.
becb7ac2 25 - updated for Catalyst 5
b4e2d420 26 - New TT Helpers.
becb7ac2 27
70a5ab0a 280.09 Wed Mar 29 13:47:00 2005
29 - Don't override user-set charset/content-type
30 - Cleaned up the content-type we set.
2599ee6f 31 - Updated README to current POD to current POD
becb7ac2 32
57cfe226 330.08 Wed Mar 29 12:22:00 2005
34 - changed order of stash so stash can override c/base/name
c90b1329 35 - fixed some typos
4687ac0d 36 - extended the documentation (Andrew Ford)
caa61517 370.07 Sat Mar 04 23:00:00 2005
38 - fixed the bugs produced by draven and the_jester ;)
39
6bf01217 400.06 Fri Mar 04 20:00:00 2005
41 - new helper api
42
8077080c 430.05 Mon Feb 28 10:00:00 2005
44 - added helper
45
460.04 Sun Feb 27 22:00:00 2005
47 - better debug messages (Marcus Ramberg)
48
490.03 Thu Feb 17 22:00:00 2005
50 - don't try to render something without a template
51
520.02 Tue Feb 01 02:00:00 2005
53 - using $c->req->match instead of $c->req->action
54
550.01 Fri Jan 28 22:00:00 2005
56 - first release