Revision history for Perl extension Catalyst::View::TT. 0.30 XXXX-XX-XX - 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) 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 - 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 - fixed the bugs produced by draven and the_jester ;) 0.06 Fri Mar 04 20:00:00 2005 - new helper api 0.05 Mon Feb 28 10:00:00 2005 - added helper 0.04 Sun Feb 27 22:00:00 2005 - better debug messages (Marcus Ramberg) 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 - using $c->req->match instead of $c->req->action 0.01 Fri Jan 28 22:00:00 2005 - first release