Updated tt view
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
795f7999 30.16 - Mon Nov 14 20:43:00 2005
4 - Updated TTSite for Catalyst 5.5
5
93f25382 60.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 7 - Updated for Catalyst 5.5
4729c102 8 - Fix docs
747f2b6d 9 - Added TEMPLATE_SUFFIX config variable
4729c102 10
1749a637 110.14 - Fri Oct 21 10:20:00 2005
7d607671 12 - Turn timer off by default, even for debug.
13 - removed superflous 'templates' inside 'root'
14 - made it possible to forward to the message action by
15 passing the message in the stash. (example)
16 - Updated docs to show correct config syntax.
19ee577a 17
c0eb0527 180.13 Fri Oct 07 13:30:00 2005
9300af5b 19 - Fixed constructor
8cd017a8 20 - Big update by Andy Wardley
c0eb0527 21 - Much improved docs
9300af5b 22
c0eb0527 230.12 Wed Jul 06 15:24:00 2005
23042c3c 24 - Fixed, don't set Content-Type on failure
bd9d89ad 25 - Fixed helper to use [%author%]
76c52c6e 26 - Fixed helper templates
722fede4 27 - Rewrote docs
23042c3c 28
b4dcea0e 290.11 Fri Apr 15 16:00:00 2005
30 - Fixed broken helper.
23042c3c 31
b4e2d420 320.10 Fri Apr 15 16:00:00 2005
2774dc77 33 - Added POD tests and made them pass.
becb7ac2 34 - updated for Catalyst 5
b4e2d420 35 - New TT Helpers.
becb7ac2 36
70a5ab0a 370.09 Wed Mar 29 13:47:00 2005
38 - Don't override user-set charset/content-type
39 - Cleaned up the content-type we set.
2599ee6f 40 - Updated README to current POD to current POD
becb7ac2 41
57cfe226 420.08 Wed Mar 29 12:22:00 2005
43 - changed order of stash so stash can override c/base/name
c90b1329 44 - fixed some typos
4687ac0d 45 - extended the documentation (Andrew Ford)
caa61517 460.07 Sat Mar 04 23:00:00 2005
47 - fixed the bugs produced by draven and the_jester ;)
48
6bf01217 490.06 Fri Mar 04 20:00:00 2005
50 - new helper api
51
8077080c 520.05 Mon Feb 28 10:00:00 2005
53 - added helper
54
550.04 Sun Feb 27 22:00:00 2005
56 - better debug messages (Marcus Ramberg)
57
580.03 Thu Feb 17 22:00:00 2005
59 - don't try to render something without a template
60
610.02 Tue Feb 01 02:00:00 2005
62 - using $c->req->match instead of $c->req->action
63
640.01 Fri Jan 28 22:00:00 2005
65 - first release