Clarify docs for 'sub end' to promote RenderView
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
b63ddd04 2
cad820fe 30.32
4 - The "render()" method now dies on exception, rather than returning
5 the exception object.
6
f59953e1 70.31 2009-10-29 19:26:00
a18b1fe6 8 - Moved the test actions to their own controller file to silence
9 warning about actions in the app class being deprecated.
10
925859ab 110.30 2009-09-12 23:47:00
6229ce0d 12 - Doc fixes:
13 + Expand ::V:: to ::View:: (RT #45792)
14 + Expand ::C:: to ::Controller:: and use $c->view('TT')
15 where appropriate (bricas)
02c64502 16 + Add note about use CGI in a template making Catalyst hang
17 (Gunnar Strand)
6229ce0d 18 - "use warnings" in Catalyst::View::TT and output from the TT helper
2d93834f 19 - Expand TTSite documentation (RT #33838)
9164484f 20 - Added a test for direct rendering of a template from a view object,
21 without a request.
cbb149dc 22 - Added support for running render with a undef context.
6229ce0d 23
8ef06824 240.29 2009-02-20 14:43:00
25 - Remove extra unwanted .gitignore from manifest
26
42a2721a 270.28 2009-02-17 20:37:00
e8693f1b 28 - Change from NEXT to MRO::Compat (t0m)
740cab99 29 - fix pod generated by the helper (RT #33983)
c67cc83b 30 - remove stray newline from generated lib/config/col template (RT #35340)
51199593 31
740cab99 320.27 2008-04-30 12:30:00
33 - Add copy_config support to PROVIDERS
34 - Document providers and support unary plus for fully qualified class
35 names as in the example in TT pod.
8077080c 36
740cab99 370.26 2008-01-11 20:12:00
38 - Fix pod coverage
39 - Change from =item to =head2
40 - Update docs to reflect action change
c969f23a 41
740cab99 420.25 2007-01-15 16:06
43 - The little typo that cold
5be63f44 44
740cab99 450.24 2006-11-15 16:34
46 - Default to .tt extension
47 - pod cleanups for generated file
48 - Move to Module::Install
49 - Use Data::Dump for debug
50
510.23 Sun Mar 23 20:45:00 2006
52 - Added render suport. (Ash Berlin)
d3f19ee8 53
540.22 Fri Jan 16 18:25:00 2006
740cab99 55 - stringify $c->action for automatic template match instead of $c->req->action.
56 * NOTE * This will change the match to the private name of the matched action!
57 if you use template_suffix you have to move your templates around!
61a11a85 58
590.21 Fri Dec 16 18:25:00 2005
c3c62106 60 - Added Template::Provider support (Jess Robinson)
bec996dc 61 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
62
630.20 Mon Dec 12 03:35:00 2005
a4e8d135 64 - Fall back to action (default/index returns blank on match)
07571b2f 65 - Added tests. (Daniel Westermann-Clark)
4d97e86f 66 - Fixed TTSite helper to use correct app name.
83056300 67 - Added support for dynamic includes.
07571b2f 68
740cab99 690.19 Tue Nov 15 09:52:00 2005
48d69085 70 - unbreak config.
71
740cab99 720.18 Mon Nov 14 20:43:00 2005
e3a53d5b 73 - Fixed more typos
74
740cab99 750.17 Mon Nov 14 20:43:00 2005
be7c1afa 76 - Fixed some typos
77
740cab99 780.16 Mon Nov 14 20:43:00 2005
795f7999 79 - Updated TTSite for Catalyst 5.5
80
740cab99 810.15 Mon Nov 14 14:43:00 2005
7d8aa5ec 82 - Updated for Catalyst 5.5
4729c102 83 - Fix docs
747f2b6d 84 - Added TEMPLATE_SUFFIX config variable
4729c102 85
740cab99 860.14 Fri Oct 21 10:20:00 2005
7d607671 87 - Turn timer off by default, even for debug.
88 - removed superflous 'templates' inside 'root'
89 - made it possible to forward to the message action by
90 passing the message in the stash. (example)
91 - Updated docs to show correct config syntax.
19ee577a 92
740cab99 930.13 Fri Oct 07 13:30:00 2005
9300af5b 94 - Fixed constructor
8cd017a8 95 - Big update by Andy Wardley
c0eb0527 96 - Much improved docs
9300af5b 97
740cab99 980.12 Wed Jul 06 15:24:00 2005
23042c3c 99 - Fixed, don't set Content-Type on failure
bd9d89ad 100 - Fixed helper to use [%author%]
76c52c6e 101 - Fixed helper templates
722fede4 102 - Rewrote docs
23042c3c 103
740cab99 1040.11 Fri Apr 15 16:00:00 2005
b4dcea0e 105 - Fixed broken helper.
23042c3c 106
740cab99 1070.10 Fri Apr 15 16:00:00 2005
2774dc77 108 - Added POD tests and made them pass.
becb7ac2 109 - updated for Catalyst 5
b4e2d420 110 - New TT Helpers.
becb7ac2 111
740cab99 1120.09 Wed Mar 29 13:47:00 2005
70a5ab0a 113 - Don't override user-set charset/content-type
114 - Cleaned up the content-type we set.
2599ee6f 115 - Updated README to current POD to current POD
becb7ac2 116
740cab99 1170.08 Wed Mar 29 12:22:00 2005
57cfe226 118 - changed order of stash so stash can override c/base/name
c90b1329 119 - fixed some typos
4687ac0d 120 - extended the documentation (Andrew Ford)
740cab99 121
1220.07 Sat Mar 04 23:00:00 2005
caa61517 123 - fixed the bugs produced by draven and the_jester ;)
124
740cab99 1250.06 Fri Mar 04 20:00:00 2005
6bf01217 126 - new helper api
127
740cab99 1280.05 Mon Feb 28 10:00:00 2005
8077080c 129 - added helper
130
740cab99 1310.04 Sun Feb 27 22:00:00 2005
8077080c 132 - better debug messages (Marcus Ramberg)
133
740cab99 1340.03 Thu Feb 17 22:00:00 2005
8077080c 135 - don't try to render something without a template
136
740cab99 1370.02 Tue Feb 01 02:00:00 2005
8077080c 138 - using $c->req->match instead of $c->req->action
139
740cab99 1400.01 Fri Jan 28 22:00:00 2005
141 - first release