Release commit for 0.43
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
35be13c5 2
fcf3a009 30.43 - 2015-08-13
161400d1 4 - remove mention of deprecated Catalyst::Plugin::Email in
5 documentation
6
e0bcfc98 70.42 2014-12-29
8 - Fixes to test cases to be compatible with Catalyst v5.90080
93c63aff 9 - Added a Unicode test designed to check new Catalyst function
10 - Docs for above
e0bcfc98 11
ee06e29a 120.41 2013-02-28
59a2e92a 13 - New local attribute to let you override the default content type when
14 no content type has been set for the response.
ee06e29a 15
dd53ec33 160.40 2013-01-15 20:52:14
2ef8da68 17 - Fix hash randomisation breakage in tests (RT#82703)
18
e4739bcf 190.39 2012-04-11 07:40:00
e47ed760 20 - Fix warning from tests. RT#75104
e4739bcf 21 - Fix ExtUtils::MakeMaker version requirement (due to last release
22 being made with faulty Module::Install). RT#76488
e47ed760 23
fe3df9dc 240.38 2012-02-15 20:42:00
08dc7cbc 25 - Change documentation to reflect use of Moose.
26 - Change documentation to highlight how to configure
27 UTF-8 in templates.
28 - Change documentation to recommend putting calls to MyApp->path_to
29 into the app class itself, ergo avoiding recursive dependencies
30 and making the view compile standalone.
713a5152 31 - Change code generated by Catalyst::Helper::View::TT
32 to use Moose.
33
26d5760a 340.37 2011-07-17 09:20:00
35 - Allow setting of TT class rather than forcing 'Template'
36
85ea459d 370.36 2010-10-19 15:00:00
38 - Fixed subclassing when using expose_methods
39
9d96ddec 400.35 2010-08-26 01:38:00
506ec8c4 41 - Add expose_methods functionality
c5c3c6bd 42 - add template name to exceptions
131a8e59 43 - update render_die message to be more concise.
75dc0329 44 - Doc fixes (RT#57159)
11cbb896 45 - Silence warnings about Template::Provider::Encoding (RT #56310)
75dc0329 46
5c2affa4 470.34 2010-04-07 04:14:50
48 - Fix the process method to have the previous behaviour of reporting
49 an error to Catalyst if a Template::Exception object is returned by
50 the render method (i.e. when render_die is unset or set to 0).
51 - Fix the warning issued about missing the render_die config option to
52 log using the standard Catalyst logging system (rather than Carping
53 directly), and to only issue the warning at debug level / when
54 in debug mode. The severity of this warning will be increased in
55 a later release.
56
bd45975e 570.33 2010-03-10 20:08:00
596ff245 58 - The "render()" method now throws a warning on exception before
59 returning the exception. To silence the warning, pass 'render_die =>
60 0' to the constructor. Better yet, pass 'render_die => 1' to make it
61 die instead of returning the excption. This will be the default in a
3715305f 62 future release when unspecified. The Helper will generate new views
63 with render_die => 1.
cad820fe 64
ebba23fa 650.32 2010-02-16 05:55:00
66 - Various documentation improvements.
67 - Fix repository metadata.
68
f59953e1 690.31 2009-10-29 19:26:00
a18b1fe6 70 - Moved the test actions to their own controller file to silence
71 warning about actions in the app class being deprecated.
72
925859ab 730.30 2009-09-12 23:47:00
6229ce0d 74 - Doc fixes:
75 + Expand ::V:: to ::View:: (RT #45792)
76 + Expand ::C:: to ::Controller:: and use $c->view('TT')
77 where appropriate (bricas)
02c64502 78 + Add note about use CGI in a template making Catalyst hang
79 (Gunnar Strand)
6229ce0d 80 - "use warnings" in Catalyst::View::TT and output from the TT helper
2d93834f 81 - Expand TTSite documentation (RT #33838)
9164484f 82 - Added a test for direct rendering of a template from a view object,
83 without a request.
cbb149dc 84 - Added support for running render with a undef context.
6229ce0d 85
8ef06824 860.29 2009-02-20 14:43:00
87 - Remove extra unwanted .gitignore from manifest
88
42a2721a 890.28 2009-02-17 20:37:00
e8693f1b 90 - Change from NEXT to MRO::Compat (t0m)
740cab99 91 - fix pod generated by the helper (RT #33983)
c67cc83b 92 - remove stray newline from generated lib/config/col template (RT #35340)
51199593 93
740cab99 940.27 2008-04-30 12:30:00
95 - Add copy_config support to PROVIDERS
96 - Document providers and support unary plus for fully qualified class
97 names as in the example in TT pod.
8077080c 98
740cab99 990.26 2008-01-11 20:12:00
100 - Fix pod coverage
101 - Change from =item to =head2
102 - Update docs to reflect action change
c969f23a 103
740cab99 1040.25 2007-01-15 16:06
105 - The little typo that cold
5be63f44 106
740cab99 1070.24 2006-11-15 16:34
108 - Default to .tt extension
109 - pod cleanups for generated file
110 - Move to Module::Install
111 - Use Data::Dump for debug
112
1130.23 Sun Mar 23 20:45:00 2006
114 - Added render suport. (Ash Berlin)
d3f19ee8 115
1160.22 Fri Jan 16 18:25:00 2006
740cab99 117 - stringify $c->action for automatic template match instead of $c->req->action.
118 * NOTE * This will change the match to the private name of the matched action!
119 if you use template_suffix you have to move your templates around!
61a11a85 120
1210.21 Fri Dec 16 18:25:00 2005
c3c62106 122 - Added Template::Provider support (Jess Robinson)
bec996dc 123 - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
124
1250.20 Mon Dec 12 03:35:00 2005
a4e8d135 126 - Fall back to action (default/index returns blank on match)
07571b2f 127 - Added tests. (Daniel Westermann-Clark)
4d97e86f 128 - Fixed TTSite helper to use correct app name.
83056300 129 - Added support for dynamic includes.
07571b2f 130
740cab99 1310.19 Tue Nov 15 09:52:00 2005
48d69085 132 - unbreak config.
133
740cab99 1340.18 Mon Nov 14 20:43:00 2005
e3a53d5b 135 - Fixed more typos
136
740cab99 1370.17 Mon Nov 14 20:43:00 2005
be7c1afa 138 - Fixed some typos
139
740cab99 1400.16 Mon Nov 14 20:43:00 2005
795f7999 141 - Updated TTSite for Catalyst 5.5
142
740cab99 1430.15 Mon Nov 14 14:43:00 2005
7d8aa5ec 144 - Updated for Catalyst 5.5
4729c102 145 - Fix docs
747f2b6d 146 - Added TEMPLATE_SUFFIX config variable
4729c102 147
740cab99 1480.14 Fri Oct 21 10:20:00 2005
7d607671 149 - Turn timer off by default, even for debug.
150 - removed superflous 'templates' inside 'root'
151 - made it possible to forward to the message action by
152 passing the message in the stash. (example)
153 - Updated docs to show correct config syntax.
19ee577a 154
740cab99 1550.13 Fri Oct 07 13:30:00 2005
9300af5b 156 - Fixed constructor
8cd017a8 157 - Big update by Andy Wardley
c0eb0527 158 - Much improved docs
9300af5b 159
740cab99 1600.12 Wed Jul 06 15:24:00 2005
23042c3c 161 - Fixed, don't set Content-Type on failure
bd9d89ad 162 - Fixed helper to use [%author%]
76c52c6e 163 - Fixed helper templates
722fede4 164 - Rewrote docs
23042c3c 165
740cab99 1660.11 Fri Apr 15 16:00:00 2005
b4dcea0e 167 - Fixed broken helper.
23042c3c 168
740cab99 1690.10 Fri Apr 15 16:00:00 2005
2774dc77 170 - Added POD tests and made them pass.
becb7ac2 171 - updated for Catalyst 5
b4e2d420 172 - New TT Helpers.
becb7ac2 173
740cab99 1740.09 Wed Mar 29 13:47:00 2005
70a5ab0a 175 - Don't override user-set charset/content-type
176 - Cleaned up the content-type we set.
2599ee6f 177 - Updated README to current POD to current POD
becb7ac2 178
740cab99 1790.08 Wed Mar 29 12:22:00 2005
57cfe226 180 - changed order of stash so stash can override c/base/name
c90b1329 181 - fixed some typos
4687ac0d 182 - extended the documentation (Andrew Ford)
740cab99 183
1840.07 Sat Mar 04 23:00:00 2005
caa61517 185 - fixed the bugs produced by draven and the_jester ;)
186
740cab99 1870.06 Fri Mar 04 20:00:00 2005
6bf01217 188 - new helper api
189
740cab99 1900.05 Mon Feb 28 10:00:00 2005
8077080c 191 - added helper
192
740cab99 1930.04 Sun Feb 27 22:00:00 2005
8077080c 194 - better debug messages (Marcus Ramberg)
195
740cab99 1960.03 Thu Feb 17 22:00:00 2005
8077080c 197 - don't try to render something without a template
198
740cab99 1990.02 Tue Feb 01 02:00:00 2005
8077080c 200 - using $c->req->match instead of $c->req->action
201
740cab99 2020.01 Fri Jan 28 22:00:00 2005
203 - first release