X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2f6c7ad885fb10bf5b3740a6b522c13911cd3fc2;hb=moose;hp=73d3e1242a31bf1e2572446bdb693a41268e424c;hpb=2774dc77bd7a72a60d51d5c85802ddcaa724a012;p=catagits%2FCatalyst-View-TT.git diff --git a/Changes b/Changes index 73d3e12..2f6c7ad 100644 --- a/Changes +++ b/Changes @@ -1,35 +1,149 @@ Revision history for Perl extension Catalyst::View::TT. -0.10 XXX XXX XX XX:00:00 2005 +0.33 2010-03-10 20:08:00 + - The "render()" method now throws a warning on exception before + returning the exception. To silence the warning, pass 'render_die => + 0' to the constructor. Better yet, pass 'render_die => 1' to make it + die instead of returning the excption. This will be the default in a + future release when unspecified. The Helper will generate new views + with render_die => 1. + +0.32 2010-02-16 05:55:00 + - Various documentation improvements. + - Fix repository metadata. + +0.31 2009-10-29 19:26:00 + - Moved the test actions to their own controller file to silence + warning about actions in the app class being deprecated. + +0.30 2009-09-12 23:47:00 + - Doc fixes: + + Expand ::V:: to ::View:: (RT #45792) + + Expand ::C:: to ::Controller:: and use $c->view('TT') + where appropriate (bricas) + + Add note about use CGI in a template making Catalyst hang + (Gunnar Strand) + - "use warnings" in Catalyst::View::TT and output from the TT helper + - Expand TTSite documentation (RT #33838) + - Added a test for direct rendering of a template from a view object, + without a request. + - Added support for running render with a undef context. + +0.29 2009-02-20 14:43:00 + - Remove extra unwanted .gitignore from manifest + +0.28 2009-02-17 20:37:00 + - Change from NEXT to MRO::Compat (t0m) + - fix pod generated by the helper (RT #33983) + - remove stray newline from generated lib/config/col template (RT #35340) + +0.27 2008-04-30 12:30:00 + - Add copy_config support to PROVIDERS + - Document providers and support unary plus for fully qualified class + names as in the example in TT pod. + +0.26 2008-01-11 20:12:00 + - Fix pod coverage + - Change from =item to =head2 + - Update docs to reflect action change + +0.25 2007-01-15 16:06 + - The little typo that cold + +0.24 2006-11-15 16:34 + - Default to .tt extension + - pod cleanups for generated file + - Move to Module::Install + - Use Data::Dump for debug + +0.23 Sun Mar 23 20:45:00 2006 + - Added render suport. (Ash Berlin) + +0.22 Fri Jan 16 18:25:00 2006 + - stringify $c->action for automatic template match instead of $c->req->action. + * NOTE * This will change the match to the private name of the matched action! + if you use template_suffix you have to move your templates around! + +0.21 Fri Dec 16 18:25:00 2005 + - Added Template::Provider support (Jess Robinson) + - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak) + +0.20 Mon Dec 12 03:35:00 2005 + - Fall back to action (default/index returns blank on match) + - Added tests. (Daniel Westermann-Clark) + - Fixed TTSite helper to use correct app name. + - Added support for dynamic includes. + +0.19 Tue Nov 15 09:52:00 2005 + - unbreak config. + +0.18 Mon Nov 14 20:43:00 2005 + - Fixed more typos + +0.17 Mon Nov 14 20:43:00 2005 + - Fixed some typos + +0.16 Mon Nov 14 20:43:00 2005 + - Updated TTSite for Catalyst 5.5 + +0.15 Mon Nov 14 14:43:00 2005 + - Updated for Catalyst 5.5 + - Fix docs + - Added TEMPLATE_SUFFIX config variable + +0.14 Fri Oct 21 10:20:00 2005 + - Turn timer off by default, even for debug. + - removed superflous 'templates' inside 'root' + - made it possible to forward to the message action by + passing the message in the stash. (example) + - Updated docs to show correct config syntax. + +0.13 Fri Oct 07 13:30:00 2005 + - Fixed constructor + - Big update by Andy Wardley + - Much improved docs + +0.12 Wed Jul 06 15:24:00 2005 + - Fixed, don't set Content-Type on failure + - Fixed helper to use [%author%] + - Fixed helper templates + - Rewrote docs + +0.11 Fri Apr 15 16:00:00 2005 + - Fixed broken helper. + +0.10 Fri Apr 15 16:00:00 2005 - Added POD tests and made them pass. - updated for Catalyst 5 + - New TT Helpers. -0.09 Wed Mar 29 13:47:00 2005 +0.09 Wed Mar 29 13:47:00 2005 - Don't override user-set charset/content-type - Cleaned up the content-type we set. - Updated README to current POD to current POD -0.08 Wed Mar 29 12:22:00 2005 +0.08 Wed Mar 29 12:22:00 2005 - changed order of stash so stash can override c/base/name - fixed some typos - extended the documentation (Andrew Ford) -0.07 Sat Mar 04 23:00:00 2005 + +0.07 Sat Mar 04 23:00:00 2005 - fixed the bugs produced by draven and the_jester ;) -0.06 Fri Mar 04 20:00:00 2005 +0.06 Fri Mar 04 20:00:00 2005 - new helper api -0.05 Mon Feb 28 10:00:00 2005 +0.05 Mon Feb 28 10:00:00 2005 - added helper -0.04 Sun Feb 27 22:00:00 2005 +0.04 Sun Feb 27 22:00:00 2005 - better debug messages (Marcus Ramberg) -0.03 Thu Feb 17 22:00:00 2005 +0.03 Thu Feb 17 22:00:00 2005 - don't try to render something without a template -0.02 Tue Feb 01 02:00:00 2005 +0.02 Tue Feb 01 02:00:00 2005 - using $c->req->match instead of $c->req->action -0.01 Fri Jan 28 22:00:00 2005 +0.01 Fri Jan 28 22:00:00 2005 - first release