Fixed TT helper :)
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
8cd017a8 30.13 Xxx Xxx 00 00:00:00 2005
9300af5b 4 - Fixed constructor
8cd017a8 5 - Big update by Andy Wardley
9300af5b 6
a6e5ea0d 70.12 Web Jul 06 15:24:00 2005
23042c3c 8 - Fixed, don't set Content-Type on failure
bd9d89ad 9 - Fixed helper to use [%author%]
76c52c6e 10 - Fixed helper templates
722fede4 11 - Rewrote docs
23042c3c 12
b4dcea0e 130.11 Fri Apr 15 16:00:00 2005
14 - Fixed broken helper.
23042c3c 15
b4e2d420 160.10 Fri Apr 15 16:00:00 2005
2774dc77 17 - Added POD tests and made them pass.
becb7ac2 18 - updated for Catalyst 5
b4e2d420 19 - New TT Helpers.
becb7ac2 20
70a5ab0a 210.09 Wed Mar 29 13:47:00 2005
22 - Don't override user-set charset/content-type
23 - Cleaned up the content-type we set.
2599ee6f 24 - Updated README to current POD to current POD
becb7ac2 25
57cfe226 260.08 Wed Mar 29 12:22:00 2005
27 - changed order of stash so stash can override c/base/name
c90b1329 28 - fixed some typos
4687ac0d 29 - extended the documentation (Andrew Ford)
caa61517 300.07 Sat Mar 04 23:00:00 2005
31 - fixed the bugs produced by draven and the_jester ;)
32
6bf01217 330.06 Fri Mar 04 20:00:00 2005
34 - new helper api
35
8077080c 360.05 Mon Feb 28 10:00:00 2005
37 - added helper
38
390.04 Sun Feb 27 22:00:00 2005
40 - better debug messages (Marcus Ramberg)
41
420.03 Thu Feb 17 22:00:00 2005
43 - don't try to render something without a template
44
450.02 Tue Feb 01 02:00:00 2005
46 - using $c->req->match instead of $c->req->action
47
480.01 Fri Jan 28 22:00:00 2005
49 - first release