released 0.22
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
61a11a85 30.22 Fri Dec 16 18:25:00 2005
4 - stringify $c->action for automatic template match instead of $c->req->action.
5 * NOTE * This will change the match to the private name of the matched action! if you
6 use template_suffix you have to move your templates around!
7
80.21 Fri Dec 16 18:25:00 2005
c3c62106 9 - Added Template::Provider support (Jess Robinson)
bec996dc 10 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
11
120.20 Mon Dec 12 03:35:00 2005
a4e8d135 13 - Fall back to action (default/index returns blank on match)
07571b2f 14 - Added tests. (Daniel Westermann-Clark)
4d97e86f 15 - Fixed TTSite helper to use correct app name.
83056300 16 - Added support for dynamic includes.
07571b2f 17
48d69085 180.19 - Tue Nov 15 09:52:00 2005
19 - unbreak config.
20
e3a53d5b 210.18 - Mon Nov 14 20:43:00 2005
22 - Fixed more typos
23
be7c1afa 240.17 - Mon Nov 14 20:43:00 2005
25 - Fixed some typos
26
795f7999 270.16 - Mon Nov 14 20:43:00 2005
28 - Updated TTSite for Catalyst 5.5
29
93f25382 300.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 31 - Updated for Catalyst 5.5
4729c102 32 - Fix docs
747f2b6d 33 - Added TEMPLATE_SUFFIX config variable
4729c102 34
1749a637 350.14 - Fri Oct 21 10:20:00 2005
7d607671 36 - Turn timer off by default, even for debug.
37 - removed superflous 'templates' inside 'root'
38 - made it possible to forward to the message action by
39 passing the message in the stash. (example)
40 - Updated docs to show correct config syntax.
19ee577a 41
c0eb0527 420.13 Fri Oct 07 13:30:00 2005
9300af5b 43 - Fixed constructor
8cd017a8 44 - Big update by Andy Wardley
c0eb0527 45 - Much improved docs
9300af5b 46
c0eb0527 470.12 Wed Jul 06 15:24:00 2005
23042c3c 48 - Fixed, don't set Content-Type on failure
bd9d89ad 49 - Fixed helper to use [%author%]
76c52c6e 50 - Fixed helper templates
722fede4 51 - Rewrote docs
23042c3c 52
b4dcea0e 530.11 Fri Apr 15 16:00:00 2005
54 - Fixed broken helper.
23042c3c 55
b4e2d420 560.10 Fri Apr 15 16:00:00 2005
2774dc77 57 - Added POD tests and made them pass.
becb7ac2 58 - updated for Catalyst 5
b4e2d420 59 - New TT Helpers.
becb7ac2 60
70a5ab0a 610.09 Wed Mar 29 13:47:00 2005
62 - Don't override user-set charset/content-type
63 - Cleaned up the content-type we set.
2599ee6f 64 - Updated README to current POD to current POD
becb7ac2 65
57cfe226 660.08 Wed Mar 29 12:22:00 2005
67 - changed order of stash so stash can override c/base/name
c90b1329 68 - fixed some typos
4687ac0d 69 - extended the documentation (Andrew Ford)
caa61517 700.07 Sat Mar 04 23:00:00 2005
71 - fixed the bugs produced by draven and the_jester ;)
72
6bf01217 730.06 Fri Mar 04 20:00:00 2005
74 - new helper api
75
8077080c 760.05 Mon Feb 28 10:00:00 2005
77 - added helper
78
790.04 Sun Feb 27 22:00:00 2005
80 - better debug messages (Marcus Ramberg)
81
820.03 Thu Feb 17 22:00:00 2005
83 - don't try to render something without a template
84
850.02 Tue Feb 01 02:00:00 2005
86 - using $c->req->match instead of $c->req->action
87
880.01 Fri Jan 28 22:00:00 2005
89 - first release