updated and fixed C::View::TT docs
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.30  2005-00-00 00:00:00
4
5         - Allow forward with arguments.
6         - Updated cookbook
7         - Allow overriding home/root in config.
8         - make module build cons README automatically.
9         - prettify home path by resolving '..' (Andy Grundman)
10         - improved helper templates a bit, new naming scheme for tests...
11         - added support for case sensitivity, MyApp->config->{case_sensitive}
12         - added $c->detach for non-returning forwards
13         - added unified error handling, Catalyst::Exception
14         - added section on param handling in Intro.pod
15         - added $c->request->cookie
16         - added Catalyst::Setup
17         - refactored Catalyst::import()
18         - improved rendering of error messages in debug mode
19         - fixed a bug in Catalyst::Helper::mk_dir
20         - further doc changes, esp. to Intro.pod
21
22 5.23  2005-06-03 02:30:00
23         - added support for non Catalyst::Base components to live in namespace
24         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
25
26 5.22  2005-05-26 14:24:00
27         - improved base locating in MP engines
28         - improved error messages in C::E::HTTP::Daemon
29         - hostnames are now resolved on demand unless provided by engine
30         - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
31
32 5.21  2005-05-24 14:56:00
33         - fixed a bug in https detection
34         - fixed auto chain finally
35         - added MYAPP_HOME and CATALYST_HOME environment variables
36
37 5.20  2005-05-18 19:52:00
38         - improved uploads and parameters
39         - added $c->req->protocol and $c->req->secure
40         - added $c->req->user and $c->req->uri
41         - improved error message when forwarding to unknown module
42         - fixed win32 installer
43         - added deep recursion detection
44         - fixed auto actions
45         - fixed inheritance in dispatcher
46         - allow whitespaces between brackets and quoted string
47           in Path and Regex attributes
48         - new helper templates
49         - installer now supports install_base and destdir
50         - allow multiple Catalyst apps to run on the same mod_perl
51           instance (not the same app!)
52         - fixed MP2 engines
53         - removed apreq dependency from all MP engines
54         - added support for MP registry scripts
55         - added support for LocationMatch and ScriptAliasMatch in MP engines
56         - added SpeedyCGI engine
57
58 5.10  2005-04-23 11:16:00
59         - updated dependencies to require latest module::pluggable::fast
60         - new installer for templates and stuff using Module::Build
61         - scripts are now prefixed, for being installable
62         IMPORTANT: You have to regenerate the script directory,
63         remove Makefile.PL and add Build.PL
64         - Added compat to install Module::Build if required.
65         - Improved: Params handling with MP engines
66         - Fixed: Params handling on POST with CGI engine (Andy Grundman)
67         - Fixed: Helper.pm on Win32 (Matt S Trout)
68
69 5.03  2005-04-19 20:35:00 (Revision 462)
70         - fixed Test example (Torsten Seeman)
71         - added Plugins chapter to manual
72         - applied doc patch from Robert Boone <robert@rlb3.com>
73         - improved Dispatcher error messages.
74         - refactored so we don't need to include helper from
75           Catalyst.pm - Fixes issues with FindBin
76         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
77         - added plugin() method for instant plugins
78         - FCGI is no more considered experimental
79
80 5.02  2005-04-18 10:00:00 
81         - fixed manifest
82
83 5.01  2005-04-17 23:00:00 
84         - some documentation bugs fixed
85         - added Catalyst::Utils
86         - fixed regexp bug (Matt S Trout)
87         - fixed upload bug with MP19
88         - added $c->req->body
89         - aliased $c->res->output to $c->res->body
90         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
91           generating code.
92         - extended attribute handling
93         - added global config for components
94
95 5.00  2005-04-15 18:00:00
96         - new core to support inheritance trees
97         - new syntax for action declaration
98         - new helper system using TT2
99         - problems with mod_perl2 fixed
100         - added Test::Pod support
101         - added new server backend with HTTP/1.1 support
102         - added option to run tests against a remote server
103         - renamed errors() to error()
104         - more better docs
105         - countless minor improvements
106           IMPORTANT: This release is very incompatible to previous ones
107           and you have to regenerate the helper scripts again...
108
109 4.34  2005-03-23 07:00:00 2005
110         - added some messages to Makefile.PL
111         - added Catalyst::Engine::Test
112         - added Catalyst::Engine::CGI::NPH
113         - simplified Catalyst::Log to be easier to implement/subclass
114         - added cgi.pl
115         - updated Catalyst::Test to use Catalyst::Engine::Test
116         - updated helper scripts
117           IMPORTANT: this will be the last time you'll have to regenerate
118           the script directory. We promise!
119
120 4.33  2005-03-23 01:00:00 2005
121         - documented the log() accessor method in Catalyst (Andrew Ford)
122         - added optional arguments to Catalyst::Log methods (Andrew Ford)
123         - removed cgi-server.pl
124         - added fcgi.pl and Catalyst::Engine::FCGI
125         - fixed an undef durng make test (Dan Sully)
126         - new path test (Christian Hansen)
127           IMPORTANT: you have to regenerate the script directory again
128
129 4.32  2005-03-22 02:10:00 2005
130         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
131
132 4.31  2005-03-22 02:00:00
133         - fixed inheritance (Christian Hansen)
134         - previous release was borked!
135           fixed that, but you have to regenerate the scripts again :(
136
137 4.30  2005-03-21 23:00:00 
138         - more documentation (Andrew Ford)
139         - added connection informations (Christian Hansen)
140         - HTTP::Request support in Catalyst::Test (Christian Hansen)
141         - moved cgi.pl to nph-cgi.pl
142         - added Catalyst::Engine::Server (Christian Hansen)
143         - removed Catalyst::Test::server
144         - updated helper scripts
145           IMPORTANT: note that you have to regenerate script/server.pl,
146           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
147
148 4.28  2005-03-19 22:00:00
149         - fixed isa tree (Christian Hansen)
150         - added script/cgi-server.pl, so no more server restarting after
151           code changes
152         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
153
154 4.27  2005-03-19 01:00:00
155         - debug message for parameters
156         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
157         - some random fixes
158         - new helper api for Catalyst::Helper::* support
159           you have to update script/create.pl to use it
160
161 4.26  2005-03-16 10:00:00
162         - fixed the weird bug that caused regex actions to fail on every
163           second request
164         - more debug messages
165         - 100% pod coverage.
166
167 4.25  2005-03-12 18:00:00
168         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
169         - improved cgi engine docs (Christoper Hicks)
170
171 4.24  2005-03-12 01:00:00
172         - updated cookbook example  
173         - fixed base for apache and https (Andrew Ruthven)
174         
175 4.23  2005-03-09 20:00:00
176         - no more regex actions in forward
177         - added support for test directories t/m, t/v and t/c
178
179 4.22  2005-03-08 20:00:00
180         - catch errors in application class
181         - handle die properly.
182
183 4.21  2005-03-05 17:00:00
184         - fixed docs
185
186 4.20  2005-03-04 22:00:00
187         - moved bin to script
188
189 4.13  2005-03-03 11:00:00
190         - improved documentation
191         - pod coverage test for helper generated apps
192         - new helper api
193
194 4.12  2005-03-02 11:00:00 2005
195         - server_base sucks, removed
196         - added $c->log->dump()
197
198 4.11  2005-03-02 11:00:00 2005
199         - removed some warnings
200         - improved docs
201         - private prefixed actions override private non prefixed actions
202         - added server_base
203         - updated Catalyst::Manual::Intro
204
205 4.10  2005-03-02 10:00:00 2005
206         - improved documentation
207         - fixed upload bug
208         - fixed prefixed private actions bug
209         - fixed more little bugs
210
211 4.01  2005-03-01 10:00:00 2005
212         - improved documentation
213         - documentation fixes (Johan Lindstrom)
214
215 4.00  2005-02-27 22:00:00
216         - more verbose debug messages, especially for forward()
217         - implemented prefixed prvate actions, icluding built in
218           !?default, !?begin and !?end
219         - new Catalyst::Manual::Intro
220         - new helpers, bin/catalyst
221         - helper api
222
223 3.11  2005-02-23 21:00:00
224         - added dependency to UNIVERSAL::require (Marcus Ramberg)
225         - added a little workaround for a warning in Catalyst::Test
226           (Marcus Ramberg)
227         - improved documentation for actions
228
229 3.10  2005-02-19 20:00:00
230         - removed roles management from Catalyst::Engine
231           and added it to Catalyst::Plugin::Authentication::CDBI
232
233 3.04  2005-02-17 21:00:00 
234         - error reporting for app class
235         - no more engine debug messages
236         - class->method forwards get resolved now
237
238 3.03  2005-02-16 23:00:00 
239         - friendlier statistics
240
241 3.02  2005-02-16 22:00:00
242         - fixed unintialized actions (Marcus Ramberg)
243
244 3.01  2005-02-16 20:30:00
245         - better statistics
246
247 3.00  2005-02-16 20:00:00
248         - real version number for CPAN.pm
249         - fixed redirect in CGI engine
250         - more statistics in debug logs
251         - ? prefix for forward()
252
253 2.99_15  2005-02-02 22:00:00
254         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
255         - Replaced "Catched" with "Caught" in Catalyst::Engine
256           (Gary Ashton Jones)
257         - replaced _ with ! for private actions
258         - added ? for prefixed actions
259         - misc improvememts
260
261 2.99_14  2005-01-31 22:00:00 2005
262         - arguments for _default
263         - $c->entrance removed for more flexibility
264         - added $c->req->method
265
266 2.99_13  2005-01-30 18:00:00 2005
267         - POD fixes and improvements
268
269 2.99_12  2005-01-28 22:00:00 2005
270         - first development release