View::TT, updated docs to show correct config syntax
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
7d607671 30.14 TBR
4 - Turn timer off by default, even for debug.
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 - Updated docs to show correct config syntax.
19ee577a 9
c0eb0527 100.13 Fri Oct 07 13:30:00 2005
9300af5b 11 - Fixed constructor
8cd017a8 12 - Big update by Andy Wardley
c0eb0527 13 - Much improved docs
9300af5b 14
c0eb0527 150.12 Wed Jul 06 15:24:00 2005
23042c3c 16 - Fixed, don't set Content-Type on failure
bd9d89ad 17 - Fixed helper to use [%author%]
76c52c6e 18 - Fixed helper templates
722fede4 19 - Rewrote docs
23042c3c 20
b4dcea0e 210.11 Fri Apr 15 16:00:00 2005
22 - Fixed broken helper.
23042c3c 23
b4e2d420 240.10 Fri Apr 15 16:00:00 2005
2774dc77 25 - Added POD tests and made them pass.
becb7ac2 26 - updated for Catalyst 5
b4e2d420 27 - New TT Helpers.
becb7ac2 28
70a5ab0a 290.09 Wed Mar 29 13:47:00 2005
30 - Don't override user-set charset/content-type
31 - Cleaned up the content-type we set.
2599ee6f 32 - Updated README to current POD to current POD
becb7ac2 33
57cfe226 340.08 Wed Mar 29 12:22:00 2005
35 - changed order of stash so stash can override c/base/name
c90b1329 36 - fixed some typos
4687ac0d 37 - extended the documentation (Andrew Ford)
caa61517 380.07 Sat Mar 04 23:00:00 2005
39 - fixed the bugs produced by draven and the_jester ;)
40
6bf01217 410.06 Fri Mar 04 20:00:00 2005
42 - new helper api
43
8077080c 440.05 Mon Feb 28 10:00:00 2005
45 - added helper
46
470.04 Sun Feb 27 22:00:00 2005
48 - better debug messages (Marcus Ramberg)
49
500.03 Thu Feb 17 22:00:00 2005
51 - don't try to render something without a template
52
530.02 Tue Feb 01 02:00:00 2005
54 - using $c->req->match instead of $c->req->action
55
560.01 Fri Jan 28 22:00:00 2005
57 - first release