- And added the files I missed first time round
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
07571b2f 30.20
4 - Added tests. (Daniel Westermann-Clark)
4d97e86f 5 - Fixed TTSite helper to use correct app name.
07571b2f 6
48d69085 70.19 - Tue Nov 15 09:52:00 2005
8 - unbreak config.
9
e3a53d5b 100.18 - Mon Nov 14 20:43:00 2005
11 - Fixed more typos
12
be7c1afa 130.17 - Mon Nov 14 20:43:00 2005
14 - Fixed some typos
15
795f7999 160.16 - Mon Nov 14 20:43:00 2005
17 - Updated TTSite for Catalyst 5.5
18
93f25382 190.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 20 - Updated for Catalyst 5.5
4729c102 21 - Fix docs
747f2b6d 22 - Added TEMPLATE_SUFFIX config variable
4729c102 23
1749a637 240.14 - Fri Oct 21 10:20:00 2005
7d607671 25 - Turn timer off by default, even for debug.
26 - removed superflous 'templates' inside 'root'
27 - made it possible to forward to the message action by
28 passing the message in the stash. (example)
29 - Updated docs to show correct config syntax.
19ee577a 30
c0eb0527 310.13 Fri Oct 07 13:30:00 2005
9300af5b 32 - Fixed constructor
8cd017a8 33 - Big update by Andy Wardley
c0eb0527 34 - Much improved docs
9300af5b 35
c0eb0527 360.12 Wed Jul 06 15:24:00 2005
23042c3c 37 - Fixed, don't set Content-Type on failure
bd9d89ad 38 - Fixed helper to use [%author%]
76c52c6e 39 - Fixed helper templates
722fede4 40 - Rewrote docs
23042c3c 41
b4dcea0e 420.11 Fri Apr 15 16:00:00 2005
43 - Fixed broken helper.
23042c3c 44
b4e2d420 450.10 Fri Apr 15 16:00:00 2005
2774dc77 46 - Added POD tests and made them pass.
becb7ac2 47 - updated for Catalyst 5
b4e2d420 48 - New TT Helpers.
becb7ac2 49
70a5ab0a 500.09 Wed Mar 29 13:47:00 2005
51 - Don't override user-set charset/content-type
52 - Cleaned up the content-type we set.
2599ee6f 53 - Updated README to current POD to current POD
becb7ac2 54
57cfe226 550.08 Wed Mar 29 12:22:00 2005
56 - changed order of stash so stash can override c/base/name
c90b1329 57 - fixed some typos
4687ac0d 58 - extended the documentation (Andrew Ford)
caa61517 590.07 Sat Mar 04 23:00:00 2005
60 - fixed the bugs produced by draven and the_jester ;)
61
6bf01217 620.06 Fri Mar 04 20:00:00 2005
63 - new helper api
64
8077080c 650.05 Mon Feb 28 10:00:00 2005
66 - added helper
67
680.04 Sun Feb 27 22:00:00 2005
69 - better debug messages (Marcus Ramberg)
70
710.03 Thu Feb 17 22:00:00 2005
72 - don't try to render something without a template
73
740.02 Tue Feb 01 02:00:00 2005
75 - using $c->req->match instead of $c->req->action
76
770.01 Fri Jan 28 22:00:00 2005
78 - first release