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