the class used to create the TT object can now be customized
[catagits/Catalyst-View-TT.git] / lib / Catalyst / View / TT.pm
2011-07-16 Christian Walde the class used to create the TT object can now be custo... feature/customize_tt_class mirror/feature/customize_tt_class
2010-10-20 Alexander Hartmaier version 0.36
2010-10-11 Alexander Hartmaier fixed subclassing when using expose_methods + test
2010-08-26 Tomas Doran Consistency tweak
2010-08-25 Luke Saunders updated version ready for shipping
2010-08-25 Luke Saunders added me to contribs in case i ever need a job
2010-08-25 Luke Saunders weaken ctx to avoid leakage
2010-08-25 Luke Saunders use accessor for expose_methods rather than access...
2010-08-24 Luke Saunders added expose_methods functionality
2010-07-08 Andrew Rodland Try to straighten out the View::TT docs
2010-06-10 Rafael Kitover add template name to exceptions
2010-05-08 Jesse Sheidlower I give a fuck about an Oxford comma (tm Vampire Weekend)
2010-05-08 Tomas Doran Doc fixes
2010-04-20 Marcus Ramberg More concise render_die message
2010-04-07 Tomas Doran Changelog v0.34
2010-04-07 Tomas Doran Fix error reporting to work correctly even when render_...
2010-03-31 Caleb Cushing add default_view to synopsis
2010-03-10 Tomas Doran Bump versions
2010-03-10 Tomas Doran Document setting, make skeleton generate it by default
2010-03-10 David E. Wheeler Have render() warn on exception, rather than die.
2010-02-16 Tomas Doran Localise execeptions
2010-02-16 Tomas Doran r11835@t0mlaptop (orig r11800): t0m | 2009-11-12...
2010-02-16 Florian Ragwitz Version 0.32. v0.32
2010-01-12 Tomas Doran Show config setting as a method call rather than a...
2009-11-12 Tomas Doran Merge miscommit from other branch: svn merge -r 11796...
2009-11-12 Tomas Doran Back out 11797 - misscommit to wrong branch. svn merge...
2009-11-11 Hakim Cassimally Clarify docs for 'sub end' to promote RenderView
2009-11-03 David E. Wheeler Have `render()` die on exception, not return an excepti...
2009-10-29 Tomas Doran Bump versions v0.31
2009-10-04 Tomas Doran Note using forward to call the view both process and...
2009-09-28 Tomas Doran Add FIXMEs
2009-09-12 Marcus Ramberg Add support for running render without a context
2009-07-11 Tomas Doran Apply patch with a gotcha from the mailing list
2009-06-16 Dan Dascalescu removed trailing whitespace from TT.pm
2009-06-16 Dan Dascalescu Minor POD fixes to C::V::TT
2009-05-12 Brian Cassidy a few doc fixes
2009-05-12 Brian Cassidy - Doc fixes:
2009-02-20 Marcus Ramberg Prepare to rerelease View-TT
2009-02-08 Tomas Doran Switch View::TT from NEXT to MRO::Compat
2008-06-13 Brian Cassidy tidy up changes file, fix generated pod (RT #33983)
2008-04-30 Marcus Ramberg copy_config support
2008-01-30 Cory G Watson Add fully-qualified provider classname support to View::TT
2008-01-28 Marcus Ramberg Update V-TT docs
2007-09-17 Brian Cassidy remove stray semi-colon (RT #21263)
2007-08-19 Jess Robinson Fix dump_config to work with Data::Dump.
2007-01-19 Marcus Ramberg fix docs re match / action
2006-11-19 David Kamholz fix stupid View::TT typo that's been there forever
2006-11-15 Marcus Ramberg prepared for release
2006-04-23 Jess Robinson Oops, removed debugging gunk
2006-04-23 Jess Robinson Also allow the standard file provider to be used ;)
2006-04-23 Marcus Ramberg fix wekened, add missing test.
2006-04-23 Marcus Ramberg render support.
2006-04-23 Matt S Trout Split process and render in View::TT (patch from ash)
2006-01-23 Marcus Ramberg released 0.22
2006-01-12 Matt S Trout Documentation improvements from Gavin henry for View::TT
2005-12-29 Yuval Kogman Fix View::TT synopsis
2005-12-22 Marcus Ramberg releasing V:TT 0.21
2005-12-22 Jess Robinson woops, backfix, re-added template_vars changes
2005-12-21 Jess Robinson Allow multiple PROVIDERS to be used..
2005-12-19 Yuval Kogman refactor a template_vars method in View::TT
2005-12-15 Matt S Trout - Further V::TT cleanup from zby
2005-12-14 Andy Grundman View::TT, perltidy
2005-12-14 Marcus Ramberg fix dynamic include bugs.
2005-12-14 Marcus Ramberg fall back to action.
2005-12-12 Marcus Ramberg prepared for ::View::TTT 0.20
2005-12-02 Matt S Trout - Added additional_template_paths stash param patch...
2005-11-18 Andy Grundman View::TT, added tests from dwc
2005-11-17 Marcus Ramberg released 0.19
2005-11-16 Marcus Ramberg 0.18 changes.
2005-11-15 Sebastian Riedel Fixed soem typos in tt view
2005-11-14 Sebastian Riedel Updated tt view
2005-11-14 Marcus Ramberg prepared to release 0.15
2005-11-14 Sebastian Riedel Updated Catalyst::View::TT for 5.5
2005-11-01 Marcus Ramberg renamed TEMPLATE_PREFIX TEMPLATE_SUFFIX
2005-11-01 Marcus Ramberg Added default extension configuration option.
2005-10-27 Andy Grundman View::TT, updated docs to show correct config syntax
2005-10-21 Andy Grundman Fixed typo in V::TT
2005-10-21 Marcus Ramberg turned off timer by default.
2005-10-13 Marcus Ramberg prepared for 0.14
2005-10-07 Andy Grundman C::V::TT version 0.13 release v0.13
2005-09-02 Sebastian Riedel Fixed TT helper :)
2005-09-01 Sebastian Riedel Added lots of improvements from Andy Wardley
2005-07-11 Christian Hansen fixed constructor to use passed $args
2005-06-27 Jesse Sheidlower updated and fixed C::View::TT docs
2005-05-01 Christian Hansen Fixed, don't set Content-Type on failure
2005-04-18 Marcus Ramberg fixed broken helper.
2005-04-07 Marcus Ramberg started work to add pod tests to all submodules.
2005-03-30 Sebastian Riedel Cat5 stuff
2005-03-30 Marcus Ramberg 0.09 release.
2005-03-30 Marcus Ramberg fixes for content type.
2005-03-30 Marcus Ramberg fixed ordering of stash.
2005-03-23 Andrew Ford extended the documentation
2005-03-23 Christian Hansen should be if not unless
2005-03-23 Christian Hansen don't set {CONTEXT} if set
2005-03-06 Marcus Ramberg added my email to the author list.
2005-03-06 Sebastian Riedel another bug
2005-03-06 Sebastian Riedel fixed the bugs produced by draven and the_jester ;)
2005-03-04 Sebastian Riedel new helper api
2005-03-03 Marcus Ramberg Re-added Template::Provider
2005-02-28 Marcus Ramberg initial import of catalyst.