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