14 years agoChangelog v0.34
Tomas Doran [Wed, 7 Apr 2010 03:09:15 +0000]
Changelog

14 years agoUpdate helpers to be slightly more best practice
Tomas Doran [Wed, 7 Apr 2010 02:51:56 +0000]
Update helpers to be slightly more best practice

14 years agoFix error reporting to work correctly even when render_die => 0. RT#55766
Tomas Doran [Wed, 7 Apr 2010 02:51:15 +0000]
Fix error reporting to work correctly even when render_die => 0. RT#55766

14 years agoadd default_view to synopsis
Caleb Cushing [Wed, 31 Mar 2010 14:40:32 +0000]
add default_view to synopsis

not setting a default_view causes the default to be random, better just to tell
people to set it. also changing MyApp to __PACKAGE__ which is the standard
convention and less confusing.

14 years ago r11755@t0mlaptop (orig r11720): theory | 2009-11-03 00:23:43 +0000 v0.33
Tomas Doran [Wed, 10 Mar 2010 20:05:23 +0000]
 r11755@t0mlaptop (orig r11720):  theory | 2009-11-03 00:23:43 +0000
 Branch Catalyst::View::TT to make `render()` die instead of return an exception object.
 r11756@t0mlaptop (orig r11721):  theory | 2009-11-03 00:37:04 +0000
 Have `render()` die on exception, not return an exception object.
 r11832@t0mlaptop (orig r11797):  osfameron | 2009-11-11 10:58:24 +0000
 Clarify docs for 'sub end' to promote RenderView

 (Previously, the docs suggested doing something that would break
 $c->res->redirect)
 r11834@t0mlaptop (orig r11799):  t0m | 2009-11-12 00:31:26 +0000
 Back out 11797 - misscommit to wrong branch. svn merge -r11797:11796 .
 r12947@t0mlaptop (orig r12911):  t0m | 2010-02-16 22:37:01 +0000
 Localise execeptions
 r13074@t0mlaptop (orig r13038):  theory | 2010-03-10 18:24:49 +0000
 Have render() warn on exception, rather than die.

 This is at mst's request, to minimize backward compatibility issues. 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.

 r13075@t0mlaptop (orig r13039):  t0m | 2010-03-10 20:02:47 +0000
 Document setting, make skeleton generate it by default
 r13076@t0mlaptop (orig r13040):  t0m | 2010-03-10 20:04:57 +0000
 Bump versions

14 years agoBump versions
Tomas Doran [Wed, 10 Mar 2010 20:04:57 +0000]
Bump versions

14 years agoDocument setting, make skeleton generate it by default
Tomas Doran [Wed, 10 Mar 2010 20:02:47 +0000]
Document setting, make skeleton generate it by default

14 years agoHave render() warn on exception, rather than die.
David E. Wheeler [Wed, 10 Mar 2010 18:24:49 +0000]
Have render() warn on exception, rather than die.

This is at mst's request, to minimize backward compatibility issues. 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.

14 years agoLocalise execeptions
Tomas Doran [Tue, 16 Feb 2010 22:37:01 +0000]
Localise execeptions

14 years ago r11835@t0mlaptop (orig r11800): t0m | 2009-11-12 00:32:30 +0000
Tomas Doran [Tue, 16 Feb 2010 22:23:03 +0000]
 r11835@t0mlaptop (orig r11800):  t0m | 2009-11-12 00:32:30 +0000
 Merge miscommit from other branch: svn merge -r 11796:11797 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/branches/render_die

 Original commit:
 Author: osfameron
 Date: 2009-11-11 10:58:24 +0000 (Wed, 11 Nov 2009)
 New Revision: 11797

 Modified:
   Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm
 Log:
 Clarify docs for 'sub end' to promote RenderView

 (Previously, the docs suggested doing something that would break
 ->res->redirect)
 r12651@t0mlaptop (orig r12616):  t0m | 2010-01-12 02:02:15 +0000
 Show config setting as a method call rather than a hask assignment
 r12932@t0mlaptop (orig r12896):  rafl | 2010-02-16 04:41:34 +0000
 Fix repo url.
 r12933@t0mlaptop (orig r12897):  rafl | 2010-02-16 04:47:19 +0000
 Version 0.32.

