renamed TEMPLATE_PREFIX TEMPLATE_SUFFIX
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
4729c102 30.15 - TBR
4 - Fix docs
747f2b6d 5 - Added TEMPLATE_SUFFIX config variable
4729c102 6
1749a637 70.14 - Fri Oct 21 10:20:00 2005
7d607671 8 - Turn timer off by default, even for debug.
9 - removed superflous 'templates' inside 'root'
10 - made it possible to forward to the message action by
11 passing the message in the stash. (example)
12 - Updated docs to show correct config syntax.
19ee577a 13
c0eb0527 140.13 Fri Oct 07 13:30:00 2005
9300af5b 15 - Fixed constructor
8cd017a8 16 - Big update by Andy Wardley
c0eb0527 17 - Much improved docs
9300af5b 18
c0eb0527 190.12 Wed Jul 06 15:24:00 2005
23042c3c 20 - Fixed, don't set Content-Type on failure
bd9d89ad 21 - Fixed helper to use [%author%]
76c52c6e 22 - Fixed helper templates
722fede4 23 - Rewrote docs
23042c3c 24
b4dcea0e 250.11 Fri Apr 15 16:00:00 2005
26 - Fixed broken helper.
23042c3c 27
b4e2d420 280.10 Fri Apr 15 16:00:00 2005
2774dc77 29 - Added POD tests and made them pass.
becb7ac2 30 - updated for Catalyst 5
b4e2d420 31 - New TT Helpers.
becb7ac2 32
70a5ab0a 330.09 Wed Mar 29 13:47:00 2005
34 - Don't override user-set charset/content-type
35 - Cleaned up the content-type we set.
2599ee6f 36 - Updated README to current POD to current POD
becb7ac2 37
57cfe226 380.08 Wed Mar 29 12:22:00 2005
39 - changed order of stash so stash can override c/base/name
c90b1329 40 - fixed some typos
4687ac0d 41 - extended the documentation (Andrew Ford)
caa61517 420.07 Sat Mar 04 23:00:00 2005
43 - fixed the bugs produced by draven and the_jester ;)
44
6bf01217 450.06 Fri Mar 04 20:00:00 2005
46 - new helper api
47
8077080c 480.05 Mon Feb 28 10:00:00 2005
49 - added helper
50
510.04 Sun Feb 27 22:00:00 2005
52 - better debug messages (Marcus Ramberg)
53
540.03 Thu Feb 17 22:00:00 2005
55 - don't try to render something without a template
56
570.02 Tue Feb 01 02:00:00 2005
58 - using $c->req->match instead of $c->req->action
59
600.01 Fri Jan 28 22:00:00 2005
61 - first release