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