14 years agoVersion 0.32. v0.32
Florian Ragwitz [Tue, 16 Feb 2010 04:47:19 +0000]
Version 0.32.

14 years agoFix repo url.
Florian Ragwitz [Tue, 16 Feb 2010 04:41:34 +0000]
Fix repo url.

14 years agoShow config setting as a method call rather than a hask assignment
Tomas Doran [Tue, 12 Jan 2010 02:02:15 +0000]
Show config setting as a method call rather than a hask assignment

14 years agoMerge miscommit from other branch: svn merge -r 11796:11797 http://dev.catalyst.perl...
Tomas Doran [Thu, 12 Nov 2009 00:32:30 +0000]
Merge miscommit from other branch: svn merge -r 11796:11797 dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/branches/render_die

Original commit:
Author: osfameron
Date: 2009-11-11 10:58:24 +0000 (Wed, 11 Nov 2009)
New Revision: 11797

Modified:
  Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm
Log:
Clarify docs for 'sub end' to promote RenderView

(Previously, the docs suggested doing something that would break
->res->redirect)

14 years agoBack out 11797 - misscommit to wrong branch. svn merge -r11797:11796 .
Tomas Doran [Thu, 12 Nov 2009 00:31:26 +0000]
Back out 11797 - misscommit to wrong branch. svn merge -r11797:11796 .

14 years agoClarify docs for 'sub end' to promote RenderView
Hakim Cassimally [Wed, 11 Nov 2009 10:58:24 +0000]
Clarify docs for 'sub end' to promote RenderView

(Previously, the docs suggested doing something that would break
$c->res->redirect)

14 years agoHave `render()` die on exception, not return an exception object.
David E. Wheeler [Tue, 3 Nov 2009 00:37:04 +0000]
Have `render()` die on exception, not return an exception object.

14 years agoBranch Catalyst::View::TT to make `render()` die instead of return an exception object.
David E. Wheeler [Tue, 3 Nov 2009 00:23:43 +0000]
Branch Catalyst::View::TT to make `render()` die instead of return an exception object.

14 years agoTag 0.31
Tomas Doran [Thu, 29 Oct 2009 19:31:57 +0000]
Tag 0.31

14 years agoBump versions v0.31
Tomas Doran [Thu, 29 Oct 2009 19:30:50 +0000]
Bump versions

14 years agoBump versions
Tomas Doran [Thu, 29 Oct 2009 19:30:50 +0000]
Bump versions

14 years agoMove the test actions to their own controller file to silence warning about
David E. Wheeler [Thu, 29 Oct 2009 19:25:03 +0000]
Move the test actions to their own controller file to silence warning about
actions in the app class being deprecated.

14 years agoMove the test actions to their own controller file to silence warning about
David E. Wheeler [Thu, 29 Oct 2009 19:25:03 +0000]
Move the test actions to their own controller file to silence warning about
actions in the app class being deprecated.

14 years agoNote using forward to call the view both process and render methods
Tomas Doran [Sun, 4 Oct 2009 00:06:59 +0000]
Note using forward to call the view both process and render methods

14 years agoNote using forward to call the view both process and render methods
Tomas Doran [Sun, 4 Oct 2009 00:06:59 +0000]
Note using forward to call the view both process and render methods

14 years agoAdd FIXMEs
Tomas Doran [Mon, 28 Sep 2009 08:42:24 +0000]
Add FIXMEs

14 years agoAdd FIXMEs
Tomas Doran [Mon, 28 Sep 2009 08:42:24 +0000]
Add FIXMEs

14 years agotagged release.
Marcus Ramberg [Sat, 12 Sep 2009 21:54:18 +0000]
tagged release.

