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