render support.
[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
9d574573 4 - Added render suport. (Ash Berlin)
61a11a85 5 - stringify $c->action for automatic template match instead of $c->req->action.
6 * NOTE * This will change the match to the private name of the matched action! if you
7 use template_suffix you have to move your templates around!
8
90.21 Fri Dec 16 18:25:00 2005
c3c62106 10 - Added Template::Provider support (Jess Robinson)
bec996dc 11 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
12
130.20 Mon Dec 12 03:35:00 2005
a4e8d135 14 - Fall back to action (default/index returns blank on match)
07571b2f 15 - Added tests. (Daniel Westermann-Clark)
4d97e86f 16 - Fixed TTSite helper to use correct app name.
83056300 17 - Added support for dynamic includes.
07571b2f 18
48d69085 190.19 - Tue Nov 15 09:52:00 2005
20 - unbreak config.
21
e3a53d5b 220.18 - Mon Nov 14 20:43:00 2005
23 - Fixed more typos
24
be7c1afa 250.17 - Mon Nov 14 20:43:00 2005
26 - Fixed some typos
27
795f7999 280.16 - Mon Nov 14 20:43:00 2005
29 - Updated TTSite for Catalyst 5.5
30
93f25382 310.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 32 - Updated for Catalyst 5.5
4729c102 33 - Fix docs
747f2b6d 34 - Added TEMPLATE_SUFFIX config variable
4729c102 35
1749a637 360.14 - Fri Oct 21 10:20:00 2005
7d607671 37 - Turn timer off by default, even for debug.
38 - removed superflous 'templates' inside 'root'
39 - made it possible to forward to the message action by
40 passing the message in the stash. (example)
41 - Updated docs to show correct config syntax.
19ee577a 42
c0eb0527 430.13 Fri Oct 07 13:30:00 2005
9300af5b 44 - Fixed constructor
8cd017a8 45 - Big update by Andy Wardley
c0eb0527 46 - Much improved docs
9300af5b 47
c0eb0527 480.12 Wed Jul 06 15:24:00 2005
23042c3c 49 - Fixed, don't set Content-Type on failure
bd9d89ad 50 - Fixed helper to use [%author%]
76c52c6e 51 - Fixed helper templates
722fede4 52 - Rewrote docs
23042c3c 53
b4dcea0e 540.11 Fri Apr 15 16:00:00 2005
55 - Fixed broken helper.
23042c3c 56
b4e2d420 570.10 Fri Apr 15 16:00:00 2005
2774dc77 58 - Added POD tests and made them pass.
becb7ac2 59 - updated for Catalyst 5
b4e2d420 60 - New TT Helpers.
becb7ac2 61
70a5ab0a 620.09 Wed Mar 29 13:47:00 2005
63 - Don't override user-set charset/content-type
64 - Cleaned up the content-type we set.
2599ee6f 65 - Updated README to current POD to current POD
becb7ac2 66
57cfe226 670.08 Wed Mar 29 12:22:00 2005
68 - changed order of stash so stash can override c/base/name
c90b1329 69 - fixed some typos
4687ac0d 70 - extended the documentation (Andrew Ford)
caa61517 710.07 Sat Mar 04 23:00:00 2005
72 - fixed the bugs produced by draven and the_jester ;)
73
6bf01217 740.06 Fri Mar 04 20:00:00 2005
75 - new helper api
76
8077080c 770.05 Mon Feb 28 10:00:00 2005
78 - added helper
79
800.04 Sun Feb 27 22:00:00 2005
81 - better debug messages (Marcus Ramberg)
82
830.03 Thu Feb 17 22:00:00 2005
84 - don't try to render something without a template
85
860.02 Tue Feb 01 02:00:00 2005
87 - using $c->req->match instead of $c->req->action
88
890.01 Fri Jan 28 22:00:00 2005
90 - first release