added test files to MANIFEST
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
07571b2f 30.20
a4e8d135 4 - Fall back to action (default/index returns blank on match)
07571b2f 5 - Added tests. (Daniel Westermann-Clark)
4d97e86f 6 - Fixed TTSite helper to use correct app name.
83056300 7 - Added support for dynamic includes.
07571b2f 8
48d69085 90.19 - Tue Nov 15 09:52:00 2005
10 - unbreak config.
11
e3a53d5b 120.18 - Mon Nov 14 20:43:00 2005
13 - Fixed more typos
14
be7c1afa 150.17 - Mon Nov 14 20:43:00 2005
16 - Fixed some typos
17
795f7999 180.16 - Mon Nov 14 20:43:00 2005
19 - Updated TTSite for Catalyst 5.5
20
93f25382 210.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 22 - Updated for Catalyst 5.5
4729c102 23 - Fix docs
747f2b6d 24 - Added TEMPLATE_SUFFIX config variable
4729c102 25
1749a637 260.14 - Fri Oct 21 10:20:00 2005
7d607671 27 - Turn timer off by default, even for debug.
28 - removed superflous 'templates' inside 'root'
29 - made it possible to forward to the message action by
30 passing the message in the stash. (example)
31 - Updated docs to show correct config syntax.
19ee577a 32
c0eb0527 330.13 Fri Oct 07 13:30:00 2005
9300af5b 34 - Fixed constructor
8cd017a8 35 - Big update by Andy Wardley
c0eb0527 36 - Much improved docs
9300af5b 37
c0eb0527 380.12 Wed Jul 06 15:24:00 2005
23042c3c 39 - Fixed, don't set Content-Type on failure
bd9d89ad 40 - Fixed helper to use [%author%]
76c52c6e 41 - Fixed helper templates
722fede4 42 - Rewrote docs
23042c3c 43
b4dcea0e 440.11 Fri Apr 15 16:00:00 2005
45 - Fixed broken helper.
23042c3c 46
b4e2d420 470.10 Fri Apr 15 16:00:00 2005
2774dc77 48 - Added POD tests and made them pass.
becb7ac2 49 - updated for Catalyst 5
b4e2d420 50 - New TT Helpers.
becb7ac2 51
70a5ab0a 520.09 Wed Mar 29 13:47:00 2005
53 - Don't override user-set charset/content-type
54 - Cleaned up the content-type we set.
2599ee6f 55 - Updated README to current POD to current POD
becb7ac2 56
57cfe226 570.08 Wed Mar 29 12:22:00 2005
58 - changed order of stash so stash can override c/base/name
c90b1329 59 - fixed some typos
4687ac0d 60 - extended the documentation (Andrew Ford)
caa61517 610.07 Sat Mar 04 23:00:00 2005
62 - fixed the bugs produced by draven and the_jester ;)
63
6bf01217 640.06 Fri Mar 04 20:00:00 2005
65 - new helper api
66
8077080c 670.05 Mon Feb 28 10:00:00 2005
68 - added helper
69
700.04 Sun Feb 27 22:00:00 2005
71 - better debug messages (Marcus Ramberg)
72
730.03 Thu Feb 17 22:00:00 2005
74 - don't try to render something without a template
75
760.02 Tue Feb 01 02:00:00 2005
77 - using $c->req->match instead of $c->req->action
78
790.01 Fri Jan 28 22:00:00 2005
80 - first release