File: Changes

package info (click to toggle)
libcatalyst-view-tt-perl 0.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 304 kB
  • ctags: 37
  • sloc: perl: 663; makefile: 2
file content (206 lines) | stat: -rw-r--r-- 7,466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Revision history for Perl extension Catalyst::View::TT.

0.44 - 2015-10-05
        - declare missing prereq on Data::Dump

0.43 - 2015-08-13
        - remove mention of deprecated Catalyst::Plugin::Email in
          documentation

0.42   2014-12-29
        - Fixes to test cases to be compatible with Catalyst v5.90080
        - Added a Unicode test designed to check new Catalyst function
        - Docs for above

0.41   2013-02-28
        - New local attribute to let you override the default content type when
          no content type has been set for the response.

0.40   2013-01-15 20:52:14
        - Fix hash randomisation breakage in tests (RT#82703)

0.39   2012-04-11 07:40:00
        - Fix warning from tests. RT#75104
        - Fix ExtUtils::MakeMaker version requirement (due to last release
          being made with faulty Module::Install). RT#76488

0.38   2012-02-15 20:42:00
        - Change documentation to reflect use of Moose.
        - Change documentation to highlight how to configure
          UTF-8 in templates.
        - Change documentation to recommend putting calls to MyApp->path_to
          into the app class itself, ergo avoiding recursive dependencies
          and making the view compile standalone.
        - Change code generated by Catalyst::Helper::View::TT
          to use Moose.

0.37   2011-07-17 09:20:00
        - Allow setting of TT class rather than forcing 'Template'

0.36   2010-10-19 15:00:00
        - Fixed subclassing when using expose_methods

0.35   2010-08-26 01:38:00
        - Add expose_methods functionality
        - add template name to exceptions
        - update render_die message to be more concise.
        - Doc fixes (RT#57159)
        - Silence warnings about Template::Provider::Encoding (RT #56310)

0.34   2010-04-07 04:14:50
        - Fix the process method to have the previous behaviour of reporting
          an error to Catalyst if a Template::Exception object is returned by
          the render method (i.e. when render_die is unset or set to 0).
        - Fix the warning issued about missing the render_die config option to
          log using the standard Catalyst logging system (rather than Carping
          directly), and to only issue the warning at debug level / when
          in debug mode. The severity of this warning will be increased in
          a later release.

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
        - 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