14 years agoPrepare for release v0.30
Marcus Ramberg [Sat, 12 Sep 2009 21:49:31 +0000]
Prepare for release

14 years agoPrepare for release
Marcus Ramberg [Sat, 12 Sep 2009 21:49:31 +0000]
Prepare for release

14 years agoAdd support for running render without a context
Marcus Ramberg [Sat, 12 Sep 2009 21:47:18 +0000]
Add support for running render without a context

14 years agoAdd support for running render without a context
Marcus Ramberg [Sat, 12 Sep 2009 21:47:18 +0000]
Add support for running render without a context

14 years agoAdded a test for direct rendering of a template from a view object, without a
David E. Wheeler [Wed, 2 Sep 2009 22:59:08 +0000]
Added a test for direct rendering of a template from a view object, without a
request.

14 years agoAdded a test for direct rendering of a template from a view object, without a
David E. Wheeler [Wed, 2 Sep 2009 22:59:08 +0000]
Added a test for direct rendering of a template from a view object, without a
request.

14 years agoBranch for converting to Moose / refactoring some of the code.
Tomas Doran [Thu, 23 Jul 2009 14:39:57 +0000]
Branch for converting to Moose / refactoring some of the code.

14 years agoApply patch with a gotcha from the mailing list
Tomas Doran [Sat, 11 Jul 2009 23:59:32 +0000]
Apply patch with a gotcha from the mailing list

14 years agoApply patch with a gotcha from the mailing list
Tomas Doran [Sat, 11 Jul 2009 23:59:32 +0000]
Apply patch with a gotcha from the mailing list

14 years agoMove View::TT to new repo layout.
Florian Ragwitz [Sat, 27 Jun 2009 21:14:15 +0000]
Move View::TT to new repo layout.

14 years agoMove View::TT to new repo layout.
Florian Ragwitz [Sat, 27 Jun 2009 21:13:04 +0000]
Move View::TT to new repo layout.

14 years agoCreate new repo layout for View::TT.
Florian Ragwitz [Sat, 27 Jun 2009 21:12:46 +0000]
Create new repo layout for View::TT.

14 years agoFixed the run-on sentence in License; trailing whitespace removal in Helper
Dan Dascalescu [Tue, 16 Jun 2009 23:16:49 +0000]
Fixed the run-on sentence in License; trailing whitespace removal in Helper

14 years agoremoved trailing whitespace from TT.pm
Dan Dascalescu [Tue, 16 Jun 2009 23:12:42 +0000]
removed trailing whitespace from TT.pm

14 years agoMinor POD fixes to C::V::TT
Dan Dascalescu [Tue, 16 Jun 2009 23:09:48 +0000]
Minor POD fixes to C::V::TT

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoa few doc fixes
Brian Cassidy [Tue, 12 May 2009 18:25:31 +0000]
a few doc fixes

