X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0e169784de105d0992c0d56be3ebb875f184003c;hb=9edfa94e9e9cd5688a16572e957e9f878ecc577e;hp=176befdb2bbe99f0bae5c1205991521817fab45d;hpb=c90b13293ca44b5e0824c10595f82643cf31d7f9;p=catagits%2FCatalyst-View-TT.git diff --git a/Changes b/Changes index 176befd..0e16978 100644 --- a/Changes +++ b/Changes @@ -1,25 +1,117 @@ Revision history for Perl extension Catalyst::View::TT. -0.08 XXX XXX XX XX:XX:XX 2005 +0.28 XXXX + - 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 + - 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 + - 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