Documentation improvements from Gavin henry for View::TT
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
3a4ffa2a 30.21
c3c62106 4 - Added Template::Provider support (Jess Robinson)
bec996dc 5 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
6
70.20 Mon Dec 12 03:35:00 2005
a4e8d135 8 - Fall back to action (default/index returns blank on match)
07571b2f 9 - Added tests. (Daniel Westermann-Clark)
4d97e86f 10 - Fixed TTSite helper to use correct app name.
83056300 11 - Added support for dynamic includes.
07571b2f 12
48d69085 130.19 - Tue Nov 15 09:52:00 2005
14 - unbreak config.
15
e3a53d5b 160.18 - Mon Nov 14 20:43:00 2005
17 - Fixed more typos
18
be7c1afa 190.17 - Mon Nov 14 20:43:00 2005
20 - Fixed some typos
21
795f7999 220.16 - Mon Nov 14 20:43:00 2005
23 - Updated TTSite for Catalyst 5.5
24
93f25382 250.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 26 - Updated for Catalyst 5.5
4729c102 27 - Fix docs
747f2b6d 28 - Added TEMPLATE_SUFFIX config variable
4729c102 29
1749a637 300.14 - Fri Oct 21 10:20:00 2005
7d607671 31 - Turn timer off by default, even for debug.
32 - removed superflous 'templates' inside 'root'
33 - made it possible to forward to the message action by
34 passing the message in the stash. (example)
35 - Updated docs to show correct config syntax.
19ee577a 36
c0eb0527 370.13 Fri Oct 07 13:30:00 2005
9300af5b 38 - Fixed constructor
8cd017a8 39 - Big update by Andy Wardley
c0eb0527 40 - Much improved docs
9300af5b 41
c0eb0527 420.12 Wed Jul 06 15:24:00 2005
23042c3c 43 - Fixed, don't set Content-Type on failure
bd9d89ad 44 - Fixed helper to use [%author%]
76c52c6e 45 - Fixed helper templates
722fede4 46 - Rewrote docs
23042c3c 47
b4dcea0e 480.11 Fri Apr 15 16:00:00 2005
49 - Fixed broken helper.
23042c3c 50
b4e2d420 510.10 Fri Apr 15 16:00:00 2005
2774dc77 52 - Added POD tests and made them pass.
becb7ac2 53 - updated for Catalyst 5
b4e2d420 54 - New TT Helpers.
becb7ac2 55
70a5ab0a 560.09 Wed Mar 29 13:47:00 2005
57 - Don't override user-set charset/content-type
58 - Cleaned up the content-type we set.
2599ee6f 59 - Updated README to current POD to current POD
becb7ac2 60
57cfe226 610.08 Wed Mar 29 12:22:00 2005
62 - changed order of stash so stash can override c/base/name
c90b1329 63 - fixed some typos
4687ac0d 64 - extended the documentation (Andrew Ford)
caa61517 650.07 Sat Mar 04 23:00:00 2005
66 - fixed the bugs produced by draven and the_jester ;)
67
6bf01217 680.06 Fri Mar 04 20:00:00 2005
69 - new helper api
70
8077080c 710.05 Mon Feb 28 10:00:00 2005
72 - added helper
73
740.04 Sun Feb 27 22:00:00 2005
75 - better debug messages (Marcus Ramberg)
76
770.03 Thu Feb 17 22:00:00 2005
78 - don't try to render something without a template
79
800.02 Tue Feb 01 02:00:00 2005
81 - using $c->req->match instead of $c->req->action
82
830.01 Fri Jan 28 22:00:00 2005
84 - first release