14 years agoExpand TTSite documentation (RT #33838)
Brian Cassidy [Tue, 12 May 2009 14:48:29 +0000]
Expand TTSite documentation (RT #33838)

14 years ago- Doc fixes:
Brian Cassidy [Tue, 12 May 2009 13:04:49 +0000]
- Doc fixes:
  + Expand ::V:: to ::View:: (RT #45792)
  + Expand ::C:: to ::Controller:: and use $c->view('TT')
    where appropriate (bricas)
- "use warnings" in Catalyst::View::TT and output from the TT helper

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoPrepare to rerelease View-TT
Marcus Ramberg [Fri, 20 Feb 2009 13:50:28 +0000]
Prepare to rerelease View-TT

15 years agoPrepare for new TT release
Marcus Ramberg [Tue, 17 Feb 2009 23:39:27 +0000]
Prepare for new TT release

15 years agoFix test warnings
Marcus Ramberg [Tue, 17 Feb 2009 23:39:24 +0000]
Fix test warnings

15 years agoSwitch View::TT from NEXT to MRO::Compat
Tomas Doran [Sun, 8 Feb 2009 08:07:13 +0000]
Switch View::TT from NEXT to MRO::Compat

15 years agoremove stray newline from generated lib/config/col template (RT #35340)
Brian Cassidy [Fri, 13 Jun 2008 14:24:13 +0000]
remove stray newline from generated lib/config/col template (RT #35340)

15 years agotidy up changes file, fix generated pod (RT #33983)
Brian Cassidy [Fri, 13 Jun 2008 14:16:06 +0000]
tidy up changes file, fix generated pod (RT #33983)

15 years agodist meta clean up
Brian Cassidy [Fri, 13 Jun 2008 13:32:59 +0000]
dist meta clean up

16 years agocopy_config support
Marcus Ramberg [Wed, 30 Apr 2008 10:28:17 +0000]
copy_config support

16 years agoAdd fully-qualified provider classname support to View::TT
Cory G Watson [Wed, 30 Jan 2008 21:02:48 +0000]
Add fully-qualified provider classname support to View::TT

16 years agoUpdate V-TT docs
Marcus Ramberg [Mon, 28 Jan 2008 22:20:24 +0000]
Update V-TT docs

16 years agoremove stray semi-colon (RT #21263)
Brian Cassidy [Mon, 17 Sep 2007 02:23:15 +0000]
remove stray semi-colon (RT #21263)

16 years agoFix dump_config to work with Data::Dump.
Jess Robinson [Sun, 19 Aug 2007 15:52:46 +0000]
Fix dump_config to work with Data::Dump.

17 years agofix docs re match / action
Marcus Ramberg [Fri, 19 Jan 2007 08:20:48 +0000]
fix docs re match / action

17 years agofix stupid View::TT typo that's been there forever
David Kamholz [Sun, 19 Nov 2006 12:20:51 +0000]
fix stupid View::TT typo that's been there forever

17 years agoprepared for release
Marcus Ramberg [Wed, 15 Nov 2006 08:31:47 +0000]
prepared for release

17 years agodefault to .tt
Marcus Ramberg [Mon, 13 Nov 2006 22:57:15 +0000]
default to .tt

17 years agoimport of last CPAN release.
Marcus Ramberg [Mon, 13 Nov 2006 22:48:46 +0000]
import of last CPAN release.

17 years agoupped Catalyst dependency.
Marcus Ramberg [Thu, 18 May 2006 21:37:47 +0000]
upped Catalyst dependency.

18 years agoreinstansiated the TT view.
Marcus Ramberg [Thu, 27 Apr 2006 09:02:38 +0000]
reinstansiated the TT view.

18 years agoOops, removed debugging gunk
Jess Robinson [Sun, 23 Apr 2006 20:51:50 +0000]
Oops, removed debugging gunk

18 years agoAlso allow the standard file provider to be used ;)
Jess Robinson [Sun, 23 Apr 2006 20:40:12 +0000]
Also allow the standard file provider to be used ;)

18 years agofix wekened, add missing test.
Marcus Ramberg [Sun, 23 Apr 2006 19:30:37 +0000]
fix wekened, add missing test.

18 years agorender support.
Marcus Ramberg [Sun, 23 Apr 2006 16:14:49 +0000]
render support.

18 years agoSplit process and render in View::TT (patch from ash)
Matt S Trout [Sun, 23 Apr 2006 00:39:21 +0000]
Split process and render in View::TT (patch from ash)

18 years agoreleased 0.22
Marcus Ramberg [Mon, 23 Jan 2006 14:00:07 +0000]
released 0.22

18 years agoDocumentation improvements from Gavin henry for View::TT
Matt S Trout [Thu, 12 Jan 2006 19:48:43 +0000]
Documentation improvements from Gavin henry for View::TT

18 years agoFix View::TT synopsis
Yuval Kogman [Thu, 29 Dec 2005 18:00:26 +0000]
Fix View::TT synopsis

18 years agoreleasing V:TT 0.21
Marcus Ramberg [Thu, 22 Dec 2005 09:03:03 +0000]
releasing V:TT 0.21

18 years agowoops, backfix, re-added template_vars changes
Jess Robinson [Thu, 22 Dec 2005 07:54:27 +0000]
woops, backfix, re-added template_vars changes

18 years agoAllow multiple PROVIDERS to be used..
Jess Robinson [Wed, 21 Dec 2005 15:30:17 +0000]
Allow multiple PROVIDERS to be used..

18 years agorefactor a template_vars method in View::TT
Yuval Kogman [Mon, 19 Dec 2005 09:33:54 +0000]
refactor a template_vars method in View::TT

18 years ago- Further V::TT cleanup from zby
Matt S Trout [Thu, 15 Dec 2005 16:28:51 +0000]
- Further V::TT cleanup from zby

18 years ago- Added V::TT fix-up from zby
Matt S Trout [Thu, 15 Dec 2005 15:52:00 +0000]
- Added V::TT fix-up from zby

18 years agoView::TT, updated README
Andy Grundman [Wed, 14 Dec 2005 23:53:46 +0000]
View::TT, updated README

18 years agoView::TT, updated MANIFEST
Andy Grundman [Wed, 14 Dec 2005 23:52:17 +0000]
View::TT, updated MANIFEST

18 years agoView::TT, perltidy
Andy Grundman [Wed, 14 Dec 2005 23:48:36 +0000]
View::TT, perltidy

18 years agofix dynamic include bugs.
Marcus Ramberg [Wed, 14 Dec 2005 23:23:49 +0000]
fix dynamic include bugs.

18 years agoadded test files to MANIFEST
Brian Cassidy [Wed, 14 Dec 2005 20:20:19 +0000]
added test files to MANIFEST

18 years agofall back to action.
Marcus Ramberg [Wed, 14 Dec 2005 10:08:18 +0000]
fall back to action.

18 years agoprepared for ::View::TTT 0.20
Marcus Ramberg [Mon, 12 Dec 2005 09:34:29 +0000]
prepared for ::View::TTT 0.20

18 years ago- And added the files I missed first time round
Matt S Trout [Fri, 2 Dec 2005 21:15:28 +0000]
- And added the files I missed first time round

18 years ago- Added additional_template_paths stash param patch from zby
Matt S Trout [Fri, 2 Dec 2005 21:14:28 +0000]
- Added additional_template_paths stash param patch from zby

18 years agoFixed TTSite helper to use correct app name
Andy Grundman [Fri, 18 Nov 2005 14:38:05 +0000]
Fixed TTSite helper to use correct app name

18 years agoView::TT, added tests from dwc
Andy Grundman [Fri, 18 Nov 2005 03:37:59 +0000]
View::TT, added tests from dwc

18 years agoreleased 0.19
Marcus Ramberg [Thu, 17 Nov 2005 10:16:08 +0000]
released 0.19

18 years ago0.18 changes.
Marcus Ramberg [Wed, 16 Nov 2005 08:46:55 +0000]
0.18 changes.

18 years agoFixed soem typos in tt view
Sebastian Riedel [Tue, 15 Nov 2005 15:56:05 +0000]
Fixed soem typos in tt view

18 years agoUpdated tt view
Sebastian Riedel [Mon, 14 Nov 2005 20:57:00 +0000]
Updated tt view

18 years agoprepared to release 0.15
Marcus Ramberg [Mon, 14 Nov 2005 13:36:21 +0000]
prepared to release 0.15

18 years agoUpdated Catalyst::View::TT for 5.5
Sebastian Riedel [Mon, 14 Nov 2005 13:29:04 +0000]
Updated Catalyst::View::TT for 5.5

18 years agorenamed TEMPLATE_PREFIX TEMPLATE_SUFFIX
Marcus Ramberg [Tue, 1 Nov 2005 17:02:30 +0000]
renamed TEMPLATE_PREFIX TEMPLATE_SUFFIX

18 years agoAdded default extension configuration option.
Marcus Ramberg [Tue, 1 Nov 2005 14:41:41 +0000]
Added default extension configuration option.