tidy up changes file, fix generated pod (RT #33983)
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
b63ddd04 2
740cab99 30.28 XXXX
4 - fix pod generated by the helper (RT #33983)
51199593 5
740cab99 60.27 2008-04-30 12:30:00
7 - Add copy_config support to PROVIDERS
8 - Document providers and support unary plus for fully qualified class
9 names as in the example in TT pod.
8077080c 10
740cab99 110.26 2008-01-11 20:12:00
12 - Fix pod coverage
13 - Change from =item to =head2
14 - Update docs to reflect action change
c969f23a 15
740cab99 160.25 2007-01-15 16:06
17 - The little typo that cold
5be63f44 18
740cab99 190.24 2006-11-15 16:34
20 - Default to .tt extension
21 - pod cleanups for generated file
22 - Move to Module::Install
23 - Use Data::Dump for debug
24
250.23 Sun Mar 23 20:45:00 2006
26 - Added render suport. (Ash Berlin)
d3f19ee8 27
280.22 Fri Jan 16 18:25:00 2006
740cab99 29 - stringify $c->action for automatic template match instead of $c->req->action.
30 * NOTE * This will change the match to the private name of the matched action!
31 if you use template_suffix you have to move your templates around!
61a11a85 32
330.21 Fri Dec 16 18:25:00 2005
c3c62106 34 - Added Template::Provider support (Jess Robinson)
bec996dc 35 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
36
370.20 Mon Dec 12 03:35:00 2005
a4e8d135 38 - Fall back to action (default/index returns blank on match)
07571b2f 39 - Added tests. (Daniel Westermann-Clark)
4d97e86f 40 - Fixed TTSite helper to use correct app name.
83056300 41 - Added support for dynamic includes.
07571b2f 42
740cab99 430.19 Tue Nov 15 09:52:00 2005
48d69085 44 - unbreak config.
45
740cab99 460.18 Mon Nov 14 20:43:00 2005
e3a53d5b 47 - Fixed more typos
48
740cab99 490.17 Mon Nov 14 20:43:00 2005
be7c1afa 50 - Fixed some typos
51
740cab99 520.16 Mon Nov 14 20:43:00 2005
795f7999 53 - Updated TTSite for Catalyst 5.5
54
740cab99 550.15 Mon Nov 14 14:43:00 2005
7d8aa5ec 56 - Updated for Catalyst 5.5
4729c102 57 - Fix docs
747f2b6d 58 - Added TEMPLATE_SUFFIX config variable
4729c102 59
740cab99 600.14 Fri Oct 21 10:20:00 2005
7d607671 61 - Turn timer off by default, even for debug.
62 - removed superflous 'templates' inside 'root'
63 - made it possible to forward to the message action by
64 passing the message in the stash. (example)
65 - Updated docs to show correct config syntax.
19ee577a 66
740cab99 670.13 Fri Oct 07 13:30:00 2005
9300af5b 68 - Fixed constructor
8cd017a8 69 - Big update by Andy Wardley
c0eb0527 70 - Much improved docs
9300af5b 71
740cab99 720.12 Wed Jul 06 15:24:00 2005
23042c3c 73 - Fixed, don't set Content-Type on failure
bd9d89ad 74 - Fixed helper to use [%author%]
76c52c6e 75 - Fixed helper templates
722fede4 76 - Rewrote docs
23042c3c 77
740cab99 780.11 Fri Apr 15 16:00:00 2005
b4dcea0e 79 - Fixed broken helper.
23042c3c 80
740cab99 810.10 Fri Apr 15 16:00:00 2005
2774dc77 82 - Added POD tests and made them pass.
becb7ac2 83 - updated for Catalyst 5
b4e2d420 84 - New TT Helpers.
becb7ac2 85
740cab99 860.09 Wed Mar 29 13:47:00 2005
70a5ab0a 87 - Don't override user-set charset/content-type
88 - Cleaned up the content-type we set.
2599ee6f 89 - Updated README to current POD to current POD
becb7ac2 90
740cab99 910.08 Wed Mar 29 12:22:00 2005
57cfe226 92 - changed order of stash so stash can override c/base/name
c90b1329 93 - fixed some typos
4687ac0d 94 - extended the documentation (Andrew Ford)
740cab99 95
960.07 Sat Mar 04 23:00:00 2005
caa61517 97 - fixed the bugs produced by draven and the_jester ;)
98
740cab99 990.06 Fri Mar 04 20:00:00 2005
6bf01217 100 - new helper api
101
740cab99 1020.05 Mon Feb 28 10:00:00 2005
8077080c 103 - added helper
104
740cab99 1050.04 Sun Feb 27 22:00:00 2005
8077080c 106 - better debug messages (Marcus Ramberg)
107
740cab99 1080.03 Thu Feb 17 22:00:00 2005
8077080c 109 - don't try to render something without a template
110
740cab99 1110.02 Tue Feb 01 02:00:00 2005
8077080c 112 - using $c->req->match instead of $c->req->action
113
740cab99 1140.01 Fri Jan 28 22:00:00 2005
115 - first release